1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 02:51:23 +00:00

Initial commit

This commit is contained in:
2016-03-05 14:06:38 +01:00
commit 92e69371b4
254 changed files with 58742 additions and 0 deletions

32
html/css/host.css Normal file
View File

@ -0,0 +1,32 @@
body {
padding-top: 70px;
padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
display: block;
position: static;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
}
.pool {
padding-top: 20px;
}
.theme-graph {
text-align: center;
}
.theme-graph2 {
padding-top: 10px;
padding-bottom: 10px;
}
table { border-collapse:collapse; border-spacing: 0; width: 1000px; font-family: monospace; line-height:100%; font-size: 13px; padding-bottom: 20px;}
th { text-align: left; font-weight: bold; border-bottom: 2px solid; padding: 0px; padding-top: 5px; padding-bottom: 3px;}
td { padding: 0px; padding-right: 7px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; }
td.aright { text-align: right; padding-right: 17px;}
td.spc { padding: 0px; line-height: 5px; }
td.but { border-top: 2px solid; padding: 0px; padding-top: 2px; line-height: 7px; }