2011-10-29 17:20:36 +02:00
|
|
|
/* Content Styles
|
2007-04-01 22:05:42 +00:00
|
|
|
---------------------------------------- */
|
|
|
|
|
|
|
|
ul.topiclist {
|
|
|
|
display: block;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.forums {
|
2012-02-04 11:11:48 +02:00
|
|
|
background: transparent none repeat-x 0 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist li {
|
|
|
|
display: block;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist dl {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist li.row dl {
|
|
|
|
padding: 2px 0;
|
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
ul.topiclist dt, ul.topiclist dd {
|
2007-04-01 22:05:42 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2013-05-14 09:16:39 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist dt {
|
|
|
|
width: 100%;
|
|
|
|
margin-right: -410px;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-size: 1.1em;
|
2013-05-14 09:16:39 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.missing-column dt {
|
|
|
|
margin-right: -330px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.two-long-columns dt {
|
|
|
|
margin-right: -250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.two-columns dt {
|
|
|
|
margin-right: -80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist dt .list-inner {
|
|
|
|
margin-right: 410px;
|
2007-04-01 22:05:42 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2011-09-11 02:03:32 +02:00
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
ul.topiclist.missing-column dt .list-inner {
|
|
|
|
margin-right: 330px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.two-long-columns dt .list-inner {
|
|
|
|
margin-right: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.two-columns dt .list-inner {
|
|
|
|
margin-right: 80px;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
ul.topiclist dd {
|
2012-02-04 11:11:48 +02:00
|
|
|
border-left: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
padding: 4px 0;
|
2013-05-14 09:16:39 +03:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist dfn {
|
|
|
|
/* Labels for post/view counts */
|
2009-04-23 12:34:45 +00:00
|
|
|
position: absolute;
|
|
|
|
left: -999px;
|
|
|
|
width: 990px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2007-05-15 10:55:17 +00:00
|
|
|
ul.topiclist li.row dt a.subforum {
|
|
|
|
background-image: none;
|
2007-05-20 10:05:07 +00:00
|
|
|
background-position: 0 50%;
|
2007-05-15 10:55:17 +00:00
|
|
|
background-repeat: no-repeat;
|
2007-05-20 10:05:07 +00:00
|
|
|
position: relative;
|
|
|
|
white-space: nowrap;
|
2007-05-15 10:55:17 +00:00
|
|
|
padding: 0 0 0 12px;
|
|
|
|
}
|
|
|
|
|
2007-05-26 16:38:33 +00:00
|
|
|
.forum-image {
|
|
|
|
float: left;
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
li.row {
|
2012-02-04 11:11:48 +02:00
|
|
|
border-top: 1px solid transparent;
|
|
|
|
border-bottom: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.row strong {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.header dt, li.header dd {
|
|
|
|
line-height: 1em;
|
2007-05-19 12:04:22 +00:00
|
|
|
border-left-width: 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin: 2px 0 4px 0;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 1em;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.header dt {
|
|
|
|
font-weight: bold;
|
2013-05-14 09:16:39 +03:00
|
|
|
width: 100%;
|
|
|
|
margin-right: -410px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.header dt .list-inner {
|
|
|
|
margin-right: 410px;
|
2011-09-11 02:03:32 +02:00
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
li.header dd {
|
2013-05-14 09:16:39 +03:00
|
|
|
padding-left: 1px;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
li.header dl.icon dt, li.header dl.icon dd {
|
2007-04-01 22:05:42 +00:00
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
li.header dl.icon dt .list-inner {
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Tweak for headers alignment when folder icon used */
|
|
|
|
padding-left: 0;
|
2007-11-26 21:59:15 +00:00
|
|
|
padding-right: 50px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Forum list column styles */
|
|
|
|
dl.icon {
|
|
|
|
background-position: 10px 50%; /* Position of folder icon */
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.icon dt {
|
|
|
|
background-repeat: no-repeat;
|
2007-05-15 10:55:17 +00:00
|
|
|
background-position: 5px 95%; /* Position of topic icon */
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
dl.icon dt .list-inner {
|
|
|
|
padding-left: 45px; /* Space for folder icon */
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.icon dt, dl.icon dd {
|
2013-06-29 12:17:12 -07:00
|
|
|
min-height: 35px;
|
2013-05-14 09:16:39 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
|
|
|
|
width: 80px;
|
2007-04-01 22:05:42 +00:00
|
|
|
text-align: center;
|
|
|
|
line-height: 2.2em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
2009-08-31 12:45:02 +00:00
|
|
|
/* List in forum description */
|
|
|
|
dl.icon dt ol,
|
|
|
|
dl.icon dt ul {
|
|
|
|
list-style-position: inside;
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.icon dt li {
|
|
|
|
display: list-item;
|
|
|
|
list-style-type: inherit;
|
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
|
|
|
|
width: 250px;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd.redirect {
|
|
|
|
line-height: 2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd.time {
|
|
|
|
line-height: 200%;
|
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
dd.lastpost span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
|
|
|
|
display: block;
|
|
|
|
padding-left: 5px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2013-05-14 09:16:39 +03:00
|
|
|
dd.extra, dd.mark {
|
2007-04-01 22:05:42 +00:00
|
|
|
line-height: 200%;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd.option {
|
2013-05-14 09:16:39 +03:00
|
|
|
width: 125px;
|
2007-04-01 22:05:42 +00:00
|
|
|
line-height: 200%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Container for post/reply buttons and pagination */
|
|
|
|
.topic-actions {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
font-size: 1.1em;
|
|
|
|
height: 28px;
|
|
|
|
min-height: 28px;
|
|
|
|
}
|
|
|
|
div[class].topic-actions {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Post body styles
|
|
|
|
----------------------------------------*/
|
|
|
|
.postbody {
|
|
|
|
padding: 0;
|
|
|
|
line-height: 1.48em;
|
|
|
|
width: 76%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbody .ignore {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbody h3.first {
|
|
|
|
/* The first post on the page uses this */
|
|
|
|
font-size: 1.7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbody h3 {
|
|
|
|
/* Postbody requires a different h3 format - so change it here */
|
2013-10-19 13:22:47 +03:00
|
|
|
float: left;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
padding: 2px 0 0 0;
|
|
|
|
margin: 0 0 0.3em 0 !important;
|
|
|
|
text-transform: none;
|
|
|
|
border: none;
|
|
|
|
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
line-height: 125%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbody h3 img {
|
|
|
|
/* Also see tweaks.css */
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbody .content {
|
|
|
|
font-size: 1.3em;
|
2013-10-19 02:16:59 +03:00
|
|
|
overflow-x: auto;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search .postbody {
|
|
|
|
width: 68%
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Topic review panel
|
|
|
|
----------------------------------------*/
|
|
|
|
#review {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topicreview {
|
|
|
|
padding-right: 5px;
|
|
|
|
overflow: auto;
|
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topicreview .postbody {
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topicreview .post {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topicreview h2 {
|
2007-05-19 12:04:22 +00:00
|
|
|
border-bottom-width: 0;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2009-01-27 00:01:48 +00:00
|
|
|
.post-ignore .postbody {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-08-08 22:49:48 +01:00
|
|
|
/* MCP Post details
|
|
|
|
----------------------------------------*/
|
2013-10-19 13:22:47 +03:00
|
|
|
#post_details {
|
2010-08-08 22:49:48 +01:00
|
|
|
/* This will only work in IE7+, plus the others */
|
|
|
|
overflow: auto;
|
|
|
|
max-height: 300px;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Content container styles
|
|
|
|
----------------------------------------*/
|
|
|
|
.content {
|
2013-10-19 13:22:47 +03:00
|
|
|
clear: both;
|
2007-04-01 22:05:42 +00:00
|
|
|
min-height: 3em;
|
|
|
|
overflow: hidden;
|
|
|
|
line-height: 1.4em;
|
|
|
|
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 1em;
|
2009-09-10 13:56:11 +00:00
|
|
|
padding-bottom: 1px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content h2, .panel h2 {
|
|
|
|
font-weight: normal;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-bottom: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-size: 1.6em;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel h3 {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel p {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content p {
|
|
|
|
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
2012-04-09 18:43:54 +05:30
|
|
|
span.corners-top, span.corners-bottom {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
dl.faq {
|
|
|
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 1.1em;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.faq dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content dl.faq {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content li {
|
|
|
|
list-style-type: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content ul, .content ol {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.posthilit {
|
|
|
|
padding: 0 2px 1px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Post author */
|
|
|
|
p.author {
|
2013-10-19 15:40:20 +03:00
|
|
|
margin-bottom: 0.6em;
|
2007-04-01 22:05:42 +00:00
|
|
|
padding: 0 0 5px 0;
|
|
|
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.2em;
|
2013-10-19 13:22:47 +03:00
|
|
|
clear: both;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Post signature */
|
|
|
|
.signature {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
padding-top: 0.2em;
|
|
|
|
font-size: 1.1em;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-top: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
clear: left;
|
|
|
|
line-height: 140%;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-10-19 13:24:40 +03:00
|
|
|
.signature.standalone {
|
|
|
|
border-top-width: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
dd .signature {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
clear: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2008-11-02 11:19:12 +00:00
|
|
|
.signature li {
|
|
|
|
list-style-type: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signature ul, .signature ol {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Post noticies */
|
|
|
|
.notice {
|
|
|
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
width: auto;
|
|
|
|
margin-top: 1.5em;
|
|
|
|
padding-top: 0.2em;
|
|
|
|
font-size: 1em;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-top: 1px dashed transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
clear: left;
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Jump to post link for now */
|
|
|
|
ul.searchresults {
|
|
|
|
list-style: none;
|
|
|
|
text-align: right;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* BB Code styles
|
|
|
|
----------------------------------------*/
|
|
|
|
/* Quote block */
|
|
|
|
blockquote {
|
2012-02-04 11:11:48 +02:00
|
|
|
background: transparent none 6px 8px no-repeat;
|
|
|
|
border: 1px solid transparent;
|
2007-05-25 18:06:09 +00:00
|
|
|
font-size: 0.95em;
|
|
|
|
margin: 0.5em 1px 0 25px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 5px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote blockquote {
|
|
|
|
/* Nested quotes */
|
2007-05-25 18:06:09 +00:00
|
|
|
font-size: 1em;
|
|
|
|
margin: 0.5em 1px 0 15px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote cite {
|
|
|
|
/* Username/source of quoter */
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: 20px;
|
|
|
|
display: block;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote cite cite {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote.uncited {
|
|
|
|
padding-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Code block */
|
2013-07-30 18:00:47 +02:00
|
|
|
.codebox {
|
2007-04-01 22:05:42 +00:00
|
|
|
padding: 3px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2013-07-30 18:00:47 +02:00
|
|
|
.codebox p {
|
2007-04-01 22:05:42 +00:00
|
|
|
text-transform: uppercase;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-bottom: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin-bottom: 3px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-07-30 18:00:47 +02:00
|
|
|
blockquote .codebox {
|
2007-04-01 22:05:42 +00:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2013-07-30 18:00:47 +02:00
|
|
|
.codebox code {
|
2008-09-28 17:08:09 +00:00
|
|
|
/* Also see tweaks.css */
|
2007-04-01 22:05:42 +00:00
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
|
|
|
height: auto;
|
|
|
|
max-height: 200px;
|
2008-09-28 17:08:09 +00:00
|
|
|
white-space: normal;
|
2007-04-01 22:05:42 +00:00
|
|
|
padding-top: 5px;
|
|
|
|
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
|
|
|
|
line-height: 1.3em;
|
|
|
|
margin: 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Attachments
|
|
|
|
----------------------------------------*/
|
|
|
|
.attachbox {
|
|
|
|
float: left;
|
|
|
|
width: auto;
|
2013-10-19 02:16:59 +03:00
|
|
|
max-width: 100%;
|
2007-04-01 22:05:42 +00:00
|
|
|
margin: 5px 5px 5px 0;
|
|
|
|
padding: 6px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px dashed transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
clear: left;
|
2013-10-19 02:16:59 +03:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.attachbox dt {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachbox dd {
|
|
|
|
margin-top: 4px;
|
|
|
|
padding-top: 4px;
|
|
|
|
clear: left;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-top: 1px solid transparent;
|
2013-10-19 02:16:59 +03:00
|
|
|
overflow-x: auto;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.attachbox dd dd {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachbox p {
|
|
|
|
line-height: 110%;
|
|
|
|
font-weight: normal;
|
|
|
|
clear: left;
|
|
|
|
}
|
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925
syndicate window.onload events where necessary - #9878
Duplicate topics in forums with announcements - #9840
Email template for forced re-activation - #9808
Topic pagination adjustment - #9763
Changed compose message layout in UCP - #9706, #9702
Fixed inline attachment font size (hopefully)
git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-22 15:27:40 +00:00
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
.attachbox p.stats
|
|
|
|
{
|
|
|
|
line-height: 110%;
|
|
|
|
font-weight: normal;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attach-image {
|
|
|
|
margin: 3px 0;
|
2013-10-19 02:16:59 +03:00
|
|
|
max-width: 100%;
|
2007-04-01 22:05:42 +00:00
|
|
|
max-height: 350px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attach-image img {
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px solid transparent;
|
2007-05-14 14:24:11 +00:00
|
|
|
/* cursor: move; */
|
|
|
|
cursor: default;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Inline image thumbnails */
|
|
|
|
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925
syndicate window.onload events where necessary - #9878
Duplicate topics in forums with announcements - #9840
Email template for forced re-activation - #9808
Topic pagination adjustment - #9763
Changed compose message layout in UCP - #9706, #9702
Fixed inline attachment font size (hopefully)
git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-22 15:27:40 +00:00
|
|
|
div.inline-attachment p {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
dl.file {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.file dt {
|
|
|
|
text-transform: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.file dd {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.thumbnail img {
|
|
|
|
padding: 3px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dl.thumbnail dd {
|
|
|
|
font-style: italic;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachbox dl.thumbnail dd {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.thumbnail dt a:hover img {
|
2012-02-04 11:11:48 +02:00
|
|
|
border: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Post poll styles
|
|
|
|
----------------------------------------*/
|
|
|
|
fieldset.polls {
|
|
|
|
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dl {
|
|
|
|
margin-top: 5px;
|
2012-02-04 11:11:48 +02:00
|
|
|
border-top: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
padding: 5px 0 0 0;
|
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dl.voted {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dt {
|
|
|
|
text-align: left;
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
width: 30%;
|
|
|
|
border-right: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dd {
|
|
|
|
float: left;
|
|
|
|
width: 10%;
|
|
|
|
border-left: none;
|
|
|
|
padding: 0 5px;
|
|
|
|
margin-left: 0;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dd.resultbar {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dd input {
|
|
|
|
margin: 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dd div {
|
|
|
|
text-align: right;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
2007-05-19 12:04:22 +00:00
|
|
|
padding: 0 2px;
|
2007-04-01 22:05:42 +00:00
|
|
|
overflow: visible;
|
2013-10-20 13:12:03 +03:00
|
|
|
min-width: 8px;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2012-02-04 11:11:48 +02:00
|
|
|
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
border-right: 1px solid transparent;
|
2007-04-01 22:05:42 +00:00
|
|
|
}
|
|
|
|
|
2013-10-07 17:55:04 -07:00
|
|
|
.vote-submitted {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
/* Poster profile block
|
|
|
|
----------------------------------------*/
|
|
|
|
.postprofile {
|
|
|
|
/* Also see tweaks.css */
|
|
|
|
margin: 5px 0 10px 0;
|
|
|
|
min-height: 80px;
|
2013-10-19 15:40:20 +03:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-width: 0 0 0 1px;
|
2007-04-01 22:05:42 +00:00
|
|
|
width: 22%;
|
|
|
|
float: right;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postprofile dd, .postprofile dt {
|
|
|
|
line-height: 1.2em;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2013-04-11 14:31:17 +03:00
|
|
|
.postprofile dd {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2007-04-01 22:05:42 +00:00
|
|
|
.postprofile strong {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2013-10-19 15:40:20 +03:00
|
|
|
.postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postprofile .avatar {
|
|
|
|
display: block;
|
2007-04-01 22:05:42 +00:00
|
|
|
border: none;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.online {
|
|
|
|
background-image: none;
|
|
|
|
background-position: 100% 0;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Poster profile used by search*/
|
|
|
|
.search .postprofile {
|
|
|
|
width: 30%;
|
|
|
|
}
|
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925
syndicate window.onload events where necessary - #9878
Duplicate topics in forums with announcements - #9840
Email template for forced re-activation - #9808
Topic pagination adjustment - #9763
Changed compose message layout in UCP - #9706, #9702
Fixed inline attachment font size (hopefully)
git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-22 15:27:40 +00:00
|
|
|
|
|
|
|
/* pm list in compose message if mass pm is enabled */
|
|
|
|
dl.pmlist dt {
|
|
|
|
width: 60% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.pmlist dt textarea {
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.pmlist dd {
|
|
|
|
margin-left: 61% !important;
|
|
|
|
margin-bottom: 2px;
|
2010-11-09 08:59:25 +01:00
|
|
|
}
|
2012-08-04 13:18:20 +01:00
|
|
|
|
|
|
|
.topic-actions div.dl_links {
|
|
|
|
padding: 10px 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dl_links {
|
|
|
|
display: inline-block;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dl_links strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dl_links ul {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dl_links li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2013-10-19 12:47:19 +03:00
|
|
|
|
|
|
|
/* Show scrollbars for items with overflow on iOS devices
|
|
|
|
----------------------------------------*/
|
|
|
|
.postbody .content::-webkit-scrollbar, #topicreview::-webkit-scrollbar, #post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, #notification_list ul::-webkit-scrollbar {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
background: rgba(0, 0, 0, .1);
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postbody .content::-webkit-scrollbar-thumb, #topicreview::-webkit-scrollbar-thumb, #post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, #notification_list ul::-webkit-scrollbar-thumb {
|
|
|
|
background: rgba(0, 0, 0, .3);
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|