Team:NCTU Formosa/source/header/Test

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
#tabs {
 
-
  overflow: auto;
 
-
  width: 100%;
 
-
  list-style: none;
 
-
  margin: 0;
 
-
  padding: 0;
 
-
}
 
-
#tabs li {
 
-
    margin: 0;
 
-
    padding: 0;
 
-
    float: left;
 
-
}
 
-
 
-
#tabs a {
 
-
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
 
-
    background: #ad1c1c;
 
-
    background: linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
 
-
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
 
-
    color: #fff;
 
-
    float: left;
 
-
    font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
 
-
    height: 35px;
 
-
    padding: 0 30px;
 
-
    text-decoration: none;
 
-
}
 
-
 
-
#tabs a:hover {
 
-
    background: #c93434;
 
-
    background: linear-gradient(220deg, transparent 10px, #c93434 10px);   
 
-
}
 
-
 
-
#tabs a:focus {
 
-
    outline: 0;
 
-
}
 
-
 
-
#tabs #current a {
 
-
    background: #fff;
 
-
    background: linear-gradient(220deg, transparent 10px, #fff 10px);
 
-
    text-shadow: none;   
 
-
    color: #333;
 
-
}
 
#content {
#content {

Revision as of 14:33, 16 October 2014