Difference between revisions of "MediaWiki:Monobook.css"
MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
Jump to navigationJump to searchLine 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
+ | |||
/* the tagline */ | /* the tagline */ | ||
− | #siteSub { display: inline; font-size: 100%; font-weight: bold; color: #01459A; border-bottom-style: none; } | + | #siteSub { |
+ | display: inline; | ||
+ | font-size: 100%; | ||
+ | font-weight: bold; | ||
+ | color: #01459A; | ||
+ | border-bottom-style: none; | ||
+ | } | ||
+ | |||
+ | #siteNotice { | ||
+ | margin-top:5px; | ||
+ | padding-left: 4px; | ||
+ | font-style: italic; | ||
+ | text-align: right; | ||
+ | } |
Revision as of 13:36, 31 October 2006
/* CSS placed here will affect users of the Monobook skin */ /* the tagline */ #siteSub { display: inline; font-size: 100%; font-weight: bold; color: #01459A; border-bottom-style: none; } #siteNotice { margin-top:5px; padding-left: 4px; font-style: italic; text-align: right; }