evorepo/retro/static/2002/main.css
Dan McGee f9252df113 Switch to using the cached STATICFILES_STORAGE backend
This should finally let us crank up the Expires: header to far-future
values in production since updates to JS and CSS files will take effect
immediately.

Some minor removals were made from retro stylesheets as they were
referencing files that don't actually exist because they were missing
from the web archive.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-21 15:14:44 -06:00

145 lines
2.1 KiB
CSS

a:visited {
color: #dddddd;
text-decoration: none;
font-weight: bold;
}
a:link {
color: #dddddd;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #cccc00;
text-decoration: none;
font-weight: bold;
}
a.menu {
text-decoration: none;
color: #ffffff;
font-family: Arial;
font-size: 12pt;
}
body {
font-family: Arial;
background: #222222 none;
}
b {
font-weight: bold;
font-family: Arial;
font-size: 13pt;
}
b.normal {
font-weight: bold;
font-family: Arial;
font-size: 12pt;
}
.text {
font-family: Arial;
font-size: 12pt;
}
.quote {
font-family: Arial;
font-style: italic;
font-size: 11pt;
}
.technical {
font-family: Courier;
color: #eeeeee;
font-size: 10pt;
}
.fineprint {
font-family: Arial;
font-size: 10pt;
}
.header {
color: #cccccc;
font-family: Arial;
font-size: 28pt;
font-weight: bolder;
}
.subheader {
color: #eeeeee;
font-family: Arial;
font-size: 24pt;
font-weight: bold;
}
ul.plain {
list-style: none;
font-family: Arial;
font-size: 12pt;
}
ul.list {
list-style: square;
font-family: Arial;
font-size: 12pt;
}
table.border {
background-repeat: no-repeat;
background-color: #000000;
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid;
width: 93%;
padding: 5px;
}
table.menu {
background-image: none;
background-color: none;
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid;
padding: none;
font-family: Arial;
font-size: 12pt;
}
table.normal {
border-bottom: #cccccc 1px solid;
border-top: #cccccc 1px solid;
padding: none;
font-family: Arial;
font-size: 12pt;
}
table.technical {
border-bottom: #cccccc 1px solid;
border-top: #cccccc 1px solid;
padding: none;
font-family: Courier;
font-size: 10pt;
}
td {
color: #dddddd;
font-family: Arial;
font-size: 12pt;
}
td.menu {
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
color: #dddddd;
text-align: center;
white-space: nowrap;
font-family: Arial;
font-size: 10pt;
}