Skip to content

Commit

Permalink
Initial public commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaSabel authored Apr 5, 2020
1 parent 69ffc7b commit 863bc98
Show file tree
Hide file tree
Showing 73 changed files with 27,578 additions and 0 deletions.
83 changes: 83 additions & 0 deletions css/gunstick.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@

a.ucl_href, a.ucl_href:link, a.ucl_href:visited, a.ucl_href:active, a.ucl_href:hover {
color: #D2691E;
}

h1 {
color: #4682B4
}

h2 {
color: #4682B4
}

a, a:link, a:visited, a:active {
color: #4682B4
}

a:hover {
color: #D2691E;
border-color: #D2691E
}

.typeTokenSummary {
font-size: 13px;
padding-right: 20px;
}

.mtc {
display: none;
}

.tabPieSwitchers {
position: absolute;
z-index: 999;
left: 10;
top: 10;
}

.alive {
height: 20px;
margin-right: 10px;
cursor:pointer
}

.dead {
height: 20px;
margin-right: 10px;
opacity: 0.2
}

#pieTab {
width: auto;
display: inline-block;
border-collapse: collapse;
margin-top: 10px;
}

.pieTabHeading {
text-align: center;
margin-top: 10px;
}

#pieTab th {
padding-right: 10px;
padding-left: 10px;
}

#pieTab tr {
cursor: pointer;
}

#pieTab tr:hover {
background-color: #a6a6a6;
}

.rowSelected {
background-color: #a6a6a6;
}

#charts2 {
display: none;
}

Binary file added css/images/border.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/loading_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/ui-icons_444444_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/ui-icons_555555_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/ui-icons_777620_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/ui-icons_777777_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/ui-icons_cc0000_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/ui-icons_ffffff_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 863bc98

Please sign in to comment.