CSS/gifu/tab

From 2014.igem.org

(Difference between revisions)
 
(33 intermediate revisions not shown)
Line 11: Line 11:
#tab{
#tab{
clear:both;
clear:both;
-
margin-left:auto;     
+
margin-left:auto;     
-
    margin-right:auto;   
+
margin-right:auto;   
-
    text-align:left;     
+
text-align:left;     
 +
 
     width:70%;   
     width:70%;   
-
font-size:14px;
+
font-size:16px;
-
font-family:Century Gothic;
+
font-family:Calibri;
-
margin-bottom: 1em;
+
 
  }
  }
-
.tab-white
+
 
-
{background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png);
+
 
 +
.tab-white:link
 +
{color:#000000;
 +
background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png);
background-repeat:no-repeat ;
background-repeat:no-repeat ;
background-position:center;
background-position:center;
-
color: #000000;
 
text-decoration:none;
text-decoration:none;
text-align: center;
text-align: center;
vertical-align:100%;
vertical-align:100%;
-
 
+
width:180px;
-
width:130px;
+
height:50px;
height:50px;
-
_height:50px;
+
padding:15px 15px 15px 15px;
-
 
+
-
padding:15px;
+
display:inline;
display:inline;
overflow:auto;
overflow:auto;
}
}
-
.tab-gray
+
 
-
{background-image:url(https://static.igem.org/mediawiki/2014/8/8a/Tab_gray1.png) ;
+
.tab-white:hover
 +
{color:#000000;
 +
background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png);
background-repeat:no-repeat;
background-repeat:no-repeat;
 +
background-position:center;
 +
text-decoration:none;
 +
text-align:center;
 +
vertical-align:100%;
 +
width:180px;
 +
height:50px;
 +
padding:15px 15px 15px 15px;
 +
display:inline;
 +
overflow:auto;
 +
}
-
color: #fffafa;
+
.tab-gray:link
 +
{color:#ffffff;
 +
background-image:url(https://static.igem.org/mediawiki/2014/8/8a/Tab_gray1.png) ;
 +
background-repeat:no-repeat;
 +
background-position:center;
text-decoration:none;
text-decoration:none;
text-align: center;
text-align: center;
vertical-align:100%;
vertical-align:100%;
-
 
+
width:180px;
-
width:130px;
+
height:50px;
height:50px;
-
_height:50px;
+
padding:15px 15px 15px 15px;
-
 
+
-
padding:15px;
+
display:inline;
display:inline;
overflow:auto;
overflow:auto;
Line 57: Line 70:
.tab-gray:hover
.tab-gray:hover
-
{background-image: url(https://static.igem.org/mediawiki/2014/3/3b/Tab_gray2.png);  
+
{color: #000000;
 +
background-image: url(https://static.igem.org/mediawiki/2014/3/3b/Tab_gray2.png);  
background-repeat:no-repeat;
background-repeat:no-repeat;
-
 
+
background-position:center;
-
color: #000000;
+
text-decoration:none;
text-decoration:none;
-
width:130px;
+
text-align:center;
 +
vertical-align:100%;
 +
width:180px;
height:50px;
height:50px;
-
_height:50px;
+
padding:15px 15px 15px 15px;
-
 
+
display:inline;
 +
overflow:auto;
}
}

Latest revision as of 09:55, 17 October 2014