This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .clock{ | |
| /* The .clock div. Created dynamically by jQuery */ | |
| background-color:#252525; | |
| height:200px; | |
| width:200px; | |
| position:relative; | |
| overflow:hidden; | |
| float:left; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url('http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css'); | |
| @import url('http://fonts.googleapis.com/css?family=Handlee'); | |
| body { | |
| background: url('img/noise.png'); | |
| } | |
| #usermenu { | |
| position: absolute; | |
| right: 0; | |
| left: auto !important; |
NewerOlder