User:ComputerFreak34/vector.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .js page for this skin is at User:ComputerFreak34/vector.js. |
* Bold save button */
#wpSave {
font-weight: bold;
font-size: 100%;
margin-right: 10px;
border: 2px solid yellow; !important
}
#wpSave {
background-color: navy; !important
}
#wpPreview {
color: white;
background: #C02425;
background: linear-gradient(to right, #F0CB35, #C02425);
#wpDiff {background-color: #660099; color: white;}
/* edit summary field gets full width */
input#wpSummary {
width: 100%;
}
/* hide two drop-downs & modify one – below editor in edit view */
div.templatesUsed { font-family: , 'Palatino', 'Courier New', monospace; font-size: 60%; }
div.hiddencats, div.limitreport { display: none; }
/* hide copyright notice above edit box */
div.editpage-head-copywarn { display: none; }
/* hide "From Wikipedia, the free encyclopedia" */
div.siteSub { display: none; }
/* Notice at bottom of page */
div.wikimedia-copyright { display: none }
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #1A237E;
font-size: inherit;
line-height: inherit;
}
textarea, #wpTextbox1 {
width: 100%;
padding-left:2em;
padding-top:2em;
background: #fff8e8;
}
hr {
height : 2px;
color : orange;
background-color : orange;
border : 0;
margin : 0.2em 0;
}
small {
font-size : 80%;
}
big {
font-color : pink;
background-color : #ee66aa
}
pre, code, tt, kbd, samp, .mw-code {
font-family : Seravek, Consolas, 'Courier New', monospace; !important
}
code {
padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px
}
tt {color:#000;background-color:#f8f9fa;border:1px solid yellow;border-radius:2px;padding:1px 4px}
span#minoredit_helplink a { display:none; }
span#minoredit_helplink:before { content:'minor edit'; }
#catlinks li {
display: inline;
border-left: none;
padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " 🔸 "; }
#catlinks li:first-child:before { content: ""; }
/*** Hide junk, I know this and don't need to see it ***/
span.editHelp { display:none; }
span.cancelLink { display:none; }
#editpage-copywarn { display:none; }
.editpage-head-copywarn { display:none; }
span#minoredit_helplink a { display:none; }
span#minoredit_helplink:before { content:'minor edit'; }
#wpSummaryLabel label a { display:none; }
#wpSummaryLabel label small { display:none; }
#wpSummaryLabel label span:before { content:'Edit summary: '; }
input#wpSummary { margin-bottom:0; }
/*** Number various lists ***/
.mw-special-Contributions #mw-content-text ul,
.mw-special-Log #mw-content-text ul,
#mw-whatlinkshere-list {
list-style-image: none;
list-style-type: decimal;
}
span.official-website { border-bottom: 2px solid #FFDABB; }
A.redirect { color:#5bb44b; !important }
/* from [[User:Nzd/common.css]] */
mw.util.addPortletLink(
'p-personal',
'/wiki/Special:PrefixIndex/User:Senator2029',
'My subpages',
'pt-mysubpages',
'Show my subpages',
null,
'#pt-preferences'
);