123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- ul.topiclist { display: block; list-style-type: none; margin: 0px; }
- ul.topiclist li { display: block; list-style-type: none; margin: 0px; border-radius: 3px; }
- ul.topiclist dl { position: relative; }
- ul.topiclist li.row dl { margin: 2px 0px; }
- ul.topiclist dt, ul.topiclist dd { display: block; float: left; }
- ul.topiclist dt { width: 100%; margin-right: -440px; font-size: 1.1em; }
- ul.topiclist dt .list-inner { margin-right: 440px; padding-left: 5px; padding-right: 5px; }
- ul.topiclist dd { border-left: 1px solid transparent; padding: 4px 0px; box-sizing: border-box; }
- ul.topiclist li.row dd { padding: 4px 0px 999px; margin-bottom: -995px; }
- ul.topiclist dfn { position: absolute; left: -999px; width: 990px; }
- li.row { border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
- li.row strong { font-weight: normal; }
- 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; }
- li.header dt { font-weight: normal; width: 100%; margin-right: -440px; }
- li.header dt .list-inner { margin-right: 440px; }
- li.header dd { padding-left: 1px; box-sizing: border-box; }
- li.header dl.row-item dt, li.header dl.row-item dd { min-height: 0px; }
- li.header dl.row-item dt .list-inner { padding-left: 0px; padding-right: 50px; }
- .row .list-inner { padding: 4px 0px; }
- dl.row-item { background-position: 10px 50%; background-repeat: no-repeat; background-size: 32px auto; }
- dl.row-item dt { background-repeat: no-repeat; background-position: 5px 95%; background-size: 17px auto; }
- dl.row-item dt .list-inner { padding-left: 52px; }
- dl.row-item dt, dl.row-item dd { min-height: 35px; }
- dl.row-item dt a { display: inline; }
- 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; }
- dd.posts, dd.topics, dd.views, dd.extra, dd.mark { width: 80px; text-align: center; line-height: 2.2em; font-size: 1.2em; }
- dd.posts, dd.topics, dd.views { width: 95px; }
- dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info { width: 250px; font-size: 1.1em; }
- dd.lastpost > span, ul.topiclist dd.info > span, ul.topiclist dd.time > span, dd.redirect > span, dd.moderation > span { display: block; padding-left: 5px; }
- blockquote cite::before, .uncited::before { padding-right: 5px; }
- .postbody { padding: 0px; line-height: 1.48em; width: 79%; float: left; position: relative; }
- .postbody h3.first { font-size: 1.7em; }
- .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%; }
- .has-profile .postbody h3 { float: none ! important; margin-right: 180px; }
- .postbody .content { font-size: 1.125em; overflow-x: auto; }
- .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; }
- 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; }
- .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%; }
- .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; }
- .postprofile dd, .postprofile dt { line-height: 1.2em; margin-left: 8px; }
- .postprofile dd { overflow: hidden; text-overflow: ellipsis; }
- .postprofile strong { font-weight: normal; }
- .postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date { margin-bottom: 10px; }
- .postprofile .has-avatar .avatar-container { margin-bottom: 3px; overflow: hidden; }
- .postprofile .avatar { display: block; float: left; max-width: 100%; }
- .postprofile .profile-posts a { font-weight: normal; }
- .online { background-image: none; background-repeat: no-repeat; }
|