From 2014.igem.org
(Difference between revisions)
|
|
Line 110: |
Line 110: |
| } | | } |
| | | |
- | .hp_img_link{
| |
- | width:250px;
| |
- | height:40px;
| |
- | position:relative;
| |
- | margin:10px auto;
| |
- | padding:10px auto;
| |
- | border:2px solid deepskyblue;
| |
- | border-radius: 200px 0px 0px 200px/160px 0px 0px 160px;
| |
- | -webkit-border-radius: 200px 0px 0px 200px/160px 0px 0px 160px;
| |
- | -moz-border-radius: 200px 0px 0px 200px/160px 0px 0px 160px;
| |
- | }
| |
- |
| |
- | .hp_img{
| |
- | position:relative;
| |
- | width: 60px;
| |
- | margin-left:-2px;
| |
- | margin-top:-10px;
| |
- | border:3px solid deepskyblue;
| |
- | border-radius: 60px;
| |
- | -webkit-border-radius: 60px;
| |
- | -moz-border-radius: 60px;
| |
- | z-index:2;
| |
- | }
| |
- |
| |
- | .hp_box{
| |
- | position:absolute;
| |
- | top:0;
| |
- | right:0;
| |
- | width:230px;
| |
- | height:40px;
| |
- | text-align:right;
| |
- | border-radius: 200px 0px 0px 200px/160px 0px 0px 160px;
| |
- | -webkit-border-radius: 200px 0px 0px 200px/160px 0px 0px 160px;
| |
- | -moz-border-radius: 200px 0px 0px 200px/160px 0px 0px 160px;
| |
- | z-index:1;
| |
- | }
| |
- |
| |
- | .hp_img_link a{
| |
- | position:relative;
| |
- | display:block;
| |
- | padding:10px 20px;
| |
- | text-decoration:none;
| |
- | z-index:1;
| |
- | }
| |
- |
| |
- | .hp_img_link a:hover{
| |
- | background-color:rgba(0,200,30,0.1);
| |
- | }
| |
- | #page-top{
| |
- | position:fixed;
| |
- | bottom:20px;
| |
- | right:160px;
| |
- | }
| |
| | | |
| #page-top a{ | | #page-top a{ |
Revision as of 06:48, 25 September 2014