gheitmann

Extra.css

Apr 17th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. body .subForumsPopup
  2. {
  3.     margin: 0;
  4.     float: none;
  5. }
  6.  
  7. body .subForumsPopup .blockLinksList2
  8. {
  9.     display: inline-table;
  10.     width: 100%;
  11.     box-sizing: border-box;
  12.     word-spacing: -10px;
  13. }
  14.  
  15. body .subForumsPopup .blockLinksList2 > li
  16. {
  17.     display: inline-block;
  18.     word-spacing: 0;
  19.     vertical-align: top;
  20. }
  21.  
  22. body .subForumsPopup .blockLinksList2 .nodeTitle
  23. {
  24.     font-weight: normal;
  25. }
  26.  
  27. body .subForumsPopup .blockLinksList2 .unread .nodeTitle
  28. {
  29.     font-weight: bold;
  30. }
  31.  
  32. body .subForumsPopup .blockLinksList2 .nodeTitle a:before
  33. {
  34.     content: "";
  35. }
  36.  
  37. body .subForumsPopup .blockLinksList2 li.node > .unread .nodeTitle a:before
  38. {
  39.     background: @primaryMedium;
  40. }
  41.  
  42. .subForumsMenu .node .node
  43. {
  44.     display: none;
  45. }
  46.  
  47. .blockLinksList2 a:hover, .blockLinksList2 a:focus, .blockLinksList2 li.kbSelect a, .blockLinksList2 label:hover, .blockLinksList2 label:focus, .blockLinksList2 li.kbSelect label
  48. {
  49.    text-decoration: underline !important;
  50.    background: none !important;
  51. }
  52.  
  53. .blockLinksList2 a, .blockLinksList2 label {
  54.    padding: 1px 1px !important;
  55.    border-radius: 0px !important;
  56.    display: inline !important;
  57.    margin-left: 10px;
  58. }
  59.  
  60. div.subForumsMenu .subforums9 {
  61.    margin: 2px 0 3px 5px;
  62.    padding-left: 10px;
  63.    background: url(http://content.community.invisionpower.com/public/style_images/master/subforum_stem.png) no-repeat left 4px;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment