Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
MMtoolsSysop (talk | contribs) |
MMtoolsSysop (talk | contribs) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
html { | html { | ||
− | + | ||
− | |||
} | } | ||
body { | body { | ||
− | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background-image: url("resources/assets/headbg.png") !important; | background-image: url("resources/assets/headbg.png") !important; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-position: | + | background-position: 320px 5px; |
+ | z-index: 100; | ||
} | } | ||
#mw-head { | #mw-head { | ||
− | background: linear-gradient(0.07turn, rgba(236,242,245,. | + | background: linear-gradient(0.07turn, rgba(236,242,245,.4), rgba(236,242,245,.4), rgba(255,0,0,.1), rgb(255,119,0,.1), rgb(255,255,0,.1), rgb(0,255,0,.1), rgb(0,0,255,.1)) !important; |
} | } | ||
.thumb { | .thumb { |
Latest revision as of 01:22, 18 October 2018
/* CSS placed here will be applied to all skins */
html {
}
body {
}
#mw-page-base {
background-image: url(“resources/assets/headbg.png”) !important;
background-repeat: no-repeat;
background-position: 320px 5px;
z-index: 100;
}
#mw-head {
background: linear-gradient(0.07turn, rgba(236,242,245,.4), rgba(236,242,245,.4), rgba(255,0,0,.1), rgb(255,119,0,.1), rgb(255,255,0,.1), rgb(0,255,0,.1), rgb(0,0,255,.1)) !important;
}
.thumb {
border-style: solid !important;
border-width: 20px 25px 20px 25px !important;
border-color: #000 !important;
border-color: rgba(32,32,32, 1) !important;
-ms-transform: translateX(-25px); /* IE 9 */
-moz-transform: translateX(-25px);
-o-transform: translateX(-25px);
-webkit-transform: translateX(-25px); /* Safari */
transform: translateX(-25px);
}
.rg-fp-card {
color:#BFDDF3;
background-color:#444;
margin: auto;
border-style: solid;
border-width: 5px;
border-color: #fff;
border-radius: 9px;
padding: 10px;
width: 295px;
}
.rg-fp-card a:link,
.rg-fp-card a:visited {
color: #fff !important;
text-decoration: none !important;
}
.rg-fp-card a:hover {
color: #fff !important;
text-decoration: underline !important;
}
.rg-fp-card-wide {
width: 100%;
}
.rg-fp-card-narrow {
width: 235px;
text-align: center;
}
.rg-fp-menu {
display: flex;
flex-wrap: wrap;
margin: 0 10%;
}
.rg-fp-menu-all {
}
.red-hilight {
background-color: #990707;
font-style: italic;
color: #fff;
}
.rg-fp-bold {
font-size: 110%;
font-family: ‘Linux Libertine’,‘Georgia’,‘Times’,serif;
}
#t-print,
#t-permalink,
#t-upload {
display: none;
}