Difference between revisions of "MediaWiki:Vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
 
(238 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
 
a, a.external {
body {
  color: #05f;
    background: url(http://ffxiv.consolegameswiki.com/images/map_of_eorzea.jpg) no-repeat top left black;
    background-position: left top;
    background-attachment: fixed;
 
 
#pageWrapper {
    margin-right: 10px;
}
}


#mw-page-base {
a:visited {
    background: transparent !important;
  color: #795cb2;
}
}


#p-logo {
/* new header navigation tabs */
    background-image: none;
.vector-menu-tabs,
    background: url("http://hydra-images.cursecdn.com/simcity.gamepedia.com/3/3b/Wiki_logo.png") left top no-repeat;
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
  background-image: none;
}
}


#mw-head-base {
div#mw-head ul.vector-menu-content-list > li {
    background:#bfbfbf;
  background-image: none;
    background:-moz-linear-gradient(top,  #bfbfbf, #868585 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #bfbfbf), color-stop(100%,#868585 ));
    background:-webkit-linear-gradient(top, #bfbfbf 0%, #868585 100%);
    background:-o-linear-gradient(top, #bfbfbf 0%, #868585  100%);
    background:-ms-linear-gradient(top, #bfbfbf 0%, #868585  100%);
    background:linear-gradient(to bottom, #bfbfbf 0%, #868585  100%);
    border-top: 1px solid #868585;
    border-left: 1px solid #868585;
    border-right: 1px solid #868585;
    box-shadow: rgba(104, 116, 120, 1) 0 0.1em 0.75em;
    bottom: 0;
    height: 40px;
    margin-top: -36px;
}
}


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


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


div.vectorTabs {
div#simpleSearch {
    background-image: none;
  background-color: #ffffff;
}
}


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


div.vectorTabs li a {
/* new footer */
    background-image: none;
footer.mw-footer ul#footer-places > li > a {
  color: #000000;
}
}


div.vectorTabs span {
/* widen the sidebar */
    background-image: none;
div#mw-panel {
  width: 12em;
}
}
 
div#footer,
div.vectorTabs li.selected {
#mw-head-base,
    background-color: transparent;
div#content {
    background-image: none;
  margin-left: 12em;
}
}
 
#left-navigation {
div.vectorTabs ul li {
  left: 12em;
    background-color:transparent;
    background-image:none;
}
}


div.vectorMenu .menu {
div#mw-panel div.portal {
    z-index: 1;
  padding-bottom: 5px;
}
}


#mw-head div.vectorMenu h5 {
div#p-namespaces {
    background-image: none;
  margin-left: 1em;
}
}


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


div.vectorTabs li a, div.vectorTabs li a span {
div#mw-panel div.portal div.body ul li {
    color: #000000 !important;
  margin-left: 1em;
    cursor: pointer;
    font-weight: bold;
}
}


div.vectorTabs li a:hover, div.vectorTabs li a:hover span {
div#mw-panel div.portal h3 {
    color: #FFFFFF;
  margin-left: 2.4em;
}
}


#searchInput {
/* background colors */
    border: 1px solid #868585;
body {
  background-color: #ebebeb;
}
}


div#content {
/* gives makes the entire header section gray */
    background-image: none;
#mw-page-base {
    background-color: #F7F7F7;
  background-color: transparent;
    color: #000000;
  background-image: none;
    border: 1px solid #868585;
    border-top: 0px solid #6d7478;
    border-bottom: 0px solid #6d7478;
    box-shadow: rgba(104, 116, 120, 1) 0 0.1em 0.75em;
    margin-top: -5px;
    padding: 0.5em 1em 1em;
}
}


div#mw-panel {
/* gives header panel that blue look */
    width: 155px;
#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;
}
}


div#mw-panel div.portal h5 {
/* modifies personal info links in header */
    color: #FFFFFF;
#p-personal a {
    font-weight:bold;
  color: #000000;
  font-weight: bold;
}
}


div#mw-panel div.portal div.body ul li a {
/* Discord link */
     color: #000000;
#n-Discord a {
     font-weight:bold;
     color: #fff !important;
}
     font-weight: bold;
 
    border-radius: 4px;
div#mw-panel div.portal div.body ul li a:hover {
     border: 1px solid #4c57d0;
     color: #d8331b;
     background-color: #5865f2;
     font-weight:bold;
     display: block;
}
     position: relative;
 
     padding: 6px 4px 5px calc(17px + 6.5px * 2);
div#mw-panel div.portal div.body ul li a:visited {
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
     color: #000000;
     transition: 0.2s;
     font-weight:bold;
     width: 100px;
}
 
div#mw-panel div.portal div.body {
     background: rgba(134, 133, 133, 0.6);
     border: 1px solid #868585;
    margin: 0 0 0 0.75em;
}
 
div#footer {
    background-image: none;
    background-color: rgba(134, 133, 133, 0.6);
     border: 1px solid #868585;
     border-top: 0px solid #6d7478;
}
 
div#footer ul li {
    color: #000000;
}
}


div#footer a {  
#n-Discord a::before {
     color: #000000;  
     content: 'Join our ';
    font-weight: normal;
    opacity: 0.85;
}
}


div#footer a:hover (
#n-Discord a::after {
     color: #d8331b;
    content: '';
    background: url('/mediawiki/images/1/18/Discord_icon.png') no-repeat;
    background-size: 13px 13px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 5px;
    left: 7px;
     width: 17px;
    height: 13px;
}
}

Latest revision as of 05:13, 6 June 2024

/* CSS placed here will affect users of the Vector skin */
a, a.external {
  color: #05f;
}

a:visited {
  color: #795cb2;
}

/* 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;
}

/* 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;
}

/* Discord link */
#n-Discord a {
    color: #fff !important;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #4c57d0;
    background-color: #5865f2;
    display: block;
    position: relative;
    padding: 6px 4px 5px calc(17px + 6.5px * 2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    width: 100px;
}

#n-Discord a::before {
    content: 'Join our ';
    font-weight: normal;
    opacity: 0.85;
}

#n-Discord a::after {
    content: '';
    background: url('/mediawiki/images/1/18/Discord_icon.png') no-repeat;
    background-size: 13px 13px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 5px;
    left: 7px;
    width: 17px;
    height: 13px;
}