# lists.srht.css -rw-r--r-- 2.0 KiB View raw
                                                                                
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
p {
    color: #828282;
}

.col-md-3, .col-md-4{
    display: none;
}

.container {
    max-width: 100%;
}

.col-md-9 {
    background: rgb(246, 246, 239);
    margin: 0 auto;
}

.col-md-8 {
    flex: 0 0 75%;
    max-width: 75%;
    margin: 0 auto;
        background: rgb(246, 246, 239);
}

.header-tabbed {
    background: rgb(255, 102, 0);
    border-bottom: none;
    margin-bottom: 0;
    margin: 0 auto;
    flex: 0 0 75%;
    max-width: 75%;
}

.header-tabbed h2 {
    font-size: 10pt;
    font-weight: bold;
    color: black;
    font-family: verdana, sans-serif;
}

.header-tabbed h2 a {
    color: #444;
    line-height: 24px;
}

input[name=search] {
    display: none;
}

.nav-tabs {
    padding-top: 0 !important;
}

.nav-tabs a {
    background: transparent !important;
    color: black !important;
    height: 24px;
    line-height: 24px;
}

.event-list .event {
    background: transparent;
    margin: 0;
    padding: 0;
    height: 35px;
    position: relative;
}

.event-list .event h4 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10pt;
}

.event-list .event h4 a {
    color: black;
}
.event-list .event small {
    position:absolute;
    top: 13px;
    left: 0;
    font-size: 7pt;
    font-family: verdana, sans-serif;
    color: #828282;
    float: none;
}
.archive-entry small>span {
    margin-left: 0;
}

.archive-entry a {
    color: #828282;
}
.archive-entry a::before {
    content: "by ";
}
.archive-entry .icon-clock {
    display: none;
}

.col-md-8 h3 {
    font-size: 10pt;
    font-weight: bold;
    border-bottom: none;
    color: #777;
    margin-top:20px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.message-header {
    display: block;
    margin-bottom: 0;
}
.message-header .from {
    font-size: 7pt;
    color: #777;
    display: inline;
}
.message-header .from::before {
    content: "from";
}
.message-header details {
    display: none;
}
.message-header .date {
    font-size: 7pt;
    display: inline;
}
.message-header a {
    color: #444;
}
.message-body {
    background: transparent;
    padding: 0;
}