| 1 | |
| 2 | |
| 3 | |
| 4 | .contribution_summary { |
| 5 | .display-box; |
| 6 | .box-orient; |
| 7 | .box-pack(center); |
| 8 | |
| 9 | width:100%; |
| 10 | |
| 11 | h2 { |
| 12 | width:100%; |
| 13 | text-align: center; |
| 14 | font-family: @title_fonts; |
| 15 | margin-bottom: 20px; |
| 16 | } |
| 17 | |
| 18 | } |
| 19 | |
| 20 | .feature_contribution_summary { |
| 21 | .box-flex; |
| 22 | border-right: 1px solid @border_color; |
| 23 | padding-right: 30px; |
| 24 | padding-left: 30px; |
| 25 | |
| 26 | .define_p{ |
| 27 | margin-top: 5px; |
| 28 | max-width: 300px; |
| 29 | } |
| 30 | |
| 31 | } |
| 32 | |
| 33 | .author_contribution_summary { |
| 34 | .box-flex; |
| 35 | padding-right: 30px; |
| 36 | padding-left: 30px; |
| 37 | |
| 38 | .define_p{ |
| 39 | max-width: 300px; |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | .change_line { |
| 44 | .display-box; |
| 45 | width:100%; |
| 46 | margin-top: 10px; |
| 47 | margin-bottom: 20px; |
| 48 | } |
| 49 | |
| 50 | .money_variation { |
| 51 | .box-flex; |
| 52 | .display-box; |
| 53 | .box-orient; |
| 54 | |
| 55 | } |
| 56 | |
| 57 | .money_variation_before_up, .money_variation_before_down, .money_variation_after_up, .money_variation_after_down { |
| 58 | .box-flex; |
| 59 | font-weight: bold; |
| 60 | font-size: 1.3em; |
| 61 | margin-left: 15px; |
| 62 | margin-right: 15px; |
| 63 | } |
| 64 | |
| 65 | .money_variation_before_up { |
| 66 | text-align: right; |
| 67 | } |
| 68 | |
| 69 | .money_variation_before_down { |
| 70 | text-align: right; |
| 71 | margin-top: 30px; |
| 72 | } |
| 73 | |
| 74 | .money_variation_after_up { |
| 75 | text-align: left; |
| 76 | } |
| 77 | |
| 78 | .money_variation_after_down { |
| 79 | text-align: left; |
| 80 | margin-top: 40px; |
| 81 | } |
| 82 | |
| 83 | .money_variation_image { |
| 84 | |
| 85 | } |
| 86 | |
| 87 | .money_diff_up { |
| 88 | color: @money_up_color; |
| 89 | font-size: 0.7em; |
| 90 | font-weight: normal; |
| 91 | margin-left: 10px; |
| 92 | font-size: italic; |
| 93 | } |
| 94 | |
| 95 | .money_diff_down { |
| 96 | color: @money_down_color; |
| 97 | font-size: 0.7em; |
| 98 | font-weight: normal; |
| 99 | margin-left: 10px; |
| 100 | font-size: italic; |
| 101 | } |
| 102 | |
| 103 | .contribution_actions { |
| 104 | |
| 105 | margin-top: 70px; |
| 106 | margin-bottom: 100px; |
| 107 | text-align: center; |
| 108 | |
| 109 | .use_account { |
| 110 | font-size: 1.2em; |
| 111 | font-weight: bold; |
| 112 | color: @orange; |
| 113 | } |
| 114 | |
| 115 | } |
| 116 | |
| 117 | .quotation_details_lines { |
| 118 | //width: 100%; |
| 119 | padding-left: 40px; |
| 120 | padding-right: 40px; |
| 121 | border: none; |
| 122 | |
| 123 | tr { |
| 124 | background-color: transparent; |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | .quotation_detail_line { |
| 129 | |
| 130 | //padding-left: 5px; |
| 131 | //padding-right: 0px; |
| 132 | padding-top: 15px; |
| 133 | padding-bottom: 10px; |
| 134 | |
| 135 | |
| 136 | width: 100%; |
| 137 | |
| 138 | td { |
| 139 | border: none; |
| 140 | } |
| 141 | |
| 142 | .software_logo_block { |
| 143 | width: 30px; |
| 144 | height: 30px; |
| 145 | } |
| 146 | |
| 147 | .software_logo_small_block, .avatar_small_block{ |
| 148 | margin-left: 5px; |
| 149 | } |
| 150 | |
| 151 | .quotation_detail_line_categorie { |
| 152 | margin-left: 20px; |
| 153 | min-width: 120px; |
| 154 | |
| 155 | .details { |
| 156 | font-size: 0.7em; |
| 157 | color: @light_text_color; |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | .quotation_detail_line_description { |
| 162 | font-size: 0.7em; |
| 163 | color: @light_text_color; |
| 164 | //max-width: 300px; |
| 165 | margin-left: 30px; |
| 166 | } |
| 167 | |
| 168 | |
| 169 | .quotation_detail_line_money { |
| 170 | font-size: 1.2em; |
| 171 | color: @dark_text_color; |
| 172 | min-width: 3em; |
| 173 | text-align: right; |
| 174 | padding-right: 10px; |
| 175 | padding-left: 10px; |
| 176 | } |
| 177 | |
| 178 | .quotation_detail_line_amount { |
| 179 | |
| 180 | margin-left: 20px; |
| 181 | |
| 182 | |
| 183 | .quotation_detail_line_amount_money { |
| 184 | font-size: 1.4em; |
| 185 | //font-weight: bold; |
| 186 | color: @dark_text_color; |
| 187 | text-align: right; |
| 188 | } |
| 189 | |
| 190 | .quotation_detail_line_amount_modify { |
| 191 | font-size: 0.7em; |
| 192 | text-align: right; |
| 193 | margin-bottom: 0px; |
| 194 | margin-top: -4px; |
| 195 | margin-right: 10px; |
| 196 | } |
| 197 | |
| 198 | |
| 199 | } |
| 200 | |
| 201 | .quotation_detail_line_field { |
| 202 | form { |
| 203 | .display-box; |
| 204 | .box-orient(vertical); |
| 205 | } |
| 206 | width: 100px; |
| 207 | .field { |
| 208 | |
| 209 | |
| 210 | font-size: 0.7em; |
| 211 | color: @dark_text_color; |
| 212 | text-align: right; |
| 213 | |
| 214 | margin: 0px; |
| 215 | |
| 216 | .input { |
| 217 | .input_field { |
| 218 | float: none; |
| 219 | margin: 0; |
| 220 | |
| 221 | .money_input { |
| 222 | |
| 223 | input { |
| 224 | width: 80px; |
| 225 | } |
| 226 | } |
| 227 | } |
| 228 | } |
| 229 | |
| 230 | input[type="submit"] { |
| 231 | width: 80px; |
| 232 | margin: 0; |
| 233 | border: none; |
| 234 | background: none; |
| 235 | color: @default_link_color; |
| 236 | font-size: 1.0em; |
| 237 | font-weight: normal; |
| 238 | .no-shadow; |
| 239 | text-shadow: none; |
| 240 | padding: 0; |
| 241 | |
| 242 | text-align: right; |
| 243 | margin-bottom: -15px; |
| 244 | margin-top: -15px; |
| 245 | margin-right: 10px; |
| 246 | } |
| 247 | |
| 248 | } |
| 249 | } |
| 250 | |
| 251 | border-bottom: 1px solid @border_color; |
| 252 | } |
| 253 | |
| 254 | .quotation_totals_lines_block { |
| 255 | float: right; |
| 256 | padding-right: 18px; |
| 257 | } |
| 258 | |
| 259 | .quotation_totals_lines { |
| 260 | //.display-box; |
| 261 | //.box-orient(vertical); |
| 262 | //.box-pack(center); |
| 263 | //.box-align(stretch); |
| 264 | margin: 0px; |
| 265 | margin-top: 40px; |
| 266 | border: none; |
| 267 | width: auto; |
| 268 | |
| 269 | tr:nth-child(1), tr:nth-child(2n+1), tr:nth-child(2n) { |
| 270 | background-color: transparent; |
| 271 | } |
| 272 | |
| 273 | td:first-child { |
| 274 | border-left: none; |
| 275 | } |
| 276 | |
| 277 | td { |
| 278 | border-top: none; |
| 279 | padding: 0; |
| 280 | border-left: none; |
| 281 | } |
| 282 | |
| 283 | |
| 284 | .quotation_total_line, .quotation_total_line_ht, .quotation_total_line_total, .quotation_total_line_details { |
| 285 | //.display-box; |
| 286 | //.box-orient(horizontal); |
| 287 | //.box-align(center); |
| 288 | //.box-flex; |
| 289 | |
| 290 | .money { |
| 291 | //.box-flex; |
| 292 | //width: 100px; |
| 293 | text-align: right; |
| 294 | font-size: 1.4em; |
| 295 | |
| 296 | color: @dark_text_color; |
| 297 | |
| 298 | |
| 299 | min-width: 150px; |
| 300 | |
| 301 | } |
| 302 | |
| 303 | .details { |
| 304 | font-size: 0.7em; |
| 305 | color: @light_text_color; |
| 306 | } |
| 307 | |
| 308 | .label { |
| 309 | //.box-flex; |
| 310 | font-size: 1.1em; |
| 311 | //width: 300px; |
| 312 | |
| 313 | |
| 314 | } |
| 315 | } |
| 316 | |
| 317 | .quotation_total_line { |
| 318 | border-bottom: 1px solid @border_color; |
| 319 | |
| 320 | .label { |
| 321 | padding-top: 12px; |
| 322 | } |
| 323 | } |
| 324 | |
| 325 | |
| 326 | .quotation_total_line_ht { |
| 327 | .label { |
| 328 | padding-top: 12px; |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | .quotation_total_line_total { |
| 333 | .label { |
| 334 | padding-top: 18px; |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | |
| 339 | |
| 340 | .quotation_total_line_total { |
| 341 | margin-top: 10px; |
| 342 | |
| 343 | .money { |
| 344 | font-size: 1.8em; |
| 345 | color: @link_title_color; |
| 346 | font-weight: bold; |
| 347 | |
| 348 | } |
| 349 | |
| 350 | .label { |
| 351 | font-size: 1.5em; |
| 352 | color: @dark_text_color; |
| 353 | } |
| 354 | } |
| 355 | |
| 356 | |
| 357 | |
| 358 | .quotation_total_line_details_block { |
| 359 | |
| 360 | font-size: 0.7em; |
| 361 | |
| 362 | .label { |
| 363 | |
| 364 | margin-left: 10px; |
| 365 | padding-left: 10px; |
| 366 | |
| 367 | |
| 368 | border-left: 1px solid @border_color; |
| 369 | |
| 370 | } |
| 371 | |
| 372 | div { |
| 373 | margin-top: 10px; |
| 374 | margin-bottom: 10px; |
| 375 | } |
| 376 | |
| 377 | |
| 378 | //.display-box; |
| 379 | //.box-orient(vertical); |
| 380 | |
| 381 | .quotation_total_line_details { |
| 382 | |
| 383 | width: 100%; |
| 384 | } |
| 385 | } |
| 386 | } |
| 387 | |
| 388 | .pay_actions { |
| 389 | margin-top: 50px; |
| 390 | margin-bottom: 100px; |
| 391 | text-align: right; |
| 392 | float: right; |
| 393 | max-width: 400px; |
| 394 | |
| 395 | a { |
| 396 | font-size: 0.8em; |
| 397 | } |
| 398 | |
| 399 | .button { |
| 400 | font-size: 1.3em; |
| 401 | margin-left: 20px; |
| 402 | margin-right: 0; |
| 403 | padding: 7px; |
| 404 | padding-left: 1.5em; |
| 405 | padding-right: 1.5em; |
| 406 | .rounded_corners(9px); |
| 407 | } |
| 408 | |
| 409 | .debug { |
| 410 | text-align: left; |
| 411 | max-width: 400px; |
| 412 | font-size: 0.8em; |
| 413 | color: @error_color; |
| 414 | } |
| 415 | |
| 416 | .use_account { |
| 417 | font-size: 1.2em; |
| 418 | font-weight: bold; |
| 419 | color: @orange; |
| 420 | } |
| 421 | } |
| 422 | |
| 423 | |
| 424 | |
| 425 | .contact_box { |
| 426 | .padding_box; |
| 427 | margin: 40px; |
| 428 | width: 300px; |
| 429 | font-size: 0.8em; |
| 430 | } |
| 431 | |
| 432 | |
| 433 | |