This is just some static backup of the original site, don't expect every link to work!

source: skin/vI_DialogBrowser.css

ng_0.9 0.10.3
Last change on this file was e95c6f, checked in by rene <rene@…>, 4 years ago

css-changes

  • Property mode set to 100644
File size: 1.5 KB
Line 
1/*
2This css is used in the improved Dialogbox for vI_storage-Warnings
3The css will be loaded with vI_htmlTextBox.__setCSS() because the
4embedded browser is not able to access chrome
5*/
6
7div.bool {
8    background-repeat:no-repeat;
9    background-position: center;
10}
11
12td.equal div.bool.image {
13    background-image: url("chrome://v_identity/skin/notchecked-equal.png");
14}
15td.unequal div.bool.image {
16    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
17}
18td.equal div.bool.checked.image {
19    background-image: url("chrome://v_identity/skin/checked-equal.png");
20}
21td.unequal div.bool.checked.image {
22    background-image: url("chrome://v_identity/skin/checked-unequal.png");
23}
24
25h1 {
26    font-size: medium;
27    font-weight:bold;
28    margin-bottom:2em;
29}
30
31h2 {
32    font-size: small;
33}
34
35h2 .recLabel {
36    font-weight: normal;
37    display: block;
38}
39h2 .recipient {
40    text-align: center;
41    display: block;
42    margin-bottom:2em;
43}
44
45table {
46    width: 95%;
47    margin: auto;
48    font-size: small;
49    border-collapse: collapse;
50}
51
52th {
53    /*font-weight: normal;*/
54    border-bottom: 1px solid;
55}
56
57.col2, .col3 {
58    text-align: center;
59    border-left: 1px solid;
60    border-right: 1px solid;
61}
62
63.updateStorage .col2, .replaceVIdentity .col3 {
64    background: #eee;
65 }
66
67.unequal.col2, .unequal.col3 {
68    background-color: #eaa;
69    font-weight: bold;
70}
71
72.updateStorage .ignoreBaseId.col2, .updateStorage .ignoreValues.col2 {
73    text-decoration: line-through;
74}
75
76.question {
77    text-align: right;
78    font-size: medium;
79    font-weight:bold;
80    margin-top:4em;
81}
Note: See TracBrowser for help on using the repository browser.