tilde.institute-site/tilde.css

99 lines
1.5 KiB
CSS
Raw Normal View History

2018-12-02 20:06:21 +00:00
/* see the tail end of index.html
* for license information */
2018-11-23 21:10:46 +00:00
body {
background-color: #000000;
font-family: monospace;
font: Noto Mono;
color: green;
padding-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
2018-12-05 08:09:14 +00:00
margin-right: auto;
margin-left: auto;
2018-11-23 21:10:46 +00:00
width: 850px;
2018-12-05 08:09:14 +00:00
font-size: 1.15em;
2018-11-23 21:10:46 +00:00
}
.date {
font-weight: bold;
}
#logo {
margin-left: 40px;
margin-bottom: 10px;
2018-12-05 08:09:14 +00:00
font-size: 2.5em;
2018-11-23 21:10:46 +00:00
}
#logobyline {
margin-left: 80px;
margin-top: -20px;
}
#navigation {
margin-left: auto;
margin-right: 40px;
width: 850px;
text-align: center;
}
#content {
2018-12-05 08:09:14 +00:00
width: 750px;
margin-left: 50px;
2018-11-23 21:10:46 +00:00
}
#container {
width: 850px;
2018-11-24 05:58:19 +00:00
margin-bottom: 100px;
2018-11-23 21:10:46 +00:00
}
#news {
width: 550px;
2018-12-05 08:09:14 +00:00
margin-left: 100px;
2018-11-23 21:10:46 +00:00
}
2018-12-04 02:38:54 +00:00
#code {
width: 500px;
margin-left: auto;
margin-right: auto;
background-color: #999999;
color: #000000;
}
2018-11-23 21:10:46 +00:00
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;
font-family: monospace;
font: DejaVu Sans Mono;
color: #000000;
background-color: #999999;
2018-12-08 06:53:44 +00:00
padding-left: 4px;
padding-right: 4px;
2018-11-23 21:10:46 +00:00
}
em {
font-style: bold;
}
h1 {
2018-12-05 08:09:14 +00:00
font-size: 1.75em;
2018-11-23 21:10:46 +00:00
text-align: center;
margin-left: auto;
margin-right: auto;
}
2018-11-24 05:58:19 +00:00
h3 {
2018-12-15 08:53:32 +00:00
font-size: 1.5em;
2018-11-24 05:58:19 +00:00
margin-bottom: 5px;
}
h4 {
2018-12-15 08:53:32 +00:00
font-size: 1.25em;
margin-top: 5px;
}