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

source: chrome/skin/classic/v_identity/vI_rdfTreeInfo.css @ 72a662

lite_0.1multiEditng_0.6ng_0.6_helpng_0.8ng_0.9
Last change on this file since 72a662 was 3a0314, checked in by rene <rene@…>, 14 years ago

layout

  • Property mode set to 100644
File size: 1.1 KB
Line 
1/*
2This css is used in the improved Tooltip
3The css will be loaded with htmlTextBox.__setCSS() because the
4embedded browser is not able to access chrome
5*/
6
7
8#recipientLabel {
9    margin-bottom: 10px;
10    font-size: x-large;
11    font-weight: bold;
12    font-style: italic;
13}
14
15img {
16    margin-right: 20px;
17    margin-top: 5px;
18}
19
20div.bool {
21    background-repeat:no-repeat;
22    background-position: center;
23}
24
25div.bool {
26    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
27}
28div.bool.checked {
29    background-image: url("chrome://v_identity/skin/checked-unequal.png");
30}
31
32@media braille { label.screen { display:none; } }
33@media screen { label.braille { display:none; } }
34
35body {
36    margin: 0px;
37    background-color: -moz-field;
38    padding: 20px;
39}
40
41td {
42    padding-right: 10px;
43    padding-left: 10px;
44}
45
46table {
47    background-color: #eee;
48    -moz-border-radius: 10px;
49    font-size: small;
50    border-collapse: collapse;
51    margin: auto;
52}
53
54div.name {
55    font-weight: bold;
56    text-align: center;
57    padding-bottom: 10px;
58    padding-top: 0.5em;
59    font-size: medium;
60}
61
62.col2 {
63    padding-left: 1em;
64    text-align: center;
65}
Note: See TracBrowser for help on using the repository browser.