Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 863: Line 863:
{
{
text-decoration: none;
text-decoration: none;
-
}
 
-
 
-
 
-
 
-
/* TEAM ACCORDION STYLE*/
 
-
 
-
 
-
 
-
.container {
 
-
width:100%;
 
-
position:relative;
 
-
z-index:0;
 
-
margin:0px auto;
 
-
}
 
-
.content {
 
-
width:1000px;
 
-
margin:0 auto;
 
-
}
 
-
 
-
.va-container{
 
-
position:relative;
 
-
margin:40px auto 0 auto;
 
-
}
 
-
.va-wrapper{
 
-
width:100%;
 
-
height:100%;
 
-
position:relative;
 
-
overflow:hidden;
 
-
background:#000;
 
-
}
 
-
.va-slice{
 
-
cursor:pointer;
 
-
position:absolute;
 
-
width:100%;
 
-
left:0px;
 
-
overflow:hidden;
 
-
}
 
-
.va-slice-1{
 
-
background:#000 url(../images/1.jpg) no-repeat center center;
 
-
}
 
-
.va-slice-2{
 
-
background:#000 url(../images/2.jpg) no-repeat center center;
 
-
}
 
-
.va-slice-3{
 
-
background:#000 url(../images/3.jpg) no-repeat center center;
 
-
}
 
-
.va-slice-4{
 
-
background:#000 url(../images/4.jpg) no-repeat center center;
 
-
}
 
-
.va-slice-5{
 
-
background:#000 url(../images/5.jpg) no-repeat center center;
 
-
}
 
-
.va-slice-Javier{
 
-
background:#000 url(https://static.igem.org/mediawiki/2014/3/39/Ivllobel_Team_Javier.png) no-repeat center center;
 
-
}
 
-
.va-slice-Estefania{
 
-
background:#000 url(https://static.igem.org/mediawiki/2014/7/7a/Ivllobel_Team_Estefania.png) no-repeat center center;
 
-
}
 
-
.va-slice-Ivan{
 
-
background:#000 url(https://static.igem.org/mediawiki/2014/3/3b/Ivllobel_Team_Ivan_provisional.png) no-repeat center center;
 
-
}
 
-
.va-slice-Yadira{
 
-
background:#000 url(https://static.igem.org/mediawiki/2014/b/bc/Ivllobel_Team_Yadira.png) no-repeat center center;
 
-
}
 
-
.va-slice-6{
 
-
background:#000 url(../images/6.jpg) no-repeat center center;
 
-
}
 
-
.va-slice-7{
 
-
background:#000 url(../images/Yadira_glteam.jpg) no-repeat center center;
 
-
}
 
-
.va-slice-color-1{
 
-
background-color:#97c5eb;
 
-
}
 
-
.va-slice-color-2{
 
-
background-color:#68ace5;
 
-
}
 
-
.va-slice-color-3{
 
-
background-color:#0072cf;
 
-
}
 
-
.va-slice-color-4{
 
-
background-color:#0039a6;
 
-
}
 
-
.va-slice-color-5{
 
-
background-color:#00338e;
 
-
}
 
-
.va-slice-color-6{
 
-
background-color:#002c76;
 
-
}
 
-
.va-slice-color-7{
 
-
background-color:#002144;
 
-
}
 
-
.va-title{
 
-
font-family: 'Open Sans Condensed', sans-serif;
 
-
text-transform:uppercase;
 
-
font-size:60px;
 
-
margin-left:20px;
 
-
color:#FFD700;
 
-
text-shadow: 0px 0px 1px #FF8C00;
 
-
}
 
-
.va-content{
 
-
display:none;
 
-
margin-left:25px;
 
-
}
 
-
.va-slice p{
 
-
font-size: 22px;
 
-
font-style: italic;
 
-
font-family:Georgia, serif;
 
-
}
 
-
.va-slice ul{
 
-
margin-top:20px;
 
-
}
 
-
.va-slice ul li{
 
-
float:left;
 
-
margin:0px 2px;
 
-
}
 
-
.va-slice ul li a{
 
-
color:#000;
 
-
background:#eede2f;
 
-
padding:3px 6px;
 
-
font-size:14px;
 
-
font-family:'PT Sans', sans-serif;
 
-
text-transform:uppercase;
 
-
}
 
-
.va-slice ul li a:hover{
 
-
background:#000;
 
-
color:#fff;
 
-
text-shadow:none;
 
-
}
 
-
.va-nav span{
 
-
width:40px;
 
-
height:25px;
 
-
background:transparent url(https://static.igem.org/mediawiki/2014/e/e2/Ivllobel_Prev.png) no-repeat center center;
 
-
position:absolute;
 
-
top:-35px;
 
-
left:50%;
 
-
margin-left:-20px;
 
-
text-indent:-9000px;
 
-
opacity:0.7;
 
-
cursor:pointer;
 
-
display:none;
 
-
z-index:100;
 
-
}
 
-
.va-nav span.va-nav-next{
 
-
background-image:url(https://static.igem.org/mediawiki/2014/4/46/Ivllobel_Next.png);
 
-
top:auto;
 
-
bottom:-35px;
 
-
}
 
-
.va-nav span:hover{
 
-
opacity:1.0;
 
}
}

Revision as of 08:28, 5 October 2014