MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
body { | body { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
background-image: none; | background-image: none; | ||
font-family: Verdana,Geneva,sans-serif !important; | font-family: Verdana,Geneva,sans-serif !important; | ||
min-height: 400px; | min-height: 400px; | ||
color: #112a49; | |||
} | } | ||
| Line 27: | Line 27: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: # | color: #112a49; | ||
font-weight: bold; | font-weight: bold; | ||
border-bottom: none; | border-bottom: none; | ||
| Line 38: | Line 38: | ||
white-space: -o-pre-wrap; /* Opera 7 */ | white-space: -o-pre-wrap; /* Opera 7 */ | ||
word-wrap: break-word; /* Internet Explorer 5.5+ */ | word-wrap: break-word; /* Internet Explorer 5.5+ */ | ||
background-color: # | background-color: #b8e3f5; | ||
border-color: # | border-color: #53889f; | ||
font-family: Verdana,Geneva,sans-serif !important; | font-family: Verdana,Geneva,sans-serif !important; | ||
} | } | ||
| Line 58: | Line 58: | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
background: # | background: #fe746c; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
| Line 108: | Line 108: | ||
#bodyContent a:link, a:visited, a:active { | #bodyContent a:link, a:visited, a:active { | ||
color: # | color: #019cde; | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: normal; | font-weight: normal; | ||
| Line 115: | Line 115: | ||
#bodyContent a:hover a:focus { | #bodyContent a:hover a:focus { | ||
color: # | color: #019cde; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
| Line 122: | Line 122: | ||
div#mw-panel div.portal div.body ul li a:link, a:visited, a:active { | div#mw-panel div.portal div.body ul li a:link, a:visited, a:active { | ||
color: # | color: #112a49; | ||
} | } | ||
| Line 131: | Line 131: | ||
div.vectorTabs li a:link, a:visited, a:active { | div.vectorTabs li a:link, a:visited, a:active { | ||
color: # | color: #019cde; | ||
} | } | ||
div.vectorTabs li a:hover { | div.vectorTabs li a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | |||
div#mw-panel div.portal div.body ul li a:hover { | |||
text-decoration: none !important; | |||
} | } | ||
| Line 145: | Line 149: | ||
.jumbotron { | .jumbotron { | ||
background-color: #fff; | background-color: #fff; | ||
box-shadow: 0 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) !important; | ||
padding: 20px; | padding: 20px; | ||
} | } | ||
| Line 159: | Line 163: | ||
/*background-color: #f4f4f4;*/ | /*background-color: #f4f4f4;*/ | ||
transition: color 0.2s linear 0s; | transition: color 0.2s linear 0s; | ||
border: 1px solid # | border-bottom: 1px solid #cccccc; | ||
} | } | ||
#p-navigation li:hover{ | #p-navigation li:hover{ | ||
text-decoration: none !important; | |||
border-left: 3px solid #019cde; | |||
cursor: pointer; | |||
} | } | ||
#p-navigation a{ | #p-navigation a{ | ||
color: # | color: #112a49!important; | ||
} | } | ||