CSS/gifu/home
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | / | + | <html> |
- | + | <head> | |
- | http:// | + | <meta http-equiv="Content-Script-Type" content="text/javascript"> |
- | + | <meta http-equiv="Content-Script-Type" content="text/css"> | |
- | + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"> | |
+ | </script> | ||
- | + | ////// test | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | //// test | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | ||
- | + | <style type="text/css"> | |
- | + | ||
- | + | /*#home{background:url(https://static.igem.org/mediawiki/2014/f/f6/Circular_rna.png) fixed; | |
- | + | width:; | |
- | + | background-position:center 80%; | |
- | background- | + | |
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
} | } | ||
+ | */ | ||
- | # | + | #base{ |
- | { | + | position:relative; |
- | position:relative; | + | top:130px; |
- | top: | + | margin-left:auto; |
- | left: | + | margin-right:auto; |
- | + | width:500px; | |
- | + | z-index:100; | |
- | + | ||
} | } | ||
- | # | + | #point{ |
- | { | + | position:absolute; |
- | position: | + | top:200px; |
- | top: | + | left:600px; |
- | left: | + | transform: rotate(0 deg); |
- | + | z-index:1000; | |
- | + | } | |
- | + | ||
- | } | + | |
- | + | #menu1 { | |
- | { | + | position:absolute; |
- | position: | + | top:10px; |
- | + | left:170px; | |
- | + | width:100px; | |
- | + | z-index:10000; | |
- | + | } | |
- | } | + | |
- | + | #menu2 { | |
- | { | + | display:inline; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | . | + | .tabs { |
- | { | + | position: relative; |
- | + | padding: 0; | |
- | + | margin-left:auto; | |
- | margin-left: | + | margin-right:auto; |
- | margin-right: | + | |
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | .tabs li { | |
- | + | list-style: none; | |
- | { | + | display: inline-block; |
- | + | ||
- | + | ||
} | } | ||
- | + | .tabs input[type=radio] { | |
- | + | display: none; | |
- | { | + | |
- | + | ||
- | + | ||
} | } | ||
- | + | .tabs label { | |
- | + | display: block; | |
- | + | cursor: pointer; | |
- | color:#000000; | + | padding: 5px; |
- | + | line-height: 20px; | |
- | + | background-color: #dcdcdc; | |
+ | color: #000000; | ||
+ | margin:0; | ||
+ | } | ||
+ | .tabs label:hover { | ||
+ | background-color: #e0ffff; | ||
+ | color: #000000; | ||
+ | } | ||
+ | .tabs input[type=radio]:checked + label { | ||
+ | background-color: #afeeee; | ||
+ | color: #000000; | ||
} | } | ||
- | + | .tabs .contents { | |
- | + | display: none; | |
- | + | position: absolute; | |
+ | top:30px; | ||
+ | left: 0; | ||
+ | padding: 0px; | ||
+ | background: #f0f8ff; | ||
+ | } | ||
+ | .tabs input[type=radio]:checked + label + .contents{ | ||
+ | display: block; | ||
} | } | ||
+ | </style> | ||
+ | </style> | ||
+ | </head> | ||
- | + | ||
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 15:29, 1 September 2014
////// test //// test