Skip to content

Instantly share code, notes, and snippets.

@Retroity
Created April 14, 2017 22:53
Show Gist options
  • Save Retroity/0c0d6cccc28abcf065d96724dfff0bf4 to your computer and use it in GitHub Desktop.
Save Retroity/0c0d6cccc28abcf065d96724dfff0bf4 to your computer and use it in GitHub Desktop.
The old Retroity.net stylesheet, before bootstrap.
/* Retroity.net Site Stylesheet */
body {
background-color: #000000;
color: #FFFFFF
font-family: 'Open Sans', sans-serif;
}
#wrapper {
text-align: center;
}
#wrapper img {
margin-bottom: 10px;
display: block;
}
a {
color: #FFFFFF;
font-weight: 500;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
}
strong {
color: #FFFFFF;
font-family: 'Open Sans', sans-serif;
}
p {
color: #FFFFFF;
font-family: 'Open Sans', sans-serif;
}
ul {
color: #FFFFFF;
}
li {
color: #FFFFFF;
}
h1 {
color: #FFFFFF;
}
h2 {
color: #FFFFFF;
}
h3 {
color: #FFFFFF;
}
h4 {
color: #FFFFFF;
}
h5 {
color: #FFFFFF;
}
main {
margin: 0 auto;
max-width: 860px;
}
.article h1 {
border-bottom: 1px solid #ccc;
font-size: 2em;
font-style: italic;
padding-bottom: 5px;
}
.article li {
line-height: 2em;
}
.clearfix:after {
clear: both;
content: '';
display: block;
width: 100%;
}
li.menu {
display: inline;
margin-right: 10px }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment