Template:Uo2014 common
From 2014.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
#top-section, .firstHeading, #contentSub, #footer-box, #catlinks { display: none; } | #top-section, .firstHeading, #contentSub, #footer-box, #catlinks { display: none; } | ||
#globalWrapper, #content { padding: 0; margin: 0; width: 100%; border: 0; } | #globalWrapper, #content { padding: 0; margin: 0; width: 100%; border: 0; } | ||
+ | |||
+ | |||
+ | /* | ||
+ | =============== | ||
+ | UOTTAWA STYLES | ||
+ | =============== | ||
+ | /* | ||
+ | @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,800|Raleway:300,400,600); | ||
+ | /* line 1, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | html { | ||
+ | font-family: sans-serif; | ||
+ | -ms-text-size-adjust: 100%; | ||
+ | -webkit-text-size-adjust: 100%; | ||
+ | } | ||
+ | |||
+ | /* line 7, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | body { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | /* line 22, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | article, | ||
+ | aside, | ||
+ | details, | ||
+ | figcaption, | ||
+ | figure, | ||
+ | footer, | ||
+ | header, | ||
+ | hgroup, | ||
+ | main, | ||
+ | nav, | ||
+ | section, | ||
+ | summary { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | /* line 29, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | audio, | ||
+ | canvas, | ||
+ | progress, | ||
+ | video { | ||
+ | display: inline-block; | ||
+ | vertical-align: baseline; | ||
+ | } | ||
+ | |||
+ | /* line 34, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | audio:not([controls]) { | ||
+ | display: none; | ||
+ | height: 0; | ||
+ | } | ||
+ | |||
+ | /* line 40, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | [hidden], .hidden, | ||
+ | template { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* line 44, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | a { | ||
+ | background: transparent; | ||
+ | } | ||
+ | |||
+ | /* line 50, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | a:active, | ||
+ | a:hover { | ||
+ | outline: 0; | ||
+ | } | ||
+ | |||
+ | /* line 55, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | abbr[title] { | ||
+ | border-bottom: 1px dotted; | ||
+ | } | ||
+ | |||
+ | /* line 61, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | b, | ||
+ | strong { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | /* line 65, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | dfn { | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | /* line 70, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | h1 { | ||
+ | font-size: 2em; | ||
+ | margin: 0.67em 0; | ||
+ | } | ||
+ | |||
+ | /* line 75, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | mark { | ||
+ | background: #ff0; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | /* line 81, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | small { | ||
+ | font-size: 80%; | ||
+ | } | ||
+ | |||
+ | /* line 86, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | sub, | ||
+ | sup { | ||
+ | font-size: 75%; | ||
+ | line-height: 0; | ||
+ | position: relative; | ||
+ | vertical-align: baseline; | ||
+ | } | ||
+ | |||
+ | /* line 93, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | sup { | ||
+ | top: -0.5em; | ||
+ | } | ||
+ | |||
+ | /* line 97, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | sub { | ||
+ | bottom: -0.25em; | ||
+ | } | ||
+ | |||
+ | /* line 101, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | img { | ||
+ | border: 0; | ||
+ | } | ||
+ | |||
+ | /* line 105, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | svg:not(:root) { | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | /* line 109, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | figure { | ||
+ | margin: 1em 40px; | ||
+ | } | ||
+ | |||
+ | /* line 113, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | hr { | ||
+ | -moz-box-sizing: content-box; | ||
+ | box-sizing: content-box; | ||
+ | height: 0; | ||
+ | } | ||
+ | |||
+ | /* line 119, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | pre { | ||
+ | overflow: auto; | ||
+ | } | ||
+ | |||
+ | /* line 126, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | code, | ||
+ | kbd, | ||
+ | pre, | ||
+ | samp { | ||
+ | font-family: monospace, monospace; | ||
+ | font-size: 1em; | ||
+ | } | ||
+ | |||
+ | /* line 135, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | button, | ||
+ | input, | ||
+ | optgroup, | ||
+ | select, | ||
+ | textarea { | ||
+ | color: inherit; | ||
+ | font: inherit; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | /* line 141, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | button { | ||
+ | overflow: visible; | ||
+ | } | ||
+ | |||
+ | /* line 146, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | button, | ||
+ | select { | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | /* line 153, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | button, | ||
+ | html input[type="button"], | ||
+ | input[type="reset"], | ||
+ | input[type="submit"] { | ||
+ | -webkit-appearance: button; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | /* line 159, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | button[disabled], | ||
+ | html input[disabled] { | ||
+ | cursor: default; | ||
+ | } | ||
+ | |||
+ | /* line 164, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | button::-moz-focus-inner, | ||
+ | input::-moz-focus-inner { | ||
+ | border: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | /* line 169, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | input { | ||
+ | line-height: normal; | ||
+ | } | ||
+ | |||
+ | /* line 174, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | input[type="checkbox"], | ||
+ | input[type="radio"] { | ||
+ | box-sizing: border-box; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | /* line 180, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | input[type="number"]::-webkit-inner-spin-button, | ||
+ | input[type="number"]::-webkit-outer-spin-button { | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | /* line 184, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | input[type="search"] { | ||
+ | -webkit-appearance: textfield; | ||
+ | -moz-box-sizing: content-box; | ||
+ | -webkit-box-sizing: content-box; | ||
+ | box-sizing: content-box; | ||
+ | } | ||
+ | |||
+ | /* line 192, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | input[type="search"]::-webkit-search-cancel-button, | ||
+ | input[type="search"]::-webkit-search-decoration { | ||
+ | -webkit-appearance: none; | ||
+ | } | ||
+ | |||
+ | /* line 196, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | fieldset { | ||
+ | border: 1px solid #c0c0c0; | ||
+ | margin: 0 2px; | ||
+ | padding: 0.35em 0.625em 0.75em; | ||
+ | } | ||
+ | |||
+ | /* line 202, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | legend { | ||
+ | border: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | /* line 207, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | textarea { | ||
+ | overflow: auto; | ||
+ | } | ||
+ | |||
+ | /* line 211, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | optgroup { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | /* line 215, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | table { | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0; | ||
+ | } | ||
+ | |||
+ | /* line 221, ../scss/s2/include/_s2-normalize.scss */ | ||
+ | td, | ||
+ | th { | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | /* line 8, ../scss/s2/_s2-base.scss */ | ||
+ | * { | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | |||
+ | /* line 12, ../scss/s2/_s2-base.scss */ | ||
+ | .left { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | /* line 15, ../scss/s2/_s2-base.scss */ | ||
+ | .right { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | /* line 151, ../scss/s2/_s2-grid.scss */ | ||
+ | .row { | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | float: none; | ||
+ | overflow: hidden; | ||
+ | *zoom: 1; | ||
+ | margin-bottom: 7px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | max-width: 1148px; | ||
+ | min-width: 0px; | ||
+ | padding: 0 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | /* line 69, ../scss/s2/_s2-grid.scss */ | ||
+ | .row:first-child { | ||
+ | margin-left: auto; | ||
+ | } | ||
+ | /* line 155, ../scss/s2/_s2-grid.scss */ | ||
+ | .row .row { | ||
+ | margin-left: 0; | ||
+ | margin-right: 0; | ||
+ | max-width: 100%; | ||
+ | min-width: 0px; | ||
+ | padding-left: 0; | ||
+ | padding-right: 0; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | @media only screen and (max-width: 767px) { | ||
+ | /* line 199, ../scss/s2/_s2-grid.scss */ | ||
+ | .rcol { | ||
+ | float: none; | ||
+ | margin-left: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | /* line 219, ../scss/s2/_s2-grid.scss */ | ||
+ | .centered { | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | float: none; | ||
+ | } | ||
+ | /* line 69, ../scss/s2/_s2-grid.scss */ | ||
+ | .centered:first-child { | ||
+ | margin-left: auto; | ||
+ | } | ||
+ | |||
+ | /* line 235, ../scss/s2/_s2-grid.scss */ | ||
+ | .tile-3 { | ||
+ | float: left; | ||
+ | margin-bottom: 1%; | ||
+ | margin-left: 1%; | ||
+ | width: 32.66567%; | ||
+ | } | ||
+ | /* line 140, ../scss/s2/_s2-grid.scss */ | ||
+ | .tile-3:nth-child(3n + 1) { | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | |||
+ | /* line 49, ../scss/_mixins.scss */ | ||
+ | .gplay { | ||
+ | background-image: url("../r/uo2014-gplay.png") !important; | ||
+ | } | ||
+ | |||
+ | /* line 4, ../scss/uo2014.scss */ | ||
+ | body { | ||
+ | font: 15px "Open Sans"; | ||
+ | margin: 0px 0px 35px 0px; | ||
+ | position: relative; | ||
+ | overflow-y: scroll; | ||
+ | } | ||
+ | |||
+ | /* line 11, ../scss/uo2014.scss */ | ||
+ | h1 { | ||
+ | font: 300 36px Raleway; | ||
+ | margin: 7px 0px; | ||
+ | } | ||
+ | |||
+ | /* line 16, ../scss/uo2014.scss */ | ||
+ | h2 { | ||
+ | font: 300 24px Raleway; | ||
+ | margin-bottom: 7px; | ||
+ | } | ||
+ | |||
+ | /* line 21, ../scss/uo2014.scss */ | ||
+ | h3 { | ||
+ | font: 300 20px Raleway; | ||
+ | margin-bottom: 7px; | ||
+ | } | ||
+ | |||
+ | /* line 26, ../scss/uo2014.scss */ | ||
+ | p { | ||
+ | margin: 7px 0px; | ||
+ | } | ||
+ | /* line 29, ../scss/uo2014.scss */ | ||
+ | p:last-child { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | /* line 34, ../scss/uo2014.scss */ | ||
+ | .ig-main-header { | ||
+ | overflow: hidden; | ||
+ | *zoom: 1; | ||
+ | background: #fefefe; | ||
+ | border-bottom: 2px solid #4d9a06; | ||
+ | height: 78px; | ||
+ | margin-bottom: 20px; | ||
+ | padding: 15px 0px; | ||
+ | } | ||
+ | /* line 43, ../scss/uo2014.scss */ | ||
+ | .ig-main-header .title { | ||
+ | color: #444; | ||
+ | font: 300 48px/48px "Open Sans"; | ||
+ | letter-spacing: -2px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | /* line 49, ../scss/uo2014.scss */ | ||
+ | .ig-main-header .igem { | ||
+ | color: #4d9a06; | ||
+ | font-weight: 800; | ||
+ | letter-spacing: -3px; | ||
+ | } | ||
+ | /* line 54, ../scss/uo2014.scss */ | ||
+ | .ig-main-header .igem-logo { | ||
+ | float: right; | ||
+ | } | ||
+ | /* line 58, ../scss/uo2014.scss */ | ||
+ | .ig-main-header nav { | ||
+ | display: inline; | ||
+ | } | ||
+ | /* line 61, ../scss/uo2014.scss */ | ||
+ | .ig-main-header nav a { | ||
+ | color: #666; | ||
+ | font: 300 14px Raleway; | ||
+ | margin-left: 10px; | ||
+ | text-decoration: none; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | /* line 68, ../scss/uo2014.scss */ | ||
+ | .ig-main-header nav a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | /* line 71, ../scss/uo2014.scss */ | ||
+ | .ig-main-header nav a.current { | ||
+ | border-bottom: 2px solid #75507b; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /* line 79, ../scss/uo2014.scss */ | ||
+ | .ig-scroll-wrapper { | ||
+ | font-size: 0px; | ||
+ | position: relative; | ||
+ | overflow-x: hidden; | ||
+ | } | ||
+ | |||
+ | /* line 85, ../scss/uo2014.scss */ | ||
+ | .ig-scroller { | ||
+ | overflow: hidden; | ||
+ | *zoom: 1; | ||
+ | font-size: 0px; | ||
+ | left: 0px; | ||
+ | position: relative; | ||
+ | width: 400%; | ||
+ | } | ||
+ | |||
+ | /* line 94, ../scss/uo2014.scss */ | ||
+ | .ig-tileset-outer { | ||
+ | float: left; | ||
+ | margin: 0px 3.33%; | ||
+ | max-width: 100%; | ||
+ | position: relative; | ||
+ | width: 18.34%; | ||
+ | } | ||
+ | |||
+ | /* line 102, ../scss/uo2014.scss */ | ||
+ | .ig-tileset-inner { | ||
+ | padding-top: 50%; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | /* line 108, ../scss/uo2014.scss */ | ||
+ | .ig-tile { | ||
+ | cursor: pointer; | ||
+ | display: none; | ||
+ | font-size: 0px; | ||
+ | overflow: hidden; | ||
+ | position: absolute; | ||
+ | } | ||
+ | /* line 115, ../scss/uo2014.scss */ | ||
+ | .ig-tile img, .ig-tile video { | ||
+ | width: 100%; | ||
+ | } | ||
+ | /* line 119, ../scss/uo2014.scss */ | ||
+ | .ig-tile .text { | ||
+ | background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.75))); | ||
+ | background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.75) 80%); | ||
+ | background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.75) 80%); | ||
+ | background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75) 80%); | ||
+ | background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.75) 80%); | ||
+ | bottom: 0px; | ||
+ | left: 0px; | ||
+ | padding: 7px; | ||
+ | padding-top: 18px; | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | } | ||
+ | /* line 129, ../scss/uo2014.scss */ | ||
+ | .ig-tile .text h2, .ig-tile .text h3, .ig-tile .text p { | ||
+ | color: #f6f6f6; | ||
+ | width: 100%; | ||
+ | } | ||
+ | /* line 134, ../scss/uo2014.scss */ | ||
+ | .ig-tile .text p { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | /* line 154, ../scss/uo2014.scss */ | ||
+ | .wl-1 { | ||
+ | height: 74.25%; | ||
+ | left: 0%; | ||
+ | top: 0%; | ||
+ | width: 59.625%; | ||
+ | } | ||
+ | |||
+ | /* line 155, ../scss/uo2014.scss */ | ||
+ | .wl-2 { | ||
+ | height: 49.25%; | ||
+ | left: 60%; | ||
+ | top: 50%; | ||
+ | width: 39.625%; | ||
+ | } | ||
+ | |||
+ | /* line 156, ../scss/uo2014.scss */ | ||
+ | .wl-3 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 157, ../scss/uo2014.scss */ | ||
+ | .wl-4 { | ||
+ | height: 24.25%; | ||
+ | left: 40%; | ||
+ | top: 75%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 158, ../scss/uo2014.scss */ | ||
+ | .wl-5 { | ||
+ | height: 24.25%; | ||
+ | left: 80%; | ||
+ | top: 0%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 159, ../scss/uo2014.scss */ | ||
+ | .wl-6 { | ||
+ | height: 24.25%; | ||
+ | left: 20%; | ||
+ | top: 75%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 161, ../scss/uo2014.scss */ | ||
+ | .dl-1 { | ||
+ | height: 74.25%; | ||
+ | left: 0%; | ||
+ | top: 0%; | ||
+ | width: 59.625%; | ||
+ | } | ||
+ | |||
+ | /* line 162, ../scss/uo2014.scss */ | ||
+ | .dl-2 { | ||
+ | height: 49.25%; | ||
+ | left: 60%; | ||
+ | top: 50%; | ||
+ | width: 39.625%; | ||
+ | } | ||
+ | |||
+ | /* line 163, ../scss/uo2014.scss */ | ||
+ | .dl-3 { | ||
+ | height: 24.25%; | ||
+ | left: 40%; | ||
+ | top: 75%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 164, ../scss/uo2014.scss */ | ||
+ | .dl-4 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 166, ../scss/uo2014.scss */ | ||
+ | .hp-1 { | ||
+ | height: 49.25%; | ||
+ | left: 20%; | ||
+ | top: 0%; | ||
+ | width: 39.625%; | ||
+ | } | ||
+ | |||
+ | /* line 167, ../scss/uo2014.scss */ | ||
+ | .hp-2 { | ||
+ | height: 49.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 39.625%; | ||
+ | } | ||
+ | |||
+ | /* line 168, ../scss/uo2014.scss */ | ||
+ | .hp-3 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 169, ../scss/uo2014.scss */ | ||
+ | .hp-4 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 170, ../scss/uo2014.scss */ | ||
+ | .hp-5 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 171, ../scss/uo2014.scss */ | ||
+ | .hp-6 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 172, ../scss/uo2014.scss */ | ||
+ | .hp-7 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 25%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 174, ../scss/uo2014.scss */ | ||
+ | .te-1 { | ||
+ | height: 74.25%; | ||
+ | left: 0%; | ||
+ | top: 0%; | ||
+ | width: 99.625%; | ||
+ | } | ||
+ | |||
+ | /* line 175, ../scss/uo2014.scss */ | ||
+ | .te-2 { | ||
+ | height: 24.25%; | ||
+ | left: 20%; | ||
+ | top: 75%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 176, ../scss/uo2014.scss */ | ||
+ | .te-3 { | ||
+ | height: 24.25%; | ||
+ | left: 40%; | ||
+ | top: 75%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 177, ../scss/uo2014.scss */ | ||
+ | .te-4 { | ||
+ | height: 24.25%; | ||
+ | left: 60%; | ||
+ | top: 75%; | ||
+ | width: 19.625%; | ||
+ | } | ||
+ | |||
+ | /* line 179, ../scss/uo2014.scss */ | ||
+ | .ig-arrow { | ||
+ | cursor: pointer; | ||
+ | opacity: 0.7; | ||
+ | position: absolute; | ||
+ | top: 45%; | ||
+ | z-index: 3; | ||
+ | } | ||
+ | /* line 186, ../scss/uo2014.scss */ | ||
+ | .ig-arrow.leftarrow { | ||
+ | left: 12px; | ||
+ | } | ||
+ | /* line 187, ../scss/uo2014.scss */ | ||
+ | .ig-arrow.rightarrow { | ||
+ | right: 12px; | ||
+ | } | ||
+ | |||
+ | /* line 190, ../scss/uo2014.scss */ | ||
+ | nav.sidebar { | ||
+ | float: left; | ||
+ | margin-left: 1%; | ||
+ | width: 24.249%; | ||
+ | padding-top: 10px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | /* line 80, ../scss/s2/_s2-grid.scss */ | ||
+ | nav.sidebar:first-child { | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | /* line 197, ../scss/uo2014.scss */ | ||
+ | nav.sidebar h1 { | ||
+ | border-bottom: 1px dotted #666; | ||
+ | font: 18px Raleway; | ||
+ | margin: 0px; | ||
+ | padding-bottom: 10px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | /* line 206, ../scss/uo2014.scss */ | ||
+ | nav.sidebar a { | ||
+ | text-decoration: none; | ||
+ | color: #666; | ||
+ | display: block; | ||
+ | font: 14px Raleway; | ||
+ | margin: 15px 0px; | ||
+ | } | ||
+ | /* line 41, ../scss/_mixins.scss */ | ||
+ | nav.sidebar a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | /* line 215, ../scss/uo2014.scss */ | ||
+ | nav.sidebar p { | ||
+ | color: #999; | ||
+ | display: none; | ||
+ | font: 12px "Open Sans"; | ||
+ | padding-left: 25%; | ||
+ | } | ||
+ | |||
+ | /* line 223, ../scss/uo2014.scss */ | ||
+ | .content { | ||
+ | float: left; | ||
+ | margin-left: 1%; | ||
+ | width: 74.749%; | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | /* line 80, ../scss/s2/_s2-grid.scss */ | ||
+ | .content:first-child { | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | |||
+ | /* line 229, ../scss/uo2014.scss */ | ||
+ | .pane { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | /* line 233, ../scss/uo2014.scss */ | ||
+ | figure { | ||
+ | border: 1px solid #999; | ||
+ | border-radius: 7px; | ||
+ | font-size: 0px; | ||
+ | margin: 10px auto; | ||
+ | max-width: 70%; | ||
+ | padding: 7px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | /* line 244, ../scss/uo2014.scss */ | ||
+ | figure img { | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | /* line 250, ../scss/uo2014.scss */ | ||
+ | figure p { | ||
+ | color: #666; | ||
+ | font: 14px Raleway; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | /* line 259, ../scss/uo2014.scss */ | ||
+ | figure.half { | ||
+ | overflow: hidden; | ||
+ | *zoom: 1; | ||
+ | float: left; | ||
+ | margin-left: 1%; | ||
+ | width: 49.499%; | ||
+ | border: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | /* line 80, ../scss/s2/_s2-grid.scss */ | ||
+ | figure.half:first-child { | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | /* line 267, ../scss/uo2014.scss */ | ||
+ | figure.half + figure.half { | ||
+ | margin-left: 1%; | ||
+ | } | ||
+ | /* line 273, ../scss/uo2014.scss */ | ||
+ | figure.half + *:not(figure) { | ||
+ | clear: left; | ||
+ | } | ||
+ | |||
+ | /* line 278, ../scss/uo2014.scss */ | ||
+ | figure.full { | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 18:59, 15 October 2014