Created
March 5, 2015 23:21
-
-
Save 594727294/5a145832224d57d88d2c to your computer and use it in GitHub Desktop.
wiki
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("wikipedia.org") { | |
/* Wikipedia Minimalismo | |
http://userstyles.org/styles/100852/wikipedia-minimalismo | |
by minimalismo | |
v 1.2 | |
*/ | |
body { | |
background-color: #f1f1f1 !important; | |
} | |
a {color: #4365cc;} | |
#bodyContent { | |
max-width: 1050px; | |
margin: 0 auto; | |
} | |
.mw-content-ltr { | |
background-color: #ffffff !important; | |
padding: 40px !important; | |
border: 1px solid #c7c7c7 !important; | |
max-width: 1050px; | |
margin: 0 auto; | |
} | |
#content { | |
background-color: #f1f1f1 !important; | |
border: 0 !important; | |
} | |
#mw-content-text { | |
position: relative; | |
left: -87px; | |
*zoom: 1; | |
} | |
#mw-content-text:before, #mw-content-text:after { | |
content: " "; | |
display: table; | |
} | |
#mw-content-text:after { | |
clear: both; | |
} | |
#mw-page-base { | |
background-color: #f1f1f1 !important; | |
background-image: none !important; | |
} | |
.vectorTabs ul li { | |
background-image: none !important; | |
background-color: #f1f1f1 !important; | |
} | |
.vectorTabs, .vectorTabs span, .vectorTabs ul { | |
background-image: none !important; | |
} | |
#mw-head, #mw-panel { | |
opacity:0 !important; | |
background-color: #f1f1f1 !important; | |
} | |
#mw-head:hover, #mw-panel:hover { | |
opacity:1 !important; | |
-webkit-transition: all .25s ease-in-out; | |
-moz-transition: all .25s ease-in-out; | |
-o-transition: all .25s ease-in-out; | |
-ms-transition: all .25s ease-in-out; | |
transition: all .25s ease-in-out; | |
z-index:999 !important; | |
} | |
#p-logo { | |
background-color: #f1f1f1 !important; | |
} | |
#firstHeading { | |
font-family: Arial, Helvetica, sans-serif !important; | |
text-align: center !important; | |
position: relative !important; | |
left: -87px !important; | |
margin-bottom: 0 !important; | |
letter-spacing: 0.5px !important; | |
opacity: 0.8 !important; | |
} | |
#siteSub {display:none !important;} | |
.topicon {opacity: 0.8;} | |
#coordinates {padding: 3px !important;} | |
.infobox { | |
border: 0 !important; | |
background-color: #f2f2f2 !important; | |
} | |
#toc, .toc { | |
border: 0 !important; | |
background-color: transparent !important; | |
-webkit-box-shadow: none !important; | |
box-shadow: none !important; | |
} | |
#toc h2 {display: none !important;} | |
h1 { | |
border-bottom: 0 !important; | |
} | |
h2 { | |
border-bottom: 0 !important; | |
opacity: 0.9; | |
} | |
.page-Main_Page h2 { | |
border-bottom: 1px solid #aaa !important; | |
} | |
h3, h4 { | |
opacity: 0.9; | |
} | |
.mw-editsection, .toctoggle {opacity:0 !important;} | |
.mw-editsection:hover, .toctoggle:hover { | |
opacity:1 !important; | |
-webkit-transition: all .25s ease-in-out; | |
-moz-transition: all .25s ease-in-out; | |
-o-transition: all .25s ease-in-out; | |
-ms-transition: all .25s ease-in-out; | |
transition: all .25s ease-in-out; | |
z-index:999 !important; | |
} | |
#content p, #content ul, #content ol, .thumbcaption { | |
color: #3c3c3c !important; | |
} | |
blockquote, .quotebox, pre, code, .mbox-small, .mbox-small-left, .tleft, .tright, .tright table, .navbox, #editpage-specialchars, .editOptions { | |
border: 0!important; | |
background-color: #f2f2f2 !important; | |
} | |
blockquote p { | |
padding: 8px !important; | |
} | |
.navbar {opacity:0 !important;} | |
.navbar:hover { | |
opacity:1 !important; | |
-webkit-transition: all .25s ease-in-out; | |
-moz-transition: all .25s ease-in-out; | |
-o-transition: all .25s ease-in-out; | |
-ms-transition: all .25s ease-in-out; | |
transition: all .25s ease-in-out; | |
z-index:999 !important; | |
} | |
.thumbinner { | |
border: 0 !important; | |
border-style: none !important; | |
border-width: 0 !important; | |
-webkit-box-shadow: none !important; | |
box-shadow: none !important; | |
background-color: transparent !important; | |
} | |
.magnify {display: none !important;} | |
/* Hide maintenance message box */ | |
.ambox, .ombox {display: none;} | |
/* Hide inline maintenance tags */ | |
.Inline-Template, .Template-Fact, .Template-Timefact {display: none;} | |
.stub, #tfd {display: none !important;} | |
/* Hide footnote markers eg. [1] */ | |
.reference {display: inline;} | |
/* Hide References section */ | |
#References, .reflist {display: block;} | |
#References + span {display: block;} | |
#catlinks, #mw-data-after-content { | |
opacity:0 !important; | |
position: relative; | |
left: -87px; | |
} | |
#catlinks:hover, #mw-data-after-content:hover { | |
opacity:1 !important; | |
-webkit-transition: all .25s ease-in-out; | |
-moz-transition: all .25s ease-in-out; | |
-o-transition: all .25s ease-in-out; | |
-ms-transition: all .25s ease-in-out; | |
transition: all .25s ease-in-out; | |
z-index:999 !important; | |
} | |
#footer { | |
display: none !important; | |
} | |
#mw-panel{ | |
background: none repeat scroll 0% 0% #FFF !important; | |
border-right: 1px solid #D3D3D3; | |
box-shadow: 8px 0px 22px 0px rgba(0, 0, 0, 0.75); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment