2002-05-17 20:00:31 +00:00
|
|
|
body, td {
|
2003-11-23 19:03:08 +00:00
|
|
|
background-color: <% layout.bgcolor %>;
|
|
|
|
font-family: <% layout.textfont %>;
|
|
|
|
font-size: <% layout.textsize %>;
|
|
|
|
color: <% layout.textcolor %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
}
|
|
|
|
|
2003-02-14 13:34:51 +00:00
|
|
|
fieldset {
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-top: 0px;
|
2003-03-14 10:59:00 +00:00
|
|
|
margin-top:6px;
|
|
|
|
margin-bottom:6px;
|
2003-02-14 13:34:51 +00:00
|
|
|
}
|
|
|
|
|
2003-03-14 10:59:00 +00:00
|
|
|
p {
|
2003-02-14 13:34:51 +00:00
|
|
|
margin-top:6px;
|
2003-03-14 10:59:00 +00:00
|
|
|
margin-bottom:10px;
|
2003-02-14 13:34:51 +00:00
|
|
|
}
|
|
|
|
|
2002-07-29 17:33:02 +00:00
|
|
|
form {margin: 0px;}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
|
|
|
a {text-decoration: none;}
|
|
|
|
|
2003-11-23 19:03:08 +00:00
|
|
|
a:link {color: <% layout.linkcolor %>;}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
2003-11-23 19:03:08 +00:00
|
|
|
a:visited {color: <% layout.vlinkcolor %>;}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
2003-11-23 19:03:08 +00:00
|
|
|
a:active {color: <% layout.alinkcolor %>;}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
|
|
|
a:hover {
|
2003-11-23 19:03:08 +00:00
|
|
|
background-color: <% layout.linkcolor %>;
|
|
|
|
color: <% layout.bgcolor %>;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2002-07-24 14:43:07 +00:00
|
|
|
height: 53px;
|
|
|
|
font-size: 20pt;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
2003-11-23 19:03:08 +00:00
|
|
|
background-image: url("<% layout.image as="url" name="webloghead" %>");
|
2002-07-24 14:43:07 +00:00
|
|
|
background-color: transparent;
|
2003-11-23 19:03:08 +00:00
|
|
|
color: <% layout.linkcolor %>
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.message {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
2003-03-10 16:49:26 +00:00
|
|
|
font-weight: bold;
|
2002-07-24 14:43:07 +00:00
|
|
|
padding: 1px;
|
2003-11-23 19:03:08 +00:00
|
|
|
color: <% layout.titlecolor %>;
|
|
|
|
background-color: <% layout.bgcolor %>;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.statusdark {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
width: 198px;
|
|
|
|
display: block;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.statuslight {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
width: 198px;
|
|
|
|
color: #999999;
|
|
|
|
display: block;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.statushead {
|
2002-07-24 14:43:07 +00:00
|
|
|
width: 198px;
|
|
|
|
text-align: left;
|
|
|
|
letter-spacing: 3px;
|
2003-11-23 19:03:08 +00:00
|
|
|
font-size: <% layout.smallsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
display: block;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sep {
|
2002-07-24 14:43:07 +00:00
|
|
|
height: 1px;
|
|
|
|
width: 198px;
|
2003-11-23 19:03:08 +00:00
|
|
|
background-image: url("<% layout.image as="url" name="dot" %>");
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
2003-11-23 19:03:08 +00:00
|
|
|
ul {list-style: url("<% layout.image as="url" name="bullet" %>") circle;}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
2002-06-03 17:10:21 +00:00
|
|
|
li {padding-bottom: 3px;}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
|
|
|
.calHead {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
font-weight: bold;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calDay {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
text-align: center;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calSelDay {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
|
|
|
border: 1px solid <% layout.linkcolor %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
text-align: center;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calFoot {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
font-weight: bold;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.storyDate {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
|
|
|
color: <% layout.smallcolor %>;
|
2003-03-14 10:59:00 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 2px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.storyTitle {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.titlefont %>;
|
|
|
|
font-size: <% layout.titlesize %>;
|
|
|
|
color: <% layout.titlecolor %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
font-weight: bold;
|
2003-03-14 10:59:00 +00:00
|
|
|
margin-bottom: 2px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.small {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
|
|
|
color: <% layout.smallcolor %>;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentHead {
|
2002-07-24 14:43:07 +00:00
|
|
|
width: 50px;
|
|
|
|
border-bottom-style: dotted;
|
|
|
|
border-bottom-width: thin;
|
|
|
|
border-bottom-color: #cccccc;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-top: 10px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentDate {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.smallfont %>;
|
|
|
|
font-size: <% layout.smallsize %>;
|
|
|
|
color: <% layout.smallcolor %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
margin-bottom: 2px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentTitle {
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.titlefont %>;
|
|
|
|
font-size: <% layout.titlesize %>;
|
|
|
|
color: <% layout.textcolor %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 2px;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
2003-03-14 10:59:00 +00:00
|
|
|
.reply {padding-left: 40px;}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
.formTitle {
|
2002-07-24 14:43:07 +00:00
|
|
|
width: 380px;
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.textfont %>;
|
|
|
|
font-size: <% layout.titlesize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
font-weight: bold;
|
2003-11-23 19:03:08 +00:00
|
|
|
border: 1px solid <% layout.textcolor %>;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.formText {
|
2002-07-24 14:43:07 +00:00
|
|
|
width: 380px;
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.textfont %>;
|
|
|
|
font-size: <% layout.textsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
font-weight: normal;
|
2003-11-23 19:03:08 +00:00
|
|
|
border: 1px solid <% layout.textcolor %>;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.formWide {
|
2002-07-24 14:43:07 +00:00
|
|
|
width: 660px;
|
2003-11-23 19:03:08 +00:00
|
|
|
font-family: <% layout.textfont %>;
|
|
|
|
font-size: <% layout.textsize %>;
|
2002-07-24 14:43:07 +00:00
|
|
|
font-weight: normal;
|
2002-05-17 20:00:31 +00:00
|
|
|
}
|
|
|
|
|
2002-05-21 16:45:41 +00:00
|
|
|
.offlineStory {background-color: #cccccc;}
|
2001-07-18 15:58:18 +00:00
|
|
|
|
2002-02-01 16:40:59 +00:00
|
|
|
.pollResultsBar {
|
2003-02-11 14:51:12 +00:00
|
|
|
height: 5px;
|
|
|
|
margin-right: 10px;
|
2003-11-23 19:03:08 +00:00
|
|
|
background-color: <% layout.linkcolor %>;
|
2003-02-11 14:51:12 +00:00
|
|
|
font-size: 0px;
|
2002-02-01 16:40:59 +00:00
|
|
|
}
|
2002-05-17 20:00:31 +00:00
|
|
|
|
2002-07-19 12:40:43 +00:00
|
|
|
.searchbox {
|
2002-07-26 12:55:35 +00:00
|
|
|
font-size:11px;
|
|
|
|
margin-top:3px;
|
|
|
|
margin-bottom:3px;
|
2002-07-19 12:40:43 +00:00
|
|
|
}
|
2003-01-07 14:45:50 +00:00
|
|
|
|
|
|
|
.colorpickerWidget {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
}
|
2003-03-05 18:39:37 +00:00
|
|
|
|
|
|
|
.pagelink {
|
|
|
|
margin-top: 2px;
|
2003-07-22 12:01:41 +00:00
|
|
|
margin-bottom: 18px;
|
2003-03-05 18:39:37 +00:00
|
|
|
}
|
2003-10-15 19:56:41 +00:00
|
|
|
|
2003-11-23 19:03:08 +00:00
|
|
|
/* page navigation bar */
|
|
|
|
|
2003-10-15 19:56:41 +00:00
|
|
|
div.pageNav {
|
|
|
|
margin-top:10px;
|
|
|
|
height:14px;
|
|
|
|
font-size:11px;
|
|
|
|
}
|
|
|
|
div.pageNavSummary {
|
|
|
|
padding:2px;
|
|
|
|
background-color:#efefef;
|
|
|
|
border-bottom:1px solid #cccccc;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
div.pageNavBar {
|
|
|
|
padding:2px;
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
span.pageNavItem {
|
|
|
|
padding-left:2px;
|
|
|
|
padding-right:2px;
|
|
|
|
}
|
|
|
|
span.pageNavSelItem {
|
|
|
|
padding-left:2px;
|
|
|
|
padding-right:2px;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|