Created
March 25, 2013 16:35
-
-
Save mrManner/5238505 to your computer and use it in GitHub Desktop.
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
| body { | |
| background: url("/img/campaigns/eastereggs/bubbles.gif") repeat scroll 0 0 transparent; | |
| } | |
| #blocket { | |
| font-family: times new roman,serif; | |
| margin: 0; | |
| } | |
| a img, .sprite_common_acc_avatar { | |
| border: 1px solid blue; | |
| } | |
| #blocket .footer_pages .page_menu_item { | |
| color: yellow; | |
| } | |
| .white_text { | |
| color: white; | |
| } | |
| #blocket .navigation .nav_text { | |
| color: inherit; | |
| } | |
| #minimedia_list_view { | |
| overflow: visible; | |
| } | |
| a, a:hover, a:active, a:link, #blocket .black_link { | |
| color: blue !important; | |
| } | |
| a:visited { | |
| color: purple !important; | |
| } | |
| #blocket .blocket_logo { | |
| background: url("/img/campaigns/eastereggs/logo_blocket.gif") repeat scroll 0 0 transparent; | |
| height: 95px !important; | |
| width: 253px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment