Skip to content

Instantly share code, notes, and snippets.

@sam33r
Created September 20, 2010 08:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam33r/587585 to your computer and use it in GitHub Desktop.
Save sam33r/587585 to your computer and use it in GitHub Desktop.
Custom styling for Wikipedia, removes everything except the content. Created for stylebot, via stylebot on Chrome. Some declarations will probably be redundant.
#p-logo a {
display: none;
}
#p-logo {
display: none;
}
div.noprint {
display: none;
}
h1.firstHeading {
font-family: Palatino, "Palatino Linotype", serif;
}
tbody tr td {
border-color: #e0e0e0;
}
table.infobox.vcard {
font-family: "Lucida Grande", Verdana, sans-serif;
-webkit-box-shadow: 3px 3px 8px #999;
background-color: #ffffff;
border-style: none;
margin: 20px;
margin-right: 2px;
}
table.toc {
font-family: "Lucida Grande", Verdana, sans-serif;
background-color: #ffffff;
-webkit-box-shadow: 3px 3px 8px #999;
border-style: none;
margin-top: 20px;
margin-bottom: 15px;
}
table.metadata.plainlinks.ambox.ambox-content {
display: none;
}
sup.reference a {
color: #bdbdbd;
}
span.editsection {
color: #dedede;
display: none;
}
span.editsection a {
color: #d6d6d6;
}
a.internal.hoverZoomLink img {
display: none;
}
div.thumbinner {
font-family: "Lucida Grande", Verdana, sans-serif;
-webkit-box-shadow: 3px 3px 8px #999;
border-style: none;
background-color: #ffffff;
}
body {
background-color: #e6e6e6;
background-image: none;
}
#siteSub {
display: none;
}
#bodyContent p {
line-height: 24px;
font-size: 15px;
margin-bottom: 15px;
}
table.toc.tochidden {
margin-top: 20px;
margin-bottom: 15px;
}
#content {
width: 860px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
border-color: #adadad;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0;
border-bottom-width: 0;
margin-left: auto;
font-family: Georgia;
background-color: #f2f2f2;
background-image: none;
}
#footer {
display: none;
}
div.catlinks {
display: none;
}
table.navbox.vcard {
display: none;
}
table.metadata.mbox-small.plainlinks {
display: none;
}
caption.fn {
margin-bottom: 5px;
}
div.references-small.references-column-count.references-column-count-2 {
font-family: Helvetica, Arial, sans-serif;
}
th.navbox-title {
background-color: #e3e3e3;
font-family: Helvetica, Arial, sans-serif;
}
tbody tr th {
font-family: "Lucida Grande", Verdana, sans-serif;
background-color: #ffffff;
border-color: #a3a3a3;
}
img.thumbimage {
border-style: none;
}
div.references-small.references-column-width {
font-family: Helvetica, Arial, sans-serif;
}
div.references-small {
font-family: Helvetica, Arial, sans-serif;
}
table.vertical-navbox.nowraplinks {
background-color: #ffffff;
border-style: none;
margin: 5px;
margin-right: 2px;
-webkit-box-shadow: 3px 3px 8px #999;
}
#bodyContent ul li {
font-size: 14px;
margin-bottom: 5px;
line-height: 22px;
}
blockquote.templatequote div {
color: #4d4d4d;
font-size: 14px;
font-style: italic;
line-height: 20px;
}
span.toctext {
font-size: 12px;
}
span.tocnumber {
font-size: 11px;
color: #97accc;
}
table.infobox {
background-color: #ffffff;
border-style: none;
margin: 5px;
margin-right: 2px;
-webkit-box-shadow: 3px 3px 8px #999;
font-family: "Lucida Grande", Verdana, sans-serif;
}
table.metadata {
background-color: #ffffff;
border-style: none;
-webkit-box-shadow: 3px 3px 8px #999;
font-family: "Lucida Grande", Verdana, sans-serif;
}
table.wikitable {
font-family: "Lucida Grande", Verdana, sans-serif;
background-color: #f2f2f2;
}
table.wikitable tr td {
padding: 5px;
background-color: none;
}
table.navbox {
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 11px;
}
table.gallery tr td {
background-color: #f2f2f2;
border-style: none;
}
table.gallery {
border-color: #f2f2f2;
background-color: #f2f2f2;
border-style: none;
}
table.gallery tr {
background-color: #f2f2f2;
}
table.gallery tr td div {
background-color: #f2f2f2;
border-style: none;
padding: 0px;
}
table.gallery tr td div img {
padding: 0px;
margin: 0px;
}
table.gallery tr td div div {
padding: 0px;
margin: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment