Difference between revisions of "MediaWiki:Vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* new header navigation tabs */
/* new header navigation tabs */
.vector-menu-tabs,
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3{
.vector-menu-tabs a,
    background-image: none;
#mw-head .vector-menu-dropdown h3 {
  background-image: none;
}
}


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


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


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


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


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


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


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


Line 53: Line 50:


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


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


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


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


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


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


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


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

Revision as of 23:12, 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, .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;
}