Difference between revisions of "Template:Northeastern Boston/CSS"
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | @import url('http://fonts.googleapis.com/css?family=Montserrat:400,700'); | ||
+ | @import url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css'); | ||
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700'); | @import url('http://fonts.googleapis.com/css?family=Montserrat:400,700'); | ||
@import url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css'); | @import url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css'); | ||
Line 24: | Line 26: | ||
} | } | ||
− | . | + | /* Fixing previously installed css -_- */ |
− | display: | + | .firstHeading { |
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width: 100%; | ||
min-height: 100%; | min-height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
} | } | ||
− | .sidebar { | + | li { |
− | position: | + | margin-bottom: 0; |
− | width: | + | } |
+ | |||
+ | ul.nav { | ||
+ | line-height: inherit; | ||
+ | list-style-type: none; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 0; | ||
+ | list-style-image: none; | ||
+ | } | ||
+ | p { | ||
+ | margin: 0 0 0 0; | ||
+ | } | ||
+ | /***************************************/ | ||
+ | |||
+ | .wrapper { | ||
+ | height: 100%; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | #sidebar { | ||
+ | float: left; | ||
+ | position: fixed; | ||
+ | width: 17rem; | ||
+ | min-height: 100%; | ||
} | } | ||
.content { | .content { | ||
− | + | float: left; | |
− | padding: 0px; | + | min-height: 100%; |
+ | margin-left: 17rem; | ||
+ | padding: 0px; | ||
background: #191919; | background: #191919; | ||
box-shadow: 0 0 5px rgba(0,0,0,1); | box-shadow: 0 0 5px rgba(0,0,0,1); | ||
− | + | background-color: white; | |
− | + | ||
} | } | ||
.content.isOpen { | .content.isOpen { | ||
− | |||
background: #191919; | background: #191919; | ||
text-align: center; | text-align: center; | ||
Line 108: | Line 142: | ||
box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222; | box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222; | ||
background: #444; | background: #444; | ||
+ | z-index: -1; | ||
} | } | ||
Line 113: | Line 148: | ||
h1 { | h1 { | ||
− | margin: | + | margin: 5rem 0 5rem; |
− | font-size: | + | font-size: 4rem; |
font-weight: 400; | font-weight: 400; | ||
} | } | ||
Line 124: | Line 159: | ||
} | } | ||
− | /* | + | /* pages */ |
+ | .article { | ||
+ | margin: 4rem 15rem; | ||
+ | } | ||
− | + | p { | |
− | + | font-family: 'aktiv grotesk', Montserrat; | |
− | + | font-size: 1.5rem; | |
+ | line-height: 2.8rem; | ||
+ | margin-bottom: 3rem; | ||
} | } | ||
− | + | .chartist-chart { | |
− | + | margin: 5rem 0 5rem 0; | |
− | + | ||
} | } | ||
− | # | + | img { |
− | + | display: block; | |
+ | margin: 5rem auto; | ||
+ | } | ||
+ | |||
+ | /************/ | ||
+ | |||
+ | #heathens { | ||
+ | text-align: center; | ||
+ | margin-bottom: -3rem; | ||
+ | } | ||
+ | |||
+ | /* slides */ | ||
+ | |||
+ | .slide { | ||
height: 100%; | height: 100%; | ||
− | + | width: 100%; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #slide1 { | |
− | + | background-color: #AE4F93; | |
} | } | ||
− | + | #slide2 { | |
− | + | background-color: #FF9900; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | #slide3 { | |
+ | background-color: #800F25; | ||
} | } | ||
+ | #slide4 { | ||
+ | background-color: #2B364A; | ||
+ | } | ||
+ | #logo { | ||
+ | height: 9rem; | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | #project_header { | ||
+ | margin-top: 1rem; | ||
+ | margin-bottom: 2rem; | ||
+ | text-align: center; | ||
+ | border-bottom: 1px solid #111; | ||
+ | padding-bottom: 2rem; | ||
+ | |||
+ | } | ||
+ | |||
+ | #project_description { | ||
+ | margin-top: 1rem; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 02:53, 22 July 2015