Difference between revisions of "Template:Team:Penn/CSS"

Line 57: Line 57:
 
p {
 
p {
 
text-indent: 3em;
 
text-indent: 3em;
font-size:30px;
+
font-size:15px;
 
color:#000;
 
color:#000;
 
}
 
}
Line 68: Line 68:
  
 
body {
 
body {
background-image: url("https://static.igem.org/mediawiki/2015/1/13/Penn2015_Background2.png");
+
background-image: url("https://static.igem.org/mediawiki/2014/4/43/Penn_2014_wiki_background.jpg");
 
background-size: 100%;
 
background-size: 100%;
 
background-repeat: repeat;
 
background-repeat: repeat;
Line 130: Line 130:
 
#PhotoBox {
 
#PhotoBox {
 
 
background: #FFA500; /* Old browsers */
+
background: #585d8a; /* Old browsers */
background: -moz-linear-gradient(top, #FFA500 0%, #FFA500 100%); /* FF3.6+ */
+
background: -moz-linear-gradient(top, #585d8a 0%, #2e335f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA500), color-stop(100%,#FFA500)); /* Chrome,Safari4+ */
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFA500 0%,#FFA500100%); /* Chrome10+,Safari5.1+ */
+
background: -webkit-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFA500 0%,#FFA500 100%); /* Opera 11.10+ */
+
background: -o-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFA500 0%,#FFA500 100%); /* IE10+ */
+
background: -ms-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* IE10+ */
background: linear-gradient(to bottom, #FFA500 0%,#FFA500 100%); /* W3C */
+
background: linear-gradient(to bottom, #585d8a 0%,#2e335f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA500', endColorstr='#2e335f',GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585d8a', endColorstr='#2e335f',GradientType=0 ); /* IE6-9 */
 
box-shadow: 0px 0px 20px #000000;
 
box-shadow: 0px 0px 20px #000000;
  
Line 150: Line 150:
 
#MenuBox {
 
#MenuBox {
 
 
background: #FFAE19; /* Old browsers */
+
background: #585d8a; /* Old browsers */
background: -moz-linear-gradient(top, #FFAE19 0%, #99680F 100%); /* FF3.6+ */
+
background: -moz-linear-gradient(top, #585d8a 0%, #2e335f 100%); /* FF3.6+ */
 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */
 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* Chrome10+,Safari5.1+ */
+
background: -webkit-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* Opera 11.10+ */
+
background: -o-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* IE10+ */
+
background: -ms-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* IE10+ */
background: linear-gradient(to bottom, #FFAE19 0%,#99680F 100%); /* W3C */
+
background: linear-gradient(to bottom, #585d8a 0%,#2e335f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAE19', endColorstr='#99680F',GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585d8a', endColorstr='#2e335f',GradientType=0 ); /* IE6-9 */
 
box-shadow: 0px 0px 20px #000000;
 
box-shadow: 0px 0px 20px #000000;
  
Line 226: Line 226:
 
}
 
}
 
#nav li {
 
#nav li {
   color:#000000;
+
   color:#FFF;
 
   display: inline-block;
 
   display: inline-block;
 
   position: relative;
 
   position: relative;
   padding: 20px 40px;
+
   padding: 10px 20px;
 
    
 
    
   background: #dfdfdf; /* Old browsers */
+
   background: #585d8a; /* Old browsers */
background: -moz-linear-gradient(top, #dfdfdf 0%, #dfdfdf100%); /* FF3.6+ */
+
background: -moz-linear-gradient(top, #585d8a 0%, #2e335f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dfdfdf 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
+
background: -webkit-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dfdfdf 0%,#dfdfdf 100%); /* Opera 11.10+ */
+
background: -o-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dfdfdf 0%,#dfdfdf 100%); /* IE10+ */
+
background: -ms-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* IE10+ */
background: linear-gradient(to bottom, #dfdfdf 0%,#dfdfdf 100%); /* W3C */
+
background: linear-gradient(to bottom, #585d8a 0%,#2e335f 100%); /* W3C */
background: linear-gradient(to bottom, #dfdfdf 0%,#dfdfdf 100%); /* W3C */
+
 
 
 
    
 
    
Line 251: Line 250:
 
}
 
}
 
#nav li ul li:hover {
 
#nav li ul li:hover {
   background: #dfdfdf;
+
   background: #fff;
   color: #dfdfdf;
+
   color: #4e5680;
 
}
 
}
  
Line 274: Line 273:
 
}
 
}
 
#nav li ul li {  
 
#nav li ul li {  
   background: #DFDFDF;  
+
   background: #ffffff;  
 
   display: block;  
 
   display: block;  
   color: #000000;
+
   color: #4e5680;
 
}
 
}
#nav li ul li:hover { background: #000000; color: #000000; }
+
#nav li ul li:hover { background: #4e5680; color: #ffffff; }
 
#nav li:hover ul {
 
#nav li:hover ul {
 
   display: block;
 
   display: block;
Line 287: Line 286:
  
 
.people_table{
 
.people_table{
width: 1000px;
+
width: 900px;
 
background-color:inherit;
 
background-color:inherit;
 
border-spacing: 0px 5px;
 
border-spacing: 0px 5px;
Line 293: Line 292:
  
 
.people_table tr td{
 
.people_table tr td{
width: 500px;
+
width: 220px;
 
min-width:220px;
 
min-width:220px;
 
background-color: #444;
 
background-color: #444;
Line 307: Line 306:
  
 
.name {
 
.name {
     font-size: 30px;
+
     font-size: 16px;
 
     font-weight:bold;
 
     font-weight:bold;
 
}  
 
}  
Line 314: Line 313:
 
     font-weight: 500;
 
     font-weight: 500;
 
font-style: normal;   
 
font-style: normal;   
font-size: 30px;
+
font-size: 15px;
 
}
 
}
  
Line 327: Line 326:
 
font-weight: 500;
 
font-weight: 500;
 
font-style: normal;   
 
font-style: normal;   
font-size: 30px;
+
font-size: 15px;
 
margin-top:10px;
 
margin-top:10px;
 
}
 
}
Line 334: Line 333:
 
     font-weight:bold;
 
     font-weight:bold;
 
     margin-top:40px;
 
     margin-top:40px;
     font-size: 30px;
+
     font-size: 18px;
 
}
 
}
  
Line 349: Line 348:
 
.sponsor_table tr td{
 
.sponsor_table tr td{
 
   width: 25%;
 
   width: 25%;
background-color: #000;
+
background-color: #fff;
 
vertical-align: middle;
 
vertical-align: middle;
 
}
 
}
Line 398: Line 397:
  
 
 
<div style = "background: url('https://static.igem.org/mediawiki/2015/d/d0/Penn2015_logo3.png'); position: inherited; height:550px; background-size: 100%; background-repeat: no-repeat; background-position:center top;">
+
<div style = "background: url('https://static.igem.org/mediawiki/2014/2/24/JaneText.png'); position: inherited; height:350px; background-size: 80%; background-repeat: no-repeat; background-position:center top;">
 
</div>
 
</div>
  

Revision as of 03:49, 19 August 2015