Browse Source

Change global font, unify fonts, colors and more

master
yanas 8 years ago
parent
commit
770b003163

+ 5
- 1
css/contact_list.css View File

@@ -8,11 +8,15 @@
8 8
     text-align: left;
9 9
     padding: 7px 10px;
10 10
     margin: 2px;
11
-    color: #00ccff;
11
+    color: #21B9FC;
12 12
     font-size: 11pt;
13 13
     border-bottom: 1px solid #676767;
14 14
 }
15 15
 
16
+#contactlist>div.title>span {
17
+    margin-left: 5px;
18
+}
19
+
16 20
 #contactlist>ul#contacts {
17 21
     position: absolute;
18 22
     top: 31px;

+ 12
- 0
css/font.css View File

@@ -1,3 +1,15 @@
1
+@font-face {
2
+    font-family: 'open_sanslight';
3
+    src: url('../fonts/OpenSans-Light-webfont.eot');
4
+    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
5
+    url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
6
+    url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
7
+    url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
8
+    font-weight: normal;
9
+    font-style: normal;
10
+
11
+}
12
+
1 13
 @font-face {
2 14
     font-family: 'jitsi';
3 15
     src:url('../fonts/jitsi.eot?94d075');

+ 2
- 2
css/jitsi_popover.css View File

@@ -86,12 +86,12 @@
86 86
 
87 87
 .jitsipopover_blue
88 88
 {
89
-    color: #06a5df;
89
+    color: #21B9FC;
90 90
 }
91 91
 
92 92
 .jitsipopover_showmore
93 93
 {
94
-    background-color: #06a5df;
94
+    background-color: #21B9FC;
95 95
     color: #ffffff;
96 96
     cursor: pointer;
97 97
     border-radius: 3px;

+ 1
- 1
css/login_menu.css View File

@@ -1,6 +1,6 @@
1 1
 /*Initialize*/
2 2
 ul.loginmenu {
3
-    font-family:'Helvetica Neue', Helvetica, sans-serif;
3
+    font-family: inherit;
4 4
     display:none;
5 5
     position: absolute;
6 6
     margin: 0;

+ 24
- 22
css/main.css View File

@@ -7,12 +7,19 @@ html, body{
7 7
     margin:0px;
8 8
     height:100%;
9 9
     color: #424242;
10
-    font-family:'Helvetica Neue', Helvetica, sans-serif;
10
+    font-size: 14px;
11 11
     font-weight: 400;
12 12
     background: #000000;
13 13
     overflow: hidden;
14 14
 }
15 15
 
16
+html, body, input, textarea, keygen, select, button {
17
+    font-family:    'open_sanslight',
18
+                    'Helvetica Neue',
19
+                    Helvetica,
20
+                    sans-serif !important;
21
+}
22
+
16 23
 .right-panel {
17 24
     display:none;
18 25
     position:absolute;
@@ -58,7 +65,7 @@ html, body{
58 65
     text-align: center;
59 66
     text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.6);
60 67
     z-index: 1;
61
-    font-size: 1.22em !important;
68
+    font-size: 1.44em !important;
62 69
     vertical-align: middle;
63 70
 }
64 71
 
@@ -82,18 +89,18 @@ html, body{
82 89
 }
83 90
 /*#ffde00*/
84 91
 #toolbar_button_chat.active, #contactListButton.glowing, #chatBottomButton.glowing {
85
-    -webkit-text-shadow:    -1px 0 10px #00ccff,
86
-                            0 1px 10px #00ccff,
87
-                            1px 0 10px #00ccff,
88
-                            0 -1px 10px #00ccff;
89
-    -moz-text-shadow:   1px 0 10px #00ccff,
90
-                        0 1px 10px #00ccff,
91
-                        1px 0 10px #00ccff,
92
-                        0 -1px 10px #00ccff;
93
-    text-shadow:    -1px 0 10px #00ccff,
94
-                    0 1px 10px #00ccff,
95
-                    1px 0 10px #00ccff,
96
-                    0 -1px 10px #00ccff;
92
+    -webkit-text-shadow:    -1px 0 10px #21B9FC,
93
+                            0 1px 10px #21B9FC,
94
+                            1px 0 10px #21B9FC,
95
+                            0 -1px 10px #21B9FC;
96
+    -moz-text-shadow:   1px 0 10px #21B9FC,
97
+                        0 1px 10px #21B9FC,
98
+                        1px 0 10px #21B9FC,
99
+                        0 -1px 10px #21B9FC;
100
+    text-shadow:    -1px 0 10px #21B9FC,
101
+                    0 1px 10px #21B9FC,
102
+                    1px 0 10px #21B9FC,
103
+                    0 -1px 10px #21B9FC;
97 104
 }
98 105
 
99 106
 #toolbar_button_hangup {
@@ -116,7 +123,7 @@ html, body{
116 123
 }
117 124
 
118 125
 #contactListButton.active #numberOfParticipants {
119
-    color: #00ccff;
126
+    color: #21B9FC;
120 127
 }
121 128
 
122 129
 #toolbar {
@@ -365,16 +372,11 @@ div.feedbackButton:hover {
365 372
 }
366 373
 
367 374
 .connected {
368
-    color: forestgreen;
369
-    font-size: 12px;
370
-}
371
-
372
-.disconnected {
373
-    color: darkred;
375
+    color: #21B9FC;
374 376
     font-size: 12px;
375 377
 }
376 378
 
377
-.lastN {
379
+.lastN, .disconnected {
378 380
     color: #a3a3a3;
379 381
     font-size: 12px;
380 382
 }

+ 3
- 3
css/overlay.css View File

@@ -6,13 +6,13 @@
6 6
     width: 100%;
7 7
     height: 100%;
8 8
     z-index: 1013;
9
-    background: #000000; /* Old browsers */
9
+    background: #21B9FC; /* Old browsers */
10 10
     opacity: 0.75;
11 11
     display: block;
12 12
 }
13 13
 
14 14
 .overlay_transparent {
15
-    background: none;
15
+    background: rgba(22, 185, 252, .9);
16 16
 }
17 17
 
18 18
 .overlay_container {
@@ -50,7 +50,7 @@
50 50
     position: relative;
51 51
     width: 400px;
52 52
     z-index: 1013;
53
-    margin-top: 20px;
53
+    margin-top: 50px;
54 54
     float: left;
55 55
 }
56 56
 

+ 13
- 5
css/settingsmenu.css View File

@@ -1,7 +1,7 @@
1 1
 #settingsmenu {
2 2
     display: none;
3 3
     background: black;
4
-    color: #00ccff;
4
+    color: #21B9FC;
5 5
     overflow-y: auto;
6 6
 }
7 7
 
@@ -16,6 +16,18 @@
16 16
     color: #a7a7a7;
17 17
 }
18 18
 
19
+#settingsmenu>div.title {
20
+    text-align: left;
21
+    padding: 7px 10px;
22
+    margin: 2px;
23
+    font-size: 11pt;
24
+    border-bottom: 1px solid #676767;
25
+}
26
+
27
+#settingsmenu>div.title>span {
28
+    margin-left: 5px;
29
+}
30
+
19 31
 #settingsmenu .arrow-up {
20 32
     width: 0;
21 33
     height: 0;
@@ -35,10 +47,6 @@
35 47
     position: relative;
36 48
 }
37 49
 
38
-#settingsmenu .icon-settings {
39
-    padding: 34px;
40
-}
41
-
42 50
 #languages_selectbox {
43 51
     height: 40px;
44 52
     cursor: pointer;

+ 13
- 17
css/toastr.css View File

@@ -95,7 +95,7 @@ button.toast-close-button {
95 95
 }
96 96
 #toast-container > div {
97 97
   margin: 0 0 6px;
98
-  padding: 15px 15px 15px 50px;
98
+  padding: 15px 15px 15px 15px;
99 99
   width: 300px;
100 100
   -moz-border-radius: 3px 3px 3px 3px;
101 101
   -webkit-border-radius: 3px 3px 3px 3px;
@@ -119,21 +119,17 @@ button.toast-close-button {
119 119
   filter: alpha(opacity=100);
120 120
   cursor: pointer;
121 121
 }
122
-#toast-container > .toast-info {
123
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
124
-}
125
-#toast-container > .toast-error {
126
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
127
-}
128
-#toast-container > .toast-success {
129
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
130
-}
131
-#toast-container > .toast-warning {
132
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
122
+#toast-container .toast-info,
123
+#toast-container .toast-success,
124
+#toast-container .toast-error,
125
+#toast-container .toast-warning
126
+{
127
+  padding: 10px 10px 10px 10px !important;
133 128
 }
129
+
134 130
 #toast-container.toast-top-full-width > div,
135 131
 #toast-container.toast-bottom-full-width > div {
136
-  width: 96%;
132
+  width: 100%;
137 133
   margin: auto;
138 134
 }
139 135
 .toast {
@@ -154,7 +150,7 @@ button.toast-close-button {
154 150
 /*Responsive Design*/
155 151
 @media all and (max-width: 240px) {
156 152
   #toast-container > div {
157
-    padding: 8px 8px 8px 50px;
153
+    padding: 8px 8px 8px 8px;
158 154
     width: 11em;
159 155
   }
160 156
   #toast-container .toast-close-button {
@@ -164,7 +160,7 @@ button.toast-close-button {
164 160
 }
165 161
 @media all and (min-width: 241px) and (max-width: 480px) {
166 162
   #toast-container > div {
167
-    padding: 8px 8px 8px 50px;
163
+    padding: 8px 8px 8px 8px;
168 164
     width: 18em;
169 165
   }
170 166
   #toast-container .toast-close-button {
@@ -174,7 +170,7 @@ button.toast-close-button {
174 170
 }
175 171
 @media all and (min-width: 481px) and (max-width: 768px) {
176 172
   #toast-container > div {
177
-    padding: 15px 15px 15px 50px;
173
+    padding: 15px 15px 15px 15px;
178 174
     width: 25em;
179 175
   }
180
-}
176
+}

+ 1
- 1
css/unsupported_browser.css View File

@@ -3,7 +3,7 @@ body {
3 3
     height:100%;
4 4
     background-color: white;
5 5
     color: #424242;
6
-    font-family:Helvetica,'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
6
+    font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, sans-serif;
7 7
     font-size: 28px;
8 8
     margin:0;
9 9
     padding:0;

+ 1
- 1
css/videolayout_default.css View File

@@ -318,7 +318,7 @@
318 318
     z-index: 3;
319 319
     text-align: center;
320 320
     border-radius: 50%;
321
-    background: #0cf;
321
+    background: #21B9FC;
322 322
     margin: 5px;
323 323
     display: inline-block;
324 324
     position: absolute;

+ 5
- 11
css/welcome_page.css View File

@@ -21,7 +21,6 @@
21 21
     -moz-user-select: none;
22 22
     background-repeat: no-repeat;
23 23
     font-weight: 500;
24
-    font-family: Helvetica;
25 24
     font-size: 16px;
26 25
     color: #acacac;
27 26
     z-index: 2;
@@ -35,7 +34,6 @@
35 34
     -moz-user-select: none;
36 35
     background-repeat: no-repeat;
37 36
     font-weight: 500;
38
-    font-family: Helvetica;
39 37
     font-size: 16px;
40 38
     color: #acacac;
41 39
     z-index: 2;
@@ -56,21 +54,21 @@
56 54
 #domain_name
57 55
 {
58 56
     float: left;
59
-    padding: 20px 0px 10px 20px;
57
+    height: 55px;
58
+    line-height: 55px;
60 59
     font-size: 18px;
61 60
     font-weight: 500;
62
-    font-family: Helvetica;
61
+    padding-left: 20px;
63 62
 }
64 63
 
65 64
 #enter_room_field {
66 65
     font-size: 15px;
67
-    padding: 15px 0px 10px 10px;
68 66
     border: none;
69 67
     -webkit-appearance: none;
70 68
     width: 228px;
71 69
     height: 55px;
70
+    line-height: 55px;
72 71
     font-weight: 500;
73
-    font-family: Helvetica;
74 72
     box-shadow: none;
75 73
     float: left;
76 74
     background-color: #FFFFFF;
@@ -81,7 +79,7 @@
81 79
 #enter_room_button {
82 80
     width: 73px;
83 81
     height: 45px;
84
-    background-color: #16a8fe;
82
+    background-color: #21B9FC;
85 83
     moz-border-radius: 1px;
86 84
     -webkit-border-radius: 1px;
87 85
     color: #ffffff;
@@ -89,7 +87,6 @@
89 87
     border: none;
90 88
     margin-top: 5px;
91 89
     font-size: 19px;
92
-    font-family: Helvetica;
93 90
     padding-top: 6px;
94 91
     outline: none;
95 92
     float:left;
@@ -136,7 +133,6 @@
136 133
     width: 885px;
137 134
     height: 100px;
138 135
     color: #ffffff;
139
-    font-family: Helvetica;
140 136
     font-size: 24px;
141 137
     text-align: center;
142 138
     margin: 0px auto 0px auto;
@@ -171,7 +167,6 @@
171 167
     background-repeat: no-repeat;
172 168
     width: 169px;
173 169
     height: 169px;
174
-    font-family: Helvetica;
175 170
     color: #ffffff;
176 171
     font-size: 22px;
177 172
     /*font-weight: bold;*/
@@ -183,7 +178,6 @@
183 178
 .feature_description
184 179
 {
185 180
     width: 190px;
186
-    font-family: Helvetica;
187 181
     color: #ffffff;
188 182
     font-size: 16px;
189 183
     padding-top: 30px;

BIN
fonts/OpenSans-Light-webfont.eot View File


+ 1831
- 0
fonts/OpenSans-Light-webfont.svg
File diff suppressed because it is too large
View File


BIN
fonts/OpenSans-Light-webfont.ttf View File


BIN
fonts/OpenSans-Light-webfont.woff View File


+ 6
- 2
index.html View File

@@ -231,12 +231,16 @@
231 231
         </div>
232 232
         <div id="contactlist" class="right-panel" style="display:none;">
233 233
             <div class="title">
234
-                <i class="icon-contactList"><span data-i18n="contactlist"></span></i>
234
+                <i class="icon-contactList"></i>
235
+                <span data-i18n="contactlist"></span>
235 236
             </div>
236 237
             <ul id="contacts"></ul>
237 238
         </div>
238 239
         <div id="settingsmenu" class="right-panel" style="display:none;">
239
-            <div class="icon-settings" data-i18n="settings.title"></div>
240
+            <div class="title">
241
+                <i class="icon-settings"></i>
242
+                <span data-i18n="settings.title"></span>
243
+            </div>
240 244
             <img id="avatar" src="images/avatar2.png"/>
241 245
             <div class="arrow-up"></div>
242 246
             <input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name">

+ 7
- 7
lang/main.json View File

@@ -13,13 +13,13 @@
13 13
     "defaultLink": "e.g. __url__",
14 14
     "calling": "Calling __name__ ...",
15 15
     "userMedia": {
16
-      "react-nativeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
17
-      "chromeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
18
-      "androidGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
19
-      "firefoxGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Share Selected Device</i> button",
20
-      "operaGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
21
-      "iexplorerGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>OK</i> button",
22
-      "safariGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>OK</i> button",
16
+      "react-nativeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
17
+      "chromeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
18
+      "androidGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
19
+      "firefoxGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Share Selected Device</i></b> button",
20
+      "operaGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
21
+      "iexplorerGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>OK</i></b> button",
22
+      "safariGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>OK</i></b> button",
23 23
       "nwjsGrantPermissions": "Please grant permissions to use your camera and microphone"
24 24
     },
25 25
     "keyboardShortcuts": {

Loading…
Cancel
Save