Difference between revisions of "MediaWiki:Common.css"

From Isleward Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
#content {
 
#content {
/*margin-top: 150px;*/
 
 
  margin-right: 20px;
 
  margin-right: 20px;
 
}
 
}
 
/*div#mw-head {
 
margin-top: 150px;
 
}*/
 
  
 
#right-navigation {
 
#right-navigation {
Line 80: Line 75:
  
 
div#mw-panel {
 
div#mw-panel {
  /*top: 190px;*/
+
  background-color: #3c3f4c;
 
  width: 136px;
 
  width: 136px;
 
  padding-left: 0px;
 
  padding-left: 0px;
Line 89: Line 84:
 
div#mw-panel nav.portal {
 
div#mw-panel nav.portal {
 
  background-image: none;
 
  background-image: none;
background-color: #3c3f4c;
 
 
}
 
}
  

Revision as of 10:38, 21 March 2021

body {
 background-color: #2d2136;
 image-rendering: -moz-crisp-edges;
 image-rendering: pixelated;
}

#content {
 margin-right: 20px;
}

#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;
 width: 136px;
 padding-left: 0px;
 margin-left: 20px;
 padding-top: 10px;
}

div#mw-panel nav.portal {
 background-image: none;
}

div#mw-panel nav.portal h3 {
 display: none;
}

div#mw-panel nav.portal div.body {
 margin-left: 8px;
 margin-bottom: 10px;
}

div#mw-panel nav.portal div.body ul li a:visited {
 color: #3fa7dd;
}

div#mw-panel nav.portal div.body ul li a {
 color: #3fa7dd;
}

div#mw-panel nav.portal div.body ul li a:visited {
 color: #3fa7dd;
}

div#mw-panel nav.portal div.body ul li a {
 color: #3fa7dd;
}

div#mw-panel nav.portal:nth-child(3) div.body ul li a:visited {
 color: #44cb95;
}

div#mw-panel nav.portal:nth-child(3) div.body ul li a {
 color: #44cb95;
}

div#mw-panel nav.portal h3.p-tb-label {
 color: #000;
}

.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;
 }
}