Last active
December 18, 2015 02:48
-
-
Save milkbread/5713683 to your computer and use it in GitHub Desktop.
CSS: My Styles
This file contains hidden or 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
@import url(http://fonts.googleapis.com/css?family=Molle:400italic); | |
@import url(http://fonts.googleapis.com/css?family=Courgette); | |
div {color:white; | |
margin-bottom:10px;} | |
span{ | |
color:grey; | |
} | |
#version_info{ | |
background: rgba(255,0,0,0.3); | |
border-radius: 10px; | |
} | |
.info { | |
padding: 6px 8px; | |
font: 14px/16px Arial, Helvetica, sans-serif; | |
background: white; | |
background: rgba(255,255,255,0.8); | |
box-shadow: 0 0 15px rgba(0,0,0,0.7); | |
border-radius: 10px; | |
color:black; | |
} | |
.info h4 { | |
margin: 0 0 5px; | |
color: #777; | |
} | |
.sub{ | |
font-size: 200%; | |
} | |
body { | |
background: #8AA767; | |
color: #333; | |
font-family: "Courgette", serif; | |
margin: 1em auto 4em auto; | |
position: relative; | |
width: 960px; | |
} | |
a{ | |
text-decoration:none; | |
} | |
.myLinks:link{color:white;} | |
.myLinks:visited{color: #D0D0D0;} | |
#text{background-color:rgba(100,100,100,0.4) ; | |
border-radius: 15px; | |
padding-left: 20px; | |
padding-bottom: 20px; | |
padding-right: 20px;} | |
h1 { | |
font-family:Molle; | |
font-size: 64px; | |
font-weight: 300; | |
letter-spacing: -2px; | |
margin: .3em 0 .1em 0; | |
text-align: center; | |
} | |
h1, h2 { | |
text-rendering: optimizeLegibility; | |
} | |
footer { | |
font-family:Molle; | |
font-size: 75%; | |
margin-top: 4em; | |
color: #636363; | |
} | |
footer aside { | |
text-align: right; | |
} | |
aside { | |
font-size: small; | |
right: 0; | |
position: absolute; | |
width: 180px; | |
} | |
text-highlight{ | |
color:rgb(25%,25%,25%); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment