mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 23:45:20 +02:00
- use a font supporting unicode on Mac
git-svn-id: file:///svn/phpbb/trunk@6576 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
912e142b59
commit
2312fb8c0b
@ -28,7 +28,7 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
|
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||||
color: #323D4F;
|
color: #323D4F;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
|
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
|
||||||
@ -87,7 +87,7 @@ body {
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pageheader { }
|
#pageheader { }
|
||||||
@ -103,7 +103,7 @@ body {
|
|||||||
--------------------- */
|
--------------------- */
|
||||||
h1 {
|
h1 {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -258,7 +258,7 @@ p.topicdetails {
|
|||||||
.copyright {
|
.copyright {
|
||||||
color: #444;
|
color: #444;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titles {
|
.titles {
|
||||||
@ -420,7 +420,7 @@ form {
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: Verdana, Helvetica, sans-serif;
|
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
@ -431,7 +431,7 @@ input {
|
|||||||
textarea {
|
textarea {
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -442,7 +442,7 @@ textarea {
|
|||||||
select {
|
select {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
font-family: Verdana, Helvetica, sans-serif;
|
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border: 1px solid #A9B8C2;
|
border: 1px solid #A9B8C2;
|
||||||
@ -468,7 +468,7 @@ input.radio {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-family: Verdana, Helvetica, sans-serif;
|
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
||||||
background-color: #EFEFEF;
|
background-color: #EFEFEF;
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
}
|
}
|
||||||
@ -541,7 +541,7 @@ input.radio {
|
|||||||
border-color: #A9B8C2;
|
border-color: #A9B8C2;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #A9B8C2;
|
background-color: #A9B8C2;
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user