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