Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m (Fixed the logo) |
|||
| Line 135: | Line 135: | ||
#mw-head:after { | #mw-head:after { | ||
display: block; | display: block; | ||
| − | content: url(' | + | content: url('https://play.isleward.com/images/logo_0.png'); |
position: absolute; | position: absolute; | ||
top: -150px; | top: -150px; | ||
Revision as of 06:38, 12 October 2019
body {
background: url('http://blog.isleward.com/images/bg.png');
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
#content {
margin-top: 150px;
margin-right: 20px;
}
div#mw-head {
margin-top: 150px;
}
#right-navigation {
margin-right: 20px;
}
#pt-anonuserpage {
color: #929398;
filter:
drop-shadow(0px -2px 0px #2d2136)
drop-shadow(0px 2px 0px #2d2136)
drop-shadow(2px 0px 0px #2d2136)
drop-shadow(-2px 0px 0px #2d2136);
}
div#mw-head #p-personal ul li a {
color: #51fc9a;
filter:
drop-shadow(0px -2px 0px #2d2136)
drop-shadow(0px 2px 0px #2d2136)
drop-shadow(2px 0px 0px #2d2136)
drop-shadow(-2px 0px 0px #2d2136);
}
div#p-search form {
margin-top: 0px;
}
div#simpleSearch{
border: none;
margin-top: 0px;
height: 26px;
padding-top: 14px;
padding-left: 0.5em;
margin-right: -5px;
}
div#simpleSearch #searchButton {
margin-top: -4px;
margin-right: 0.5em;
}
#p-views {
float: right;
}
#p-cactions {
float: right;
margin-left: 10px;
}
#p-cactions span {
color: #44cb95;
}
.vectorMenu:not(.menuForceShow) #p-cactions a {
display: none;
}
div#mw-head div.vectorMenu h3 {
background-image: none;
}
#mw-page-base {
background: transparent;
}
div#mw-panel {
background-color: #3c3f4c;
top: 190px;
width: 136px;
padding-left: 0px;
margin-left: 20px;
padding-top: 10px;
}
div#mw-panel div.portal {
background-image: none;
}
div#mw-panel div.portal h3 {
display: none;
}
div#mw-panel div.portal div.body {
margin-left: 8px;
margin-bottom: 10px;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #3fa7dd;
}
div#mw-panel div.portal div.body ul li a {
color: #3fa7dd;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #3fa7dd;
}
div#mw-panel div.portal div.body ul li a {
color: #3fa7dd;
}
div#mw-panel div.portal:nth-child(3) div.body ul li a:visited {
color: #44cb95;
}
div#mw-panel div.portal:nth-child(3) div.body ul li a {
color: #44cb95;
}
.mw-body {
border: none;
}
#firstHeading {
display: none;
}
#mw-head:after {
display: block;
content: url('https://play.isleward.com/images/logo_0.png');
position: absolute;
top: -150px;
left: 50%;
transform: translateX(-50%);
}
div.vectorTabs ul, div.vectorTabs ul li,div.vectorTabs ul li.selected {
background-image: none;
}
div.vectorTabs, div.vectorTabs ul li.selected {
background-color: white;
}
div.vectorTabs, div.vectorTabs span {
background-image: none;
}
div#footer {
margin-left: 156px;
}
div#footer #footer-info li {
color: rgb(242, 245, 245);
filter:
drop-shadow(0px -2px 0px #2d2136)
drop-shadow(0px 2px 0px #2d2136)
drop-shadow(2px 0px 0px #2d2136)
drop-shadow(-2px 0px 0px #2d2136);
}
#footer #footer-places li a {
color: #51fc9a;
filter:
drop-shadow(0px -2px 0px #2d2136)
drop-shadow(0px 2px 0px #2d2136)
drop-shadow(2px 0px 0px #2d2136)
drop-shadow(-2px 0px 0px #2d2136);
}
.mw-customtoggle {
color: #7a3ad3;
}
.mw-customtoggle:hover {
color: #a24eff;
text-decoration: underline;
}
#footer-icons {
display: none;
}
@media screen and (min-width: 982px) {
#p-personal {
right: 25px;
}
#left-navigation {
margin-left: 176px;
}
#p-search {
margin-right: 5px;
}
}