summaryrefslogtreecommitdiffstats
path: root/konq-plugins/sidebar/metabar/src/default.css
blob: 0bae4abb3f4af349cd67007cd858f6578ca097ac (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
body {
  background-color:   window;
  font-family:      sans-serif;
  font-size:      11px;
  color:    windowtext;
}

.frame {  
  background-color: threedface;
  margin-bottom:      10px;
  position:       relative;

}

li {
  list-style-type:    none;
  overflow:       hidden;
}

li ul {
  margin:       0px;
  padding:      0px;
  height:       20px;
  white-space:	nowrap;
}

a {
  display:      block;
  padding-top:    5px;
  padding-left:   24px; 
  background-position:  4px 2px;
  background-repeat:  no-repeat;
  
  text-decoration:  none;
  color:    buttontext;

}

a:hover {
  text-decoration:  underline;
}

a.title {
  font-weight:    bold;
  border-bottom:  solid 1px threeddarkshadow;
  cursor:   pointer;
  height:   15px;
  background-repeat:  none;
}

a.infotitle {
  font-weight:      bold;
  padding-left:     5px;
  cursor:           pointer;
}

.preview {
  padding:      5px;
  text-align:     center;
}

ul.info {
  padding-left:       5px;
}