summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-07-02 13:25:20 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-07-14 10:36:25 (GMT)
commit075c1f08245055e0060df2695e75bba54e697d36 (patch)
treef312853e9f5faaa00023a5ba8fb66c127fd47bb6 /Swift
parentd0171b0d632893e5574c8f7de2f7582efe18d65b (diff)
downloadswift-contrib-075c1f08245055e0060df2695e75bba54e697d36.zip
swift-contrib-075c1f08245055e0060df2695e75bba54e697d36.tar.bz2
Move list of fonts to a single place, add generic fallback.
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
Diffstat (limited to 'Swift')
-rwxr-xr-xSwift/resources/themes/Default/main.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css
index 4982ba6..345c981 100755
--- a/Swift/resources/themes/Default/main.css
+++ b/Swift/resources/themes/Default/main.css
@@ -6,19 +6,18 @@
#header1 {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
margin: 0;
padding: 10px;
overflow: auto;
color: white;
- font-family: Lucida Grande;
text-align: center;
font-size: 10px;
font-weight: regular;
background: rgba(0,0,0,.65);
z-index: 999;
}
#heading {
position: fixed;
@@ -45,41 +44,45 @@
#heading .conversationIncomingIcon img {
width:48px;
height:48px;
}
#heading .conversationWith {
position:relative;
left:60px;
margin:5px 0 0 0;
- font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
+ font-weight: bold;
+ font-size: 16px;
overflow:hide;
}
#heading .conversationTime {
position:relative;
left:60px;
color:#6d6d6d;
- font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
+ font-weight: bold;
+ font-size: 10px;
}
body {
margin-top: 65px;
background-color: white;
color: black;
}
.status_container {
- font: 10px Myriad, Lucida Grande, Arial;
+ font-weight: bold;
+ font-size: 10px;
}
body {
+ font-family: "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif;
}
.followUp {
clear:right;
height:1px;
font-size:1px;
line-height:1px;
margin:4px 0 4px 0;
}