Difference between revisions of "MediaWiki:Monobook.css"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
m (Amended Visual Layout)
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
+
/* set sidebar width */
 +
#column-content { margin-left: -12em; }
 +
#column-content #content { margin-left: 12em; }
 +
#p-logo a, #p-logo a:hover { width: 12em; }
 +
#p-cactions { left: 11.5em; }
 +
.portlet { width: 11em; }
 +
div#column-content { margin-left: -11em; }
 +
div#content { margin-left: 11em; }
  
body {
+
div.pBody {
     background-color: #1a1a1a;
+
     background-color: rgba(0, 0, 0, 0.75);
     min-width: 500px;
+
    border: 1px solid #181818;
 +
     border-radius: 0.5em 0.5em 0.5em 0.5em;
 +
    line-height: 1em;
 +
    padding: 5px;
 +
    width: 145px;
 +
    top: 150px;
 
}
 
}
  
#pageWrapper {
+
#p-personal {
    padding-right: 1em;
+
     background-color: rgba(0, 0, 0, 0.5);
}
+
     border-radius: 0.5em 0.5em 0.5em 0.5em;
 
 
#p-logo a {
 
width: auto;
 
}
 
#p-logo {
 
    left: -10px;
 
    margin: -10px 0 0;
 
    position: absolute;
 
    width: 204px;
 
}
 
 
 
div#mw-page-base {
 
     background: #262626;
 
    height: 98px;
 
    margin-bottom: 0;
 
    border-bottom: 3px solid #78187E;
 
}
 
 
 
div#mw-head {
 
    height: 98px;
 
}
 
 
 
#mw-head-base {
 
    display: none;
 
}
 
 
 
#left-navigation {
 
    position: absolute;
 
    top: 2px;
 
    left: 204px;
 
    margin: 0;
 
    margin-left: 2em;
 
}
 
 
 
#right-navigation {
 
    position: absolute;
 
    top: 2px;
 
    right: 0;
 
    margin: 0;
 
}
 
 
 
div.vectorTabs {
 
    padding-left: 0;
 
}
 
 
 
div.vectorTabs span,
 
div.vectorTabs ul,
 
div.vectorTabs ul li,
 
div.vectorTabs ul li.selected,
 
div.vectorTabs,
 
div#mw-head div.vectorMenu h3 {
 
    background: none;
 
}
 
 
 
div.vectorTabs li a,
 
div.vectorTabs li a:visited,
 
div.vectorMenu h3 span,
 
div#mw-head li.new a {
 
    color: #ffffff;
 
    text-transform: uppercase;
 
}
 
 
 
div.vectorTabs li a {
 
    padding: 0 1.35em;
 
    height: 96px;
 
    line-height: 96px;
 
}
 
 
 
div.vectorTabs li:not(.new) a:hover,
 
div.vectorTabs li.selected a,
 
div.vectorTabs li.selected a:visited {
 
    color: #ffffff;
 
}
 
 
 
div.vectorTabs li.new a {
 
     color: #ffffff;
 
}
 
 
 
div.vectorTabs li.selected a,
 
div.vectorTabs li.selected a:visited {
 
    background: #78187E;
 
}
 
 
 
div.vectorMenu {}
 
 
 
div#mw-head div.vectorMenu h3 {
 
background-image: none;
 
}
 
 
 
div.vectorMenu h3 a {
 
    height: 700x;
 
    background-position: 100% 120%;
 
}
 
 
 
div.vectorMenu h3 span {
 
color: #fff;
 
text-transform: uppercase;
 
padding: 0;
 
    height: 96px;
 
    line-height: 96px;
 
}
 
 
 
div.vectorMenu div.menu {
 
top: 5em;
 
}
 
 
 
div.vectorMenu div.menu {
 
    background: none;
 
border: 3px solid #78187E;
 
border-top: none;
 
}
 
 
 
div.vectorMenu ul {
 
    background: #262626;
 
    border: none;
 
}
 
 
 
div.vectorMenu#p-cactions ul {
 
    left: auto;
 
 
     right: 0;
 
     right: 0;
 +
    left: initial;
 +
    width: 500px;
 +
    padding-right: 0.55em;
 +
    padding-bottom: 3px;
 +
    margin-right: 10px;
 
}
 
}
  
div.vectorMenu li a {
+
#p-cactions li {
    color: #ffffff;
+
     background-color: rgba(0, 0, 0, 0.75);
}
+
     border: 1px solid #181818;
 
+
     border-radius: 0.5em 0.5em 0.5em 0.5em;
div#mw-head div.vectorMenu h3 {
 
    height: 96px;
 
    line-height: 96px;
 
    padding: 0 0 0 1em;
 
    margin: 0;
 
}
 
 
 
#ca-unwatch.icon a,
 
#ca-watch.icon a {
 
    margin-top: 25px;
 
}
 
 
 
#p-search input,
 
div#simpleSearch {
 
     margin-top: 0;
 
}
 
 
 
#p-search form {
 
    margin-top: 31px;
 
}
 
 
 
div#content {
 
    background: #ffffff;
 
    color: #000000;
 
    border: none;
 
    margin-top: 1em;
 
    font-family: OpenSans, sans-serif;
 
    font-weight: normal;
 
}
 
 
 
.mw-notification {
 
    background: #000;
 
    background: rgba(0, 0, 0, .7);
 
     border-color: #78187E;
 
    color: #FFF;
 
}
 
 
 
li.gallerybox {
 
     border-color: #78187E;
 
}
 
 
 
li.gallerybox div.thumb {
 
    border: none;
 
}
 
 
 
div.thumbinner {
 
    border-color: #78187E;
 
}
 
 
 
code {
 
    background: none;
 
}
 
 
 
pre,
 
.mw-code {
 
    border-color: #78187E;
 
    overflow-x: scroll;
 
}
 
 
 
div#mw-panel div.portal {
 
    background-image: url("http://i.imgur.com/VNxqRL2.png");
 
    background-position: left top;
 
    background-repeat: no-repeat;
 
    direction: ltr;
 
    margin: 0 0 0 0;
 
    padding: 0.25em 0;
 
}
 
 
 
div#mw-panel div.portal h3,
 
#mw-panel.collapsible-nav .portal h3 a,
 
#mw-panel.collapsible-nav .portal.collapsed h3 a {
 
    color: #ffffcc;
 
}
 
 
 
div#mw-panel div.portal div.body ul li a:visited {
 
    color: #FFFFFF;
 
}
 
 
 
div#mw-panel div.portal div.body ul li a {
 
    color: #FFFFFF;
 
}
 
 
 
div#mw-panel div.portal div.body,
 
#mw-panel.collapsible-nav .portal {
 
    border-bottom:;
 
}
 
 
 
a:visited {
 
    color: #2252A4;
 
}
 
 
 
a#title {
 
    display: none;
 
}
 
 
 
a#title:hover {
 
    display: none;
 
}
 
 
 
a:active {
 
    color: #2252A4;
 
}
 
 
 
a:hover {
 
    color: #0F2C5D;
 
}
 
 
 
a.stub {
 
    color: #cc0000;
 
}
 
 
 
a.new {
 
    color: #cc0000;
 
}
 
 
 
a.new:visited {
 
    color: #cc0000;
 
}
 
 
 
div#content a.external {
 
    color: #2252A4;
 
    cursor: pointer;
 
}
 
 
 
div#content a.external:visited {
 
    color: #2252A4;
 
}
 
 
 
div#content a.external#title {
 
    display: none;
 
}
 
 
 
div#content a.external#title:hover {
 
    display: #0F2C5D;
 
 
}
 
}
  
div#content a.external:active {
+
#p-cactions li:hover {
     color: #2252A4;
+
     border-top: 3px groove #FFFFFF;
 
}
 
}
  
div#content a.external:hover {
+
#p-cactions li a {
     color: #0F2C5D;
+
    background-color: rgba(0, 0, 0, 0.75);
 +
     color: #FFFFFF
 
}
 
}
  
div#content a.external.stub {
+
#p-cactions li a:hover {
     color: #cc0000;
+
     background-color: rgba(0, 0, 0, 0.75);
 
}
 
}
  
div#footer ul li {
+
#p-cactions .new a {
     color: #eae8d3;
+
    background-color: rgba(0, 0, 0, 0.75);
 +
     color: #FFFFFF
 
}
 
}
  
div#footer a {
+
#p-cactions li.selected {
     color: #E4C62E;  
+
     background-color: rgba(0, 0, 0, 0.75);
 +
    border: 2px groove #888888;
 +
    border-radius: 0.5em 0.5em 0.5em 0.5em;
 
}
 
}
  
#p-personal a, #p-personal a.new, p-personal a:visited {
+
#p-cactions li.selected a {
  color: #FFFFFF;
+
    background-color: rgba(0, 0, 0, 0.75);
 +
    color: #AAAAAA
 
}
 
}
  
#p-personal a.hover, p-personal a:focus {
+
#p-cactions li.selected a:hover {
  color: #FFFFFF;
+
    background-color: rgba(0, 0, 0, 0.75);
  text-decoration:none;
 
 
}
 
}

Latest revision as of 16:14, 14 July 2016

/* set sidebar width */
#column-content { margin-left: -12em; }
#column-content #content { margin-left: 12em; }
#p-logo a, #p-logo a:hover { width: 12em; }
#p-cactions { left: 11.5em; }
.portlet { width: 11em; }
div#column-content { margin-left: -11em; }
div#content { margin-left: 11em; }

div.pBody {
    background-color: rgba(0, 0, 0, 0.75);
    border: 1px solid #181818;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    line-height: 1em;
    padding: 5px;
    width: 145px;
    top: 150px;
}

#p-personal {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    right: 0;
    left: initial;
    width: 500px;
    padding-right: 0.55em;
    padding-bottom: 3px;
    margin-right: 10px;
}

#p-cactions li {
    background-color: rgba(0, 0, 0, 0.75);
    border: 1px solid #181818;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
}

#p-cactions li:hover {
    border-top: 3px groove #FFFFFF;
}

#p-cactions li a {
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF
}

#p-cactions li a:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

#p-cactions .new a {
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF
}

#p-cactions li.selected {
    background-color: rgba(0, 0, 0, 0.75);
    border: 2px groove #888888;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
}

#p-cactions li.selected a {
    background-color: rgba(0, 0, 0, 0.75);
    color: #AAAAAA
}

#p-cactions li.selected a:hover {
    background-color: rgba(0, 0, 0, 0.75);
}