-
Notifications
You must be signed in to change notification settings - Fork 1
/
sesh.css
119 lines (103 loc) · 2.13 KB
/
sesh.css
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
body {
font-family: "Verdana", "Arial", sans-serif;
font-size: 11px;
width:350px;
}
h1 {
margin-left: 5px;
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
}
div, td, th { color: black; }
a {
text-decoration: none;
}
.link {
color: #2857C9;
cursor: pointer;
}
.link:hover {
color: #00248F;
}
.link:active {
color: #2857C9;
}
#masthead {
height: 30px;
margin-bottom: 4px;
}
#actions {
width: 350px;
margin-bottom: 7px;
}
.action {
width: 164px;
font-size: 11px;
line-height: 16px;
padding-top: 5px;
padding-left: 6px;
padding-bottom: 2px;
vertical-align: top;
display: inline-block;
outline: none;
cursor: pointer;
-webkit-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.blue {
border: solid 1px #263657;
color: white;
background: -webkit-gradient(linear, left top, left bottom, from(#4A7EC9), to(#4372B5));
}
.blue:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#4372B5), to(#3A639E));
}
.blue:active {
color: #D8E4FF;
background: -webkit-gradient(linear, left top, left bottom, from(#3A639E), to(#4372B5));
}
.seshitem {
padding-top: 4px;
padding-left: 5px;
padding-bottom: 1px;
margin-bottom: 7px;
outline: none;
cursor: pointer;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.light-blue {
border: solid 1px #9EA2A8;
background: -webkit-gradient(linear, left top, left bottom, from(#F0F5FF), to(#E3E8F2));
}
.light-blue:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#DDE5F9), to(#D0D8EB));
}
.light-blue:active {
background: -webkit-gradient(linear, left top, left bottom, from(#D0D8EB), to(#D0D8EB));
}
.seshname {
width: 228px;
margin-right: 10px;
font-size: 11px;
line-height:16px;
display: inline-block;
vertical-align: top;
overflow:hidden;
}
.timestamp {
width: 93px;
color: #8A8A8A;
line-height:16px;
padding-left:10px;
vertical-align: top;
display: inline-block;
}
#sessions {
margin-bottom: 9px;
}