Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*BLACK CODING SCROLL DOWN FOR WHITE*/
- #updates,#updatestab
- {
- letter-spacing:2px;
- font-size:17px;
- width:140px;
- text-transform:uppercase;
- font-family:calibri;
- left:0px;
- position:fixed;
- top:0px;
- padding:5px;
- text-align:center;
- background-color:#1a1a1a;
- color:#fff;
- }
- #updates
- {
- text-transform:none;
- font-size:11px;
- width:140px;
- position:fixed;
- top:27px;
- padding:5px;
- display:none;
- }
- #cooltitles {
- font-size:10px;
- font-family:times new roman;
- padding:3px;
- background-color:white;
- color:#1a1a1a;
- }
- /*WHITE VERSION*/
- #updates,#updatestab
- {
- letter-spacing:2px;
- font-size:17px;
- width:100px;
- text-transform:uppercase;
- font-family:calibri;
- left:0px;
- position:fixed;
- top:0px;
- padding:5px;
- text-align:center;
- background-color:#fff;
- color:#9a9a9a;
- border:1px dotted #bbb8b8;
- }
- #updates
- {
- background-color:#fff;
- color:#9a9a9a;
- border:1px dotted #bbb8b8;
- text-transform:none;
- font-size:10px;
- width:100px;
- position:fixed;
- top:27px;
- padding:5px;
- display:none;
- }
- #cooltitles {
- font-size:10px;
- font-family:calibri;
- padding:3px;
- background-color:#bbb8b8;
- color:#fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement