source: extensions/modus/css/tags.css @ 25794

Last change on this file since 25794 was 25794, checked in by rvelices, 10 years ago
File size: 1.3 KB
Line 
1#fullTagCloud {
2        font-size: 120%;
3        text-align: justify;
4        padding: 0;
5        margin: 1em 5px;
6}
7
8#fullTagCloud SPAN {
9        white-space: nowrap;
10        margin: 0 2px;
11}
12
13
14.tagLevel5 { font-size: 150% !important; }
15.tagLevel4 { font-size: 140% !important; }
16.tagLevel3 { font-size: 120% !important; }
17.tagLevel2 { font-size: 100% !important; }
18.tagLevel1 { font-size: 90%  !important; }
19
20TR.tagLine {
21        border-bottom: 1px solid #ddd;
22}
23TD.nbEntries {
24        text-align: right;
25        font-style: italic;
26        font-size: 90%;
27}
28
29FIELDSET.tagLetter {
30        border: 1px solid #d3d3d3;
31        width: 200px;
32        margin: 0.5em;
33        padding: 10px;
34}
35
36LEGEND.tagLetterLegend {
37        border: 1px solid #d3d3d3;
38        font-size:120%;
39        font-weight: bold;
40        padding: 0 5px;
41        font-style: normal;
42}
43
44TABLE.tagLetterContent {
45        width:100%;
46        font-size:80%;
47        border-collapse : collapse;
48}
49
50
51.tag-actevt {color: #f88 }
52.tag-ani-0, .tag-ani-1, .tag-ani-2 { color: skyblue;}
53.tag-built-0, .tag-built-1 {color: #ccc }
54.tag-concept-0, .tag-concept-1 {color: #f11 }
55.tag-flora-0, .tag-flora-1 {color: #6f6 }
56.tag-nature-0,.tag-nature-1 {color: palegreen;}
57.tag-natph {color: #f7f }
58.tag-people {color: #0ff }
59.tag-place-0, .tag-place-1 { color: yellow;}
60.tag-priv { color: orange;}
61.tag-style {color: #8bf }
Note: See TracBrowser for help on using the repository browser.