chapsthmx

Ally gay

Aug 3rd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. /*----- by incedothemes.tumblr.com - inicio barrinha #teaminspire -----*/
  2.  
  3. #updatetab {
  4. /* font-family: verdana; this is the font*/
  5. color: #515050;} /*this is the font color*/
  6.  
  7. #tabtitle, #dropdown, #dropdown p {
  8. background-color:#ffffff; /*this is the background color*/
  9. border-color: #D8D8D8;} /*this is the border color*/
  10.  
  11. #updatetab {
  12. width:100px;
  13. position:fixed;
  14. top:35px;
  15. left:890px;}
  16.  
  17. #tabtitle {
  18. text-align:center;
  19. padding:1px 3px;
  20. letter-spacing:2px;
  21. font-size:10px;
  22. /* text-transform:uppercase; */
  23. border-width:1px;
  24. border-style:solid;
  25. border-radius: 2px;
  26. -moz-border-radius: 2px;
  27. -webkit-border-radius: 2px;}
  28.  
  29. #dropdown {
  30. border-style:solid;
  31. border-width:0px 1px 1px 1px;
  32. padding:2px 5px 0px 5px;
  33. border-bottom-right-radius: 2px;
  34. -moz-border-bottom-right-radius: 2px;
  35. -webkit-border-bottom-right-radius: 2px;
  36. border-bottom-left-radius: 2px;
  37. -moz-border-bottom-left-radius: 2px;
  38. -webkit-border-bottom-left-radius: 2px;
  39. opacity:0;
  40. -webkit-transition: all 0.5s ease-in-out;
  41. -moz-transition: all 0.5s ease-in-out;
  42. -o-transition: all 0.5s ease-in-out;
  43. -ms-transition: all 0.5s ease-in-out;
  44. transition: all 0.5s ease-in-out;}
  45.  
  46. #updatetab:hover #dropdown {
  47. opacity:1;
  48. -webkit-transition: all 0.5s ease-in-out;
  49. -moz-transition: all 0.5s ease-in-out;
  50. -o-transition: all 0.5s ease-in-out;
  51. -ms-transition: all 0.5s ease-in-out;
  52. transition: all 0.5s ease-in-out;}
  53.  
  54. #dropdown p {
  55. text-align:center;
  56. padding-top:3px;
  57. padding-bottom:3px;
  58. border-width:0px 0px 1px 0px;
  59. border-style:solid;
  60. font-size:12px;}
  61.  
  62. #dropdown p:last-of-type {
  63. border-bottom:0px solid transparent;}
  64.  
  65. p, ul, li, ol {
  66. margin: 0px 0px 0px 0px;}
  67.  
  68. #c {
  69. text-align:center;
  70. position:fixed;
  71. bottom:40px;
  72. right:-50px;
  73. font-size:13px;
  74. /* font-family:helvetica; */
  75. }
  76.  
  77. /*--- fim barrinha #teaminspire ---*/
Advertisement
Add Comment
Please, Sign In to add comment