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

source: skin/vI_TooltipBrowser.css @ a9d1b9

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

changed to have right color for tooltip text

  • Property mode set to 100644
File size: 891 bytes
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
7img {
8    margin-right: 20px;
9    margin-top: 5px;
10}
11
12div.bool {
13    background-repeat:no-repeat;
14    background-position: center;
15    min-width: 14px;
16}
17
18div.bool {
19    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
20}
21div.bool.checked {
22    background-image: url("chrome://v_identity/skin/checked-unequal.png");
23}
24
25@media braille { label.screen { display:none; } }
26@media screen { label.braille { display:none; } }
27
28body {
29    margin: 0px;
30    color: infotext;
31}
32
33table {
34    font-size: small;
35    border-collapse: collapse;
36    margin: auto;
37    margin-bottom: 0.7em;
38}
39
40div.name {
41    font-weight: bold;
42    text-align: center;
43    padding-bottom: 10px;
44    padding-top: 0.5em;
45    font-size: medium;
46}
47
48.col2 {
49    padding-left: 1em;
50    text-align: center;
51}
Note: See TracBrowser for help on using the repository browser.