summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
blob: 02f69a4ca33a2c9ed0b7f5a097bbd9d2490ce24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body {
   background-color:       #000000;
   color:                  rgb(26,151,15);
   font-family:            Arial, Helvetica, sans-serif;
   font-style:             normal;
   border:                 solid 1px #ffffff;
   border-color:           rgb(15,15,15);
   padding:                10px;
}

#frame {
   padding:                10px;
   background-color:       #ffffff;
}

table, tr, td {
   border-collapse:        collapse;
   padding:                0px;
   empty-cells:            show;
   vertical-align:         top;
}

td.tags {
   font-size:              14px;
   width:                  150px;
   padding:                2px;
   padding-top:            10px;
   border-top:             solid 1px #000000;
   border-right:           solid 1px #000000;
}

td.available_tags,td.selected_tags {
   border-bottom:          solid 1px #000000;
   padding-top:            10px;
   padding-bottom:         10px;
   padding-right:          10px;
}

td.logo {
   font-weight:            bolder;
   height:                 40px;
   border-bottom:          solid 1px #000000;
}

td.content {
   border-top:             solid 1px #000000;
}

td.menu {
   padding-top:            5px;
   padding-bottom:         5px;
}

td.index_header {
   background-color:       #eeeeee;
   padding:                10px;
   vertical-align:         middle;
}

img {
   border:                none;
}

img.thumb {
}

a {
   font-size:              14px;
   color:                  #008200;
   text-decoration:        none;
}

a:visited, a:active {
   color:                  #00ff00;
} 
a:hover {
   color:                  #00aa44;
}

#matrix {
   padding:                10px;
}

td.thumb {
   padding:                1px;
   text-align:             center;
}

#outter {
   padding:                10px;
   background-color:       #eeeeee;
}

#inner {
   padding:                7px;
   -moz-border-radius:     1em;
   border-radius:          1em;
   border:                 dashed 1px #888888;

}