312 lines
4.2 KiB
CSS
312 lines
4.2 KiB
CSS
a:link {
|
|
color: #4255ff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited {
|
|
color: #943cc3;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
body {
|
|
background-color: #000000;
|
|
background-image: url("/html/circuit-dark.png");
|
|
color: #aeaeae;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
hr {
|
|
background-color: #888888;
|
|
border: 0;
|
|
color: #888888;
|
|
height: 2px;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
pre {
|
|
font-size: 15px;
|
|
}
|
|
|
|
pre img {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
table {
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
width: 100%;
|
|
}
|
|
|
|
table, td {
|
|
border: 1px solid;
|
|
border-collapse: collapse;
|
|
color: #888888;
|
|
}
|
|
|
|
td {
|
|
padding-bottom: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.box {
|
|
background: #060606;
|
|
border: 2px solid #aaaaaa;
|
|
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.boxmargins {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.boxpadding {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.donatebutton {
|
|
margin-left: 100px;
|
|
margin-right: 100px;
|
|
}
|
|
|
|
.heading {
|
|
font-size: 200%;
|
|
}
|
|
|
|
.motdcontent {
|
|
}
|
|
|
|
.motdheader {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.notice {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-bottom: 25px;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
width: 70%;
|
|
}
|
|
|
|
.searchinput {
|
|
background-color: #060606;
|
|
border: 0;
|
|
color: #888888;
|
|
font-size: 15px;
|
|
height: 15px;
|
|
outline: 0;
|
|
margin-left: 25px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.searchresultsinput {
|
|
border: 1px;
|
|
border-color: #555555;
|
|
border-style: solid;
|
|
width: 500px;
|
|
}
|
|
|
|
.sponsor {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.subheading {
|
|
font-size: 125%;
|
|
}
|
|
|
|
.underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
#breadcrumbs {
|
|
align-self: end;
|
|
display: flex;
|
|
min-height: 25px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#breadcrumbstext {
|
|
align-content: center;
|
|
font-size: 15px;
|
|
text-align: center;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#bwbar {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 30px;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
#bwbar img {
|
|
height: 12px;
|
|
width: 804px;
|
|
}
|
|
|
|
#copyright {
|
|
align-self: center;
|
|
margin-left: 0;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#donatebuttons {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
margin-bottom: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#footer {
|
|
display: grid;
|
|
column-gap: 50px;
|
|
font-size: 12px;
|
|
grid-template-columns: auto auto;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#headingbox {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: fit-content;
|
|
}
|
|
|
|
#headingtext {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#donorslistbox {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 70%;
|
|
text-align: center;
|
|
}
|
|
|
|
#donorstable {
|
|
}
|
|
|
|
#logo {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 30px;
|
|
width: 100%;
|
|
}
|
|
|
|
#logo img {
|
|
width: 100%;
|
|
}
|
|
|
|
#motd {
|
|
column-gap: 40px;
|
|
display: grid;
|
|
grid-template-columns: auto auto;
|
|
margin-left: 30px;
|
|
margin-right: 30px;
|
|
row-gap: 15px;
|
|
text-align: left;
|
|
}
|
|
|
|
#page {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 90%;
|
|
}
|
|
|
|
#poweredby {
|
|
align-items: center;
|
|
display: flex;
|
|
margin-left: auto;
|
|
margin-right: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
#poweredby img {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#search {
|
|
align-content: center;
|
|
align-self: end;
|
|
background-color: #060606;
|
|
background-image: url('/html/search-white.png');
|
|
background-position: 5px 5px;
|
|
background-repeat: no-repeat;
|
|
background-size: 15px 15px;
|
|
height: 25px;
|
|
margin-left: 0;
|
|
margin-right: auto;
|
|
max-height: 25px;
|
|
}
|
|
|
|
#searchbreadcrumbstheme {
|
|
display: grid;
|
|
column-gap: 50px;
|
|
grid-template-columns: auto auto auto;
|
|
}
|
|
|
|
#signature {
|
|
grid-column-start: 1;
|
|
grid-column-end: 3;
|
|
margin-bottom: 50px;
|
|
text-align: right;
|
|
}
|
|
|
|
#sponsorship {
|
|
font-weight: bold;
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
#themetoggle {
|
|
align-self: end;
|
|
display: flex;
|
|
height: 25px;
|
|
margin-left: auto;
|
|
margin-right: 0;
|
|
max-height: 25px;
|
|
text-align: right;
|
|
}
|
|
|
|
#themetoggleimg {
|
|
height: 15px;
|
|
margin-right: 5px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#themetoggletext {
|
|
align-content: center;
|
|
color: #888888;
|
|
font-size: 15px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|