First commit of current staging content.
This commit is contained in:
commit
d72e9b623a
55 changed files with 2217 additions and 0 deletions
123
html/dark.css
Normal file
123
html/dark.css
Normal file
|
@ -0,0 +1,123 @@
|
|||
a:link {
|
||||
color: #4255ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #943cc3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("/html/circuit-dark.png");
|
||||
background-color: #000000;
|
||||
color: #aeaeae;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 2px;
|
||||
border-width: 0;
|
||||
color: #888888;
|
||||
background-color: #888888;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #060606;
|
||||
border: 2px solid #aaaaaa;
|
||||
padding-left: 20;
|
||||
padding-right: 20;
|
||||
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
.subheading {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
font-size: 150%;
|
||||
background: #060606;
|
||||
border: 2px solid #aaaaaa;
|
||||
padding-left: 10;
|
||||
padding-top: 2;
|
||||
padding-right: 10;
|
||||
padding-bottom: 2;
|
||||
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
||||
}
|
||||
|
||||
.header {
|
||||
background: #060606;
|
||||
border: 2px solid #aaaaaa;
|
||||
margin: 20;
|
||||
padding-left: 10;
|
||||
padding-top: 10;
|
||||
padding-right: 10;
|
||||
padding-bottom: 10;
|
||||
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.search {
|
||||
background: #060606;
|
||||
border: 2px solid #aaaaaa;
|
||||
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
||||
}
|
||||
|
||||
.searchinput {
|
||||
border: none;
|
||||
background: #060606;
|
||||
outline: none;
|
||||
color: #888888;
|
||||
font-size: 11px;
|
||||
box-sizing: border-box;
|
||||
padding-left: 10;
|
||||
padding-top: 2;
|
||||
padding-right: 10;
|
||||
padding-bottom: 2;
|
||||
background-color: #060606;
|
||||
background-image: url('/html/search-white.png');
|
||||
background-size: 15px 15px;
|
||||
background-position: 2px 2px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.searchresults {
|
||||
background: #060606;
|
||||
border: 2px solid #aaaaaa;
|
||||
padding-left: 20;
|
||||
padding-right: 20;
|
||||
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
||||
}
|
||||
|
||||
.sponsorslist {
|
||||
background: #060606;
|
||||
border: 2px solid #777;
|
||||
margin: 20;
|
||||
padding-left: 10;
|
||||
padding-top: 10;
|
||||
padding-right: 10;
|
||||
padding-bottom: 10;
|
||||
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue