about summary refs log blame commit diff stats
path: root/tilde.css
blob: 9b675a8898163c9305716b8e1b92d0a83b4c5bf0 (plain) (tree)



































                                  
                             


































                          



                           
body {
        background-color: #000000;
        font-family: monospace;
	font: Noto Mono;
        color: green;
        padding-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 10px;
        width: 850px;
}
.date {
        font-weight: bold;
}
#logo {
	margin-left: 40px;
	margin-bottom: 10px;
	font-size: 30px;
}
#logobyline {
	margin-left: 80px;
	margin-top: -20px;
}
#navigation {
        margin-left: auto;
	margin-right: 40px;
	width: 850px;
	text-align: center;
}
#content {
	width: 650px;
	margin-left: 100px;
}
#container {
        width: 850px;
	margin-bottom: 100px;
}
#news {
    width: 550px;
    margin-left: 50px;
}
a:link {
text-decoration: none;
color:#cccccc;
}

a:visited {
color:#999999;
text-decoration: none;
}

a:hover {
color:#ffffff;
font-weight: bold;
}

p {
	text-indent: 15px;
}
code {
    text-indent: 30px;
}
em {
    font-style: bold;
}
h1 {
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h3 {
	font-size: 20px;
	margin-bottom: 5px;
}