Difference between revisions of "Template:SCSU-New Haven/css/dev"

Line 1: Line 1:
@font-face {
+
/* General Demo Style */
  font-family: Aref Ruqaa;
+
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
  font-weight: 300;
+
 
  font-style: normal;
+
*,
 +
*:after,
 +
*:before {
 +
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
box-sizing: border-box;
 +
padding: 0;
 +
margin: 0;
 
}
 
}
@font-face {
+
 
  font-family: Harmattan;
+
html {  
  font-weight: 400;
+
height: 100%;  
  font-style: normal;
+
font-size: 62.5%;
 
}
 
}
@font-face {
+
 
  font-family: Raleway;
+
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  font-weight: 400;
+
.clearfix:before,
  font-style: normal;
+
.clearfix:after {
}
+
content: " ";
@font-face {
+
display: table;
  font-family: Reem Kufi;
+
  font-weight: 400;
+
  font-style: normal;
+
}
+
html,
+
body,
+
div,
+
p {
+
  font-family: Harmattan;
+
  font-size: 14px;
+
  -webkit-font-smoothing: antialiased;
+
  -moz-osx-font-smoothing: grayscale;
+
}
+
a {
+
  outline: none;
+
  color: #9e9ba4;
+
  text-decoration: none;
+
}
+
a:hover {
+
  color: #f9f9f9;
+
  text-decoration: none;
+
}
+
a:focus {
+
  outline: none;
+
  text-decoration: none;
+
}
+
h1 {
+
  font-family: Reem Kufi;
+
}
+
h2 {
+
  font-size: 3em;
+
}
+
article,
+
aside,
+
details,
+
figcaption,
+
figure,
+
footer,
+
header,
+
hgroup,
+
nav,
+
section,
+
summary {
+
  display: block;
+
}
+
audio,
+
canvas,
+
video {
+
  display: inline-block;
+
}
+
audio:not([controls]) {
+
  display: none;
+
  height: 0;
+
}
+
[hidden] {
+
  display: none;
+
}
+
html {
+
  font-family: sans-serif;
+
  -webkit-text-size-adjust: 100%;
+
  -ms-text-size-adjust: 100%;
+
}
+
a:focus {
+
  outline: thin dotted;
+
}
+
a:active,
+
a:hover {
+
  outline: 0;
+
}
+
h1 {
+
  font-size: 2em;
+
}
+
abbr[title] {
+
  border-bottom: 1px dotted;
+
}
+
b,
+
strong {
+
  font-weight: 700;
+
}
+
dfn {
+
  font-style: italic;
+
}
+
mark {
+
  background: #ff0;
+
  color: #000;
+
}
+
code,
+
kbd,
+
pre,
+
samp {
+
  font-family: monospace, serif;
+
  font-size: 1em;
+
}
+
pre {
+
  white-space: pre-wrap;
+
  word-wrap: break-word;
+
}
+
q {
+
  quotes: 2 1C 2 1D 2 18 2 19;
+
}
+
small {
+
  font-size: 80%;
+
}
+
sub,
+
sup {
+
  font-size: 75%;
+
  line-height: 0;
+
  position: relative;
+
  vertical-align: baseline;
+
}
+
sup {
+
  top: -0.5em;
+
}
+
sub {
+
  bottom: -0.25em;
+
}
+
img {
+
  border: 0;
+
}
+
svg:not(:root) {
+
  overflow: hidden;
+
}
+
fieldset {
+
  border: 1px solid #c0c0c0;
+
  margin: 0 2px;
+
  padding: 0.35em 0.625em 0.75em;
+
}
+
button,
+
input,
+
select,
+
textarea {
+
  font-family: inherit;
+
  font-size: 100%;
+
  margin: 0;
+
}
+
button,
+
input {
+
  line-height: normal;
+
}
+
button,
+
html input[type=button],
+
input[type=reset],
+
input[type=submit] {
+
  -webkit-appearance: button;
+
  cursor: pointer;
+
}
+
button[disabled],
+
input[disabled] {
+
  cursor: default;
+
}
+
input[type=checkbox],
+
input[type=radio] {
+
  box-sizing: border-box;
+
  padding: 0;
+
}
+
input[type=search] {
+
  -webkit-appearance: textfield;
+
  -moz-box-sizing: content-box;
+
  -webkit-box-sizing: content-box;
+
  box-sizing: content-box;
+
}
+
input[type=search]::-webkit-search-cancel-button,
+
input[type=search]::-webkit-search-decoration {
+
  -webkit-appearance: none;
+
}
+
textarea {
+
  overflow: auto;
+
  vertical-align: top;
+
}
+
table {
+
  border-collapse: collapse;
+
  border-spacing: 0;
+
}
+
body,
+
figure {
+
  margin: 0;
+
}
+
legend,
+
button::-moz-focus-inner,
+
input::-moz-focus-inner {
+
  border: 0;
+
  padding: 0;
+
 
}
 
}
 +
 
.clearfix:after {
 
.clearfix:after {
  visibility: hidden;
+
clear: both;
  display: block;
+
  font-size: 0;
+
  content: " ";
+
  clear: both;
+
  height: 0;
+
 
}
 
}
* {
+
 
  -moz-box-sizing: border-box;
+
.clearfix {
  -webkit-box-sizing: border-box;
+
*zoom: 1;
  box-sizing: border-box;
+
 
}
 
}
* {
+
 
  -webkit-box-sizing: border-box;
+
  -moz-box-sizing: border-box;
+
  -o-box-sizing: border-box;
+
  box-sizing: border-box;
+
  -webkit-transition: 0.25s ease-in-out;
+
  -moz-transition: 0.25s ease-in-out;
+
  -o-transition: 0.25s ease-in-out;
+
  transition: 0.25s ease-in-out;
+
  margin: 0;
+
  padding: 0;
+
}
+
#drawer-toggle:checked ~ #drawer-toggle-label {
+
  height: 100 $;
+
  width: calc(100% - 300px);
+
  background: rgba(255,255,255,0.8);
+
  left: 300px;
+
}
+
#drawer-toggle:checked ~ header {
+
  left: 300px;
+
}
+
#drawer-toggle:checked ~ #drawer {
+
  left: 0px;
+
}
+
#drawer-toggle:checked ~ #page-content {
+
  margin-left: 300px;
+
}
+
#drawer ul {
+
  list-style-type: none;
+
}
+
#drawer ul a {
+
  display: block;
+
  padding: 10px;
+
  color: #c7c7c7;
+
  text-decoration: none;
+
}
+
#drawer ul a:hover {
+
  color: #fff;
+
}
+
@media all and (max-width: 350px) {
+
  #drawer-toggle:checked ~ #drawer-toggle-label {
+
    height: 100%;
+
    width: 50px;
+
  }
+
  #drawer-toggle:checked ~ #drawer-toggle-label,
+
  #drawer-toggle:checked ~header {
+
    left: calc(100% - 50px);
+
  }
+
  #drawer-toggle:checked ~ drawer {
+
    width: calc(100% - 50px);
+
    padding: 20px;
+
  }
+
  #drawer-toggle:checked ~ #page-content {
+
    margin-left: calc(100% - 50px);
+
  }
+
}
+
.kukuri {
+
  text-transform: uppercase;
+
  overflow: hidden;
+
  display: inline-block;
+
}
+
.kukuri::before {
+
  content: attr(data-letters);
+
  position: absolute;
+
  z-index: 2;
+
  overflow: hidden;
+
  color: #424242;
+
  white-space: nowrap;
+
  width: 0%;
+
  -webkit-transition: width 0.4s 0.3s;
+
  transition: width 0.4s 0.3s;
+
}
+
.kukuri::after {
+
  content: '';
+
  position: absolute;
+
  height: 16px;
+
  width: 100%;
+
  top: 50%;
+
  margin-top: -8px;
+
  right: 0;
+
  background: #f9f9f9;
+
  -webkit-transform: translate3d(-100%, 0, 0);
+
  transform: translate3d(-100%, 0, 0);
+
  -webkit-transition: -webkit-transform 0.4s;
+
  transition: transform 0.4s;
+
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
+
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
+
}
+
.kukuri:hover::before {
+
  width: 100%;
+
}
+
.kukuri:hover::after {
+
  -webkit-transform: translate3d(100%, 0, 0);
+
  transform: translate3d(100%, 0, 0);
+
}
+
html,
+
 
body {
 
body {
  height: 100%;
+
font-family: 'Lato', Calibri, Arial, sans-serif;
  overflow: hidden;
+
background: #fff url(../images/bg.jpg);
 +
font-weight: 300;
 +
font-size: 14px;
 +
font-size: 1.4rem;
 +
color: #333;
 +
-webkit-font-smoothing: antialiased;
 +
overflow-y: scroll;
 +
overflow-x: hidden;
 
}
 
}
ul {
+
 
  list-style-type: none;
+
a {
 +
color: #555;
 +
text-decoration: none;
 
}
 
}
body {
+
 
  background-color: #2f2f2f;
+
.container {
 +
width: 100%;
 +
position: relative;
 
}
 
}
header {
+
 
  width: 100%;
+
.clr {
  position: fixed;
+
clear: both;
  left: 0px;
+
padding: 0;
  background: #efefef;
+
height: 0;
  padding: 10px 10px 10px 50px;
+
margin: 0;
  font-size: 30px;
+
  line-height: 30px;
+
  z-index: 0;
+
 
}
 
}
footer {
+
 
  height: 35vh;
+
.container > header,
  color: #fff;
+
.main {
  background-color: #1e1a1b;
+
width: 80%;
 +
max-width: 960px;
 +
margin: 0 auto;
 +
padding: 0 30px;
 
}
 
}
hr {
+
 
  border-width: 5px;
+
.container > header {
  clear: both;
+
padding: 30px;
  display: block;
+
  width: 96%;
+
  background-color: #1e1a1b;
+
  height: 1px;
+
 
}
 
}
#home,
+
 
#safety,
+
.container > header h1 {
#attributions {
+
margin: 0;
  min-height: 80vh;
+
font-weight: 700;
 +
color: #333;
 +
float: left;
 +
font-size: 36px;
 +
font-size: 3.6rem;
 +
line-height: 46px;
 +
line-height: 4.6rem;
 
}
 
}
/* drawer menu pane*/
+
 
#drawer {
+
.container > header h1 span {
  position: fixed;
+
display: block;
  top: 44px;
+
color: #444;
  left: -300px;
+
font-size: 20px;
  height: 100%;
+
line-height: 28px;
  width: 300px;
+
line-height: 2.8rem;
  background: #2f2f2f;
+
font-weight: 300;
  overflow-x: hidden;
+
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  overflow-y: hidden;
+
  padding: 20px;
+
  -webkit-overflow-scrolling: touch;
+
 
}
 
}
#drawer-toggle {
+
 
  position: absolute;
+
/* Header Style */
  opacity: 0;
+
.codrops-top {
 +
font-size: 11px;
 +
font-size: 1.1rem;
 +
line-height: 24px;
 +
line-height: 2.4rem;
 +
background: #fff;
 +
background: rgba(255, 255, 255, 0.5);
 +
text-transform: uppercase;
 +
z-index: 9999;
 +
position: relative;
 +
box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
 
}
 
}
#drawer-toggle-label {
+
 
  -webkit-touch-callout: none;
+
.codrops-top a {
  -webkit-user-select: none;
+
padding: 0px 10px;
  -khtml-user-select: none;
+
letter-spacing: 1px;
  -moz-user-select: none;
+
color: #333;
  -ms-user-select: none;
+
font-weight: 400;
  user-select: none;
+
text-shadow: 0 -1px 0 #fff;
  left: 0px;
+
display: inline-block;
  height: 50px;
+
  width: 50px;
+
  display: block;
+
  position: fixed;
+
  background: rgba(255,255,255,0);
+
  z-index: 1;
+
/* adds our "hamburger" menu icon */
+
 
}
 
}
#drawer-toggle-label:before {
+
 
  content: '';
+
.codrops-top a:hover {
  display: block;
+
background: rgba(255,255,255,0.8);
  position: absolute;
+
color: #000;
  height: 2px;
+
  width: 24px;
+
  background: #8d8d8d;
+
  left: 13px;
+
  top: 18px;
+
  box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
+
 
}
 
}
#page-content {
+
 
  margin-left: 0px;
+
.codrops-top span.right {
  margin-top: 50px;
+
float: right;
  width: 100%;
+
  height: calc(100% - 50px);
+
  overflow-x: hidden;
+
  overflow-y: scroll;
+
  -webkit-overflow-scrolling: touch;
+
  background: #efefef;
+
 
}
 
}
.link {
+
 
  outline: none;
+
.codrops-top span.right a {
  display: inline-block;
+
float: left;
  position: relative;
+
display: block;
  text-decoration: none;
+
  font-size: 5em;
+
  color: #424242;
+
 
}
 
}
.flex {
+
 
  display: flex;
+
.support-note {
  flex-direction: column;
+
clear: both;
  align-items: center;
+
  justify-content: center;
+
 
}
 
}
#home #home-hero-bg {
+
 
  background-image: url("../img/home_hero.jpg");
+
.support-note span{
  background-size: cover;
+
color: #ac375d;
  background-repeat: no-repeat;
+
font-size: 16px;
  height: 70vh;
+
font-size: 1.6rem;
 +
display: none;
 +
font-weight: bold;
 +
text-align: center;
 +
padding: 5px 0;
 
}
 
}
#home #home-hero-bg .hero {
+
 
  width: 100%;
+
.actions {
  height: 100%;
+
width: 100%;
  background-color: rgba(50,50,50,0.7);
+
padding: 0 0 20px 0;
 
}
 
}
#home #home-hero-bg .hero div {
+
 
  display: flex;
+
.actions span {
  flex-direction: column;
+
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  justify-content: center;
+
background: #fff;
  color: #fff;
+
color: #888;
  height: 100%;
+
font-weight: 700;
  margin-left: 5%;
+
font-size: 12px;
  font-weight: 500;
+
font-size: 1.2rem;
  line-height: 1.2;
+
text-align: center;
  letter-spacing: 3px;
+
display: inline-block;
  text-transform: uppercase;
+
cursor: pointer;
 +
padding: 5px 10px;
 +
text-transform: uppercase;
 +
margin: 3px;
 +
border-radius: 3px;
 +
 
 
}
 
}
#home #desc {
+
 
  margin-top: 5%;
+
.actions span:hover {
  text-align: center;
+
background: #f7f7f7;
  width: 70%;
+
 
}
 
}
#home #stag_cont {
+
 
  margin-top: 5%;
+
.actions span:active {
  margin-bottom: 5%;
+
background: #aaa;
  width: 70%;
+
color: #fff;
 +
box-shadow: 0 1px 1px rgba(255,255,255,0.5);
 
}
 
}
#home #stag_cont .row {
+
 
  height: 40vh;
+
.actions span.disabled {
 +
opacity: 0.8;
 +
color: #ddd;
 
}
 
}
#home #stag_cont .row div {
+
 
  margin-top: 5%;
+
.light {
  height: 100%;
+
padding: 60px 0 250px;
  text-align: center;
+
 
}
 
}
#home #stag_cont .row div img {
+
 
  width: 100%;
+
.light span {
  height: auto;
+
background: #aaa;
 +
color: #fff;
 +
text-shadow: 0 1px 1px rgba(0,0,0,0.3);
 +
box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.8);
 
}
 
}
#home #showcase {
+
 
  width: 100%;
+
.light span:hover {
  margin-bottom: 5%;
+
background: #444;
 
}
 
}
#home #showcase .row {
+
 
  display: flex;
+
#nav-prev, #nav-next {
  justify-content: center;
+
width: 30px;
 +
height: 30px;
 +
font-size: 18px;
 +
line-height: 20px;
 
}
 
}
#home #showcase .row .showcase_item {
 
  height: calc(30% + 20px);
 
  width: calc(26vw);
 
  background-color: #ddd /* Place image here then place filter over it */;
 
  margin: 20px;
 
  padding: 60px 0;
 
  z-index: 1;
 
  position: relative;
 
  text-align: center;
 
  display: inline-block;
 
  align-items: center;
 
  justify-content: center;
 
  -webkit-transform: translate3d(0, 0, 0);
 
}
 
#home #showcase .row .showcase_item_long {
 
  height: calc(40% + 20px);
 
  width: calc(45vw);
 
  background-color: #ddd /* Place image here then place filter over it */;
 
  margin: 20px;
 
  padding: 80px 0;
 
  z-index: 1;
 
  position: relative;
 
  text-align: center;
 
  display: inline-block;
 
  align-items: center;
 
  justify-content: center;
 
  -webkit-transform: translate3d(0, 0, 0);
 
}
 
#home #showcase #sc_team {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/home_hero.jpg");
 
}
 
#home #showcase #sc_parts {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/home_hero.jpg");
 
}
 
#home #showcase #sc_results {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/home_hero.jpg");
 
}
 
#home #showcase #sc_notebook {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/home_hero.jpg");
 
}
 
#home #showcase #sc_attribution {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/home_hero.jpg");
 
}
 
#team #team_hero_bg {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/attributions_hero.png");
 
  background-size: cover;
 
  background-repeat: no-repeat;
 
  height: 40vh;
 
  color: #fff;
 
  text-align: center;
 
  margin-top: 4%;
 
  margin-bottom: 7%;
 
}
 
#team #team_hero_bg div {
 
  width: 50%;
 
}
 
#team .baraja-demo {
 
  width: 200px;
 
  margin: 30px auto;
 
  color: #aaa;
 
  height: 50vh;
 
}
 
#team .baraja-demo h4 {
 
  color: #666;
 
  font-size: 14px;
 
  padding: 8px 10px 5px;
 
  margin: 20px 3px 5px;
 
  border-bottom: 1px solid #f0f0f0;
 
}
 
#team .baraja-demo p {
 
  font-size: 12px;
 
  font-weight: 700;
 
  padding: 0 10px;
 
  margin: 10px 3px 0;
 
}
 
#team .baraja-demo li img {
 
  display: block;
 
  margin: 0 auto;
 
  width: 100%;
 
  border-radius: 10px 10px 0 0;
 
}
 
#team .baraja-demo .baraja-container {
 
  width: 200px;
 
  height: 310px;
 
  margin: 0 auto 30px;
 
  position: relative;
 
  padding: 0;
 
  list-style-type: none;
 
}
 
#team .baraja-demo .baraja-container li {
 
  width: 100%;
 
  height: 100%;
 
  margin: 0;
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  cursor: pointer;
 
  background: #fff;
 
  pointer-events: auto;
 
  -webkit-backface-visibility: hidden;
 
  -moz-backface-visibility: hidden;
 
  -ms-backface-visibility: hidden;
 
  -o-backface-visibility: hidden;
 
  backface-visibility: hidden;
 
  border-radius: 10px;
 
  padding: 5px;
 
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
 
  -webkit-user-select: none;
 
  -khtml-user-select: none;
 
  -moz-user-select: none;
 
  -ms-user-select: none;
 
  user-select: none;
 
}
 
#team #thanks {
 
  margin-bottom: 5%;
 
}
 
#team #thanks div {
 
  margin-left: 5%;
 
}
 
#team #sponsor_list .row {
 
  display: flex;
 
  align-items: center;
 
  justify-content: center;
 
}
 
#team img {
 
  width: 100%;
 
  height: auto;
 
}
 
#parts #parts_hero_bg {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/attributions_hero.png");
 
  background-size: cover;
 
  background-repeat: no-repeat;
 
  height: 40vh;
 
  color: #fff;
 
  text-align: center;
 
  margin-top: 4%;
 
  margin-bottom: 7%;
 
}
 
#parts #parts_hero_bg div {
 
  width: 50%;
 
}
 
#parts #parts_content .sub_section {
 
  margin-left: 5%;
 
}
 
#attributions #attr_hero_bg {
 
  background: linear-gradient(rgba(50,50,50,0.7), rgba(50,50,50,0.7)), url("../img/attributions_hero.png");
 
  background-size: cover;
 
  background-repeat: no-repeat;
 
  height: 40vh;
 
  color: #fff;
 
  text-align: center;
 
  margin-top: 4%;
 
  margin-bottom: 7%;
 
}
 
#attributions #attr_hero_bg div {
 
  width: 50%;
 
}
 
#attributions #attr_content {
 
  margin-bottom: 5%;
 
}
 
#attributions #attr_content .sub_section {
 
  margin-left: 5%;
 
}
 
/*
 
.bump_up
 
margin-top 6%
 
.bump_down
 
margin-bottom 5%
 
 
.text-center
 
text-align center
 
 
// Testing Grounds for fonts
 
.font-raleway
 
font-family Raleway
 
.font-aref
 
font-family Aref Ruqaa
 
.font-harmattan
 
font-family Harmattan
 
.font-reem
 
font-family Reem Kufi
 
 
 
.black
 
background-color black
 
 
.blue
 
background-color blue
 
 
.container
 
../ .section-div
 
height 40vh
 
../ img
 
width 100%
 
height auto
 
../ .link_box
 
height 30vh
 
background-color pink
 
margin auto
 
margin-left 5%
 
../ img
 
border-radius 25px
 
../ .section-div
 
text-align center
 
div
 
display inline-block
 
#lbox_1
 
margin-left 6.5%
 
  
#safety
+
#close {
#theme1
+
float: right;
background-image url('../img/human_practices_1.jpg')
+
#theme2
+
background-image url('../img/human_practices_2.jpg')
+
#theme3
+
background-image url('../img/human_practices_3.jpg')
+
.safety-div
+
display flex
+
flex-direction column
+
justify-content center
+
color white
+
+
#human_practices
+
#theme1
+
background-image url('../img/human_practices_1.jpg')
+
#theme2
+
background-image url('../img/human_practices_2.jpg')
+
#theme3
+
background-image url('../img/human_practices_3.jpg')
+
.hp_div
+
display flex
+
flex-direction column
+
justify-content center
+
color white
+
*/
+
.bckgnd_image {
+
  position: static;
+
  min-height: 945px;
+
  height: 100%;
+
  background-image: url("../img/safety_visions.jpg");
+
  background-attachment: fixed;
+
  background-position: center center;
+
  background-size: cover;
+
 
}
 
}

Revision as of 22:34, 17 October 2016

/* General Demo Style */ @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

  • ,
    after,
    before {

-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }

html { height: 100%; font-size: 62.5%; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

body { font-family: 'Lato', Calibri, Arial, sans-serif; background: #fff url(../images/bg.jpg); font-weight: 300; font-size: 14px; font-size: 1.4rem; color: #333; -webkit-font-smoothing: antialiased; overflow-y: scroll; overflow-x: hidden; }

a { color: #555; text-decoration: none; }

.container { width: 100%; position: relative; }

.clr { clear: both; padding: 0; height: 0; margin: 0; }

.container > header, .main { width: 80%; max-width: 960px; margin: 0 auto; padding: 0 30px; }

.container > header { padding: 30px; }

.container > header h1 { margin: 0; font-weight: 700; color: #333; float: left; font-size: 36px; font-size: 3.6rem; line-height: 46px; line-height: 4.6rem; }

.container > header h1 span { display: block; color: #444; font-size: 20px; line-height: 28px; line-height: 2.8rem; font-weight: 300; text-shadow: 0 1px 0 rgba(255,255,255,0.5); }

/* Header Style */ .codrops-top { font-size: 11px; font-size: 1.1rem; line-height: 24px; line-height: 2.4rem; background: #fff; background: rgba(255, 255, 255, 0.5); text-transform: uppercase; z-index: 9999; position: relative; box-shadow: 1px 0px 2px rgba(0,0,0,0.2); }

.codrops-top a { padding: 0px 10px; letter-spacing: 1px; color: #333; font-weight: 400; text-shadow: 0 -1px 0 #fff; display: inline-block; }

.codrops-top a:hover { background: rgba(255,255,255,0.8); color: #000; }

.codrops-top span.right { float: right; }

.codrops-top span.right a { float: left; display: block; }

.support-note { clear: both; }

.support-note span{ color: #ac375d; font-size: 16px; font-size: 1.6rem; display: none; font-weight: bold; text-align: center; padding: 5px 0; }

.actions { width: 100%; padding: 0 0 20px 0; }

.actions span { box-shadow: 0 1px 1px rgba(0,0,0,0.2); background: #fff; color: #888; font-weight: 700; font-size: 12px; font-size: 1.2rem; text-align: center; display: inline-block; cursor: pointer; padding: 5px 10px; text-transform: uppercase; margin: 3px; border-radius: 3px;

}

.actions span:hover { background: #f7f7f7; }

.actions span:active { background: #aaa; color: #fff; box-shadow: 0 1px 1px rgba(255,255,255,0.5); }

.actions span.disabled { opacity: 0.8; color: #ddd; }

.light { padding: 60px 0 250px; }

.light span { background: #aaa; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.3); box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.8); }

.light span:hover { background: #444; }

  1. nav-prev, #nav-next {

width: 30px; height: 30px; font-size: 18px; line-height: 20px; }

  1. close {

float: right; }