Team:Northwestern/Templates/noscript

From 2014.igem.org

(Difference between revisions)
 
Line 5: Line 5:
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
-
 
-
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
 
-
 
-
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}
 
-
 
-
/* Box Model */
 
-
 
-
*, *:before, *:after {
 
-
-moz-box-sizing: border-box;
 
-
-webkit-box-sizing: border-box;
 
-
-o-box-sizing: border-box;
 
-
-ms-box-sizing: border-box;
 
-
box-sizing: border-box;
 
-
}
 
-
 
-
/* Container */
 
-
 
-
body {
 
-
min-width: 1200px;
 
-
}
 
-
 
-
.container {
 
-
width: 1200px;
 
-
margin-left: auto;
 
-
margin-right: auto;
 
-
}
 
-
 
-
/* Modifiers */
 
-
 
-
.container.small {
 
-
width: 900px;
 
-
}
 
-
 
-
.container.big {
 
-
width: 100%;
 
-
max-width: 1500px;
 
-
min-width: 1200px;
 
-
}
 
-
 
-
/* Grid */
 
-
 
-
/* Cells */
 
-
 
-
.\31 2u { width: 100% }
 
-
.\31 1u { width: 91.6666666667% }
 
-
.\31 0u { width: 83.3333333333% }
 
-
.\39 u { width: 75% }
 
-
.\38 u { width: 66.6666666667% }
 
-
.\37 u { width: 58.3333333333% }
 
-
.\36 u { width: 50% }
 
-
.\35 u { width: 41.6666666667% }
 
-
.\34 u { width: 33.3333333333% }
 
-
.\33 u { width: 25% }
 
-
.\32 u { width: 16.6666666667% }
 
-
.\31 u { width: 8.3333333333% }
 
-
.\-11u { margin-left: 91.6666666667% }
 
-
.\-10u { margin-left: 83.3333333333% }
 
-
.\-9u { margin-left: 75% }
 
-
.\-8u { margin-left: 66.6666666667% }
 
-
.\-7u { margin-left: 58.3333333333% }
 
-
.\-6u { margin-left: 50% }
 
-
.\-5u { margin-left: 41.6666666667% }
 
-
.\-4u { margin-left: 33.3333333333% }
 
-
.\-3u { margin-left: 25% }
 
-
.\-2u { margin-left: 16.6666666667% }
 
-
.\-1u { margin-left: 8.3333333333% }
 
-
 
-
.row > * {
 
-
padding: 40px 0 0 40px;
 
-
float: left;
 
-
-moz-box-sizing: border-box;
 
-
-webkit-box-sizing: border-box;
 
-
-o-box-sizing: border-box;
 
-
-ms-box-sizing: border-box;
 
-
box-sizing: border-box;
 
-
}
 
-
 
-
.row + .row > * {
 
-
padding-top: 40px;
 
-
}
 
-
 
-
.row {
 
-
margin-left: -40px;
 
-
}
 
-
 
-
/* Rows */
 
-
 
-
.row:after {
 
-
content: '';
 
-
display: block;
 
-
clear: both;
 
-
height: 0;
 
-
}
 
-
 
-
.row:first-child > * {
 
-
padding-top: 0;
 
-
}
 
-
 
-
.row > * {
 
-
padding-top: 0;
 
-
}
 
-
 
-
/* Modifiers */
 
-
 
-
/* Flush */
 
-
 
-
.row.flush {
 
-
margin-left: 0;
 
-
}
 
-
 
-
.row.flush > * {
 
-
padding: 0 !important;
 
-
}
 
-
 
-
/* Quarter */
 
-
 
-
.row.quarter > * {
 
-
padding: 10px 0 0 10px;
 
-
}
 
-
 
-
.row.quarter + .row.quarter > * {
 
-
padding-top: 10px;
 
-
}
 
-
 
-
.row.quarter {
 
-
margin-left: -10px;
 
-
}
 
-
 
-
/* Half */
 
-
 
-
.row.half > * {
 
-
padding: 20px 0 0 20px;
 
-
}
 
-
 
-
.row.half + .row.half > * {
 
-
padding-top: 20px;
 
-
}
 
-
 
-
.row.half {
 
-
margin-left: -20px;
 
-
}
 
-
 
-
/* One and (a) Half */
 
-
 
-
.row.oneandhalf > * {
 
-
padding: 60px 0 0 60px;
 
-
}
 
-
 
-
.row.oneandhalf + .row.oneandhalf > * {
 
-
padding-top: 60px;
 
-
}
 
-
 
-
.row.oneandhalf {
 
-
margin-left: -60px;
 
-
}
 
-
 
-
/* Double */
 
-
 
-
.row.double > * {
 
-
padding: 80px 0 0 80px;
 
-
}
 
-
 
-
.row.double + .row.double > * {
 
-
padding-top: 80px;
 
-
}
 
-
 
-
.row.double {
 
-
margin-left: -80px;
 
-
}
 
/*
/*
Line 1,101: Line 932:
#header-wrapper
#header-wrapper
{
{
-
        background: -moz-radial-gradient(center, ellipse cover, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
+
      background: #ebe9f9; /* Old browsers */
 +
background: -moz-radial-gradient(center, ellipse cover, #ebe9f9 0%, #c6caf2 100%, #d8d0ef 100%); /* FF3.6+ */
 +
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ebe9f9), color-stop(100%,#c6caf2), color-stop(100%,#d8d0ef)); /* Chrome,Safari4+ */
 +
background: -webkit-radial-gradient(center, ellipse cover, #ebe9f9 0%,#c6caf2 100%,#d8d0ef 100%); /* Chrome10+,Safari5.1+ */
 +
background: -o-radial-gradient(center, ellipse cover, #ebe9f9 0%,#c6caf2 100%,#d8d0ef 100%); /* Opera 12+ */
 +
background: -ms-radial-gradient(center, ellipse cover, #ebe9f9 0%,#c6caf2 100%,#d8d0ef 100%); /* IE10+ */
 +
background: radial-gradient(ellipse at center, #ebe9f9 0%,#c6caf2 100%,#d8d0ef 100%); /* W3C */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#d8d0ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
          
          
-
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
 
-
       
 
-
        background: -webkit-radial-gradient(center, ellipse cover, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
 
-
       
 
-
        background: -o-radial-gradient(center, ellipse cover, #eeeeee 0%,#cccccc 100%); /* Opera 12+ */
 
-
       
 
-
        background: -ms-radial-gradient(center, ellipse cover, #eeeeee 0%,#cccccc 100%); /* IE10+ */
 
-
       
 
-
        background: radial-gradient(ellipse at center, #eeeeee 0%,#cccccc 100%); /* W3C */
 
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ center center;
 
-
 
-
        background-size: cover;
 
}
}
Line 1,293: Line 1,119:
#logo h1
#logo h1
{
{
-
font-weight: 900;
+
font-weight: 700;
text-transform: uppercase;
text-transform: uppercase;
-
color: #663380;
+
color: #5B676B;
}
}
Line 1,398: Line 1,224:
margin: 0 0 2em 0;
margin: 0 0 2em 0;
}
}
 +
 +
 +

Latest revision as of 20:08, 18 July 2014