diff options
Diffstat (limited to 'Swift')
| -rwxr-xr-x | Swift/resources/themes/Default/main.css | 11 |
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; } |
Swift