Header
From Partiapiratow
Line 14: | Line 14: | ||
} | } | ||
*/ | */ | ||
+ | |||
+ | html { | ||
+ | height:100%; | ||
+ | font-family:Tahoma,Arial, Helvetica, sans-serif; | ||
+ | text-align:justify; | ||
+ | font-size:11px; | ||
+ | } | ||
+ | td,tr,p,div { | ||
+ | font-family:Tahoma,Arial, Helvetica, sans-serif; | ||
+ | font-size:11px; | ||
+ | color:#444444; | ||
+ | } | ||
+ | body { | ||
+ | height: 100%; | ||
+ | margin: 0px; | ||
+ | |||
+ | line-height:150%; | ||
+ | |||
+ | } | ||
+ | .webcontainer { | ||
+ | width:100%; | ||
+ | background:url(../images/....gif) repeat-x #EEEEEE; | ||
+ | } | ||
+ | a:link, a:visited { | ||
+ | text-decoration:none; | ||
+ | color:#990000;; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration:none; | ||
+ | color:#CC0000;; | ||
+ | } | ||
+ | .table_top_content { | ||
+ | background:url(../images/table_top_bg.gif); | ||
+ | height:155px !important; | ||
+ | } | ||
+ | .table_middle_content { | ||
+ | background:url(../images/table_middle_bg.gif); | ||
+ | } | ||
+ | .table_bottom_content { | ||
+ | background:url(../images/table_bottom_bg.gif); | ||
+ | height:22px !important; | ||
+ | } | ||
+ | .table_top2_content { | ||
+ | background:url(../images/table_top.gif); | ||
+ | height:22px !important; | ||
+ | } | ||
+ | .header_table { | ||
+ | background:url(../images/banner.jpg); | ||
+ | height:115px; | ||
+ | } | ||
+ | .newsflash_div { | ||
+ | width:359px !important; | ||
+ | height:75px !important; | ||
+ | overflow:hidden; | ||
+ | padding:20px; | ||
+ | margin-top:0px; | ||
+ | text-align:justify; | ||
+ | background:url(../images/newsflash_bg.gif); | ||
+ | line-height:100%; | ||
+ | } | ||
+ | .newsflash_div div table td { | ||
+ | color:#FFFFFF !important; | ||
+ | } | ||
+ | .newsflash_div div table.contentpaneopen{ | ||
+ | |||
+ | } | ||
+ | table.moduletable{ | ||
+ | width:100%;; | ||
+ | } | ||
+ | |||
+ | table.moduletable td { | ||
+ | background-color:#CC9900; | ||
+ | } | ||
+ | table.moduletable th, div.moduletable h3 { | ||
+ | background: url(../images/th_bg.gif); | ||
+ | text-transform: uppercase; | ||
+ | color: White; | ||
+ | font-size: 12px; | ||
+ | padding: 5px; | ||
+ | padding-left: 30px; | ||
+ | font-size-adjust: inherit; | ||
+ | top: 20px; | ||
+ | } | ||
+ | a.mainlevel:link,a.mainlevel:visited { | ||
+ | display:block; | ||
+ | padding-left:8px; | ||
+ | border-left:2px solid #444444; | ||
+ | border-bottom:1px solid #BBBBBB; | ||
+ | font-weight:bold; | ||
+ | color:#666666 ; | ||
+ | line-height:175%; | ||
+ | } | ||
+ | a.mainlevel:hover{ | ||
+ | display:block; | ||
+ | padding-left:8px; | ||
+ | font-weight:bold; | ||
+ | border-left:2px solid #CC0000; | ||
+ | border-bottom:1px solid #CC0000; | ||
+ | color:#CC0000; | ||
+ | } | ||
+ | |||
+ | ul#mainlevel-nav { | ||
+ | margin:0px; | ||
+ | } | ||
+ | |||
+ | ul#mainlevel-nav li | ||
+ | { | ||
+ | margin-left:0px; | ||
+ | display:inline; | ||
+ | } | ||
+ | |||
+ | ul#mainlevel-nav li a:link, ul#mainlevel-nav li a:visited | ||
+ | { | ||
+ | font-weight:bold; | ||
+ | color:#990000; | ||
+ | padding: 0px 5px 0px 5px; | ||
+ | text-decoration: none; | ||
+ | border-left:2px solid #990000; | ||
+ | } | ||
+ | ul#mainlevel-nav li a:hover | ||
+ | { | ||
+ | background-color:#EEEEEE; | ||
+ | } | ||
+ | .inputbox { | ||
+ | border: 1px solid #444444; | ||
+ | color: #444444; | ||
+ | padding:3px; | ||
+ | font-size:11px; | ||
+ | margin: 5px 0px 5px 0px; | ||
+ | } | ||
+ | .mostread li{ | ||
+ | display:list-item; | ||
+ | list-style:circle; | ||
+ | color:#444444; | ||
+ | margin-left:-28px; | ||
+ | line-height:150%; | ||
+ | } | ||
+ | .mostread li a{ | ||
+ | color:#444444; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | |||
+ | .sectiontablefooter{ | ||
+ | background:url(../images/sectiontableheader_hg.gif); | ||
+ | font-weight:bold; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .pagenav{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | .latestnews li{ | ||
+ | border:1px solid white; | ||
+ | display:list-item; | ||
+ | list-style:circle; | ||
+ | color:#444444; | ||
+ | margin-left:-28px; | ||
+ | line-height:150%; | ||
+ | } | ||
+ | .latestnews li a{ | ||
+ | color:#444444; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | .button { | ||
+ | margin-top:10px; | ||
+ | margin-bottom:10px; | ||
+ | border: 1px solid #444444; | ||
+ | background-color:#EEEEEE; | ||
+ | } | ||
+ | li { | ||
+ | display:list-item; | ||
+ | list-style:circle; | ||
+ | color:#444444; | ||
+ | margin-left:-28px; | ||
+ | line-height:150%; | ||
+ | } | ||
+ | li a{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .back_button { | ||
+ | padding-top:10px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .contenttoc { | ||
+ | text-align:left; | ||
+ | border:1px solid #CCCCCC; | ||
+ | margin-left:10px; | ||
+ | padding-left:5px; | ||
+ | padding-right:5px; | ||
+ | } | ||
+ | .contenttoc a:link, .contenttoc a:visited{ | ||
+ | background:url(../images/link_voran.gif) no-repeat left; | ||
+ | padding-left:8px; | ||
+ | color:#444444; | ||
+ | } | ||
+ | .contenttoc a:hover{ | ||
+ | background:url(../images/link_voran.gif) no-repeat left; | ||
+ | padding-left:8px; | ||
+ | color:#444444; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | .sectiontableheader { | ||
+ | background:url(../images/sectiontableheader_hg.gif); | ||
+ | font-weight:bold; | ||
+ | padding:5px; | ||
+ | } | ||
+ | .category { | ||
+ | |||
+ | } | ||
+ | .sectiontableentry1 { | ||
+ | background-color:#DDDDDD; | ||
+ | padding:5px; | ||
+ | text-align:left; | ||
+ | } | ||
+ | .sectiontableentry1 td{ | ||
+ | padding:5px; | ||
+ | |||
+ | } | ||
+ | .sectiontableentry1 a{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .sectiontableentry2 { | ||
+ | background-color:#EEEEEE; | ||
+ | padding:5px; | ||
+ | text-align:left; | ||
+ | } | ||
+ | .sectiontableentry2 td{ | ||
+ | padding:5px; | ||
+ | |||
+ | } | ||
+ | .sectiontableentry2 a{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .poll{ | ||
+ | width:160px; | ||
+ | } | ||
+ | .blog_more strong{ | ||
+ | font-family: Tahoma, Arial, Helvetica, sans-serif; | ||
+ | font-size:16px; | ||
+ | font-weight:bold; | ||
+ | color:#CC0000; | ||
+ | padding-left:20px; | ||
+ | border-left:4px solid #CC0000; | ||
+ | margin-bottom:25px; | ||
+ | /*color:#234C6D;*/ | ||
+ | } | ||
+ | .blogsection{ | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | color:#444444; | ||
+ | |||
+ | } | ||
+ | .componentheading { | ||
+ | font-family: Tahoma, Arial, Helvetica, sans-serif; | ||
+ | font-size:16px; | ||
+ | font-weight:bold; | ||
+ | color:#CC0000; | ||
+ | padding-left:20px; | ||
+ | border-left:4px solid #CC0000; | ||
+ | margin-bottom:25px; | ||
+ | /*color:#234C6D;*/ | ||
+ | } | ||
+ | |||
+ | .contentheading{ | ||
+ | font-family: Tahoma, Arial, Helvetica, sans-serif; | ||
+ | font-size:16px; | ||
+ | font-weight:bold; | ||
+ | color:#CC0000; | ||
+ | padding-left:20px; | ||
+ | border-left:4px solid #CC0000; | ||
+ | margin-bottom:25px; | ||
+ | /*color:#234C6D;*/ | ||
+ | } | ||
+ | |||
+ | .small { | ||
+ | font-size:9px; | ||
+ | } | ||
+ | .createdate { | ||
+ | font-size:9px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | div.mosimage { | ||
+ | border: 1px solid #ccc; | ||
+ | } | ||
+ | |||
+ | .mosimage { | ||
+ | border: 1px solid #cccccc; | ||
+ | margin: 5px | ||
+ | } | ||
+ | .mosimage_caption { | ||
+ | margin-top: 2px; | ||
+ | background: #efefef; | ||
+ | padding: 1px 2px; | ||
+ | color: #666; | ||
+ | font-size: 10px; | ||
+ | border-top: 1px solid #cccccc; | ||
+ | } | ||
+ | a.readon { | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | .modifydate { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .module h3 { | ||
+ | background: url(../images/th_bg.gif); | ||
+ | font-size: 12px; | ||
+ | padding: 3px; | ||
+ | color: White; | ||
+ | padding-left: 10px; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | .module div div div table { | ||
+ | margin-bottom:20px; | ||
+ | } | ||
+ | a.sublevel { | ||
+ | display:block; | ||
+ | color:#CC0000; | ||
+ | border-left:2px solid #CC0000; | ||
+ | margin-left:-4px; | ||
+ | padding-left:8px; | ||
+ | padding-top:3px; | ||
+ | padding-bottom:3px; | ||
+ | } | ||
+ | |||
+ | a.mainlevel#active_menu { | ||
+ | background-color:#CCCCCC; | ||
+ | } | ||
+ | .module h3 { | ||
+ | |||
+ | margin:0; | ||
+ | |||
+ | |||
+ | } | ||
+ | .date { | ||
+ | font-size: 11px; | ||
+ | color: #990000; | ||
+ | padding-right: 10px; | ||
+ | margin-bottom: 0px; | ||
+ | padding-left: 10px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
Revision as of 15:54, 5 January 2007
<style type="text/css"> /* Notes: -You must log as admin to edit this page -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. -if you want your code to look nice on this page, put a space at the beginning of each line -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css For example uncomment this next section to turn all the text green: */ /* body { color: green; } */
html { height:100%; font-family:Tahoma,Arial, Helvetica, sans-serif; text-align:justify; font-size:11px; } td,tr,p,div { font-family:Tahoma,Arial, Helvetica, sans-serif; font-size:11px; color:#444444; } body { height: 100%; margin: 0px;
line-height:150%;
} .webcontainer { width:100%; background:url(../images/....gif) repeat-x #EEEEEE; } a:link, a:visited { text-decoration:none; color:#990000;; } a:hover { text-decoration:none; color:#CC0000;; } .table_top_content { background:url(../images/table_top_bg.gif); height:155px !important; } .table_middle_content { background:url(../images/table_middle_bg.gif); } .table_bottom_content { background:url(../images/table_bottom_bg.gif); height:22px !important; } .table_top2_content { background:url(../images/table_top.gif); height:22px !important; } .header_table { background:url(../images/banner.jpg); height:115px; } .newsflash_div { width:359px !important; height:75px !important; overflow:hidden; padding:20px; margin-top:0px; text-align:justify; background:url(../images/newsflash_bg.gif); line-height:100%; } .newsflash_div div table td { color:#FFFFFF !important; } .newsflash_div div table.contentpaneopen{
} table.moduletable{ width:100%;; }
table.moduletable td { background-color:#CC9900; } table.moduletable th, div.moduletable h3 { background: url(../images/th_bg.gif); text-transform: uppercase; color: White; font-size: 12px; padding: 5px; padding-left: 30px; font-size-adjust: inherit; top: 20px; } a.mainlevel:link,a.mainlevel:visited { display:block; padding-left:8px; border-left:2px solid #444444; border-bottom:1px solid #BBBBBB; font-weight:bold; color:#666666 ; line-height:175%; } a.mainlevel:hover{ display:block; padding-left:8px; font-weight:bold; border-left:2px solid #CC0000; border-bottom:1px solid #CC0000; color:#CC0000; }
ul#mainlevel-nav { margin:0px; }
ul#mainlevel-nav li { margin-left:0px; display:inline; }
ul#mainlevel-nav li a:link, ul#mainlevel-nav li a:visited { font-weight:bold; color:#990000; padding: 0px 5px 0px 5px; text-decoration: none; border-left:2px solid #990000; } ul#mainlevel-nav li a:hover { background-color:#EEEEEE; } .inputbox { border: 1px solid #444444; color: #444444; padding:3px; font-size:11px; margin: 5px 0px 5px 0px; } .mostread li{ display:list-item; list-style:circle; color:#444444; margin-left:-28px; line-height:150%; } .mostread li a{ color:#444444; font-weight:normal; }
.sectiontablefooter{ background:url(../images/sectiontableheader_hg.gif); font-weight:bold; padding:5px; }
.pagenav{
font-weight:bold;
}
.latestnews li{ border:1px solid white; display:list-item; list-style:circle; color:#444444; margin-left:-28px; line-height:150%; } .latestnews li a{ color:#444444; font-weight:normal; } .button { margin-top:10px; margin-bottom:10px; border: 1px solid #444444; background-color:#EEEEEE; } li { display:list-item; list-style:circle; color:#444444; margin-left:-28px; line-height:150%; } li a{ font-weight:bold; } .back_button { padding-top:10px; font-weight:bold; } .contenttoc { text-align:left; border:1px solid #CCCCCC; margin-left:10px; padding-left:5px; padding-right:5px; } .contenttoc a:link, .contenttoc a:visited{ background:url(../images/link_voran.gif) no-repeat left; padding-left:8px; color:#444444; } .contenttoc a:hover{ background:url(../images/link_voran.gif) no-repeat left; padding-left:8px; color:#444444; text-decoration:underline; } .sectiontableheader { background:url(../images/sectiontableheader_hg.gif); font-weight:bold; padding:5px; } .category {
} .sectiontableentry1 { background-color:#DDDDDD; padding:5px; text-align:left; } .sectiontableentry1 td{ padding:5px;
} .sectiontableentry1 a{ font-weight:bold; } .sectiontableentry2 { background-color:#EEEEEE; padding:5px; text-align:left; } .sectiontableentry2 td{ padding:5px;
} .sectiontableentry2 a{ font-weight:bold; } .poll{ width:160px; } .blog_more strong{ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#CC0000; padding-left:20px; border-left:4px solid #CC0000; margin-bottom:25px; /*color:#234C6D;*/ } .blogsection{ font-size:11px; font-weight:normal; color:#444444;
}
.componentheading {
font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#CC0000; padding-left:20px; border-left:4px solid #CC0000; margin-bottom:25px; /*color:#234C6D;*/ }
.contentheading{ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#CC0000; padding-left:20px; border-left:4px solid #CC0000; margin-bottom:25px; /*color:#234C6D;*/ }
.small { font-size:9px; } .createdate { font-size:9px; font-weight:bold; } div.mosimage {
border: 1px solid #ccc;
}
.mosimage {
border: 1px solid #cccccc; margin: 5px
} .mosimage_caption {
margin-top: 2px; background: #efefef; padding: 1px 2px; color: #666; font-size: 10px; border-top: 1px solid #cccccc;
} a.readon { text-decoration:underline; } .modifydate { font-weight: bold; }
.module h3 { background: url(../images/th_bg.gif); font-size: 12px; padding: 3px; color: White; padding-left: 10px; text-transform: uppercase; } .module div div div table { margin-bottom:20px; } a.sublevel { display:block; color:#CC0000; border-left:2px solid #CC0000; margin-left:-4px; padding-left:8px; padding-top:3px; padding-bottom:3px; }
a.mainlevel#active_menu { background-color:#CCCCCC; } .module h3 {
margin:0;
}
.date {
font-size: 11px;
color: #990000;
padding-right: 10px;
margin-bottom: 0px;
padding-left: 10px;
text-align: right;
}
</style>
<script type="text/javascript"> //Feel free to add your javascript code here. </script>