content.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ul.topiclist { display: block; list-style-type: none; margin: 0px; }
  2. ul.topiclist li { display: block; list-style-type: none; margin: 0px; border-radius: 3px; }
  3. ul.topiclist dl { position: relative; }
  4. ul.topiclist li.row dl { margin: 2px 0px; }
  5. ul.topiclist dt, ul.topiclist dd { display: block; float: left; }
  6. ul.topiclist dt { width: 100%; margin-right: -440px; font-size: 1.1em; }
  7. ul.topiclist dt .list-inner { margin-right: 440px; padding-left: 5px; padding-right: 5px; }
  8. ul.topiclist dd { border-left: 1px solid transparent; padding: 4px 0px; box-sizing: border-box; }
  9. ul.topiclist li.row dd { padding: 4px 0px 999px; margin-bottom: -995px; }
  10. ul.topiclist dfn { position: absolute; left: -999px; width: 990px; }
  11. li.row { border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
  12. li.row strong { font-weight: normal; }
  13. li.header dt, li.header dd { line-height: 1em; border-left-width: 0px; margin: 2px 0px 4px; padding-top: 2px; padding-bottom: 2px; font-size: 1em; font-family: Arial,Helvetica,sans-serif; text-transform: uppercase; }
  14. li.header dt { font-weight: normal; width: 100%; margin-right: -440px; }
  15. li.header dt .list-inner { margin-right: 440px; }
  16. li.header dd { padding-left: 1px; box-sizing: border-box; }
  17. li.header dl.row-item dt, li.header dl.row-item dd { min-height: 0px; }
  18. li.header dl.row-item dt .list-inner { padding-left: 0px; padding-right: 50px; }
  19. .row .list-inner { padding: 4px 0px; }
  20. dl.row-item { background-position: 10px 50%; background-repeat: no-repeat; background-size: 32px auto; }
  21. dl.row-item dt { background-repeat: no-repeat; background-position: 5px 95%; background-size: 17px auto; }
  22. dl.row-item dt .list-inner { padding-left: 52px; }
  23. dl.row-item dt, dl.row-item dd { min-height: 35px; }
  24. dl.row-item dt a { display: inline; }
  25. dl a.row-item-link { display: block; width: 30px; height: 30px; padding: 0px; position: absolute; top: 50%; left: 0px; margin-top: -15px; margin-left: 9px; }
  26. dd.posts, dd.topics, dd.views, dd.extra, dd.mark { width: 80px; text-align: center; line-height: 2.2em; font-size: 1.2em; }
  27. dd.posts, dd.topics, dd.views { width: 95px; }
  28. dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info { width: 250px; font-size: 1.1em; }
  29. dd.lastpost > span, ul.topiclist dd.info > span, ul.topiclist dd.time > span, dd.redirect > span, dd.moderation > span { display: block; padding-left: 5px; }
  30. blockquote cite::before, .uncited::before { padding-right: 5px; }
  31. .postbody { padding: 0px; line-height: 1.48em; width: 79%; float: left; position: relative; }
  32. .postbody h3.first { font-size: 1.7em; }
  33. .postbody h3 { float: left; font-size: 1.5em; padding: 2px 0px 0px; margin-top: 0px ! important; margin-bottom: 0.3em ! important; text-transform: none; border: medium none; font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif; line-height: 125%; }
  34. .has-profile .postbody h3 { float: none ! important; margin-right: 180px; }
  35. .postbody .content { font-size: 1.125em; overflow-x: auto; }
  36. .content { clear: both; min-height: 3em; overflow: hidden; line-height: 1.4em; font-family: "Open Sans",Verdana,Helvetica,Arial,sans-serif; font-size: 1em; padding-bottom: 1px; }
  37. p.author { margin-bottom: 0.6em; padding: 0px 0px 5px; font-family: "Open Sans",Helvetica,Verdana,Arial,sans-serif; font-size: 1em; line-height: 1.2em; clear: both; }
  38. .signature { margin-top: 1.5em; padding-top: 0.2em; font-size: 1.1em; border-top: 1px solid transparent; clear: left; line-height: 140%; overflow: hidden; width: 100%; }
  39. .postprofile { margin: 5px 0px 10px; min-height: 80px; border-style: solid; border-color: transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-width: 0px 0px 0px 1px; width: 20%; float: right; display: inline; padding: 4px 0px; }
  40. .postprofile dd, .postprofile dt { line-height: 1.2em; margin-left: 8px; }
  41. .postprofile dd { overflow: hidden; text-overflow: ellipsis; }
  42. .postprofile strong { font-weight: normal; }
  43. .postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date { margin-bottom: 10px; }
  44. .postprofile .has-avatar .avatar-container { margin-bottom: 3px; overflow: hidden; }
  45. .postprofile .avatar { display: block; float: left; max-width: 100%; }
  46. .postprofile .profile-posts a { font-weight: normal; }
  47. .online { background-image: none; background-repeat: no-repeat; }