old-website/default.css

30 lines
1.3 KiB
CSS
Raw Normal View History

body {background: white; color: black; font-family: serif}
2002-03-11 15:39:54 -05:00
h1 {font-size: x-large; }
h2 {font-size: large; color: #000055; }
h3 {font-size: medium; color: #0055aa; }
a:visited {background: transparent; color: #8888aa; text-decoration: none }
a:link {background: transparent; color: #0000aa; text-decoration: none }
a:active {background: #ffcc00; color: #0000cc }
td.button { background: #eeeeee; text-align: center }
td.newsdate { background: #eeeeff; font-family: sans-serif; font-size: x-small; text-align: center; font-weight: bold}
td.newsitem { background: white; text-align: left}
td.newsauthor { background: #eeeeff; font-family: sans-serif; font-size: x-small; text-align: center}
td.eventdate { background: #eeffee; font-family: sans-serif; font-size: x-small; text-align: center; font-weight: bold}
td.eventitem { background: white; text-align: left}
td.eventroom { background: #eeffee; font-family: sans-serif; font-size: x-small; text-align: center}
th.news { background: #222255; color: white; font-family: sans-serif; font-size: x-small; text-align: left; }
td.pagetitle { font-size: large; font-weight: bold; }
th { background: #002288; color: white; }
2007-03-18 07:53:44 -04:00
/* CSS 2 (especially for Mozilla) and CSS 3 (according to the developmental spec) */
2007-03-18 08:54:13 -04:00
body, .web-framework {
2007-03-18 07:53:44 -04:00
width:760px;
margin:0 auto;
2007-03-18 09:08:29 -04:00
font-size:12px;
2007-03-18 07:53:44 -04:00
}
2007-03-18 09:58:44 -04:00
table {
-moz-border-radius:1em;
border-radius:1em;
}