Advertisement
Guest User

Untitled

a guest
May 18th, 2013
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. body>.content {
  2. padding: 0!important;
  3. }
  4. #siteTable {
  5. overflow: hidden;
  6. text-align: center;
  7. }
  8. #siteTable > div[class^=' '], #siteTable > div[id^='siteTable'] > div[class^=' ']{
  9. text-align: left;
  10. background: #FFFFFF;
  11. border-radius: 1px;
  12. box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  13. overflow: hidden;
  14. width: 45%;
  15. display: inline-block;
  16. margin: 10px!important;
  17. height: 80px;
  18. vertical-align: top;
  19. }
  20. #siteTable a {
  21. color: rgba(0, 0, 0, 0.56);
  22. }
  23. #siteTable_promoted, .clearleft, .content .sitetable .thing .entry .flair, .titlebox .usertext-body .md ol {
  24. display: none!important;
  25. }
  26. .RES-keyNav-activeElement, .commentarea .RES-keyNav-activeElement .md, .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  27. outline: 1px solid rgba(0, 0, 0, 0.11)!important;
  28. background-color: white!important;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement