summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/hyperkitty/css/hyperkitty-index.css
blob: 4f5fac4a50ee28967e694f0ee4b930a1aab93de3 (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
143
144
/* List of lists */

#logo {
    display: block;
    margin: 120px auto;
    clear: both;
}


.all-lists .side-menu h2 {
    font-size: 100%;
    line-height: 100%;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
}
.all-lists .side-menu ul {
    list-style-type: none;
    margin-left: 1em;
}
.all-lists .side-menu li {
    margin: 0.5em 0;
}
.all-lists .lists-menu span.active {
    font-weight: bold;
}
.all-lists div.lists {
    padding-right: 4em;
}
.all-lists .initials {
    right: 0;
    right: -3em; /* there will be an animation to 0 */
    position: absolute;
    text-align: center;
    margin-top: 3em;
    border: 1px solid #bbb;
    border-right: 0;
    background-color: #f8f8f8;
}
.all-lists .initials h2 {
    font-size: 18pt;
    margin-bottom: 0.2em;
}
.all-lists .initials ul {
    margin: 0;
}
.all-lists .initials ul li {
    margin: 0;
}
.all-lists .initials ul a {
    display: block;
    padding: 0.5em 1em;
}
.all-lists .initials ul a:hover {
    background-color: #ddd;
    text-decoration: none;
}

.all-lists h1.lists {
    margin-bottom: 0.5em;
}

.all-lists table.lists th {
    color: #999;
    text-transform: uppercase;
    font-size: small;
    font-weight: normal;
}

.all-lists table.lists tbody tr.list {
    border: 1px solid #ccc;
}
.all-lists table.lists tbody tr.list:hover {
    cursor: pointer;
    color: white;
    background-color: #0088cc;
}
.all-lists table.lists tbody tr.list:hover a {
    color: white;
}
.all-lists table.lists tbody tr.list:hover .chart-data .bars rect {
    fill: white;
}

.all-lists table.lists tr.spacer td {
    height: 0.5em;
    padding: 0;
}

.all-lists table.lists td {
    vertical-align: middle;
    padding: 5px 8px;
}

.all-lists table.lists .list-name {
    font-size: 120%;
    color: black;
    font-weight: bold;
}
.all-lists table.lists .list-tags {
    font-size: 80%;
    color: #999;
    font-style: italic;
}
.all-lists table.lists .list-address {
    font-size: 90%;
}
.all-lists table.lists td.activity {
    width: 260px;
}
.all-lists table.lists .chart {
    height: 35px;
}
.all-lists table.lists ul.list-stats {
    margin: 0;
    text-align: center;
}
.all-lists table.lists ul.list-stats li {
    display: inline;
    font-size: 85%;
}

.all-lists table.lists tr.private {
    background-color: #e6f2f5;
}
.all-lists table.lists tr.private .list-name {
    color: #2e6c83;
}

.all-lists table.lists tr.inactive {
    background-color: #eee;
}
.all-lists table.lists tr.inactive .list-name {
    color: #999;
}

.all-lists table.lists tr span.new {
    font-size: 78%;
    text-transform: uppercase;
    margin-right: 0.5em;
}