Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. /* Header */
  2. #header {border-bottom: 1px solid #5B0069;}
  3. #header-bottom-left {background: #000 url(%%satin%%) left bottom;}
  4. #header-img {margin-top:0px;}
  5. .pagename a {color: gold;}
  6. /* Header > Navigation Tabs */
  7. div#header-bottom-left ul.tabmenu li a {-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;border-top-left-radius: 4px 4px;border-top-right-radius: 4px 4px;}
  8. .tabmenu a {color:#730085;}
  9.  
  10.  
  11. /* Body */
  12. body, .side, .leavemoderator, .flairtoggle, .titlebox form.toggle {background-color:#DACAE8;}
  13.  
  14. /* Sidebar */
  15. .side a {color:#730085;font-weight:bold;}
  16. .side h2 {color:black;}
  17. .icon-menu a {background:none;}
  18. .morelink .nub, .sidebox .spacer {background-color:#DACAE8;}
  19.  
  20.  
  21. /* Arrows */
  22. .link .score {color:#C46EE2;}
  23. .link .score.likes {color: #DF586F;}
  24. /* Arrows > Hide Down Arrow and Make Hearts */
  25. .arrow.down {display:none;}
  26. .arrow.up {background-image: url(%%heart-empty%%);width: 15px;height: 16px;background-position: 0 0;}
  27. .arrow.upmod {background-image: url(%%heart%%);width: 15px;height: 16px;background-position: 0 0;}
  28. /* Arrows > tip message */
  29. #siteTable .entry.likes .buttons:before {
  30. content: "<-- How about tipping the model as well?";
  31. color: purple;
  32. font-size: 7pt;
  33. font-weight: bold;
  34. }
  35.  
  36. /* Flair */
  37. .link .title {line-height: 18px;}
  38. .comment p.tagline, .entry .tagline {line-height: 14px;}
  39.  
  40. /* Flair > Accouncements */
  41. .linkflair-announcement {border: 0;background: transparent url(%%sealing-wax%%) center center no-repeat;height: 16px;width: 16px;text-indent: 100%;white-space: nowrap;}
  42.  
  43. /* Flair > Verified */
  44. .flair-verified {border: 0;background: transparent url(%%ruby%%) center center no-repeat;height: 14px;width: 16px;text-indent: 100%;white-space: nowrap;}
  45. .linkflair-verified {border: 0;background: transparent url(%%tick-circle%%) center center no-repeat;height: 14px;width: 16px;text-indent: 100%;white-space: nowrap;}
  46.  
  47. /* Flair > Mod */
  48. .flair-fmod {border: 0;background: transparent url(%%crown%%) center center no-repeat;height: 14px;width: 16px;text-indent: 100%;white-space: nowrap;}
  49. .flair-tech {border: 0;background: transparent url(%%gear%%) center center no-repeat;height: 14px;width: 16px;text-indent: 100%;white-space: nowrap;}
  50.  
  51. /* Submitted Links */
  52. .tagline a.author {color:#730085;}
  53. /* Italics look weird
  54. a.title {font-style:italic;} */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement