site/tilde.css

99 lines
1.4 KiB
CSS

body {
background-color: #0B173B;
font-family: sans-serif;
color: #ffffff;
margin: 0 auto;
max-width: 75%;
font-size: 1.0em;
}
.date {
font-weight: bold;
}
#logo {
text-align: center;
font-family: monospace;
font-size: 1em;
}
#navigation {
margin: 0 auto;
text-align: center;
}
#navigation table {
border: 0px;
width: 100%;
}
#navigation td {
text-align: center;
vertical-align: center;
padding: 5px;
background-color: #0B3861
}
#front-content {
max-width: 69%;
float: left;
}
#content {
margin: 0 auto;
}
#news {
float: right;
max-width: 29%;
}
#code {
font-family: monospace;
font-size: 1.0em;
max-width: 500px;
margin: 0 auto;
}
.code {
font-family: monospace;
font-size: 1.0em;
max-width: 500px;
margin: 0 auto;
}
a:link {
text-decoration: underline;
color:#ffffff;
}
a:visited {
color:#ffffff;
text-decoration: underline;
}
a:hover {
color:#a4a4a4;
text-decoration: underline;
}
p {
text-indent: 15px;
}
code {
text-indent: 30px;
font-family: monospace;
font-size: 1.0em;
padding-left: 4px;
padding-right: 4px;
}
em {
font-style: bold;
}
h1 {
font-size: 1.75em;
text-align: center;
margin-left: auto;
margin-right: auto;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.2em;
margin-bottom: -5px;
}
h4 {
font-size: 1.1em;
margin-top: 5px;
}