tilde.institute-site/tilde.css

103 lines
1.5 KiB
CSS
Raw Normal View History

2018-11-23 21:10:46 +00:00
body {
2019-09-17 05:12:35 +00:00
background-color: #000000;
2020-02-23 08:22:23 +00:00
font-family: sans-serif;
2020-05-02 19:24:16 +00:00
/*color: #01df01;*/
color: #04b404;
2019-09-17 05:12:35 +00:00
padding-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
width: 850px;
font-size: 1.0em;
2018-11-23 21:10:46 +00:00
}
.date {
2019-09-17 05:12:35 +00:00
font-weight: bold;
2018-11-23 21:10:46 +00:00
}
#logo {
2019-09-17 05:12:35 +00:00
margin-left: 40px;
font-size: 2.2em;
2018-11-23 21:10:46 +00:00
}
#logobyline {
2020-04-16 00:25:48 +00:00
display: none;
2019-09-17 05:12:35 +00:00
margin-left: 80px;
margin-top: -20px;
2020-02-23 08:22:23 +00:00
font-family: monospace;
2018-11-23 21:10:46 +00:00
}
#navigation {
2019-09-17 05:12:35 +00:00
margin-left: auto;
margin-right: 40px;
width: 850px;
text-align: center;
2018-11-23 21:10:46 +00:00
}
#content {
2019-09-17 05:12:35 +00:00
width: 750px;
margin-left: 50px;
2018-11-23 21:10:46 +00:00
}
#container {
2019-09-17 05:12:35 +00:00
width: 850px;
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 {
2020-02-23 08:22:23 +00:00
font-family: monospace;
font-size: 1.0em;
2018-12-04 02:38:54 +00:00
width: 500px;
margin-left: auto;
margin-right: auto;
}
.code {
2020-02-23 08:22:23 +00:00
font-family: monospace;
font-size: 1.0em;
width: 500px;
margin-left: auto;
margin-right: auto;
}
2018-11-23 21:10:46 +00:00
a:link {
2019-09-17 05:12:35 +00:00
text-decoration: none;
color:#cccccc;
2018-11-23 21:10:46 +00:00
}
a:visited {
2019-09-17 05:12:35 +00:00
color:#cccccc;
text-decoration: none;
2018-11-23 21:10:46 +00:00
}
a:hover {
2019-09-17 05:12:35 +00:00
color:#ffffff;
2018-11-23 21:10:46 +00:00
}
p {
2019-09-17 05:12:35 +00:00
text-indent: 15px;
2018-11-23 21:10:46 +00:00
}
code {
text-indent: 30px;
2020-02-23 08:22:23 +00:00
font-family: monospace;
font-size: 1.0em;
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;
}
2019-01-03 01:38:59 +00:00
h2 {
2019-06-03 22:06:53 +00:00
font-size: 1.4em;
2019-01-03 01:38:59 +00:00
}
2018-11-24 05:58:19 +00:00
h3 {
2019-09-17 05:12:35 +00:00
font-size: 1.2em;
margin-bottom: -5px;
2018-11-24 05:58:19 +00:00
}
h4 {
2019-06-03 22:06:53 +00:00
font-size: 1.1em;
margin-top: 5px;
}