Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----------------------------------------
- Update Tab #3 (CSS) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 12/23/14
- ------------------------------------------*/
- #updatetab {
- font-family:helvetica; /*font*/
- font-size:10px; /*font-size*/
- background-color:#ffffff; /*background color*/
- border-color:#D8D8D8;} /*border color*/
- #updatetabline {background-color:#c8c8c8;} /*line color*/
- #dropdown1, #dropdown2, #dropdown3, #dropdown4, #dropdown5, #dropdown6 {color:#B0B0B0;} /*text color*/
- #tabtitle1, #tabtitle2, #tabtitle3, #tabtitle4, #tabtitle5, #tabtitle6 {color:#888888;} /*title color*/
- #updatetab {
- top:10px;
- left:10px;
- position:fixed;
- width:135px;
- padding:4px;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-width:1px;
- border-style:solid;}
- #dropdown1, #dropdown2, #dropdown3, #dropdown4, #dropdown5, #dropdown6 {
- display:none;
- padding:0px 2px 2px 2px;}
- #tabtitle1, #tabtitle2, #tabtitle3, #tabtitle4, #tabtitle5, #tabtitle6 {
- padding:3px;
- text-align: center;}
- #updatetabline {
- width:inherit;
- height:1px;}
- #updatemusicplayer {
- width:135px;
- height:10px;
- padding:2px 0px;
- overflow:hidden;}
- img {max-width:100%;}
- #c, #c a {
- text-decoration:none;
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement