122 lines
2 KiB
CSS
122 lines
2 KiB
CSS
a:link {
|
|
color: #2c199c;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited {
|
|
color: #943cc3;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
body {
|
|
background-image: url("/html/circuit-light.png");
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
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: #070707;
|
|
background-color: #070707;
|
|
}
|
|
|
|
pre {
|
|
background: #f0f0f0;
|
|
border: 2px solid #070707;
|
|
padding-left: 20;
|
|
padding-right: 20;
|
|
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.heading {
|
|
font-size: 200%;
|
|
}
|
|
|
|
.subheading {
|
|
font-size: 125%;
|
|
}
|
|
|
|
.breadcrumbs {
|
|
font-size: 150%;
|
|
background: #f0f0f0;
|
|
border: 2px solid #070707;
|
|
padding-left: 10;
|
|
padding-top: 2;
|
|
padding-right: 10;
|
|
padding-bottom: 2;
|
|
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.header {
|
|
background: #F0F0F0;
|
|
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(0,0,0,0.5);
|
|
}
|
|
|
|
.navbar {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.search {
|
|
background: #f0f0f0;
|
|
border: 2px solid #070707;
|
|
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.searchinput {
|
|
border: none;
|
|
background: #f0f0f0;
|
|
outline: none;
|
|
color: #000000;
|
|
font-size: 11px;
|
|
box-sizing: border-box;
|
|
padding-left: 10;
|
|
padding-top: 2;
|
|
padding-right: 10;
|
|
padding-bottom: 2;
|
|
background-color: #f0f0f0;
|
|
background-image: url('/html/search-black.png');
|
|
background-size: 15px 15px;
|
|
background-position: 2px 2px;
|
|
background-repeat: no-repeat;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.searchresults {
|
|
background: #f0f0f0;
|
|
border: 2px solid #070707;
|
|
padding-left: 20;
|
|
padding-right: 20;
|
|
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.sponsorslist {
|
|
background: #F0F0F0;
|
|
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(0,0,0,0.5);
|
|
}
|