MediaWiki:Monobook.css
From Gospel Translations
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ <nowiki> | /* CSS placed here will affect users of the Monobook skin */ <nowiki> | ||
+ | |||
+ | #catlinks { display: none } | ||
.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; clear: left; } | .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; clear: left; } | ||
- | .rcall { border: 1px solid rgb(170, 170, 170); margin: 5px 15px 5px 0pt; padding: 7px; float: | + | .editsection {display:none} |
+ | |||
+ | .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; clear: right; } | ||
pre{ white-space:pre; font-weight:bold; color:navy; font-family:arial; margin: 0 75px 0 75px;} | pre{ white-space:pre; font-weight:bold; color:navy; font-family:arial; margin: 0 75px 0 75px;} | ||
Line 108: | Line 112: | ||
height: 100%; | height: 100%; | ||
color: #333333; | color: #333333; | ||
+ | } | ||
+ | |||
+ | #searchGoButton { display: none } | ||
+ | |||
+ | #p-search .pBody { | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | #EnrollmentFormTable td { | ||
+ | border-bottom: 1px solid #DDD; | ||
+ | } | ||
+ | |||
+ | #EnrollmentFormTable { | ||
+ | border-top: 1px solid #DDD; | ||
} | } | ||
</nowiki> | </nowiki> |
Current revision as of 20:49, 20 January 2010
/* CSS placed here will affect users of the Monobook skin */ <nowiki> #catlinks { display: none } .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; clear: left; } .editsection {display:none} .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; clear: right; } 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: 14px; background-color: #F5F5F5; color: #333333; border: 1px solid #CCC; padding: 0; margin: 0 0 12px 0; width: 99%; text-align: center; } #TranslationPortalNav .selected { font-weight: bold; padding: 0 6px; color: #333; display: inline; margin: 0; } #TranslationPortalNav .selected a { color: #333; text-decoration: none; } #TranslationPortalNav .top { border-bottom: 1px solid #CCC; padding: 3px 0 3px 0; background-color: #CCCCCC; font-size: 16px; font-weight: bold; } #TranslationPortalNav .oth { display: inline; border-width: 0 1px 0 1px; border-color: #CCC; /*margin: 0 4px;*/ padding: 0 6px; margin: 0; } #TranslationPortalNav .oth a { width:100%; height:100%; text-decoration: none; color: #333; padding: 0 6px; margin: 0; } #TranslationPortalNav .oth a:hover { width:100%; height:100%; background-color: #0A99CE; text-decoration: none; color: #FFF; padding: 0 6px; margin: 0; } #TranslationPortalNav .join { display: inline; border-width: 0 1px 0 1px; border-color: #CCC; /*margin: 0 4px;*/ padding: 0 6px; margin: 0; } #TranslationPortalNav .join a { width:100%; height:100%; text-decoration: none; color: #2DBB71; padding: 0 6px; margin: 0; } #TranslationPortalNav .join a:hover { width:100%; height:100%; background-color: #0A99CE; text-decoration: none; color: #FFF; padding: 0 6px; margin: 0; } .forum_title, .forum_edited { background-color: #F4F0E1} .volunteer_button { border: 1px solid #AAA; width: 150px; font: Arial, Helvetica, sans-serif; color: #333333; background-color: #BEEFD6; font-size: 15px; text-align:center; font-weight: bold; height: 20px; padding: 5px 0; float: right; margin: 0 8px; } .volunteer_button a { display: block; width: 100%; height: 100%; color: #333333; } #searchGoButton { display: none } #p-search .pBody { text-align: left; } #EnrollmentFormTable td { border-bottom: 1px solid #DDD; } #EnrollmentFormTable { border-top: 1px solid #DDD; } </nowiki>