Difference between revisions of "MediaWiki:Common.css"
Line 31: | Line 31: | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #FFFFFF 50%, #853d3d 50%); /* FF3.6+ */ |
− | + | background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#FFFFFF), color-stop(50%,#853d3d)); /* Chrome,Safari4+ */ | |
− | + | background: -webkit-linear-gradient(top, #FFFFFF 50%,#853d3d 50%); /* Chrome10+,Safari5.1+ */ | |
− | + | background: -o-linear-gradient(top, #FFFFFF 50%,#853d3d 50%); /* Opera 11.10+ */ | |
− | + | background: -ms-linear-gradient(top, #FFFFFF 50%,#853d3d 50%); /* IE10+ */ | |
− | + | background: linear-gradient(to bottom, #FFFFFF 50%,#853d3d 50%); /* W3C */ | |
− | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#853d3d',GradientType=0 ); /* IE6-9 */ | |
white-space: nowrap; | white-space: nowrap; | ||
} | } |
Revision as of 15:14, 30 January 2019
/* CSS placed here will be applied to all skins */ body { background-color: #853d3d; } #mw-page-base { height: 5em; background-position: bottom left; background-repeat: repeat-x; background-image: none !important; background-color: #853d3d; background-image: none !important; background-image: none !important; background-image: none !important; background-color: #853d3d; } .mw-body { margin-left: 10em; border: 1px solid #853d3d !important; border-right-width: 1px; border-right-width: 0; margin-top: -1px; } div.vectorTabs ul li { float: left; line-height: 1.125em; display: inline-block; height: 100%; margin: 0; padding: 0; background-image: none !important; background-position: bottom left; background-repeat: repeat-x; background: -moz-linear-gradient(top, #FFFFFF 50%, #853d3d 50%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#FFFFFF), color-stop(50%,#853d3d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFFFFF 50%,#853d3d 50%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FFFFFF 50%,#853d3d 50%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #FFFFFF 50%,#853d3d 50%); /* IE10+ */ background: linear-gradient(to bottom, #FFFFFF 50%,#853d3d 50%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#853d3d',GradientType=0 ); /* IE6-9 */ white-space: nowrap; } div.vectorTabs li a { display: inline-block; height: 1.9em; padding-left: 0.625em; padding-right: 0.625em; color: #853d3d !important; cursor: pointer; font-size: 0.8em; } div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #853d3d !important; font-weight: bold !important; text-decoration: none; } div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #853d3d !important; } div.vectorTabs span > a{ color: #853d3d !important; } #mw-panel .portal .body li a { color: #FFF !important; } #mw-panel .portal h3 { font-size: 0.75em; color: #FFF !important; font-weight: normal; margin: 0.5em 0 0 0.66666667em; padding: 0.25em 0; cursor: default; border: 0; } a.new, #p-personal a.new { color: #FFF !important; } a { text-decoration: none; color: #FFF !important; background: none; }