Template:Nevada Sponsers CSS

From 2011.igem.org

(Difference between revisions)
m
m
 
(25 intermediate revisions not shown)
Line 5: Line 5:
<style type="text/css">
<style type="text/css">
-
#sponser-banner-content{
+
#bottom-content{
   position: relative;
   position: relative;
   float: left;
   float: left;
   top: 159px;
   top: 159px;
   left: -5px;
   left: -5px;
-
   height: 200px;
+
   height: 100%;
   width: 955px;
   width: 955px;
   display: block;
   display: block;
Line 23: Line 23:
   border-right: rgba(0,0,0,1) ridge 4px;
   border-right: rgba(0,0,0,1) ridge 4px;
   border-left: rgba(0,0,0,1) groove 4px;
   border-left: rgba(0,0,0,1) groove 4px;
-
   background-color: rgba(100,100,100,1);
+
  background: transparent;
 +
}
 +
 
 +
#sitemap-banner-content{
 +
  position: relative;
 +
  float: left;
 +
  top: 0px;
 +
  left: 0px;
 +
  height: 100px;
 +
  width: 955px;
 +
  display: block;
 +
  /* Box Categories */
 +
  -moz-border-radius-bottomright: 33px;
 +
  -moz-border-radius-bottomleft: 33px;
 +
  -webkit-border-bottom-right-radius: 33px;
 +
  -webkit-border-bottom-left-radius: 33px;
 +
  border-bottom-right-radius: 33px;
 +
  border-bottom-left-radius: 33px;
 +
   background-color: rgba(100,100,100,0.8);
   /* Color Background */
   /* Color Background */
-
  background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e));
 
-
  background: -webkit-linear-gradient(bottom, rgba(150,150,150,1) 85%, rgba(0,0,26,1), #25324e);
 
-
  background: -moz-linear-gradient(bottom, #969696 85%, rgba(0,0,26,1), #25324e);
 
-
  background: -ms-linear-gradient(bottom, rgba(150,150,150,1) 85%, rgba(0,0,26,1), #25324e);
 
-
  background: -o-linear-gradient(bottom, rgba(150,150,150,1) 85%, rgba(0,0,26,1), #25324e);
 
}
}
-
.imgbox{
+
#sponser-banner-content{
 +
  position: relative;
 +
  float: left;
 +
  top: 0px;
 +
  left: 5%;
 +
  height: 450px;
 +
  width: 825px;
 +
  display: block;
 +
  /* Box Categories */
 +
  border: rgba(0,0,0,0.6) solid 10px;
 +
  background-color: rgba(194,194,194,0.7);
 +
  padding: 10px;
 +
  margin-top: 10px;
 +
}
 +
/* First Row of Sponsers */
 +
.img-FirstRow{
   position: relative;
   position: relative;
   display: block;
   display: block;
   float: left;
   float: left;
-
   top: 35px;
+
   top: 5px;
-
   left: 15px;
+
   left: 275px;
-
   height: 125px;
+
   height: 85px;
-
   width: 225px;
+
   width: 345px;
-
   border: #FFF solid 2px;
+
   padding: 5px;
-
  margin: 5px;
+
   z-index: 40;
-
   -webkit-transform: rotate(-5deg);
+
-
  -moz-transform: rotate(-5deg);
+
}
}
-
.imgbox2{
+
/* Second Row of Sponsers */
 +
.img-SecondRow{
   position: relative;
   position: relative;
   display: block;
   display: block;
   float: left;
   float: left;
-
   top: 45px;
+
   top: 20px;
-
   left: 15px;
+
   left: 0px;
-
   height: 125px;
+
   height: 85px;
-
   width: 225px;
+
   width: 805px;
-
   border: #FFF solid 2px;
+
   padding: 5px;
-
   margin: 5px;
+
   z-index: 40;
}
}
-
.imglongbox{
+
/* Third Row of Sponsers */
 +
.img-ThirdRow2{
   position: relative;
   position: relative;
-
   float: both;
+
  display: block;
-
   top: 35px;
+
   float: left;
-
   left: 15px;
+
   top: 20px;
-
   height: 55px;
+
   left: 180px;
-
   width: 245px;
+
   height: 100px;
-
   border: #FFF solid 2px;
+
   width: 445px;
-
   margin: 5px;
+
   padding: 5px;
 +
   z-index: 40;
}
}
-
.imgrightbox{
+
/* Fourth Row of Sponsers */
-
position: relative;
+
.img-FourthRow{
 +
  position: relative;
   display: block;
   display: block;
-
   float: right;
+
   float: left;
-
   top: 45px;
+
   top: 20px;
-
   left: -15px;
+
   left: 300px;
-
   height: 125px;
+
  height: 75px;
-
   width: 175px;
+
  width: 445px;
-
   border: #FFF solid 2px;
+
  padding: 5px;
-
   margin: 5px;
+
  z-index: 40;
 +
}
 +
 
 +
.Sponser-text{
 +
   font-family: tahoma, serif;
 +
  font-size: 25px;
 +
  font-weight: bold;
 +
  text-align: center;
 +
  line-height: 30px;
 +
}
 +
 
 +
/* Link List at bottom page */
 +
#subNav{
 +
  position: relative;
 +
  top: 0px;
 +
  left: 125px;
 +
  height: 100px;
 +
   width: 700px;
 +
}
 +
 
 +
.subNavText1{
 +
   font-family: tahoma, serif;
 +
  font-size: 25px;
 +
  font-weight: bold;
 +
  text-align: center;
 +
  line-height: 30px;
 +
  color: #fff;
 +
}
 +
 
 +
.subNavText2{
 +
   font-family: tahoma, serif;
 +
  font-size: 15px;
 +
  font-weight: bold;
 +
  text-align: center;
 +
  line-height: 20px;
 +
  font-color: white;
 +
}
 +
 
 +
.subNavText2 a:link, .subNavText2 a{
 +
  color: #fff;
 +
}
</style>
</style>
Line 85: Line 155:
</head>
</head>
<body>
<body>
-
 
+
<div id="bottom-content">
-
<div id="sponser-banner-content">
+
<div id="sponser-banner-content">
-
<img class="imgbox" src="https://static.igem.org/mediawiki/2011/7/71/Sponser1.png">
+
  <div class="Sponser-text">SPONSORS<hr></div>
-
<img class="imgbox2" src="https://static.igem.org/mediawiki/2011/4/4a/Nevada_Sponser2.png">
+
  <div class="img-FirstRow">
-
<img class="imglongbox" src="https://static.igem.org/mediawiki/2011/2/2b/Nevada_Sponser3.png">
+
  <img src="https://static.igem.org/mediawiki/2011/e/eb/UNR-Sponser-N.png" width="75" style="float:left; margin-left:-10px; margin-top:-10px;">
-
<img class="imgrightbox" src="https://static.igem.org/mediawiki/2011/9/99/Nevada_Sponser5.png">
+
  <img src="https://static.igem.org/mediawiki/2011/b/b4/UNR-Sponser-IGEM.png" width="125" style="float:left; margin-left:-10px; margin-top:-10px;">
-
<br>
+
  <img src="https://static.igem.org/mediawiki/2011/b/bf/UNR-Sponser-ASUN.png" width="75" style="float:left; margin-left:-10px; margin-top:-10px;">
-
<img class="imglongbox" src="https://static.igem.org/mediawiki/2011/c/ca/Nevada_Sponser4.png">
+
  </div> <!-- First Row of Sponsers End -->
-
 
+
  <div class="img-SecondRow">
 +
  <img src="https://static.igem.org/mediawiki/2011/c/c3/UNR-Sponser-NINBRE.png" width="150" style="float:left; margin-left:-5px; margin-top:0px;">
 +
  <img src="https://static.igem.org/mediawiki/2011/a/a1/UNR-Sponser-CABNR.png" width="265" style="float:left; margin-left:5px; margin-top:10px;">
 +
  <img src="https://static.igem.org/mediawiki/2011/f/f1/UNR-Sponser-DBMB.png" width="265" style="float:left; margin-left:-5px; margin-right: -10px; margin-top:10px;">
 +
  <img src="https://static.igem.org/mediawiki/2011/6/69/UNR-Sponser-Epscor.png" width="150" style="float:left; margin-left: -10px; margin-top: 5px;">
 +
  </div> <!-- Second Row of Sponsers End -->
 +
  <div class="img-ThirdRow2">
 +
  <img src="https://static.igem.org/mediawiki/2011/9/98/UNR-Sponser-Atlantis.png" width="175" style="float:left; margin-left:-5px; margin-top: 20px;">
 +
  <img src="https://static.igem.org/mediawiki/2011/d/d8/UNR-Sponser-RI.png" width="100" style="float:left; margin-left: 15px; margin-top:0px;">
 +
  <img src="https://static.igem.org/mediawiki/2011/5/5f/UNR-Sponser-7DC.png" width="125" style="float:left; margin-left:-5px; margin-top:-10px;">
 +
  </div> <!-- Third Row of Sponsers End -->
 +
  <div class="img-FourthRow">
 +
  <img src="https://static.igem.org/mediawiki/2011/d/de/UNR-Sponser-Wolf.png" width="155" style="float:left; margin-left:-5px; margin-top:-10px;">
 +
  </div>
 +
</div>  <!-- End of Sponsers Box -->
 +
<div id="sitemap-banner-content">
 +
<div id="subNav">
 +
<div class="subNavText1">
 +
Navigation
 +
<hr size=2>
 +
</div>
 +
<div class="subNavText2">
 +
<a href="/Team:Nevada">
 +
Home
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Team">
 +
Team
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Project">
 +
Project
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Parts">
 +
Parts
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Notebook/Weeks14">
 +
Notebook
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Outreach">
 +
Outreach
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Contributions">
 +
Contribution
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Fundraising">
 +
Fundraising
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Reference">
 +
References
 +
</a>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +
<a href="/Team:Nevada/Safety">
 +
Safety
 +
</a>
 +
</div>
 +
</div>
 +
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Latest revision as of 03:29, 29 September 2011


SPONSORS