1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

[ticket/17459] Increase font sizes

PHPBB-17459
This commit is contained in:
Marc Alexander
2024-11-03 19:50:24 +01:00
parent 485d72f0e8
commit 23010abcb8
9 changed files with 144 additions and 153 deletions

View File

@@ -37,7 +37,7 @@ ul.topiclist dd {
}
ul.topiclist dt {
font-size: 11px;
font-size: 14px;
width: 100%;
margin-right: -440px;
}
@@ -55,7 +55,7 @@ ul.topiclist.two-columns dt {
}
ul.topiclist dt .list-inner {
line-height: 16px;
line-height: 20px;
margin-right: 440px;
padding-right: 5px;
padding-left: 5px;
@@ -140,8 +140,8 @@ li.row strong {
li.header dt,
li.header dd {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 16px;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
border-left-width: 0;
margin: 2px 0 4px;
@@ -193,7 +193,7 @@ dl.row-item dt {
}
dl.row-item dt .list-inner {
padding-left: 52px; /* Space for folder icon */
padding-left: 54px; /* Space for folder icon */
}
dl.row-item dt,
@@ -207,8 +207,8 @@ dd.topics,
dd.views,
dd.extra,
dd.mark {
font-size: 12px;
line-height: 26px;
font-size: 16px;
line-height: 32px;
text-align: center;
width: 80px;
}
@@ -236,16 +236,16 @@ dd.redirect,
dd.moderation,
dd.time,
dd.info {
font-size: 11px;
font-size: 14px;
width: 250px;
}
dd.redirect {
line-height: 26px;
line-height: 32px;
}
dd.time {
line-height: 22px;
line-height: 26px;
}
dd.lastpost > span,
@@ -258,7 +258,7 @@ dd.moderation > span {
}
dd.lastpost > span {
line-height: 16px;
line-height: 20px;
}
dd.extra,
@@ -267,8 +267,8 @@ dd.mark {
}
dd.option {
font-size: 11px;
line-height: 22px;
font-size: 14px;
line-height: 28px;
text-align: center;
width: 125px;
}
@@ -284,18 +284,18 @@ dd.option {
}
.postbody .ignore {
font-size: 11px;
font-size: 14px;
}
.postbody h3.first {
/* The first post on the page uses this */
font-size: 17px;
font-size: 20px;
}
.postbody h3 {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 19px;
font-size: 18px;
line-height: 22px;
text-transform: none;
border: none;
@@ -317,7 +317,7 @@ dd.option {
}
.postbody .content {
font-size: 13px;
font-size: 16px;
overflow-x: auto;
}
@@ -374,17 +374,17 @@ dd.option {
---------------------------------------- */
.content {
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
font-size: 16px;
line-height: 24px;
clear: both;
overflow: hidden;
min-height: 30px;
min-height: 36px;
padding-bottom: 1px;
}
.content h2,
.panel h2 {
font-size: 16px;
font-size: 20px;
font-weight: normal;
border-bottom: 1px solid transparent;
margin-top: 8px;
@@ -397,9 +397,9 @@ dd.option {
}
.panel p {
font-size: 12px;
line-height: 16px;
margin-bottom: 12px;
font-size: 16px;
line-height: 20px;
margin-bottom: 16px;
}
.content p {
@@ -407,9 +407,9 @@ dd.option {
}
.agreement {
font-size: 12px;
line-height: 17px;
margin-bottom: 10px;
font-size: 16px;
line-height: 20px;
margin-bottom: 14px;
}
.agreement-text {
@@ -419,10 +419,10 @@ dd.option {
dl.faq {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 15px;
margin-top: 11px;
margin-bottom: 22px;
font-size: 14px;
line-height: 20px;
margin-top: 14px;
margin-bottom: 28px;
}
dl.faq dt {
@@ -430,8 +430,8 @@ dl.faq dt {
}
.content dl.faq {
font-size: 12px;
margin-bottom: 6px;
font-size: 16px;
margin-bottom: 8px;
}
.content li {
@@ -450,22 +450,22 @@ dl.faq dt {
/* Post author */
p.author {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 12px;
font-size: 12px;
line-height: 16px;
clear: both;
margin-bottom: 8px;
margin-bottom: 10px;
padding: 0 0 5px;
}
/* Post signature */
.signature {
font-size: 11px;
line-height: 16px;
font-size: 14px;
line-height: 20px;
border-top: 1px solid transparent;
clear: left;
overflow: hidden;
width: 100%;
margin-top: 16px;
margin-top: 20px;
padding-top: 2px;
}
@@ -493,18 +493,18 @@ dd .signature {
/* Post noticies */
.notice {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 13px;
font-size: 12px;
line-height: 16px;
border-top: 1px dashed transparent;
clear: left;
width: auto;
margin-top: 15px;
margin-top: 18px;
padding-top: 2px;
}
/* Jump to post link for now */
ul.searchresults {
font-size: 12px;
font-size: 16px;
text-align: right;
clear: both;
list-style: none;
@@ -551,20 +551,20 @@ blockquote cite > span {
/* Code block */
.codebox {
font-size: 13px;
font-size: 16px;
word-wrap: normal;
border: 1px solid transparent;
margin: 13px 0 16px;
margin: 16px 0 18px;
}
.codebox p {
font-size: 10px !important;
font-size: 12px !important;
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid transparent;
display: block;
margin-bottom: 0;
padding: 3px;
padding: 4px;
}
blockquote .codebox {
@@ -584,7 +584,7 @@ blockquote .codebox {
/* Attachments
---------------------------------------- */
.attachbox {
font-size: 13px;
font-size: 16px;
border: 1px dashed transparent;
float: left;
clear: left;
@@ -715,7 +715,7 @@ fieldset.polls dl.voted {
}
fieldset.polls dt {
font-size: 11px;
font-size: 14px;
text-align: left;
border-right: none;
display: block;
@@ -726,7 +726,7 @@ fieldset.polls dt {
}
fieldset.polls dd {
font-size: 11px;
font-size: 14px;
border-left: none;
float: left;
width: 10%;
@@ -761,7 +761,7 @@ fieldset.polls dd div {
}
.vote-submitted {
font-size: 12px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
@@ -780,8 +780,8 @@ fieldset.polls dd div {
.postprofile dd,
.postprofile dt {
font-size: 10px;
line-height: 16px;
font-size: 12px;
line-height: 20px;
margin-left: 8px;
}