/ Published in: CSS

Stylish
Expand |
Embed | Plain Text
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("projectfree.tv") { html { height: 100%; margin: 0 !important; padding: 0 !important; } body { background: #f1f1f1 !important; background: url('http://farm9.staticflickr.com/8033/8059200881_ac84a44c9a_h.jpg') center center no-repeat fixed !important; margin: 0 !important; padding: 0 !important; height: 100%; } body > div { background: transparent !important; width: 300px; height: 100%; } body > div > div { background: #fff !important; border: 10px solid gold !important; display: none; } br { display: none; } a:nth-child(3), a:nth-child(4), a:nth-child(5) { border-left: 15px solid gold; color: #222 !important; background: #fff; display: block; opacity: .6; } a:nth-child(3):visited, a:nth-child(4):visited, a:nth-child(5):visited { color: #222 !important; } a:nth-child(3):hover, a:nth-child(4):hover, a:nth-child(5):hover { border-left: 15px dashed gold; opacity: 1; color: #c9c9c9 !important; } a:nth-child(3) img, a:nth-child(4) img, a:nth-child(5) img { display: none; } /* INTERNET MEDIA */ a:nth-child(3) { text-decoration: none !important; } a:nth-child(3):before { font-size: 180px; content: "â‘"; } /* FILM */ a:nth-child(4) { text-decoration: none !important; } a:nth-child(4):before { font-size: 180px; content: "✰"; } a:nth-child(4):after { } a:nth-child(4):link { } a:nth-child(4):visited { } a:nth-child(4):hover { } a:nth-child(4):active { } /* FORUM */ a:nth-child(5) { text-decoration: none !important; } a:nth-child(5):before { font-size: 180px; content: "↩"; } }
You need to login to post a comment.