User:KurwaAntics/vector.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Remove Ads */
.adsbygoogle { display:none !important; }

/* Admin highlight */
a[href$=":Gamefreak75"],
a[href$="/Gamefreak75"],
a[href$=":Ghost_Jam"],
a[href$="/Ghost_Jam"],
a[href$=":KPH2293"],
a[href$="/KPH2293"],
a[href$=":L151"],
a[href$="/L151"],
a[href$=":Phoenix"],
a[href$="/Phoenix"],
a[href$=":Toa_95"],
a[href$="/Toa_95"],
a[href$=":Turboo"],
a[href$="/Turboo"] {
    color: #009900 !important;
    font-weight: bold !important;
}

/* Bureaucrat highlight */
a[href$=":Glowsquid"],
a[href$="/Glowsquid"],
a[href$=":Porplemontage"],
a[href$="/Porplemontage"],
a[href$=":Walkazo"],
a[href$="/Walkazo"] {
    color: #990099 !important;
    font-weight: bold !important;
}

/* Hide left panel *//*
div#simpleSearch {
    width: 20vw !important;
}
#content {
    margin-left: 0 !important;
    border-left: 0 !important;
}
#left-navigation {
    margin-left: 0.5em !important;
}
@media screen and (min-width: 982px) {
    #left-navigation {
        margin-left: 1em !important;
    }
}
#mw-panel {
    display: none;
}
#footer {
    margin-left: 0 !important;
}*/

/* Main page */
.mainpagebox {
    border: 1px solid #E8E8E8 !important;
    padding: 2px;
    background: white !important;
    border-radius: 0 !important;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
}
.mainpagebox #nav {
    background: transparent !important;
    border:none !important;
    box-shadow: none !important;
}
.page-Main_Page .mainpagebox h2 {
    border: none;
    font-weight: 400;
    padding: 4px 0 0 0 !important;
    font-size: 20px !important;
    background: transparent !important;
    color: #259 !important;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #259;
    font-family: Roboto !important;
}
#WelcomeDiv {
    margin: 0 0 -.5em 0 !important;
    padding: .1em 0 .4em 0 !important;
    line-height: 100% !important;
}
#shroom, #maintain {
    display:none;
}
#niwa {
    border: 1px solid #CADEED !important;
    box-shadow: 0px 1px 3px #DDE6ED !important;
    background: linear-gradient(to bottom,#fff 65%,#EFF6FA 100%) !important;
}
#welcome td:last-of-type {
    width: 350px;
}
#welcome #nav {
    float: right;
    font-size: 14px;
}
#welcome #nav ul {
    list-style: none;
}
#contentSub {
    margin-bottom: 0.25em;
    margin-left: 0;
}

/* Hide new page links */
a.new, a.new:visited {
    color: inherit !important;
    cursor: default !important;
    text-decoration: none !important;
}

/* Edit windows textbox */
#wpTextbox1{
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}

/* Notice template */
.notice-template, .mw-warning-with-logexcerpt.mw-content-ltr, .boilerplate.metadata {
    background: white !important;
    margin: .5em 0 !important;
    padding: .25em 1em !important;
    border: 1px solid #eee !important;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
    line-height: 120% !important;
    font-size: 13px !important;
    display: inline-block;
}

/* Heading */
.mw-body h1, .mw-body h2 {
    font-family: "Linux Libertine",Georgia,Times,serif !important;
}
.pds-answer-feedback {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    border: none !important;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25) inset;
    border-radius: 2px;
    background: linear-gradient(#eee,white);
}
.pds-answer-feedback-bar {
    background: linear-gradient(#4f93ce,#337ab7) !important;
    color: white;
    border: none !important;
    border-radius: 2px;
}