mcwhirter.io/css/default.css

90 lines
1.4 KiB
CSS
Raw Normal View History

2015-08-26 13:19:56 +00:00
@font-face {
font-family: DejaVuSansMono;
src: local(DejaVuSansMono), url('/fonts/DejaVuSansMono.ttf') format('opentype');
}
body {
2015-08-26 13:19:56 +00:00
font-family: DejaVuSansMono;
color: rgb(0,204,0);
background-color: black;
font-size: 16px;
margin: 0px auto 0px auto;
2015-08-25 13:35:47 +00:00
width: 100%;
}
div#header {
border-bottom: 2px solid rgb(0,204,0);
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
}
div#logo a {
color: rgb(0,204,0);
float: left;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
div#header #navigation {
text-align: right;
}
div#header #navigation a {
color: rgb(0,204,0);
font-size: 18px;
font-weight: bold;
margin-left: 12px;
text-decoration: none;
text-transform: uppercase;
}
div#footer {
2015-08-25 14:09:09 +00:00
width: 100%;
color: rgb(0,204,0);
font-size: 12px;
margin-top: 30px;
2015-08-25 14:09:09 +00:00
padding: 0px;
text-align: right;
2015-08-25 13:35:47 +00:00
position:absolute;
bottom:1%;
right: 1%;
}
2015-08-25 13:59:35 +00:00
div#footer a {
color: rgb(0,204,0);
2015-08-25 13:59:35 +00:00
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
div.info {
color: rgb(0,204,0);
font-size: 14px;
font-style: italic;
}
2015-08-25 13:42:42 +00:00
2015-08-25 13:59:35 +00:00
div#content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
div#footer img {
2015-08-25 13:42:42 +00:00
position:absolute;
bottom: 1%;
left: 1%;
2015-08-25 14:09:09 +00:00
padding-left: 1%;
2015-08-25 13:42:42 +00:00
}
2016-02-24 03:04:07 +00:00
div#content a, div#content a:visited {
color: rgb(0,204,0);
text-decoration: none;
}