Difference between revisions of "MediaWiki:Vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m (Reverted edits by Valento (talk) to last revision by Admin)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* widen the sidebar */
/* new header navigation tabs */
div#mw-panel {
.vector-menu-tabs,
            width: 12em;
.vector-menu-tabs a,
}
#mw-head .vector-menu-dropdown h3 {
div#footer, #mw-head-base, div#content {  
  background-image: none;
            margin-left: 12em;
}
#left-navigation {
            left: 12em;  
}
}


div#mw-panel div.portal {
div#mw-head ul.vector-menu-content-list > li {
   padding-bottom: 5px;
   background-image: none;
}
}


div#p-namespaces {
div#mw-head ul.vector-menu-content-list > li.selected {
            margin-left: 1em;
  background-color: #eff8f9;
 
}
}


div#mw-panel div.portal {
div#mw-head .vector-menu-tabs li a {
            margin: 0 0.6em 0 0;
  color: #000000;
 
  font-weight: bold;
}
}


div#mw-panel div.portal div.body ul li {
div#simpleSearch {
          margin-left: 1em;
  background-color: #ffffff;
}
}


div#mw-panel div.portal h3 {
/* new sidebar */
        margin-left: 2.4em;
div#mw-panel ul.vector-menu-content-list > li > a {
  color: #000000;
  font-weight: bold;
}
}


 
/* new footer */
/* background colors and whatnot */
footer.mw-footer ul#footer-places > li > a {
body {
  color: #000000;
    background-color:#ebebeb;
    background-repeat:repeat-x;
 
}
}


#mw-page-base {
/* widen the sidebar */
    background-color: transparent;
div#mw-panel {
    background-image: none;
  width: 12em;
}
}
 
div#footer,
div.vectorTabs li a {
#mw-head-base,
    color:#000000;
div#content {
  margin-left: 12em;
}
}
 
#left-navigation {
#mw-head-base {
  left: 12em;
    background: rgba(215, 239, 242, .5);
    border-top: 1px solid #a7d7f9;
    border-left: 1px solid #a7d7f9;
    border-right: 1px solid #a7d7f9;
    border-bottom: 1px solid #a7d7f9;
    bottom: 0;
    height: 40px;
    margin-top: -41px;
}
}


div.vectorTabs a{
div#mw-panel div.portal {
    color: black;
  padding-bottom: 5px;
    font-weight: bold;
}
}


div.vectorTabs ul li{
div#p-namespaces {
    background-color:transparent;
  margin-left: 1em;
    background-image:none;
}
div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
}
}


div.vectorTabs {
div#mw-panel div.portal {
    background-image: none;
  margin: 0 0.6em 0 0;
}
}


div.vectorTabs ul {
div#mw-panel div.portal div.body ul li {
    background-image: none;
  margin-left: 1em;
}
}


div.vectorTabs li a {
div#mw-panel div.portal h3 {
    background-image: none;
  margin-left: 2.4em;
}
}


div.vectorTabs span {
/* background colors */
    background-image: none;
body {
  background-color: #ebebeb;
  background-repeat: repeat-x;
}
}


div#mw-panel div.portal div.body ul li a {
/* gives makes the entire header section gray */
    color: #000000;
#mw-page-base {
    font-weight:bold;
  background-color: transparent;
  background-image: none;
}
}


div#mw-panel div.portal div.body ul li a:hover {
/* gives header panel that blue look */
    color: #000000;
#mw-head-base {
    font-weight:bold;
  background: rgba(215, 239, 242, 0.5);
  border-top: 1px solid #a7d7f9;
  border-left: 1px solid #a7d7f9;
  border-right: 1px solid #a7d7f9;
  border-bottom: 1px solid #a7d7f9;
  bottom: 0;
  height: 40px;
  margin-top: -41px;
}
}


div#mw-panel div.portal div.body ul li a:visited {
/* modifies personal info links in header */
    color: #000000;
#p-personal a {
    font-weight:bold;
  color: #000000;
}
  font-weight: bold;
 
#p-personal a{
    color: #000000;
    font-weight: bold;
}
 
div#footer a {
    color:#000000;
}
 
#mw-panel.collapsible-nav .portal.collapsed h5 a {
    color:#0b5e7a;
    font-weight: bold;
}
 
#mw-panel.collapsible-nav .portal {
    background-image:none;
}
 
div#mw-panel div.portal {
    background-image:none;
}
 
div#mw-panel div.portal {
  padding-bottom: 0px;
}
}

Revision as of 23:11, 14 September 2021

/* CSS placed here will affect users of the Vector skin */
/* new header navigation tabs */
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
  background-image: none;
}

div#mw-head ul.vector-menu-content-list > li {
  background-image: none;
}

div#mw-head ul.vector-menu-content-list > li.selected {
  background-color: #eff8f9;
}

div#mw-head .vector-menu-tabs li a {
  color: #000000;
  font-weight: bold;
}

div#simpleSearch {
  background-color: #ffffff;
}

/* new sidebar */
div#mw-panel ul.vector-menu-content-list > li > a {
  color: #000000;
  font-weight: bold;
}

/* new footer */
footer.mw-footer ul#footer-places > li > a {
  color: #000000;
}

/* widen the sidebar */
div#mw-panel {
  width: 12em;
}
div#footer,
#mw-head-base,
div#content {
  margin-left: 12em;
}
#left-navigation {
  left: 12em;
}

div#mw-panel div.portal {
  padding-bottom: 5px;
}

div#p-namespaces {
  margin-left: 1em;
}

div#mw-panel div.portal {
  margin: 0 0.6em 0 0;
}

div#mw-panel div.portal div.body ul li {
  margin-left: 1em;
}

div#mw-panel div.portal h3 {
  margin-left: 2.4em;
}

/* background colors */
body {
  background-color: #ebebeb;
  background-repeat: repeat-x;
}

/* gives makes the entire header section gray */
#mw-page-base {
  background-color: transparent;
  background-image: none;
}

/* gives header panel that blue look */
#mw-head-base {
  background: rgba(215, 239, 242, 0.5);
  border-top: 1px solid #a7d7f9;
  border-left: 1px solid #a7d7f9;
  border-right: 1px solid #a7d7f9;
  border-bottom: 1px solid #a7d7f9;
  bottom: 0;
  height: 40px;
  margin-top: -41px;
}

/* modifies personal info links in header */
#p-personal a {
  color: #000000;
  font-weight: bold;
}