From 2011.igem.org
(Difference between revisions)
|
|
Line 138: |
Line 138: |
| position:absolute; | | position:absolute; |
| visibility:hidden; | | visibility:hidden; |
- | margin-left:12%; | + | margin-left:10%; |
| margin-top:-31px; | | margin-top:-31px; |
| z-index:3; | | z-index:3; |
Line 176: |
Line 176: |
| } | | } |
| | | |
- | /*-----------------------------Flechita----------------------------*/
| |
| | | |
- |
| |
- | #back-top {
| |
- | margin-top:20px;margin-bottom:5px; clear:both; aling:center; float:right;
| |
- | position:fixed;
| |
- | z-index:-2;
| |
- | float:left;
| |
- | }
| |
- | #back-top a {
| |
- | width: 50px;
| |
- | display: block;
| |
- | text-align: center;
| |
- | font: 11px/100% Arial, Helvetica, sans-serif;
| |
- | text-transform: uppercase;
| |
- | text-decoration: none;
| |
- | color: #bbb;
| |
- |
| |
- | /* transition */
| |
- | -webkit-transition: 1s;
| |
- | -moz-transition: 1s;
| |
- | transition: 1s;
| |
- | margin-left: -90px;
| |
- | }
| |
- | #back-top a:hover {
| |
- | color: #000;
| |
- | }
| |
- |
| |
- | /* arrow icon (span tag) */
| |
- | #back-top span {
| |
- | width: 50px;
| |
- | height: 50px;
| |
- | display: block;
| |
- | margin-bottom: 7px;
| |
- | background: #ddd url(http://espacioforos.miarroba.st/1671161/dfs.png) no-repeat center center;
| |
- |
| |
- | /* rounded corners */
| |
- | -webkit-border-radius: 15px;
| |
- | -moz-border-radius: 15px;
| |
- | border-radius: 15px;
| |
- |
| |
- | /* transition */
| |
- | -webkit-transition: 1s;
| |
- | -moz-transition: 1s;
| |
- | transition: 1s;
| |
- | }
| |
- | #back-top a:hover span {
| |
- | background-color: #777;
| |
- | }
| |
| </style> | | </style> |
| | | |
Revision as of 11:23, 19 September 2011
Back to Top