www/default.css

88 lines
2.3 KiB
CSS
Raw Normal View History

2007-03-18 12:08:40 -04:00
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; }
2007-03-18 12:08:40 -04:00
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;}
2002-03-11 15:39:54 -05:00
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 12:20:49 -04:00
padding:0 20px;
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
2007-03-18 12:22:12 -04:00
img {
border-width:0;
}
2007-03-18 11:31:37 -04:00
h2 {
2007-03-18 11:33:24 -04:00
border-left:10px solid #ff9900;
2007-03-18 11:31:37 -04:00
font-family:'Lucida Grande', Sans, Sans-serif;
text-transform:uppercase;
2007-03-18 11:34:47 -04:00
padding-left:10px;
2007-03-18 11:31:37 -04:00
}
2007-03-18 10:00:42 -04:00
p {
font-family:'Lucida Grande', Sans, Sans-serif;
2007-03-18 09:58:44 -04:00
}
2007-03-18 10:05:18 -04:00
.template-header {
border-bottom:1px solid #ccc;
2007-03-18 11:38:20 -04:00
/*background-color:#cee6ff;*/
2007-03-18 12:20:49 -04:00
margin-top:65px;
2007-03-18 12:17:31 -04:00
}
.webtitle {
position:absolute;
top:0;
left:0;
2007-03-18 12:20:49 -04:00
width:100%;
2007-03-18 12:17:31 -04:00
background-color:#215498;
2007-03-18 12:20:49 -04:00
} .webtitle .webtitle-inner {
2007-03-18 12:22:12 -04:00
width:760px;
2007-03-18 12:20:49 -04:00
margin:0 auto;
padding:0 20px;
2007-03-18 11:38:20 -04:00
}
2007-03-18 11:43:24 -04:00
.menuspace {
background:white;
}
2007-03-18 11:46:58 -04:00
.menuspace .menubar {
2007-03-18 11:43:24 -04:00
background-color:transparent;
2007-03-18 11:38:20 -04:00
padding:0;
2007-03-18 11:52:38 -04:00
margin:0 auto;
text-align:center;
2007-03-18 10:05:18 -04:00
}
2007-03-18 11:31:37 -04:00
2007-03-18 11:46:58 -04:00
.menuspace .menuitem {
2007-03-18 11:40:05 -04:00
margin:0;
padding:0;
2007-03-18 11:46:58 -04:00
} .menuspace .menuitem a {
2007-03-18 12:11:01 -04:00
display:block;
2007-03-18 11:54:49 -04:00
text-align:center;
2007-03-18 11:38:20 -04:00
padding:3px 6px;
margin:0;
2007-03-18 11:31:37 -04:00
text-decoration:none;
2007-03-18 11:33:24 -04:00
font-weight:400;
font-family:'Lucida Grande', Sans, Sans-serif;
2007-03-18 11:46:58 -04:00
} .menuspace .menuitem a:hover {
2007-03-18 11:31:37 -04:00
font-weight:700;
2007-03-18 12:12:37 -04:00
} .menuspace .menuitem a:hover img {
width:60px;
height:60px;
2007-03-18 11:31:37 -04:00
}