Skip to content

Instantly share code, notes, and snippets.

@sjovang
Created May 1, 2013 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjovang/5496247 to your computer and use it in GitHub Desktop.
Save sjovang/5496247 to your computer and use it in GitHub Desktop.
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
body {
background: white;
color: black;
margin: 5em 0;
padding: 0;
text-align: center;
font-size: 14pt;
line-height: 1.3em;
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}
#toc {
display: none;
}
#content {
width: 55em;
margin: 0 auto;
text-align: left;
# border: 1px dotted red;
}
#firstHeading {
font-size: 4em;
text-align: center;
font-family: 'Droid Serif', Georgia, Times, serif;
color: #F4921E;
}
#siteSub,#contentSub,.ambox-content,.printfooter,.catlinks {
display: none;
}
.infoboks {
border: 1px dotted blue;
width: 100px;
float:right;
display: none;
}
#mw-content-text p {
text-align: justify;
}
#mw-content-text p:first-of-type {
text-align: center;
font-size: 1.4em;
line-height: 1.3em;
color: #858585;
}
#mw-content-text p:first-of-type sup {
display: none;
}
h2 {
font-size: 2em;
margin-bottom: 0;
padding-bottom: 0;
font-family: 'Droid Serif', Georgia, Times, serif;
color: #F4921E;
}
a {
text-decoration: none;
color: #3E6B85;
}
a:hover,a:active {
color: #C5D2DB;
}
ul {
list-style-type: square;
}
.references-small {
-moz-column-count: 1 !important
-webkit-column-count: 1 !important;
column-count: 1 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment