MediaWiki:Monobook.css
From Gospel Translations
(Difference between revisions)
				
																
				
				
								
				| Line 10: | Line 10: | ||
| #TranslationPortalNav { | #TranslationPortalNav { | ||
| 	font-family: Arial, Helvetica, sans-serif; | 	font-family: Arial, Helvetica, sans-serif; | ||
| - | 	font-size:  | + | 	font-size: 14px; | 
| 	background-color: #F5F5F5; | 	background-color: #F5F5F5; | ||
| 	color: #333333; | 	color: #333333; | ||
| - | + | 	border: 1px solid #CCC; | |
| - | + | 	padding: 0; | |
| + | 	margin: 0; | ||
| + | 	width: 655px; | ||
| + | 	text-align: center; | ||
| } | } | ||
| #TranslationPortalNav .selected { | #TranslationPortalNav .selected { | ||
| 	font-weight: bold; | 	font-weight: bold; | ||
| + | 	padding: 0 8px; | ||
| 	background-color: #0A99CE; | 	background-color: #0A99CE; | ||
| 	color: #F5F5F5; | 	color: #F5F5F5; | ||
| - | 	border: 1px solid #333; | + | 	border-bottom: 1px solid #333; | 
| - | + | 	border-top: 1px solid #333; | |
| + | 	display: inline; | ||
| + | 	margin: 0; | ||
| + | } | ||
| + | #TranslationPortalNav .top { | ||
| + | 	border-bottom: 1px solid #CCC; | ||
| + | 	padding: 4px 0 4px 0; | ||
| + | 	background-color: #CCCCCC; | ||
| + | 	font-size: 16px; | ||
| + | 	font-weight: bold; | ||
| } | } | ||
| #TranslationPortalNav .oth { | #TranslationPortalNav .oth { | ||
| - | 	border: 1px  | + | 	display: inline; | 
| - | + | 	border-width: 0 1px 0 1px; | |
| + | 	border-color: #CCC; | ||
| + | 	/*margin: 0 4px;*/ | ||
| + | 	padding: 0 8px; | ||
| + | 	margin: 0; | ||
| } | } | ||
| #TranslationPortalNav .oth a { | #TranslationPortalNav .oth a { | ||
| - | |||
| 	width:100%; | 	width:100%; | ||
| 	height:100%; | 	height:100%; | ||
| 	text-decoration: none; | 	text-decoration: none; | ||
| - | + | 	color: #333; | |
| - | + | 	padding: 0 8px; | |
| + | 	margin: 0; | ||
| } | } | ||
| #TranslationPortalNav .oth a:hover { | #TranslationPortalNav .oth a:hover { | ||
| - | |||
| 	width:100%; | 	width:100%; | ||
| 	height:100%; | 	height:100%; | ||
| - | 	background-color: # | + | 	background-color: #0BA2DB; | 
| 	text-decoration: none; | 	text-decoration: none; | ||
| - | + | 	color: #FFF; | |
| - | + | 	padding: 0 8px; | |
| + | 	margin: 0; | ||
| } | } | ||
| </nowiki> | </nowiki> | ||
Revision as of 14:11, 10 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: 14px; background-color: #F5F5F5; color: #333333; border: 1px solid #CCC; padding: 0; margin: 0; width: 655px; text-align: center; } #TranslationPortalNav .selected { font-weight: bold; padding: 0 8px; background-color: #0A99CE; color: #F5F5F5; border-bottom: 1px solid #333; border-top: 1px solid #333; display: inline; margin: 0; } #TranslationPortalNav .top { border-bottom: 1px solid #CCC; padding: 4px 0 4px 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 8px; margin: 0; } #TranslationPortalNav .oth a { width:100%; height:100%; text-decoration: none; color: #333; padding: 0 8px; margin: 0; } #TranslationPortalNav .oth a:hover { width:100%; height:100%; background-color: #0BA2DB; text-decoration: none; color: #FFF; padding: 0 8px; margin: 0; } </nowiki>
