summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
blob: a54c281417be558d62128f18b61271f8378e0cd1 (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/* Summary page */

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

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

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

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

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

#fig .area {
  fill: steelBlue;
}

#overview .list-stats {
    text-align: center;
}

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


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

#overview .thread {
    margin: 1.5em 0 0 0;
}

#overview .thread-stats {
    margin-left: 3em;
}
#overview .thread-stats ul {
    margin: 0;
}
#overview .thread-stats .category {
    margin-right: 2em;
}

/*
.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;
}


/* Threads by category */

#discussion-by-category h4 {
    font-size: 105%;
    line-height: 105%;
    margin: 1.5em 0 0.5em 0;
    padding-left: 1em;
    padding-right: 1em;
}
#discussion-by-category h4.first {
    margin-top: 0;
}
#discussion-by-category .thread {
    margin: 0 0 0 0.5em;
}
#discussion-by-category .thread-stats {
    margin-left: 0;
}
#discussion-by-category .thread .category {
    display: none;
}