Team:Northwestern/Templates/Escape

From 2014.igem.org

(Difference between revisions)
 
(23 intermediate revisions not shown)
Line 7: Line 7:
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
*/
 +
* {
 +
 +
font-family: "Source Sans Pro";
 +
}
 +
#top-section {
 +
    height: 1px;
 +
font: "Source Sans Pro", 12px, #000;}
 +
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: transparent;
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: transparent;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
/*********************************************************************************/
/*********************************************************************************/
/* Basic                                                                        */
/* Basic                                                                        */
/*********************************************************************************/
/*********************************************************************************/
 +
#nulogo {
 +
 
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
  height: auto;
 +
  width: auto;
 +
  position: relative;
 +
  padding-top: 300px;
 +
 +
}
#igemlogo {
#igemlogo {
     float: left;
     float: left;
Line 51: Line 91:
header.style1 h2
header.style1 h2
{
{
-
font-size: 1em;
+
font-family: "Source Sans Pro";
 +
                        font-size: 1em;
letter-spacing: 0.075em;
letter-spacing: 0.075em;
line-height: 1.5em;
line-height: 1.5em;
Line 63: Line 104:
letter-spacing: 0.075em;
letter-spacing: 0.075em;
line-height: 1.5em;
line-height: 1.5em;
 +
                        font-family: "Source Sans Pro";
}
}
Line 191: Line 233:
.is
.is
{
{
 +
              margin-left: 10px;
}
}
Line 196: Line 239:
{
{
margin: 0 0 1.5em 0;
margin: 0 0 1.5em 0;
 +
                        margin-bottom: 2px;
 +
                        margin-left: 10px;
}
}
.is header.style1
.is header.style1
{
{
-
position: relative;
+
font-family: "Source Sans Pro";
 +
                                position: relative;
margin: -0.5em 0 0 0;
margin: -0.5em 0 0 0;
padding-top: 0;
padding-top: 0;
Line 209: Line 255:
margin: 0 0 0.75em 0;
margin: 0 0 0.75em 0;
font-size: 1.15em;
font-size: 1.15em;
 +
                        font-family: "Source Sans Pro";
letter-spacing: 0.05em;
letter-spacing: 0.05em;
}
}
Line 287: Line 334:
{
{
padding: 0;
padding: 0;
-
height:400px;
+
height:750px;
}
}
Line 511: Line 558:
{
{
padding-bottom: 5em;
padding-bottom: 5em;
 +
font-family: "Source Sans Pro";
}
}
Line 523: Line 571:
#highlights
#highlights
-
{
+
{ font-family: "Source Sans Pro";
}
}
Line 566: Line 614:
margin: 0;
margin: 0;
}
}
 +
.main66
 +
{
 +
margin-left: 32%;
 +
float: left;
 +
width: 600px;
 +
padding: 0 20px 0 20px;
 +
border-left: dashed 1px rgb(153, 153, 153);
 +
border-right: dashed 1px rgb(153, 153, 153);
 +
 +
}
/*********************************************************************************/
/*********************************************************************************/
Line 581: Line 639:
#sidebar
#sidebar
{
{
 +
float: left;
 +
width:20%;
 +
padding: 0 20px 0 10px;
}
}

Latest revision as of 15:41, 15 August 2014