comparison skins/classic/common.css @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
comparison
equal deleted inserted replaced
7:65fd7d441cf1 8:bf99236cc5cd
24 { 24 {
25 font-size: inherit; 25 font-size: inherit;
26 font-family: inherit; 26 font-family: inherit;
27 } 27 }
28 28
29 html.mozilla select {
30 padding: 2px 1px;
31 }
32
33 th 29 th
34 { 30 {
35 font-weight: normal; 31 font-weight: normal;
36 } 32 }
37 33
102 height: 20px; 98 height: 20px;
103 color: #333333; 99 color: #333333;
104 font-size: 12px; 100 font-size: 12px;
105 padding-left: 8px; 101 padding-left: 8px;
106 padding-right: 8px; 102 padding-right: 8px;
107 background: url(images/buttons/bg.gif?v=30b2.196) repeat-x #f0f0f0; 103 background: url(images/buttons/bg.gif?v=0200.203) repeat-x #f0f0f0;
108 border: 1px solid #a4a4a4; 104 border: 1px solid #a4a4a4;
109 } 105 }
110 106
111 input.button:hover 107 input.button:hover
112 { 108 {
157 } 153 }
158 154
159 .voice 155 .voice
160 { 156 {
161 display: none; 157 display: none;
158 }
159
160 .noselect
161 {
162 user-select: none;
163 -moz-user-select: none;
164 -khtml-user-select: none;
165 -ms-user-select: none;
166 -webkit-user-select: none;
162 } 167 }
163 168
164 /* fixes vertical alignment of checkboxes and labels */ 169 /* fixes vertical alignment of checkboxes and labels */
165 label input, 170 label input,
166 label span 171 label span
196 position: absolute; 201 position: absolute;
197 top: 0px; 202 top: 0px;
198 right: 0px; 203 right: 0px;
199 height: 24px; 204 height: 24px;
200 left: 250px; 205 left: 250px;
201 background: url(images/taskbar.png?v=3878.1902) top right no-repeat; 206 background: url(images/taskbar.png?v=11a3.1640) top right no-repeat;
202 padding: 10px 6px 5px 0px; 207 padding: 10px 6px 5px 0px;
203 text-align: right; 208 text-align: right;
204 white-space: nowrap; 209 white-space: nowrap;
205 z-index: 2; 210 z-index: 2;
206 } 211 }
209 { 214 {
210 font-size: 11px; 215 font-size: 11px;
211 color: #666666; 216 color: #666666;
212 text-decoration: none; 217 text-decoration: none;
213 padding: 6px 12px 6px 26px; 218 padding: 6px 12px 6px 26px;
214 background: url(images/taskicons.gif?v=b8e0.1519) no-repeat; 219 background: url(images/taskicons.gif?v=9719.2207) no-repeat;
215 } 220 }
216 221
217 #taskbar a:hover 222 #taskbar a:hover
218 { 223 {
219 color: #333333; 224 color: #333333;
258 padding: 8px 10px 8px 46px; 263 padding: 8px 10px 8px 46px;
259 } 264 }
260 265
261 body > #message div.notice, 266 body > #message div.notice,
262 body > #messagebody .part-notice, 267 body > #messagebody .part-notice,
268 body > #mainscreen #messagebody .part-notice,
263 #message-objects div.notice 269 #message-objects div.notice
264 { 270 {
265 background: url(images/display/icons.png?v=e866.4201) 6px 3px no-repeat; 271 background: url(images/display/icons.png?v=e866.4201) 6px 3px no-repeat;
266 background-color: #F7FDCB; 272 background-color: #F7FDCB;
267 border: 1px solid #C2D071; 273 border: 1px solid #C2D071;
322 } 328 }
323 329
324 .boxtitle 330 .boxtitle
325 { 331 {
326 height: 12px !important; 332 height: 12px !important;
327 padding: 2px 10px 5px 5px; 333 padding: 3px 10px 4px 5px;
328 border-bottom: 1px solid #999; 334 border-bottom: 1px solid #999;
329 color: #333; 335 color: #333;
330 font-size: 11px; 336 font-size: 11px;
331 font-weight: bold; 337 font-weight: bold;
332 overflow: hidden; 338 overflow: hidden;
353 { 359 {
354 padding: 15px 10px 10px 10px; 360 padding: 15px 10px 10px 10px;
355 background-color: #F2F2F2; 361 background-color: #F2F2F2;
356 } 362 }
357 363
364 .boxcontent .boxwarning
365 {
366 margin: 0 0 10px;
367 display: block;
368 min-height: 22px;
369 background: url(images/display/icons.png?v=e866.4201) #EF9398 6px -95px no-repeat;
370 border: 1px solid #DC5757;
371 padding: 8px 10px 8px 46px;
372 }
373
358 .boxcontent table td.title 374 .boxcontent table td.title
359 { 375 {
360 color: #666; 376 color: #666;
361 padding-right: 10px; 377 padding-right: 10px;
362 } 378 }
405 width: 34px; 421 width: 34px;
406 height: 22px; 422 height: 22px;
407 padding: 0px; 423 padding: 0px;
408 margin: 0; 424 margin: 0;
409 overflow: hidden; 425 overflow: hidden;
410 background: url(images/icons/groupactions.png?v=ace6.1092) 0 0 no-repeat transparent; 426 background: url(images/icons/groupactions.png?v=6760.604) 0 0 no-repeat transparent;
411 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ 427 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
412 } 428 }
413 429
414 .boxfooter a.groupactions 430 .boxfooter a.groupactions
415 { 431 {
440 float: left; 456 float: left;
441 width: 11px; 457 width: 11px;
442 height: 11px; 458 height: 11px;
443 padding: 0; 459 padding: 0;
444 margin: 1px; 460 margin: 1px;
445 margin-top: 2px;
446 overflow: hidden; 461 overflow: hidden;
447 background: url(images/pagenav.gif?v=2e75.355) 0 0 no-repeat transparent; 462 background: url(images/pagenav.gif?v=8464.1147) 0 0 no-repeat transparent;
448 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ 463 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
449 } 464 }
450 465
451 .pagenav a.buttonPas { 466 .pagenav a.buttonPas {
452 opacity: 0.35; 467 opacity: 0.35;
476 background-position: -33px 0; 491 background-position: -33px 0;
477 } 492 }
478 493
479 .pagenav a.lastpageSel { 494 .pagenav a.lastpageSel {
480 background-position: -33px -11px; 495 background-position: -33px -11px;
496 }
497
498 #rcmcountdisplay
499 {
500 float: left;
501 margin-right: 10px;
502 }
503
504 #countcontrols #pagejumper
505 {
506 margin: 0 5px;
507 float: right;
508 text-align: center;
509 padding: 0;
510 cursor: default;
511 font-size: 10px;
512 }
513
514 .toolbarseparator {
515 display: block;
516 float: left;
517 width: 5px;
518 height: 32px;
519 padding: 0;
520 margin: 0 5px;
521 overflow: hidden;
522 background: url(images/abook_toolbar.png?v=8259.4881) -162px 0 no-repeat transparent;
523 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
481 } 524 }
482 525
483 .splitter 526 .splitter
484 { 527 {
485 user-select: none; 528 user-select: none;
542 .popupmenu li a, 585 .popupmenu li a,
543 .popupmenu li label 586 .popupmenu li label
544 { 587 {
545 display: block; 588 display: block;
546 color: #a0a0a0; 589 color: #a0a0a0;
547 padding: 2px 16px 2px 10px; 590 padding: 3px 16px 3px 10px;
548 text-decoration: none; 591 text-decoration: none;
549 min-height: 14px; 592 min-height: 14px;
593 line-height: 14px;
550 background: transparent; 594 background: transparent;
551 } 595 }
552 596
553 .popupmenu li label.comment 597 .popupmenu li label.comment
554 { 598 {
578 float: left; 622 float: left;
579 } 623 }
580 624
581 .popupmenu.selectable li a.selected 625 .popupmenu.selectable li a.selected
582 { 626 {
583 background: url(images/messageicons.png?v=16cb.2581) 2px -372px no-repeat; 627 background: url(images/messageicons.png?v=c493.2511) 2px -372px no-repeat;
584 } 628 }
585 629
586 .popupmenu.selectable li a 630 .popupmenu.selectable li a
587 { 631 {
588 padding-left: 20px; 632 padding-left: 20px;
600 height: 32px; 644 height: 32px;
601 } 645 }
602 646
603 .dropbutton:hover 647 .dropbutton:hover
604 { 648 {
605 /* background: url(images/dbutton.png?v=7bba.240) 0 0 no-repeat transparent; */ 649 /* background: url(images/dbutton.png?v=4d5a.230) 0 0 no-repeat transparent; */
606 } 650 }
607 651
608 .dropbutton span 652 .dropbutton span
609 { 653 {
610 width: 9px; 654 width: 9px;
611 background: url(images/dbutton.png?v=7bba.240) -53px 0 no-repeat transparent; 655 background: url(images/dbutton.png?v=4d5a.230) -53px 0 no-repeat transparent;
612 } 656 }
613 657
614 .dropbutton span:hover 658 .dropbutton span:hover
615 { 659 {
616 cursor: pointer; 660 cursor: pointer;
664 { 708 {
665 color: #FFFFFF; 709 color: #FFFFFF;
666 background-color: #CC3333; 710 background-color: #CC3333;
667 } 711 }
668 712
713 table.records-table tr.selected td a
714 {
715 color: #FFFFFF;
716 }
717
669 table.records-table tr.focused td 718 table.records-table tr.focused td
670 { 719 {
671 } 720 }
672 721
673 table.records-table tr.unfocused td 722 table.records-table tr.unfocused td
706 background: url(images/icons/collapsed.png?v=45aa.97) bottom right no-repeat; 755 background: url(images/icons/collapsed.png?v=45aa.97) bottom right no-repeat;
707 } 756 }
708 757
709 ul.treelist li div.expanded 758 ul.treelist li div.expanded
710 { 759 {
711 background: url(images/icons/expanded.png?v=f647.107) bottom right no-repeat; 760 background: url(images/icons/expanded.png?v=3a53.89) bottom right no-repeat;
712 } 761 }
713 762
714 ul.treelist, 763 ul.treelist,
715 ul.treelist li ul 764 ul.treelist li ul
716 { 765 {
820 padding-left: 25px; 869 padding-left: 25px;
821 padding-top: 2px; 870 padding-top: 2px;
822 padding-bottom: 2px; 871 padding-bottom: 2px;
823 text-decoration: none; 872 text-decoration: none;
824 height: 15px; 873 height: 15px;
825 background: url(images/icons/folders.png?v=d9d2.5356) 5px 1px no-repeat; 874 background: url(images/icons/folders.png?v=7c4f.5218) 5px 1px no-repeat;
826 } 875 }
827 876
828 .folderlist li.virtual > a 877 .folderlist li.virtual > a
829 { 878 {
830 color: #666; 879 color: #666;
931 { 980 {
932 position: relative; 981 position: relative;
933 width: 190px; 982 width: 190px;
934 height: 20px; 983 height: 20px;
935 text-align: right; 984 text-align: right;
936 background: url(images/searchfield.gif?v=aaf8.313) top left no-repeat; 985 background: url(images/searchfield.gif?v=36a5.397) top left no-repeat;
937 } 986 }
938 987
939 #quicksearchbar 988 #quicksearchbar
940 { 989 {
941 position: absolute; 990 position: absolute;
976 { 1025 {
977 display: inline-block; 1026 display: inline-block;
978 width: 16px; 1027 width: 16px;
979 height: 16px; 1028 height: 16px;
980 overflow: hidden; 1029 overflow: hidden;
981 background: url(images/icons/glass.png?v=6b06.406) top left no-repeat; 1030 background: url(images/icons/glass.png?v=dcbc.302) top left no-repeat;
982 } 1031 }
983 1032
984 #quicksearchbar img 1033 #quicksearchbar img
985 { 1034 {
986 vertical-align: middle; 1035 vertical-align: middle;
1078 bottom: -5px; 1127 bottom: -5px;
1079 left: -6px; 1128 left: -6px;
1080 content: " "; 1129 content: " ";
1081 width: 14px; 1130 width: 14px;
1082 height: 14px; 1131 height: 14px;
1083 background: url(images/messageactions.png?v=d93e.3223) -2px -128px no-repeat; 1132 background: url(images/messageactions.png?v=8c64.2615) -2px -128px no-repeat;
1084 } 1133 }
1085 1134
1086 a.rcmContactAddress 1135 a.rcmContactAddress
1087 { 1136 {
1088 text-decoration: none; 1137 text-decoration: none;
1117 padding-right: 6px; 1166 padding-right: 6px;
1118 white-space: nowrap; 1167 white-space: nowrap;
1119 cursor: pointer; 1168 cursor: pointer;
1120 } 1169 }
1121 1170
1122 #rcmKSearchpane ul li.selected 1171 #rcmKSearchpane ul li.selected,
1172 #pagejump-selector ul li.selected
1123 { 1173 {
1124 color: #ffffff; 1174 color: #ffffff;
1125 background-color: #CC3333; 1175 background-color: #CC3333;
1126 } 1176 }
1127 1177
1128 #login-form 1178 #login-form
1129 { 1179 {
1130 margin-left: auto; 1180 margin-left: auto;
1131 margin-right: auto; 1181 margin-right: auto;
1132 margin-top: 50px; 1182 margin-top: 50px;
1133 width: 420px; 1183 width: 400px;
1134 border: 1px solid #999; 1184 border: 1px solid #999;
1135 } 1185 }
1136 1186
1137 #login-form table td.title 1187 #login-form table td.title
1138 { 1188 {
1203 1253
1204 ul.toolbarmenu li a 1254 ul.toolbarmenu li a
1205 { 1255 {
1206 display: block; 1256 display: block;
1207 color: #a0a0a0; 1257 color: #a0a0a0;
1208 padding: 1px 12px 3px 28px; 1258 padding: 3px 12px 3px 28px;
1209 text-decoration: none; 1259 text-decoration: none;
1210 min-height: 14px; 1260 min-height: 14px;
1261 line-height: 14px;
1211 } 1262 }
1212 1263
1213 ul.toolbarmenu li a.active, 1264 ul.toolbarmenu li a.active,
1214 ul.toolbarmenu li a.active:active, 1265 ul.toolbarmenu li a.active:active,
1215 ul.toolbarmenu li a.active:visited 1266 ul.toolbarmenu li a.active:visited
1265 #searchmenu ul.toolbarmenu li 1316 #searchmenu ul.toolbarmenu li
1266 { 1317 {
1267 margin: 1px 4px 1px; 1318 margin: 1px 4px 1px;
1268 } 1319 }
1269 1320
1321 #searchmenu ul.toolbarmenu li label
1322 {
1323 padding: 2px 0;
1324 color: black;
1325 }
1326
1327 #searchmenu ul.toolbarmenu li label.comment
1328 {
1329 color: #999;
1330 }
1331
1332 #searchmenu select
1333 {
1334 width: 100%;
1335 }
1336
1337 #pagejump-selector
1338 {
1339 max-height: 250px;
1340 overflow-x: hidden;
1341 }
1342
1343 #pagejump-selector ul li
1344 {
1345 min-width: 45px;
1346 padding: 2px 5px;
1347 cursor: default;
1348 }
1349
1270 1350
1271 /*** folder selector ***/ 1351 /*** folder selector ***/
1272 1352
1273 #folder-selector li a 1353 #folder-selector li a
1274 { 1354 {
1275 padding: 0; 1355 padding: 0;
1276 } 1356 }
1277 1357
1278 #folder-selector li a span 1358 #folder-selector li a span
1279 { 1359 {
1280 background: url(images/icons/folders.png?v=d9d2.5356) no-repeat 6px 0; 1360 background: url(images/icons/folders.png?v=7c4f.5218) no-repeat 6px 0;
1281 display: block; 1361 display: block;
1282 height: 15px; 1362 height: 15px;
1283 min-height: 14px; 1363 min-height: 14px;
1284 padding: 2px 4px 2px 28px; 1364 padding: 2px 4px 2px 28px;
1285 overflow: hidden; 1365 overflow: hidden;
1345 { 1425 {
1346 float: left; 1426 float: left;
1347 height: 23px !important; 1427 height: 23px !important;
1348 height: 22px; 1428 height: 22px;
1349 overflow: hidden; 1429 overflow: hidden;
1350 background: url(images/tabs-left.gif?v=0541.219) top left no-repeat; 1430 background: url(images/tabs-left.gif?v=d7b0.230) top left no-repeat;
1351 } 1431 }
1352 1432
1353 span.tablink 1433 span.tablink
1354 { 1434 {
1355 cursor: pointer; 1435 cursor: pointer;
1372 max-width: 185px; 1452 max-width: 185px;
1373 text-decoration: none; 1453 text-decoration: none;
1374 overflow: hidden; 1454 overflow: hidden;
1375 text-overflow: ellipsis; 1455 text-overflow: ellipsis;
1376 -o-text-overflow: ellipsis; 1456 -o-text-overflow: ellipsis;
1377 background: url(images/tabs-right.gif?v=5414.733) top right no-repeat; 1457 background: url(images/tabs-right.gif?v=5c83.1417) top right no-repeat;
1378 } 1458 }
1379 1459
1380 span.tablink-selected a 1460 span.tablink-selected a
1381 { 1461 {
1382 cursor: inherit; 1462 cursor: inherit;
1408 color: #666; 1488 color: #666;
1409 border: 1px solid #999; 1489 border: 1px solid #999;
1410 cursor: default; 1490 cursor: default;
1411 } 1491 }
1412 .quota_bg { background-color: white; } 1492 .quota_bg { background-color: white; }
1413 .quota_high { background: url(images/quota-colors.png?v=c1e9.287) repeat-x 0 -28px #f90509; } 1493 .quota_high { background: url(images/quota-colors.png?v=e7fa.219) repeat-x 0 -28px #f90509; }
1414 .quota_mid { background: url(images/quota-colors.png?v=c1e9.287) repeat-x 0 -14px #e3e909; } 1494 .quota_mid { background: url(images/quota-colors.png?v=e7fa.219) repeat-x 0 -14px #e3e909; }
1415 .quota_low { background: url(images/quota-colors.png?v=c1e9.287) repeat-x 0 0px #05f905; } 1495 .quota_low { background: url(images/quota-colors.png?v=e7fa.219) repeat-x 0 0px #05f905; }
1416 .quota_text_high { color: white; } 1496 .quota_text_high { color: white; }
1417 .quota_text_mid { color: #666; } 1497 .quota_text_mid { color: #666; }
1418 .quota_text_low { color: #666; } 1498 .quota_text_low { color: #666; }
1419 1499
1420 table.quota-info { 1500 table.quota-info {
1473 { 1553 {
1474 border: 0 !important; 1554 border: 0 !important;
1475 } 1555 }
1476 1556
1477 #image-selector-form.droptarget { 1557 #image-selector-form.droptarget {
1478 background: url(images/filedrop.png?v=deab.605) center bottom no-repeat; 1558 background: url(images/filedrop.png?v=080e.581) center bottom no-repeat;
1479 } 1559 }
1480 1560
1481 #image-selector-form.droptarget.hover 1561 #image-selector-form.droptarget.hover
1482 { 1562 {
1483 background-color: #F0F0EE; 1563 background-color: #F0F0EE;
1484 box-shadow: 0 0 5px 0 #999; 1564 box-shadow: 0 0 5px 0 #999;
1485 -moz-box-shadow: 0 0 5px 0 #999; 1565 -moz-box-shadow: 0 0 5px 0 #999;
1486 -o-box-shadow: 0 0 5px 0 #999; 1566 -o-box-shadow: 0 0 5px 0 #999;
1487 } 1567 }
1568
1569 /** PGP key import dialog **/
1570 .pgpkeyimport div.key {
1571 position: relative;
1572 margin-bottom: 2px;
1573 padding: 1em 1em 5px;
1574 background-color: #ebebeb;
1575 }
1576
1577 .pgpkeyimport div.key.revoked,
1578 .pgpkeyimport div.key.disabled {
1579 color: #a0a0a0;
1580 }
1581
1582 .pgpkeyimport div.key label {
1583 display: inline-block;
1584 margin-right: 0.5em;
1585 }
1586
1587 .pgpkeyimport div.key label:after {
1588 content: ":";
1589 }
1590
1591 .pgpkeyimport div.key label + a,
1592 .pgpkeyimport div.key label + span {
1593 display: inline-block;
1594 margin-right: 2em;
1595 white-space: nowrap;
1596 }
1597
1598 .pgpkeyimport div.key label + a {
1599 font-weight: bold;
1600 }
1601
1602 .pgpkeyimport ul.uids {
1603 margin: 5px 1em 0 1em;
1604 padding: 0;
1605 }
1606
1607 .pgpkeyimport li.uid {
1608 border: 0;
1609 padding: 2px;
1610 }
1611
1612 .pgpkeyimport div.key input.button.importkey {
1613 position: absolute;
1614 top: 0.8em;
1615 right: 0.8em;
1616 padding: 2px 6px;
1617 }
1618
1619 .pgpkeyimport div.key input.button[disabled] {
1620 display: none;
1621 }