[ticket/14976] Fix content.css

PHPBB3-14976
This commit is contained in:
hanakin 2017-03-09 10:47:38 -05:00 committed by Michael Miday
parent 4ddc9a89fe
commit f7baa94d44

View file

@ -176,7 +176,8 @@ dl.row-item dt a {
display: inline; display: inline;
} }
dl a.row-item-link { /* topic row icon links */ /* topic row icon links */
dl a.row-item-link {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 0; left: 0;
@ -208,7 +209,7 @@ dd.views {
/* List in forum description */ /* List in forum description */
dl.row-item dt ol, dl.row-item dt ol,
dl.row-item dt ul { dl.row-item dt ul {
margin-left: 1em; margin-left: 10px;
list-style-position: inside; list-style-position: inside;
} }
@ -227,11 +228,11 @@ dd.info {
} }
dd.redirect { dd.redirect {
line-height: 2.5em; line-height: 26px;
} }
dd.time { dd.time {
line-height: 200%; line-height: 22px;
} }
dd.lastpost > span, dd.lastpost > span,
@ -245,12 +246,12 @@ dd.moderation > span {
dd.extra, dd.extra,
dd.mark { dd.mark {
line-height: 200%; line-height: 24px;
} }
dd.option { dd.option {
font-size: 1.1em; font-size: 11px;
line-height: 200%; line-height: 22px;
text-align: center; text-align: center;
width: 125px; width: 125px;
} }
@ -266,7 +267,7 @@ dd.option {
} }
.postbody .ignore { .postbody .ignore {
font-size: 1.1em; font-size: 11px;
} }
.postbody h3.first { .postbody h3.first {
@ -315,7 +316,7 @@ dd.option {
/* Topic review panel /* Topic review panel
---------------------------------------- */ ---------------------------------------- */
.panel .review { .panel .review {
margin-top: 2em; margin-top: 20px;
} }
.topicreview { .topicreview {
@ -389,10 +390,10 @@ dd.option {
dl.faq { dl.faq {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em; font-size: 11px;
line-height: 1.4em; line-height: 15px;
margin-top: 1em; margin-top: 11px;
margin-bottom: 2em; margin-bottom: 22px;
} }
dl.faq dt { dl.faq dt {
@ -400,8 +401,8 @@ dl.faq dt {
} }
.content dl.faq { .content dl.faq {
font-size: 1.2em; font-size: 12px;
margin-bottom: 0.5em; margin-bottom: 6px;
} }
.content li { .content li {
@ -457,19 +458,19 @@ dd .signature {
.signature ul, .signature ul,
.signature ol { .signature ol {
margin: 0.8em 0 0.9em 3em; margin: 10px 0 10px 33px;
} }
/* Post noticies */ /* Post noticies */
.notice { .notice {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em; font-size: 10px;
line-height: 130%; line-height: 13px;
border-top: 1px dashed transparent; border-top: 1px dashed transparent;
clear: left; clear: left;
width: auto; width: auto;
margin-top: 1.5em; margin-top: 15px;
padding-top: 0.2em; padding-top: 2px;
} }
/* Jump to post link for now */ /* Jump to post link for now */
@ -484,21 +485,21 @@ ul.searchresults {
/* Quote block */ /* Quote block */
blockquote { blockquote {
font-size: 0.95em; font-size: 10px;
border: 1px solid transparent; border: 1px solid transparent;
overflow: hidden; overflow: hidden;
margin: 1em 1px 1em 25px; margin: 10px 1px 10px 25px;
padding: 5px; padding: 5px;
} }
blockquote blockquote { blockquote blockquote {
/* Nested quotes */ /* Nested quotes */
font-size: 1em; font-size: 10px;
margin: 1em 1px 1em 15px; margin: 10px 1px 10px 15px;
} }
blockquote cite { blockquote cite {
font-size: 0.9em; font-size: 9px;
font-weight: bold; font-weight: bold;
/* Username/source of quoter */ /* Username/source of quoter */
@ -507,7 +508,7 @@ blockquote cite {
} }
blockquote cite cite { blockquote cite cite {
font-size: 1em; font-size: 10px;
} }
blockquote cite:before, blockquote cite:before,
@ -527,14 +528,14 @@ blockquote cite > div {
/* Code block */ /* Code block */
.codebox { .codebox {
font-size: 1em; font-size: 13px;
word-wrap: normal; word-wrap: normal;
border: 1px solid transparent; border: 1px solid transparent;
margin: 1em 0 1.2em; margin: 13px 0 16px;
} }
.codebox p { .codebox p {
font-size: 0.8em !important; font-size: 10px !important;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
@ -548,8 +549,8 @@ blockquote .codebox {
} }
.codebox code { .codebox code {
font: 0.9em Monaco, "Andale Mono", "Courier New", Courier, monospace; font: 12px Monaco, "Andale Mono", "Courier New", Courier, monospace;
line-height: 1.3em; line-height: 15px;
display: block; display: block;
overflow: auto; overflow: auto;
height: auto; height: auto;
@ -589,13 +590,13 @@ blockquote .codebox {
.attachbox p { .attachbox p {
font-weight: normal; font-weight: normal;
line-height: 110%; line-height: 12px;
clear: left; clear: left;
} }
.attachbox p.stats { .attachbox p.stats {
font-weight: normal; font-weight: normal;
line-height: 110%; line-height: 12px;
clear: left; clear: left;
} }
@ -666,7 +667,7 @@ fieldset.polls {
} }
fieldset.polls dl { fieldset.polls dl {
line-height: 120%; line-height: 13px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
margin-top: 5px; margin-top: 5px;
padding: 5px 0 0; padding: 5px 0 0;
@ -677,7 +678,7 @@ fieldset.polls dl.voted {
} }
fieldset.polls dt { fieldset.polls dt {
font-size: 1.1em; font-size: 11px;
text-align: left; text-align: left;
border-right: none; border-right: none;
display: block; display: block;
@ -688,7 +689,7 @@ fieldset.polls dt {
} }
fieldset.polls dd { fieldset.polls dd {
font-size: 1.1em; font-size: 11px;
border-left: none; border-left: none;
float: left; float: left;
width: 10%; width: 10%;
@ -723,7 +724,7 @@ fieldset.polls dd div {
} }
.vote-submitted { .vote-submitted {
font-size: 1.2em; font-size: 12px;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }