Difference between revisions of "MediaWiki:Vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
 
(19 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 */
/* widen the sidebar */
a, a.external {
div#mw-panel {
  color: #05f;
            width: 12em;
}
div#footer, #mw-head-base, div#content {  
            margin-left: 12em;
}
#left-navigation {
            left: 12em;  
}
}


div#mw-panel div.portal {
a:visited {
   padding-bottom: 5px;
   color: #795cb2;
}
}


div#p-namespaces {
/* new header navigation tabs */
            margin-left: 1em;
.vector-menu-tabs,
 
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
  background-image: none;
}
}


div#mw-panel div.portal {
div#mw-head ul.vector-menu-content-list > li {
            margin: 0 0.6em 0 0;
  background-image: none;
 
}
}


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


/* background colors and whatnot */
div#mw-head .vector-menu-tabs li a {
body {
  color: #000000;
    background-color:#ebebeb;
  font-weight: bold;
    background-repeat:repeat-x;
 
}
}


#mw-page-base {
div#simpleSearch {
    background-color: transparent;
  background-color: #ffffff;
    background-image: none;
}
}


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


#mw-head-base {
/* new footer */
    background: rgba(215, 239, 242, .5);
footer.mw-footer ul#footer-places > li > a {
    border-top: 1px solid #a7d7f9;
  color: #000000;
    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{
/* widen the sidebar */
    color: black;
div#mw-panel {
    font-weight: bold;
  width: 12em;
}
}
 
div#footer,
div.vectorTabs ul li{
#mw-head-base,
    background-color:transparent;
div#content {
    background-image:none;
  margin-left: 12em;
}
}
div.vectorTabs li.selected {
#left-navigation {
    background-color: transparent;
  left: 12em;
    background-image: none;
}
}


div.vectorTabs {
div#mw-panel div.portal {
    background-image: none;
  padding-bottom: 5px;
}
}


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


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


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


div#mw-panel div.portal div.body ul li a {
div#mw-panel div.portal h3 {
    color: #000000;
  margin-left: 2.4em;
    font-weight:bold;
}
}


div#mw-panel div.portal div.body ul li a:hover {
/* background colors */
    color: #000000;
body {
    font-weight:bold;
  background-color: #ebebeb;
}
}


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


#p-personal a{
/* 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#footer a {  
/* modifies personal info links in header */
    color:#000000;  
#p-personal a {
  color: #000000;
  font-weight: bold;
}
}


#mw-panel.collapsible-nav .portal.collapsed h5 a {
/* Discord link */
     color:#0b5e7a;
#n-Discord a {
     color: #fff !important;
     font-weight: bold;
     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;
}
}


#mw-panel.collapsible-nav .portal {
#n-Discord a::before {
     background-image:none;
     content: 'Join our ';
    font-weight: normal;
    opacity: 0.85;
}
}


div#mw-panel div.portal div.body {
#n-Discord a::after {
     background-image:none;
    content: '';
}
    background: url('/mediawiki/images/1/18/Discord_icon.png') no-repeat;
 
     background-size: 13px 13px;
div#mw-panel div.portal {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  padding-bottom: 0px;
    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;
}