summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
blob: 1fef97cf0e140eecf3ff873b649ea9ddeb7effb9 (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
/* Summary page */

#recent-activities h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0.5em;
    text-align: center;
}

#recent-activities h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0.5em;
    text-align: center;
}

#graph h2 {
    text-align: center;
}
#graph rect {
    cursor: pointer;
}

#fig {
  position: relative;
  margin: auto;
  width: 540px;
  height: 330px;
}

#fig .axis path, #fig .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: geometricPrecision;
}

#fig .area {
  fill: steelBlue;
}


#recent-activities p.thread-new {
    text-align: center;
}


#recent-activities .widget {
    padding: 1em;
    padding-bottom: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 1em 0;
}

.category {
    font-variant: small-caps;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: top;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 10px;
}

.category_entry {
    list-style-type: circle;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.category_entry li {
    padding-bottom: 10px;
}

.maker {
    color: rgb(102, 102, 102);
    padding-right: 10px;
    padding-bottom: 20px;
}

.maker-id, .maker-name {
    font-weight: bold;
    font-size: 115%;
    vertical-align: top;
    padding-right: 20px;
}

.maker .gravatar {
    padding-right: 20px;
}

.score{
    font-weight: bold;
}