125 lines
2.1 KiB
CSS
125 lines
2.1 KiB
CSS
a:link {
|
|
color: #2d3690;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited {
|
|
color: #7715aa;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
body {
|
|
background-image: url("/html/circuit-dark.png");
|
|
background-color: #000000;
|
|
color: #888888;
|
|
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: #1a1a1a;*/
|
|
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;
|
|
/* border-bottom: 1px solid #000000;*/
|
|
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);
|
|
}
|