mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12599] Get the font sizes under control.
PHPBB3-12599
This commit is contained in:
parent
62f69224a4
commit
6e5f33e5fb
1 changed files with 12 additions and 3 deletions
|
@ -11,13 +11,21 @@ body {
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
color: #828282;
|
color: #828282;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img { border-width: 0; }
|
img { border-width: 0; }
|
||||||
|
|
||||||
|
ul, ol {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul ul, ol ol {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
@ -70,7 +78,7 @@ h3 {
|
||||||
border-bottom: 1px solid #CCCCCC;
|
border-bottom: 1px solid #CCCCCC;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
font-size: 1.05em;
|
font-size: 1.1em;
|
||||||
color: #115098;
|
color: #115098;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
@ -80,7 +88,7 @@ h4 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
font-size: 1.05em;
|
font-size: 1.1em;
|
||||||
color: #115098;
|
color: #115098;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
@ -154,6 +162,7 @@ a#logo:hover {
|
||||||
|
|
||||||
.paragraph {
|
.paragraph {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
|
font-size: 1.1em;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Add table
Reference in a new issue