User:KurwaAntics/vector.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
KurwaAntics (talk | contribs) mNo edit summary |
KurwaAntics (talk | contribs) mNo edit summary |
||
Line 70: | Line 70: | ||
} | } | ||
#shroom > div { | #shroom tbody tr td > div { | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
Line 76: | Line 76: | ||
.shroombg { | .shroombg { | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
padding: 8px 8px 6px 8px !important; | |||
} | } |
Revision as of 23:58, November 3, 2015
/* 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;
}
/* Main page */
.mainpagebox {
border: 1px solid rgba(0, 128, 160, 0.375) !important;
padding: 2px;
background: linear-gradient(#fcfcff, #f8f8ff) !important;
border-radius: 4px !important;
box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
}
.mainpagebox #nav {
background: transparent !important;
border:none !important;
box-shadow: none !important;
}
.shroomspring {
border-radius: 4px !important;
}
#wpTextbox1{
font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
.mainpagebox h2 {
border: none;
border-radius: 2px;
font-weight: 400;
padding: 2px !important;
font-size: 18px !important;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#WelcomeDiv {
margin: 0 0 -.5em 0 !important;
padding: .1em 0 .4em 0 !important;
line-height: 100% !important;
}
#shroom tbody tr td > div {
padding: 0 !important;
}
.shroombg {
border-radius: 0 !important;
padding: 8px 8px 6px 8px !important;
}