Team:USTC-Software/notes

From 2012.igem.org

(Difference between revisions)
(Created page with "{{Template:Team:USTC-Software/Header-c}} <html> <head> <style> - the begin of notes styles css: .notes { margin: 100px auto 0; width: 880px; margin-bottom:30p...")
Line 4: Line 4:
<head>     
<head>     
  <style>
  <style>
 +
 +
/*the begin of shadow of header menu css*/
 +
a.note_li{
 +
  text-decoration:none;
 +
color:#010101;
 +
text-shadow: 0 1px 0px #333333;
 +
}
 +
 +
#gn-note {
 +
border-top:1px solid #333;
 +
border-right:1px solid #000;
 +
border-left:1px solid #333;
 +
border-bottom:1px solid #000;
 +
}
 +
#gn-note .note_li:after,#gn-note .note_li:before {
 +
-moz-transition:width 0.5s ease 0s;
 +
height: 0px;
 +
    width: 0px;
 +
    position: absolute;
 +
    content: ' ';
 +
    display: block;
 +
    opacity:0;
 +
box-shadow: 0px 0px 5px #00c6ff;
 +
background: -moz-linear-gradient(left, #0ad, #08b);
 +
    top: 32px;
 +
    width: 51%;
 +
height: 1px;
 +
    opacity:1;
 +
        }
 +
#gn-note .note_li:after {
 +
left: 10px;
 +
      }
 +
#gn-note .note_li:before {
 +
right:2px;
 +
    } /*the end of shadow of header menu css*/
 +
Line 10: Line 46:
     margin: 100px auto 0;
     margin: 100px auto 0;
     width: 880px;
     width: 880px;
-
margin-bottom:30px;
+
margin-bottom:130px;
/*border:green 1px solid;*/
/*border:green 1px solid;*/
}
}

Revision as of 07:11, 9 August 2012

USTC-Header-c

TOP