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

source: skin/vI_rdfTreeInfo.css @ 184c6c

ng_0.9
Last change on this file since 184c6c was 184c6c, checked in by rene <rene@…>, 11 years ago

rearranged tree structure / added build-script

  • 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    min-width: 14px;
24}
25
26div.bool {
27    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
28}
29div.bool.checked {
30    background-image: url("chrome://v_identity/skin/checked-unequal.png");
31}
32
33@media braille { label.screen { display:none; } }
34@media screen { label.braille { display:none; } }
35
36body {
37    margin: 0px;
38    background-color: -moz-field;
39    padding: 20px;
40}
41
42td {
43    padding-right: 10px;
44    padding-left: 10px;
45}
46
47table {
48    background-color: #eee;
49    -moz-border-radius: 10px;
50    font-size: small;
51    border-collapse: collapse;
52    margin: auto;
53}
54
55div.name {
56    font-weight: bold;
57    text-align: center;
58    padding-bottom: 10px;
59    padding-top: 0.5em;
60    font-size: medium;
61}
62
63.col2 {
64    padding-left: 1em;
65    text-align: center;
66}
Note: See TracBrowser for help on using the repository browser.