Advertisement
Guest User

Untitled

a guest
Dec 28th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.43 KB | None | 0 0
  1. body { max-width: none !important; font: medium sans-serif !important; }
  2. #samsung_text { display: none !important; }
  3. div.boxlet { font: medium sans-serif !important; }
  4. h1, h2, textarea { font-family: sans-serif !important; }
  5. code { font-size: medium !important; }
  6. input[type="submit"], select { padding: .3em 1ex !important; }
  7. .msg {
  8.     background: #fff !important;
  9.     border-radius: 0 !important;
  10.     color: #000 !important;
  11.     padding: 1ex !important;
  12. }
  13. .msg:target { border: 18px solid #91C777 !important; }
  14. .msg a { color: #008 !important; }
  15. .sign a { text-decoration: none !important; }
  16. .forum, code {
  17.     background: #fff !important;
  18.     color: #000 !important;
  19. }
  20. .forum a { color: #000 !important; }
  21. .forum th, .forum th a, .forum .tag { color: #fff !important; }
  22. #bd .forum table tbody tr:hover { background: #94CB79 !important; }
  23. .user-remark { color: #A0352C !important; font-weight: bold; }
  24. #bd .column, #bd .column2 { font-size: medium !important; }
  25. #loginGreating a[href^="logout?"] { display: none !important; }
  26.  
  27. img[src="/img/normal-star.gif"] {
  28.     color: #000 !important;
  29.     content: "★" !important;
  30. }
  31. img[src="/img/grey-star.gif"] {
  32.     color: #000 !important;
  33.     content: "☆" !important;
  34. }
  35. img[src="/img/solved.png"] {
  36.     color: #000 !important;
  37.     content: "✔" !important;
  38. }
  39. img[src="/img/del.png"] {
  40.     color: #F0625D !important;
  41.     content: "✘" !important;
  42. }
  43. [class^="icon-"], [class*=" icon-"] { color: #000 !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement