Adrià | 956b32a | 2015-01-01 20:03:07 +0100 | [diff] [blame] | 1 | /*@import url("widgets.css");*/ |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 2 | |
avm99963 | 292d4f2 | 2021-05-18 11:39:04 +0200 | [diff] [blame] | 3 | html { |
| 4 | direction: __MSG_@@bidi_dir__; |
| 5 | } |
| 6 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 7 | body { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 8 | padding: 10px; |
| 9 | font-family: "Roboto", "Arial", sans-serif !important; |
| 10 | background-color: #BBDEFB; |
| 11 | background-repeat: repeat; |
| 12 | background-position: left top; |
| 13 | font-size: 90%; |
| 14 | cursor: default; |
| 15 | min-width: 400px; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 16 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 17 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 18 | h1 { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 19 | text-align: center; |
| 20 | font-size: 30px; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 21 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 22 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 23 | h2 { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 24 | font-size: 20px; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 25 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 26 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 27 | #languages_container { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 28 | width: 300px; |
avm99963 | f65e9bf | 2020-12-29 12:57:16 +0100 | [diff] [blame] | 29 | height: 250px; |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 30 | border: 1px solid #ccc; |
| 31 | background-color: #E3F2FD; |
| 32 | overflow: auto; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 33 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 34 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 35 | #languages { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 36 | list-style: none; |
| 37 | margin: 0; |
| 38 | padding: 0; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 39 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 40 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 41 | #languages li { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 42 | padding: 15px; |
| 43 | border-bottom: 1px dashed #ddd; |
| 44 | background-color: #EEF7FD; |
| 45 | cursor: move; |
| 46 | -webkit-user-select: none; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 47 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 48 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 49 | #languages li.sortable-ghost { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 50 | background-color: #E3F2FD; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 51 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 52 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 53 | #languages li .delete { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 54 | font-size: 14px; |
avm99963 | 292d4f2 | 2021-05-18 11:39:04 +0200 | [diff] [blame] | 55 | float: __MSG_@@bidi_end_edge__; |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 56 | cursor: pointer; |
| 57 | color: red; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 58 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 59 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 60 | #languages_footer { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 61 | width: 300px; |
| 62 | height: 35px; |
| 63 | background-color: #fff; |
| 64 | border: 1px solid #ccc; |
| 65 | border-top: 0; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 66 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 67 | |
| 68 | button, |
| 69 | input, |
| 70 | select, |
| 71 | option { |
| 72 | font-size: 13px !important; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 73 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 74 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 75 | #languages_add { |
avm99963 | 292d4f2 | 2021-05-18 11:39:04 +0200 | [diff] [blame] | 76 | margin-__MSG_@@bidi_start_edge__: 4px; |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 77 | margin-top: 4px; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 78 | } |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 79 | |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 80 | #save { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 81 | display: block; |
| 82 | margin: 18px auto; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 83 | } |
| 84 | |
| 85 | /* Dialog */ |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 86 | dialog#languages_add_dialog { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 87 | position: fixed; |
| 88 | top: 50%; |
| 89 | left: 50%; |
| 90 | margin-left: -216px; |
| 91 | margin-top: -91px; |
| 92 | height: 150px; |
| 93 | width: 400px; |
| 94 | border: 1px solid rgba(0, 0, 0, 0.3); |
| 95 | border-radius: 6px; |
| 96 | box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 97 | } |
| 98 | |
| 99 | dialog h3 { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 100 | margin-bottom: 10px; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 101 | } |
| 102 | |
| 103 | dialog #language_label { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 104 | font-size: 12px; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 105 | } |
| 106 | |
| 107 | dialog select { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 108 | width: 100%; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 109 | } |
| 110 | |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 111 | dialog#languages_add_dialog .action_buttons { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 112 | margin-top: 10px; |
avm99963 | 292d4f2 | 2021-05-18 11:39:04 +0200 | [diff] [blame] | 113 | float: __MSG_@@bidi_end_edge__; |
Adrià | 6ae49e7 | 2014-11-09 22:21:19 +0100 | [diff] [blame] | 114 | } |
| 115 | |
| 116 | dialog::backdrop { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 117 | position: fixed; |
| 118 | top: 0; |
| 119 | left: 0; |
| 120 | right: 0; |
| 121 | bottom: 0; |
| 122 | background-color: rgba(0, 0, 0, 0.5); |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 123 | } |
| 124 | |
| 125 | /* Credits */ |
| 126 | #credits_container { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 127 | position: absolute; |
| 128 | top: 0px; |
avm99963 | 292d4f2 | 2021-05-18 11:39:04 +0200 | [diff] [blame] | 129 | __MSG_@@bidi_end_edge__: 50px; |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 130 | background: rgb(195, 235, 204); |
| 131 | border: solid 1px rgb(139, 139, 139); |
| 132 | border-top: 0; |
| 133 | border-radius: 0px 0px 5px 5px; |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 134 | } |
| 135 | |
| 136 | #credits_container a { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 137 | color: green !important; |
| 138 | margin: 0 5px; |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 139 | } |
| 140 | |
| 141 | dialog#credits_dialog { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 142 | position: fixed; |
| 143 | top: 50%; |
| 144 | left: 50%; |
| 145 | margin-left: -216px; |
| 146 | margin-top: -231px; |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 147 | padding: 0; |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 148 | height: 430px; |
| 149 | width: 400px; |
| 150 | border: 1px solid rgba(0, 0, 0, 0.3); |
| 151 | border-radius: 6px; |
| 152 | box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 153 | } |
| 154 | |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 155 | dialog#credits_dialog[open] { |
| 156 | display: flex; |
| 157 | flex-direction: column; |
| 158 | } |
| 159 | |
| 160 | dialog#credits_dialog .scrollable { |
| 161 | padding: 1em; |
| 162 | overflow-y: auto; |
| 163 | } |
| 164 | |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 165 | dialog#credits_dialog .content_area h4 { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 166 | margin-bottom: 0px; |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 167 | } |
| 168 | |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 169 | dialog#credits_dialog .entry { |
| 170 | position: relative; |
| 171 | } |
| 172 | |
| 173 | dialog#credits_dialog .entry a.homepage { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 174 | position: absolute; |
avm99963 | 292d4f2 | 2021-05-18 11:39:04 +0200 | [diff] [blame] | 175 | __MSG_@@bidi_end_edge__: 16px; |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 176 | font-size: 14px; |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 177 | } |
| 178 | |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 179 | dialog#credits_dialog p, |
| 180 | dialog#credits_dialog span { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 181 | font-size: 14px; |
Adrià | e96a76c | 2014-12-06 14:59:17 +0100 | [diff] [blame] | 182 | } |
| 183 | |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 184 | dialog#credits_dialog p.author { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 185 | margin-top: 7px; |
Adrià | 956b32a | 2015-01-01 20:03:07 +0100 | [diff] [blame] | 186 | } |
| 187 | |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 188 | dialog#credits_dialog #translators .name { |
| 189 | font-weight: bold; |
| 190 | } |
| 191 | |
avm99963 | f65e9bf | 2020-12-29 12:57:16 +0100 | [diff] [blame] | 192 | dialog#credits_dialog .action_buttons { |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 193 | border-top: 1px solid #ccc; |
| 194 | padding: 1em; |
avm99963 | 292d4f2 | 2021-05-18 11:39:04 +0200 | [diff] [blame] | 195 | text-align: __MSG_@@bidi_end_edge__; |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 196 | } |
| 197 | |
avm99963 | 18dc3ef | 2021-01-10 18:49:18 +0100 | [diff] [blame] | 198 | dialog#credits_dialog .createdby { |
| 199 | font-style: italic; |
| 200 | } |
| 201 | |
Adrià | 956b32a | 2015-01-01 20:03:07 +0100 | [diff] [blame] | 202 | #otheroptions p { |
avm99963 | 5a57c41 | 2020-12-27 00:26:45 +0100 | [diff] [blame] | 203 | margin-top: 0; |
| 204 | margin-bottom: 0; |
avm99963 | 4a2a5d5 | 2016-06-04 16:17:29 +0200 | [diff] [blame] | 205 | } |