Team:USTC-Software/notes
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html> | <html> | ||
- | <head> | + | <head> |
+ | <link href='http://fonts.googleapis.com/css?family=Bonbon' rel='stylesheet' type='text/css'> | ||
+ | <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"> | ||
<style> | <style> | ||
Line 39: | Line 41: | ||
right:2px; | right:2px; | ||
} /*the end of shadow of header menu css*/ | } /*the end of shadow of header menu css*/ | ||
+ | |||
+ | |||
/* the begin of notes styles css*/ | /* the begin of notes styles css*/ | ||
- | + | #wrap_of_note{ | |
+ | position:relative; | ||
margin: 100px auto 0; | margin: 100px auto 0; | ||
- | width: | + | margin-bottom:30px; |
- | + | width: 980px; | |
+ | height:730px; | ||
+ | padding-top:20px; | ||
+ | background:#555; | ||
/*border:green 1px solid;*/ | /*border:green 1px solid;*/ | ||
+ | } | ||
+ | #text_wall{ | ||
+ | width:380px; | ||
+ | height:45px; | ||
+ | margin:25PX auto; | ||
+ | text-align:center; | ||
+ | font-size:35px; | ||
+ | font-family: 'Tangerine', USTC; | ||
+ | font-family:Verdana, Geneva, sans-serif; | ||
+ | font-family: 'Bonbon', cursive; | ||
+ | text-shadow: 4px 4px 4px #aaa; | ||
+ | color:#737373; | ||
+ | color:black; | ||
+ | border:green 1px solid; | ||
+ | } | ||
+ | |||
+ | .notes { | ||
+ | margin: 60px auto 0; | ||
+ | width: 860px; | ||
} | } | ||
.notes a { | .notes a { | ||
Line 183: | Line 210: | ||
<!------the begin of notes show div------> | <!------the begin of notes show div------> | ||
+ | |||
+ | <div id="wrap_of_note"> | ||
+ | <div id="text_wall">THE NOTES WALL</div> | ||
+ | |||
<div class="notes"> | <div class="notes"> | ||
<a tabindex="1"><img src="https://static.igem.org/mediawiki/2012/8/87/Note2.jpg"></a> | <a tabindex="1"><img src="https://static.igem.org/mediawiki/2012/8/87/Note2.jpg"></a> | ||
Line 198: | Line 229: | ||
</div> <!------the end of notes show div------> | </div> <!------the end of notes show div------> | ||
- | + | </div> | |
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 12:06, 9 August 2012
TOP