Template:GeorgiaTech/css/experiment.css

From 2014.igem.org

(Difference between revisions)
(Undo revision 18732 by Troy (talk))
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
 +
 +
.sponsors {
 +
        width: 70%;
 +
        margin-left:auto;
 +
        margin-right:auto;
 +
background-color: white;
 +
        height: auto;
 +
}
 +
.sponsors ul {
 +
position: relative;
 +
left: 0px;
 +
  z-index:100;
 +
text-align: center;
 +
display: inline;
 +
list-style: none;
 +
        padding: 0;
 +
        margin: 0;
 +
}
 +
 +
.sponsors ul li {
 +
        z-index:100;
 +
        font: bold 14px/20PX helvetica;
 +
        display: inline-block;
 +
        position: relative;
 +
        width: 300px;
 +
        height: 150px;
 +
        padding-right: 5px;
 +
        margin: 0;
 +
        background-color: transparent;
 +
        background-repeat:no-repeat;
 +
        text-align:center;
 +
}
 +
 +
.sponsors ul li a:link{
 +
display: block;
 +
font-size:16px/20px;
 +
width: 110px;
 +
height: 14px;
 +
text-align:center;
 +
text-decoration:none;
 +
}
 +
 +
.sponsors ul li:hover ul {
 +
        z-index:100;
 +
        display: block;
 +
        opacity: 0.95;
 +
        visibility: visible;
 +
        background-color: #BFAE30;
 +
}
 +
.sponsors ul li a:hover {
 +
        text-decoration:none;
 +
        background-color: transparent;
 +
}
 +
.sponsors ul li a:visited {
 +
        text-decoration:none;
 +
        background-color: transparent;
 +
}
.clear {
.clear {

Revision as of 16:36, 20 June 2014