Advertisement
eucerin

updates tab css

Jan 16th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. /* paste into css */
  2. /* created by DEVILOUT / FIRESPARKED,
  3. PLS DO NOT STEAL THIS CODE. I made IT
  4. MYSELF AND IF YOU USE IT PLEASE LEAVE
  5. CREDIT IN TACT OR ILL PROBABLY CRY A LOT.
  6. */
  7.  
  8. #ut {
  9. padding:7px;
  10. font-family:trebuchet ms;
  11. font-size:10px;
  12. position:fixed;
  13. z-index:500;
  14. width:100px;
  15. height:10px;
  16. left:5px;
  17. top:5px;
  18. opacity:1;
  19. text-align:center;
  20. border:1px solid #FFF; /* CHANGE COLOR IF YOU WANT */
  21. }
  22. #tt {
  23. opacity:0;
  24. height:300PX;
  25. z-index:554;
  26. font-family:trebuchet ms;
  27. font-size:9px!important;
  28. text-align:justify;
  29. color:#FFF; /*CHANGE IF YOU WANT*/
  30. line-height:10px;
  31. margin-top:-10px;
  32. padding-top:20px;
  33. margin-left:-8px;
  34. width:116px;
  35. }
  36. #tt p {font-size:9px!important;}
  37.  
  38. #ut:hover #tt:hover {
  39. opacity:1;
  40. -webkit-transition: all 2s ease-out 0s;
  41. -moz-transition: all 2s ease-out 0s;
  42. -ms-transition: all 2s ease-out 0s;
  43. -o-transition: all 2s ease-out 0s;
  44. transition: all 2s ease-out 0s;
  45. }
  46. .sh {
  47. line-height:15px;
  48. text-align:center;
  49. text-transform:uppercase;
  50. color:#FFF; /** SUBTITLES COLOR **/
  51. /* background:{color:update titles}; BACKGROUND COLOR if you're looking in the code to make it not just a border, then just use that code i've written before this sentence.*/
  52. border-bottom:1px solid #FFF;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement