Advertisement
incedothemes

Update Tab #3 (CSS) by Incedo

Dec 23rd, 2014
4,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. /*----------------------------------------
  2. Update Tab #3 (CSS) by Incedo
  3. http://incedothemes.tumblr.com
  4. Please do not remove the credit.
  5. Instructions @ http://incedothenes.tumblr.com/tab
  6. Updated 12/23/14
  7. ------------------------------------------*/
  8.  
  9. #updatetab {
  10. font-family:helvetica; /*font*/
  11. font-size:10px; /*font-size*/
  12. background-color:#ffffff; /*background color*/
  13. border-color:#D8D8D8;} /*border color*/
  14. #updatetabline {background-color:#c8c8c8;} /*line color*/
  15. #dropdown1, #dropdown2, #dropdown3, #dropdown4, #dropdown5, #dropdown6 {color:#B0B0B0;} /*text color*/
  16. #tabtitle1, #tabtitle2, #tabtitle3, #tabtitle4, #tabtitle5, #tabtitle6 {color:#888888;} /*title color*/
  17.  
  18. #updatetab {
  19. top:10px;
  20. left:10px;
  21. position:fixed;
  22. width:135px;
  23. padding:4px;
  24. border-radius: 4px;
  25. -moz-border-radius: 4px;
  26. -webkit-border-radius: 4px;
  27. border-width:1px;
  28. border-style:solid;}
  29.  
  30. #dropdown1, #dropdown2, #dropdown3, #dropdown4, #dropdown5, #dropdown6 {
  31. display:none;
  32. padding:0px 2px 2px 2px;}
  33.  
  34. #tabtitle1, #tabtitle2, #tabtitle3, #tabtitle4, #tabtitle5, #tabtitle6 {
  35. padding:3px;
  36. text-align: center;}
  37.  
  38. #updatetabline {
  39. width:inherit;
  40. height:1px;}
  41.  
  42. #updatemusicplayer {
  43. width:135px;
  44. height:10px;
  45. padding:2px 0px;
  46. overflow:hidden;}
  47.  
  48. img {max-width:100%;}
  49.  
  50. #c, #c a {
  51. text-decoration:none;
  52. position:fixed;
  53. bottom:4px;
  54. right:4px;
  55. font-size:13px;
  56. font-family:helvetica;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement