diff options
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 87 |
1 files changed, 55 insertions, 32 deletions
diff --git a/res/css/style.css b/res/css/style.css index d6c4ee10..3553e52f 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -1,6 +1,19 @@ @import url(vendor/ui.css); +@font-face { + font-family: 'Source_Regular'; + src: url("../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.eot"); + /* IE9 Compat Modes */ + src: url("../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.woff") format("woff"), url("../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.ttf") format("truetype"); + /* Safari, Android, iOS */ } +@font-face { + font-family: 'Source_Semibold'; + src: url("../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.eot"); + /* IE9 Compat Modes */ + src: url("../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.woff") format("woff"), url("../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.ttf") format("truetype"); + /* Safari, Android, iOS */ } html, body { - height: 100%; } + height: 100%; + font-family: "Source_Regular", sans-serif; } body { overflow-y: hidden; @@ -9,7 +22,7 @@ body { min-width: 980px; padding: 0; color: #FFF; - font-size: 14px; + font-size: 12px; background-color: #f5f5fa; } a { @@ -271,12 +284,14 @@ table { font-size: 17px; } .input-bar { + font-family: "Source_Regular", sans-serif; + color: #919095; position: fixed; display: block; height: 36px; width: 420px; top: 152px; - left: 60px; + left: 70px; padding-left: 8px; border-radius: 4px; border: 1px solid #919095; @@ -288,6 +303,10 @@ table { -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); } +#textanalyser.ui-autocomplete-input { + font-family: "Source_Regular", sans-serif; + color: #919095; } + .add-button { position: fixed; top: 154px; @@ -304,7 +323,7 @@ table { .ui-helper-hidden-accessible { position: fixed; top: 203px; - left: 68px; + left: 78px; text-shadow: -1px 1px 8px #E DE275, 1px -1px 8px #EDE275; font-size: 16px; } @@ -358,13 +377,13 @@ table { width: 100%; top: 50px; height: 20px; - left: 100px; } + left: 110px; } .search-icon { position: fixed; width: 20px; height: 20px; - left: 60px; + left: 70px; top: 50px; } .task-alert { @@ -402,45 +421,51 @@ table { top: 0; left: 0; width: 100%; - height: 36px; + min-height: 36px; background-color: #363636; } .doc-title { - position: fixed; - font-family: "Source Sans Pro Semibold", sans-serif; - left: 60px; - top: 10px; - color: #f5f5fa; } + float: left; + font-family: "Source_Semibold", sans-serif; + color: #f5f5fa; + margin: 10px 70px 10px 70px; } + +.user-area { + float: right; + margin: 3px 70px 3px 70px; } + +.username { + display: inline-block; + text-align: right; } .profile-circle { - position: fixed; - right: 400px; border-radius: 50%; width: 30px; height: 30px; background: #33c2e0; - top: 3px; } + display: inline-block; } .profile-initials { - position: fixed; - top: 10px; - right: 405px; - color: #f5f5fa; } + display: inline-block; + color: #f5f5fa; + font-size: 14px; + position: relative; + left: -27px; + top: -10px; } .profile-username { - position: fixed; - top: 10px; - right: 295px; - color: #f5f5fa; } + display: inline-block; + top: 12px; + color: #f5f5fa; + position: relative; + left: -20px; + top: -10px; } -.owner-logo { - position: fixed; - top: 3px; - right: 50px; } +.organization-logo { + display: inline-block; + margin-left: 12px; } -@font-face { - font-family: 'MyWebFont'; - src: url(../../font/SourceSansPro-Regular.ttf) format("ttf"); } +/* Headings */ h1 { font-size: 30px; } @@ -455,5 +480,3 @@ h2 { h1 { font-size: 12px; } - -/*# sourceMappingURL=style.css.map */ |
