site/tilde.css

146 lines
2.2 KiB
CSS
Raw Normal View History

2018-11-23 21:10:46 +00:00
body {
background-color: #0B173B;
2020-02-23 08:22:23 +00:00
font-family: sans-serif;
color: #ffffff;
margin: 0 auto;
max-width: 75%;
2019-09-17 05:12:35 +00:00
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 {
text-align: center;
2020-02-23 08:22:23 +00:00
font-family: monospace;
font-size: 1em;
2018-11-23 21:10:46 +00:00
}
#navigation {
margin: 0 auto;
2019-09-17 05:12:35 +00:00
text-align: center;
2018-11-23 21:10:46 +00:00
}
#navigation table {
border: 0px;
width: 100%;
}
#navigation td {
text-align: center;
vertical-align: center;
margin: 5px;
height: 1.5em;
background-color: #0B3861;
2018-11-23 21:10:46 +00:00
}
#navigation td:hover {
background-color: #045fb4;
}
#navigation td a {
display: block;
width: 100%;
text-decoration: none;
min-width: 3.5rem;
}
#navigation td a:hover {
text-decoration: none;
color: #ffffff;
}
#front-content {
max-width: 69%;
float: left;
}
#content {
margin: 0 auto;
2018-11-23 21:10:46 +00:00
}
#news {
float: right;
max-width: 29%;
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;
max-width: 500px;
margin: 0 auto;
2018-12-04 02:38:54 +00:00
}
.code {
2020-02-23 08:22:23 +00:00
font-family: monospace;
font-size: 1.0em;
max-width: 500px;
margin: 0 auto;
}
2020-05-15 02:18:09 +00:00
.faq {
width: 75%;
}
.faq .q {
margin-top: 3rem;
font-weight: bold;
text-decoration: italic;
text-indent: 0rem;
font-size: 1.2em;
}
.faq p {
text-indent: 2rem;
}
.faq h1 {
font-size: 1.75em;
text-align: center;
margin-top: 3rem;
margin-bottom: -1.5rem;
}
2018-11-23 21:10:46 +00:00
a:link {
text-decoration: underline;
color:#ffffff;
2018-11-23 21:10:46 +00:00
}
a:visited {
color:#ffffff;
text-decoration: underline;
2018-11-23 21:10:46 +00:00
}
a:hover {
color:#a4a4a4;
text-decoration: underline;
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;
}
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;
}
.userlist {
text-align: center;
margin: 0 auto;
}
.userlist ul {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
list-style-type: "\00BB\0020";
padding: 0;
}
.userlist li {
white-space: nowrap;
flex: 10em;
}