Team:USTC-Software/css/notes style
From 2012.igem.org
(Difference between revisions)
(css file for USTC-Software wiki notes page) |
|||
Line 4: | Line 4: | ||
font-family:'Oxygen Mono', sans-serif; | font-family:'Oxygen Mono', sans-serif; | ||
width:120px; | width:120px; | ||
- | background:url('../ | + | background:url('https://static.igem.org/mediawiki/2012/8/8f/USTC-Software-images-notes_middle.png'); |
padding:20px; | padding:20px; | ||
position:fixed; | position:fixed; | ||
Line 26: | Line 26: | ||
margin:50px auto; | margin:50px auto; | ||
margin-top:80px; | margin-top:80px; | ||
- | background:url('../ | + | background:url('https://static.igem.org/mediawiki/2012/d/de/USTC-Software-images-half-black.png'); |
padding-top:100px; | padding-top:100px; | ||
padding-bottom:110px; | padding-bottom:110px; | ||
Line 34: | Line 34: | ||
width:800px; | width:800px; | ||
margin:20px auto; | margin:20px auto; | ||
- | background:url('../ | + | background:url('https://static.igem.org/mediawiki/2012/8/8f/USTC-Software-images-notes_middle.png'); |
position:relative; | position:relative; | ||
z-index:10; | z-index:10; | ||
Line 65: | Line 65: | ||
.notes_top{ | .notes_top{ | ||
height:73px; | height:73px; | ||
- | background:url('../ | + | background:url('https://static.igem.org/mediawiki/2012/7/7a/USTC-Software-images-notes_top.png'); |
top:-73px; | top:-73px; | ||
} | } | ||
Line 71: | Line 71: | ||
.notes_bottom{ | .notes_bottom{ | ||
height:89px; | height:89px; | ||
- | background:url('../ | + | background:url('https://static.igem.org/mediawiki/2012/4/49/USTC-Software-images-notes_bottom.png'); |
bottom:-89px; | bottom:-89px; | ||
} | } |
Revision as of 03:01, 23 September 2012
- notes_nav{
color:black; list-style:none; font-family:'Oxygen Mono', sans-serif; width:120px; background:url('https://static.igem.org/mediawiki/2012/8/8f/USTC-Software-images-notes_middle.png'); padding:20px; position:fixed; z-index:1; left:50px; top:270px; } #notes_nav:hover{ z-index:999; } #notes_nav a{ color:black; text-decoration:none; } #notes_nav a:hover{ text-decoration:underline; }
- notes_wrapper{
width:980px; margin:50px auto; margin-top:80px; background:url('https://static.igem.org/mediawiki/2012/d/de/USTC-Software-images-half-black.png'); padding-top:100px; padding-bottom:110px; position:relative; } #notes_wrapper .notes{ width:800px; margin:20px auto; background:url('https://static.igem.org/mediawiki/2012/8/8f/USTC-Software-images-notes_middle.png'); position:relative; z-index:10; } #notes_wrapper .notes+.notes{ margin-top:200px; } #notes_wrapper h1{ display:block; color:white; font-family: 'Bilbo Swash Caps', cursive; font-size:64px; position:absolute; top:-20px; }
.notes a{
text-decoration:none; color:black; } .notes a:hover{ text-decoration:underline; }
.notes_top, .notes_bottom{
width:100%; position:absolute;
}
.notes_top{
height:73px; background:url('https://static.igem.org/mediawiki/2012/7/7a/USTC-Software-images-notes_top.png'); top:-73px;
}
.notes_bottom{
height:89px; background:url('https://static.igem.org/mediawiki/2012/4/49/USTC-Software-images-notes_bottom.png'); bottom:-89px;
}
.notes p{
display:block; width:700px; margin:0 auto; line-height:24px; font-family: 'Oxygen Mono', sans-serif; font-size:18px;
}
.notes .notes_section{
margin-top:20px; padding-left:20px;
}
.notes .notes_header p{
color:grey; font-size:16px;
}