Advertisement
themesbygeorgia

Page 11 -- Updates4 Code2

Oct 16th, 2014
2,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. /*--code by wonderfullythemes.tumblr.com
  2. please don't remove this credit--*/
  3.  
  4. #lostatsea {
  5. top:20px; /*--change the tab's position--*/
  6. left:20px; /*--change the tab's position--*/
  7. position:fixed;
  8. }
  9.  
  10. .convo {
  11. width:150px;
  12. text-transform:uppercase; /*--can change to lowercase or none--*/
  13. padding:10px;
  14. border:1px solid #fff; /*--change title border colour--*/
  15. letter-spacing:4px;
  16. text-align:center;
  17. margin-bottom:20px;
  18. font-size:12px; /*--change title font size--*/
  19. line-height:14px;
  20. -moz-transition-duration:0.7s;
  21. -webkit-transition-duration:0.7s;
  22. -o-transition-duration:0.7s;
  23. }
  24.  
  25. .convo:hover {
  26. cursor:crosshair;
  27. box-shadow:inset 190px 0 0 #5acdb3; /*--change title backgroud colour on hover--*/
  28. -moz-transition-duration:0.7s;
  29. -webkit-transition-duration:0.7s;
  30. -o-transition-duration:0.7s;
  31. }
  32.  
  33. .content {
  34. width:170px;
  35. font-size:11px; /*--change tab's font size--*/
  36. line-height:13px;
  37. text-transform:uppercase; /*--can change to lowercase or none--*/
  38. display:none;
  39. border-bottom:1px solid white; /*--change bottom border colour--*/
  40. }
  41.  
  42. .content ul {
  43. margin-left:-25px;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement