mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +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 {
|
||||
/* 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;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
|
||||
@ -87,7 +87,7 @@ body {
|
||||
padding: 4px;
|
||||
font-weight: normal;
|
||||
font-size: 1.1em;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#pageheader { }
|
||||
@ -103,7 +103,7 @@ body {
|
||||
--------------------- */
|
||||
h1 {
|
||||
color: black;
|
||||
font-family: 'Trebuchet MS', Verdana, sans-serif;
|
||||
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 1.8em;
|
||||
text-decoration: none;
|
||||
@ -258,7 +258,7 @@ p.topicdetails {
|
||||
.copyright {
|
||||
color: #444;
|
||||
font-weight: normal;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.titles {
|
||||
@ -420,7 +420,7 @@ form {
|
||||
|
||||
input {
|
||||
color: #333333;
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
padding: 1px;
|
||||
@ -431,7 +431,7 @@ input {
|
||||
textarea {
|
||||
background-color: #FAFAFA;
|
||||
color: #333333;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.3em;
|
||||
line-height: 1.4em;
|
||||
font-weight: normal;
|
||||
@ -442,7 +442,7 @@ textarea {
|
||||
select {
|
||||
color: #333333;
|
||||
background-color: #FAFAFA;
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
border: 1px solid #A9B8C2;
|
||||
@ -468,7 +468,7 @@ input.radio {
|
||||
color: #000000;
|
||||
font-weight: normal;
|
||||
font-size: 1.1em;
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
||||
background-color: #EFEFEF;
|
||||
border: 1px solid #666666;
|
||||
}
|
||||
@ -541,7 +541,7 @@ input.radio {
|
||||
border-color: #A9B8C2;
|
||||
color: #333333;
|
||||
background-color: #A9B8C2;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user