MediaWiki:Monobook.css
From Gospel Translations
(Difference between revisions)
Line 24: | Line 24: | ||
#TranslationPortalNav .oth { | #TranslationPortalNav .oth { | ||
border: 1px solid #CCC; | border: 1px solid #CCC; | ||
- | |||
} | } | ||
#TranslationPortalNav .oth a { | #TranslationPortalNav .oth a { | ||
Line 38: | Line 37: | ||
height:100%; | height:100%; | ||
background-color: #A4E2FB; | background-color: #A4E2FB; | ||
- | |||
text-decoration: none; | text-decoration: none; | ||
color: #333333; | color: #333333; | ||
} | } | ||
</nowiki> | </nowiki> |
Revision as of 21:38, 9 January 2008
/* CSS placed here will affect users of the Monobook skin */ <nowiki> .lcall { border: 1px solid rgb(170, 170, 170); margin: 5px 15px 5px 0pt; padding: 7px; float: left; width: 20%; font-size: 11px; background-color: rgb(230, 230, 230); line-height: 14px; } .rcall { border: 1px solid rgb(170, 170, 170); margin: 5px 15px 5px 0pt; padding: 7px; float: right; width: 20%; font-size: 11px; background-color: rgb(230, 230, 230); line-height: 14px; } pre{ white-space:pre; font-weight:bold; color:navy; font-family:arial; margin: 0 75px 0 75px;} #TranslationPortalNav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #F5F5F5; color: #333333; padding: 0px; margin: 0px; } #TranslationPortalNav .selected { font-weight: bold; background-color: #0A99CE; color: #F5F5F5; border: 1px solid #333; } #TranslationPortalNav .oth { border: 1px solid #CCC; } #TranslationPortalNav .oth a { display:block; width:100%; height:100%; text-decoration: none; color: #333333; } #TranslationPortalNav .oth a:hover { display:block; width:100%; height:100%; background-color: #A4E2FB; text-decoration: none; color: #333333; } </nowiki>