Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*start of updates tab css by oxygenthemes @ tumblr*/
- #updatestab {
- position:fixed;
- text-align:left;
- margin-top:20px; /*how far from top*/
- margin-left:20px; /*how far from the left - if you want the tab on the right, change margin-left to just "right:20px"*/
- line-height:140%;
- width:180px; /*width of tab*/
- font-size:10px; /*font size*/
- padding:15px;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- }
- .box {
- opacity:0;
- padding:8px;
- letter-spacing:1px;
- border:1px solid transparent;
- margin-top:150px;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- }
- .box:hover {
- opacity:1;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- }
- #updatestab:hover .box {
- opacity:1;
- margin-top:0px;
- letter-spacing:0px;
- background:#fff; /*background of individual boxes*/
- border:1px solid #eee; /*border of boxes*/
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- }
- #updatestab h7 { /*customising the subheadings: you can change the color by choosing an alternative from colorpicker.com*/
- font-size:8px;color:#68bfc9;text-transform:uppercase;font-weight:700;
- }
- #updatestab h5 { /*customising the main heading: you can change the color by choosing an alternative from colorpicker.com*/
- color:black;font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:700;
- }
- /*end of updates tab css*/
Advertisement
Add Comment
Please, Sign In to add comment