Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
+ | |||
+ | /* FOCW header style */ | ||
+ | |||
+ | #g_footer { | ||
+ | font-size:0.85em; | ||
+ | font-family:Georgia, "Times New Roman", Times, serif; | ||
+ | color:#697335; | ||
+ | text-align:center; | ||
+ | margin:0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #page-title { font-family:Georgia, "Times New Roman", Times, serif; | ||
+ | text-align:left; | ||
+ | font-style:italic; | ||
+ | font-size:2.25em;color:#697335;margin:0;border-bottom:3px solid #A0AA6D; | ||
+ | padding-top:75px; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #container { | ||
+ | padding: 0px; | ||
+ | background-color:#E9ECCF; | ||
+ | margin:0px auto; | ||
+ | } | ||
+ | #footer {margin-top:0em; | ||
+ | background: URL("skin_branch_bottom.jpg") no-repeat bottom left; | ||
+ | background-color:#E9ECCF; | ||
+ | } | ||
+ | |||
+ | #page-title { font-family:Georgia, "Times New Roman", Times, serif; | ||
+ | text-align:left; | ||
+ | font-style:italic; | ||
+ | padding-top:75px; | ||
+ | border:none; | ||
+ | } | ||
+ | #g_description { font-family:Georgia, "Times New Roman", Times, serif; | ||
+ | text-align:right; | ||
+ | padding-left:25px; | ||
+ | padding-right:25px; | ||
+ | font-style:italic; | ||
+ | color:#A0AA6D; | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | background: URL("/skin_branch_top.jpg") no-repeat top left; | ||
+ | background-color: #D2D6B1; | ||
+ | } | ||
+ | |||
+ | #header .wrapper { | ||
+ | padding-left: 260px; | ||
+ | } |
Revision as of 13:29, 23 August 2006
/** CSS placed here will be applied to all skins */ /* FOCW header style */ #g_footer { font-size:0.85em; font-family:Georgia, "Times New Roman", Times, serif; color:#697335; text-align:center; margin:0px; } #page-title { font-family:Georgia, "Times New Roman", Times, serif; text-align:left; font-style:italic; font-size:2.25em;color:#697335;margin:0;border-bottom:3px solid #A0AA6D; padding-top:75px; border:none; } #container { padding: 0px; background-color:#E9ECCF; margin:0px auto; } #footer {margin-top:0em; background: URL("skin_branch_bottom.jpg") no-repeat bottom left; background-color:#E9ECCF; } #page-title { font-family:Georgia, "Times New Roman", Times, serif; text-align:left; font-style:italic; padding-top:75px; border:none; } #g_description { font-family:Georgia, "Times New Roman", Times, serif; text-align:right; padding-left:25px; padding-right:25px; font-style:italic; color:#A0AA6D; } #header { background: URL("/skin_branch_top.jpg") no-repeat top left; background-color: #D2D6B1; } #header .wrapper { padding-left: 260px; }