Update site to 'responsive' html/css code.
This commit is contained in:
parent
e1bceb6a66
commit
f98793316b
19 changed files with 1199 additions and 1123 deletions
288
html/light.css
288
html/light.css
|
@ -8,115 +8,267 @@ a:visited {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("/html/circuit-light.png");
|
||||
background-color: #ffffff;
|
||||
background-image: url("/html/circuit-light.png");
|
||||
color: #000000;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 2px;
|
||||
border-width: 0;
|
||||
color: #070707;
|
||||
background-color: #070707;
|
||||
border: 0;
|
||||
color: #070707;
|
||||
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: #070707;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.box {
|
||||
background: #f0f0f0;
|
||||
border: 2px solid #070707;
|
||||
padding-left: 20;
|
||||
padding-right: 20;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.boxmargins {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.boxpadding {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.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: #f0f0f0;
|
||||
border: 0;
|
||||
color: #000000;
|
||||
font-size: 15px;
|
||||
height: 15px;
|
||||
outline: 0;
|
||||
margin-left: 25px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.searchresultsinput {
|
||||
border: 1px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.sponsor {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.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);
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.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);
|
||||
|
||||
#breadcrumbs {
|
||||
align-self: end;
|
||||
display: flex;
|
||||
min-height: 25px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
width: 100%;
|
||||
#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;
|
||||
}
|
||||
|
||||
.search {
|
||||
background: #f0f0f0;
|
||||
border: 2px solid #070707;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
#copyright {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.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;
|
||||
#donatebuttons {
|
||||
display: grid;
|
||||
column-gap: 10%;
|
||||
grid-template-columns: auto auto;
|
||||
justify-content: center;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
#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%;
|
||||
}
|
||||
|
||||
#search {
|
||||
align-content: center;
|
||||
align-self: end;
|
||||
background-color: #f0f0f0;
|
||||
background-image: url('/html/search-black.png');
|
||||
background-size: 15px 15px;
|
||||
background-position: 2px 2px;
|
||||
background-position: 5px 5px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
background-size: 15px 15px;
|
||||
height: 25px;
|
||||
margin-left: 0;
|
||||
margin-right: auto;
|
||||
max-height: 25px;
|
||||
}
|
||||
|
||||
.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);
|
||||
#searchbreadcrumbstheme {
|
||||
display: grid;
|
||||
column-gap: 50px;
|
||||
grid-template-columns: auto auto auto;
|
||||
}
|
||||
|
||||
.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);
|
||||
#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: #000000;
|
||||
font-size: 15px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue