|
/* CSS Document */
/** wiki chat template **/
/* css for HTML elements */
body {
font-family ; Lucida Grande, Verdana, Lucida, Geneva, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
margin-top: 1em;
}
a {
color: #792327;
font-family: Arial;
text-decoration:none;
font-size:small;
}
/* a {text-decoration:underline;} */
a:hover {
color: #cc0000;
text-decoration:none;
}
a.otherwikilink{
padding-right: 8px;
background: url() no-repeat center right;
}
a.othersitelink{
padding-right: 12px;
background: url() no-repeat center right;
}
/***** css for the whole page *****/
#main{
margin: 0 auto;
padding-left: 1em;
/* change the number of ems to adjust the amount of blank space
at the top of the div containing your content*/
padding-top: 1em;
padding-right: 1em;
padding-bottom: 1em;
width: 800px;
}
/***** css for the header area of the page *****/
#MENU_wiki_name {color:#000000;font-size:medium;}
#MENU_wikipagename {color:#000000;font-size:small;}
.wiki_name_label {color:#000000;font-size:xx-small;margin-left:5px;}
.wiki_page_name_label {color:#000000;font-size:xx-small;margin-left:5px;}
/***** css for the content area of the page *****/
.context_menu li
{ display:inline;
font-size:x-small;
}
.menu_form {
display:inline;}
.search_results_link{
display:block;
}
#logo_td {width:20px;}
/***** css for the left menu part of the page *****/
#menu{
width:160px;
}
.menuinput{
width:120px;
display:block;
color:#000000;
}
.menu_text{
color:#000000;
font-family: Arial;
font-size:x-small;
}
.menulinks a {
display: inline;
font-family: Arial;
font-size: small;
color: #000000;
}
* html .menulinks a {
font-family: Arial;
font-size: x-small;
color: #000000;
}
.menulinks a:visited {
color: #000000;
}
.account_wiki_list_link {
display: block;
padding: 1px 1px 4px 8px;
font-family: Arial;
font-size: small;
color: #000000;
}
#account_wiki_list {
margin-left: -25px;
}
.edit_system_page_link {color:#000000;font-size:xx-small;}
#edit_menu_link {color:#000000;font-size:xx-small;}
.menu_detail { color:#000000;display:none }
.wiki_menu_div {color:#000000;display: inline; width: auto; text-align:right}
.line_menu_text {color:#000000}
#slow_chat_link {
color:#000000;
font-size:x-small;}
#slow_chat_button{
width:160px;
margin-left:-4px;
margin-right:12px;
}
.slow_chat_display {width:150px;}
#slow_chat{font-size:x-small;}
/* ************** content *************** */
#content{
margin-left:10px;
margin-top:20px;
font-size:small;
}
* html #content{
/* the simplified box model hack */
font-size: x-small; /* for IE 5/WIN */
font-size: x-small; /* for other IE versions */
}
.search_results_link {
margin-bottom:5px;
}
#directory_deleted_pages {background-color:silver;}
/***** css for the right bar part of the page *****/
#rightbar{
margin-top: 10px;
margin-left: 20px;
text-align:left;
font-family: Arial;
width:120px;
}
#searchwikiform {display:inline}
.search_text {display:block;font-size:x-small;color:#000000;}
.search_input {width:120px;}
.breadcrumb_link {
color:#000000;
font-family: Arial;
font-size:x-small;
display:block;
margin-bottom:5px;
}
#breadcrumb_list a{
color:#000000;
font-family: Arial;
font-size:x-small;
}
.breadcrumb_list_text{
color:#000000;
font-family: Arial;
font-size:x-small;
}
/***** css for the footer part of the page ****/
#footer{}
/**** css for messages to the user ****/
#usermessage {
border-top: 2px solid #ff0000;
border-bottom: 2px solid #ff0000;
border-left: 2px solid #ff0000;
border-right: 2px solid #ff0000;
margin-top: 10px;
margin-bottom: 10px;
background-color: #eeeeee;
font-family: Arial;
font-size: small;
color: #000000;
text-Align: center;
}
/***** css for the discussion page *****/
.discussion_comment{
margin-left:10px;
font-family: Arial;
background-color:#FFFFDD;
}
/***** css for the addcomments widget *****/
.comment_comment{
margin-left:10px;
font-family: Arial;
background-color:#FFFFDD;
}
/***** css for the calendar widget *****/
td.calendar_event_year {
background-color: #FFCC33;
}
td.calendar_event_month {
background-color: #000000;
}
.calendar_event_date {
font-weight: normal;
}
.calendar_event_city{
font-weight: normal;
}
.calendar_event_title{
font-weight: normal;
color: #000000;
}
.calendar_instructions{
color: #000000;
}
.calendar_membership_message{
}
.calendar_text {
font-weight: normal;
}
.calendar_description{
margin-left: 10px;
margin-top:5px;
margin-bottom:10px;
}
|