Team:UCLA/Template/CSS

From 2014.igem.org

(Difference between revisions)
 
(278 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
Line 12: Line 14:
padding-top: 100px;
padding-top: 100px;
margin-bottom: 20px;
margin-bottom: 20px;
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
font-family: Georgia, Times, "Times New Roman", serif;
display:none;
display:none;
}
}
-
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
h1, h2, h3, h4, h5 {
 +
    /*font-family: Helvetica, Georgia, Times, "Times New Roman", serif;*/
 +
    font-family: 'Roboto', sans-serif;
 +
    border-bottom: 0px solid #aaa;
 +
}
 +
 
 +
#centercontainer { margin: auto; text-align: center; width: 100%}/* CENTERING CONTAINER: Used for centering three content boxes */
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
background-color: #383838;
background-color: #383838;
Line 65: Line 73:
         /*background-size: cover;*/
         /*background-size: cover;*/
}
}
 +
 +
#contentcontainer { /*-- creates container for all content on page --*/
#contentcontainer { /*-- creates container for all content on page --*/
-
font-family: Arial, Helvetica, sans-serif;  
+
font-family: Arial, Helvetica, sans-serif;
 +
        font-family: 'Roboto', sans-serif;
font-weight: normal;  
font-weight: normal;  
font-size: 14px;  
font-size: 14px;  
Line 138: Line 149:
color: #414141;
color: #414141;
font-size: 25px;   
font-size: 25px;   
-
         font-family: Georgia, Times, "Times New Roman", serif;
+
         /*font-family: Georgia, Times, "Times New Roman", serif;*/
 +
        font-family: 'Roboto', sans-serif;
padding: 10px 15px 5px 10px;  
padding: 10px 15px 5px 10px;  
-
border-bottom: 1px solid #ccc;  
+
border-bottom: 1px solid #ccc;
margin-bottom: 0px;  
margin-bottom: 0px;  
}
}
Line 225: Line 237:
.style {
.style {
     font-size: 30px;
     font-size: 30px;
-
     font-family: 'Pacifico', cursive;
+
     /*font-family: 'Pacifico', cursive;*/
 +
    /*font-family: "Times New Roman", Times, serif;*/
 +
    font-family: 'Roboto', sans-serif;
}
}
 +
 +
<!--SPLASH PAGE-->
<!--SPLASH PAGE-->
Line 237: Line 253:
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
     box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
     box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
-
}
 
-
.expandedContent {
 
-
    margin-left: auto;
 
-
    margin-right: auto;
 
-
    width: 1400px;
 
}
}
.content {
.content {
-
     font-family: Tahoma;
+
     /*font-family: Tahoma;*/
 +
    font-family: 'Roboto', sans-serif;
     font-size: 12px;
     font-size: 12px;
     color: #3D3D3D;
     color: #3D3D3D;
     margin-bottom:60px;
     margin-bottom:60px;
-
     background-color:blue;
+
     background-color: white;
     padding: 15px 60px;
     padding: 15px 60px;
Line 259: Line 271:
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
}
 +
#box5 {
 +
text-align: left;
 +
}
 +
#box6 { text-align: left;}
 +
#box7 {text-align: left;}
.boxgridMedium {
.boxgridMedium {
         width: 298px;
         width: 298px;
         height: 435px;
         height: 435px;
-
         float: left;
+
         margin: 0px auto;
}
}
.boxgrid {
.boxgrid {
Line 292: Line 309:
h2.onBlack {
h2.onBlack {
   font-family: Verdana;
   font-family: Verdana;
 +
  font-family: 'Roboto', sans-serif;
   color:white;
   color:white;
   margin-top: -5px;
   margin-top: -5px;
Line 313: Line 331:
}
}
</style>
</style>
 +
 +
<!--SPIDER TOP BUTTON-->
<!--SPIDER TOP BUTTON-->
Line 318: Line 338:
.spider{
.spider{
position: fixed;
position: fixed;
-
top: 210px;
+
top: 50px;
right: 0px;
right: 0px;
width: 200px;
width: 200px;
-
height: 80%;
+
height: 95%;
-
z-index: 0;
+
z-index: 10;
 +
 
overflow: hidden;
overflow: hidden;
}
}
Line 328: Line 349:
position: relative;
position: relative;
left: 75%;
left: 75%;
 +
top: 0%;
background-color: #A8A8A8;
background-color: #A8A8A8;
width: 2px;
width: 2px;
-
height: 65%;
+
height: 80%;
-
z-index: 8;
+
z-index: 100;
}
}
.spiderbutton{
.spiderbutton{
Line 351: Line 373:
position: fixed;
position: fixed;
right: 0px;
right: 0px;
-
top: 0px;
+
top: 70px;
pointer-events:none;
pointer-events:none;
-
z-index:9;
+
z-index:19;
}
}
</style>
</style>
Line 375: Line 397:
     margin-bottom: 20px;
     margin-bottom: 20px;
     margin-top: 10px;
     margin-top: 10px;
-
     z-index:11;
+
     z-index:21;
}
}
#side_menu #side_menu_title{
#side_menu #side_menu_title{
Line 385: Line 407:
     position: absolute;
     position: absolute;
     background-size: cover;
     background-size: cover;
-
    width: 50px;
+
 
-
    height: 50px;
+
      
      
     /*text-decoration:none;*/
     /*text-decoration:none;*/
}
}
#side_menu #link1{
#side_menu #link1{
-
    background-image: url('http://icons.iconarchive.com/icons/yellowicon/game-stars/256/Mario-icon.png');
+
     top: 17%;
-
     top: 15%;
+
     left: 5%;
     left: 5%;
}
}
#side_menu #link2{
#side_menu #link2{
-
    background-image: url('http://icons.iconarchive.com/icons/yellowicon/game-stars/256/Zelda-icon.png');
+
     top: 27%;
-
     top: 25%;
+
     left: 24%;
-
     left: 30%;
+
}
}
#side_menu #link3{
#side_menu #link3{
-
     background-image: url('http://icons.iconarchive.com/icons/yellowicon/game-stars/256/Sonic-icon.png');
+
    top: 37%;
-
     top: 35%;
+
    left: 12%;
-
     left: 15%;
+
}
 +
#side_menu #link4{
 +
    top: 47%;
 +
    left: 26%;
 +
}
 +
#side_menu #link5{
 +
    top: 57%;
 +
    left: 8%;
 +
}
 +
#side_menu #link6{
 +
    top: 65%;
 +
    left: 25%;
 +
     background-image: url('http://www.clker.com/cliparts/5/u/w/z/E/3/x-marks-the-spot-th.png');
 +
     width: 100px;
 +
     height: 68px;
 +
}
 +
#side_menu a{
 +
    color: black;
 +
    font-family: 'Bad Script', cursive;
 +
    padding:18px 5px 15px 5px;
 +
    text-decoration:none;
 +
    width:98px;
 +
    display:block;
 +
    text-align:center;
 +
    font-size:18px;
}
}
</style>
</style>
-
 
Line 418: Line 460:
     top:0;
     top:0;
     /*background:#550D00;*/
     /*background:#550D00;*/
-
     background: #560606;
+
     background: #006699;
-
     z-index:10;
+
     z-index:20;
}
}
#menu li{
#menu li{
Line 425: Line 467:
     float:left;
     float:left;
     list-style:none;
     list-style:none;
 +
    padding: 0 10px 0 10px;
}
}
#menu a{
#menu a{
     color:white;
     color:white;
-
     padding:18px 0 15px 0;
+
    font-family: Helvetica;
 +
    font-family: 'Roboto', sans-serif;
 +
     padding:18px 5px 15px 5px;
     text-decoration:none;
     text-decoration:none;
     width:98px;
     width:98px;
     display:block;
     display:block;
     text-align:center;
     text-align:center;
-
    font-family:arial;
+
     font-size:16px;
-
     font-size:14px;
+
     border-bottom:thin solid #0099CC;
-
     border-bottom:thin solid #FE9797;
+
}
}
#menu{
#menu{
     margin-left:auto;
     margin-left:auto;
     margin-right:auto;
     margin-right:auto;
-
     width:900px;
+
     width:1100px;
}
}
#menu a:hover{
#menu a:hover{
-
     background:#AA3939;
+
     background:#0099CC;
}
}
#menu li ul{
#menu li ul{
-
         background:#560606;
+
         background:#006699;
/* display:none; */
/* display:none; */
position:absolute;
position:absolute;
Line 471: Line 515:
     margin: auto;
     margin: auto;
     overflow: hidden;
     overflow: hidden;
-
     z-index: 0;
+
     z-index: 13;
     background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
     background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
}
}
Line 518: Line 562:
.slider .slider_imgs #slide1{
.slider .slider_imgs #slide1{
   float: left;
   float: left;
-
     background-image:url('http://www.thinksnaps.com/wp-content/uploads/2014/07/Green-Bubbles-Awesome-Background.jpg');
+
     background-image:url('https://static.igem.org/mediawiki/2014/d/d1/Silkworms.JPG');
     background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
 +
    background-position: 25% 50%;
}
}
.slider .slider_imgs #slide2{
.slider .slider_imgs #slide2{
   float: left;
   float: left;
-
     background-image:url('http://4vector.com/i/free-vector-exquisite-leaf-background-01-vector_015360_exquisite_leaf_background_01_vector.jpg');
+
     background-image:url('https://static.igem.org/mediawiki/2014/8/81/Classroom.JPG');
     background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
 +
    background-position: 0% 50%;
}
}
.slider .slider_imgs #slide3{
.slider .slider_imgs #slide3{
   float: left;
   float: left;
-
     background-image:url('http://wallpaper-download.net/wallpapers/random-wallpapers-green-lime-background-wallpaper-32549.jpg');
+
     background-image:url('https://static.igem.org/mediawiki/2014/f/fa/Cocoons.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
}
 +
.slider .slider_imgs #slide4{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/f/fd/Uclateam.JPG');
     background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
 +
    background-position: 0% 65%;
}
}
</style>
</style>
 +
 +
 +
 +
<!--HP SLIDER-->
 +
<style type="text/css">
 +
.hpslider{
 +
    position: relative;
 +
    width: 1150px;
 +
    height: 400px;
 +
    margin: auto;
 +
    overflow: hidden;
 +
    z-index: 13;
 +
    background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
 +
}
 +
.hpslider .hpslider_left{
 +
    position: absolute;
 +
    background-color:black;
 +
    top: 0px;   
 +
    left: 0px;
 +
    width: 50px;
 +
    height: 100%;
 +
    opacity: 0.5;
 +
    z-index: 2;
 +
}
 +
.hpslider .hpslider_left img{
 +
    position: relative;
 +
    width: 100%;
 +
    height: 200px;
 +
    top: 27%;
 +
    left: 10px;
 +
}
 +
.hpslider .hpslider_right{
 +
    position: absolute;
 +
    background-color:black;
 +
    top: 0px;
 +
    left: 1100px;
 +
    width: 50px;
 +
    height: 100%;
 +
    opacity: 0.5;
 +
    z-index: 2;
 +
}
 +
.hpslider .hpslider_right img{
 +
    position: relative;
 +
    width: 100%;
 +
    height: 200px;
 +
    top: 27%;
 +
    left: -10px;
 +
}
 +
.hpslider .hpslider_imgs{
 +
    position: absolute;
 +
}
 +
.hpslider .hpslider_imgs div{
 +
  float: left;
 +
  width: 1150px;
 +
  height: 400px;
 +
}
 +
.hpslider .hpslider_imgs #slide1{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/d/d1/Silkworms.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 25% 50%;
 +
}
 +
.hpslider .hpslider_imgs #slide2{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/f/fa/Cocoons.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
}
 +
.hpslider .hpslider_imgs #slide3{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/2/28/Fahrion_UCLA_iGEM_statement.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 65%;
 +
}
 +
.hpslider .hpslider_imgs #slide4{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/9/96/Fahrion_Non_Fluoresce.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 65%;
 +
}
 +
.hpslider .hpslider_imgs #slide5{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/b/b3/Fahrion_Blue_Fluoresce_side.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 65%;
 +
}
 +
.hpslider .hpslider_imgs #slide6{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/4/4c/Fahrion_process_Anuved_Dewal.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 40%;
 +
}
 +
.hpslider .hpslider_imgs #slide7{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/9/95/Fahrion_Process_full.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 10% 50%;
 +
}
 +
.hpslider .hpslider_imgs #slide8{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/f/f4/Fahrion_full_nonfluoresce.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 30%;
 +
}
 +
.hpslider .hpslider_imgs #slide9{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/5/58/Fahrion_Group.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 45%;
 +
}
 +
.hpslider .hpslider_imgs #slide10{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/b/be/Fahrion_David_Discussion.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 40%;
 +
}
 +
.hpslider .hpslider_imgs #slide11{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/5/59/Fahrion_Process_Aal.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 40%;
 +
}
 +
.hpslider .hpslider_imgs #slide12{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/f/fa/Cocoons.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 65%;
 +
}
 +
.hpslider .hpslider_imgs #slide13{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/e/ef/Fahrion_Blue_Straight.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 65%;
 +
}
 +
.hpslider .hpslider_imgs #slide14{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/6/62/Fahrion_Process_Observers.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 50%;
 +
}
 +
.hpslider .hpslider_imgs #slide15{
 +
  float: left;
 +
    background-image:url('https://static.igem.org/mediawiki/2014/5/57/Fahrion_Historical_Wall.JPG');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: 0% 45%;
 +
}
 +
</style>
 +
Line 543: Line 758:
     background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
     background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
     width: 100%;
     width: 100%;
-
     height: 70%;
+
     height: 450px;
-
     z-index: -1;
+
     z-index: 0;
 +
    margin-bottom: 200px;
}
}
.page_header .page_header_box{
.page_header .page_header_box{
     position: absolute;
     position: absolute;
     overflow: hidden;
     overflow: hidden;
-
     z-index: -1;
+
     z-index: 0;
}
}
#box1{
#box1{
-
     background-color:#0A64A4;
+
     background-image:url('https://static.igem.org/mediawiki/2014/f/fa/Cocoons.JPG');
-
     width:20%;
+
    background-size:1500px;
 +
     width:21%;
     height:80%;
     height:80%;
     top:10%;
     top:10%;
Line 560: Line 777:
}
}
#box2{
#box2{
-
     background-color:#0A64A4;
+
     background-image:url('http://www.visualphotos.com/photo/1x7581974/silk_fibres_coloured_sem_H1200410.jpg');
-
     width:20%;
+
    background-position:50% 50%;
 +
     width:21%;
     height:80%;
     height:80%;
     top:10%;
     top:10%;
Line 568: Line 786:
}
}
#box3{
#box3{
-
     background-color:#0A64A4;
+
     background-image: url('https://static.igem.org/mediawiki/2014/3/31/Pcrgel.jpg');
-
     width:20%;
+
    background-size:750px;
 +
    background-position:70% 70%;
 +
     width:21%;
     height:80%;
     height:80%;
     top:10%;
     top:10%;
Line 576: Line 796:
}
}
#box4{
#box4{
-
     background-color:#0A64A4;
+
     background-image:url('https://static.igem.org/mediawiki/2014/a/a2/Spiderweb.jpg');
-
     width:20%;
+
 
 +
     width:21%;
     height:80%;
     height:80%;
     top:10%;
     top:10%;
Line 586: Line 807:
 +
<!--HP PAGE HEADERS-->
 +
<style type="text/css">
 +
.hppage_header{
 +
    position: absolute;
 +
    background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
 +
    width: 100%;
 +
    height: 475px;
 +
    z-index: 0;
 +
    margin-bottom: 200px;
 +
}
 +
.hppage_header .hppage_header_box{
 +
    position: absolute;
 +
    overflow: hidden;
 +
    z-index: 0;
 +
}
 +
</style>
 +
 +
 +
<!--EDITING-->
<!--CONTENT SECTIONS-->
<!--CONTENT SECTIONS-->
<style type="text/css">
<style type="text/css">
Line 591: Line 831:
     position: absolute;
     position: absolute;
     background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
     background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
-
     top: 85%;
+
    font-family: 'Roboto', sans-serif;
-
     width: 99%;
+
     top: 550px;
 +
     width: 100%;
     padding: 0 0 0 0;
     padding: 0 0 0 0;
     margin: auto;
     margin: auto;
     margin-bottom: 50px;
     margin-bottom: 50px;
 +
    margin-left: 0px;
     border-radius: 0px;
     border-radius: 0px;
     z-index: -1;
     z-index: -1;
}
}
-
.content{
+
.page_content{
     position: relative;
     position: relative;
-
     background-color: #FFFFCC;
+
     background-color: #FFEE80;
     width: 99%;
     width: 99%;
     padding: 0 0 0 0;
     padding: 0 0 0 0;
     margin: auto;
     margin: auto;
     margin-bottom: 20px;
     margin-bottom: 20px;
-
     border-radius: 10px;
+
     /*border-radius: 25px;*/
     z-index: -1;
     z-index: -1;
}
}
Line 617: Line 859:
}
}
</style>
</style>
 +
 +
<!--STYLING FOR TABLES-->
 +
<style>
 +
table{
 +
    font-family: 'Roboto', sans-serif;
 +
    background-image: url('https://static.igem.org/mediawiki/2014/c/cb/Debut_light.png');
 +
}
 +
 +
ulJ
 +
{
 +
    list-style-type: none;
 +
}
 +
 +
ulN
 +
{
 +
    list-style-type:none;
 +
    margin:10;
 +
}
 +
 +
</style>
 +
 +
 +
</html>
</html>

Latest revision as of 02:41, 18 October 2014