-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
160 lines (135 loc) · 1.89 KB
/
style.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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
#messagerie_sidebar
{
float: left;
margin-right: 25px;
padding: 7px;
}
#wpfooter
{
position: static;
}
#messagerie_nav li
{
border: 2px solid #E7E7E7;
padding: 2.5px;
margin-left: 5px;
background-color: white;
}
#messagerie_nav li a
{
padding: 5px;
}
#messagerie_sidebar ul li:first-child
{
margin-top: 0px;
}
#messagerie_sidebar li
{
margin-top: 5px;
border: 2px solid #E7E7E7;
background-color: white;
padding: 5px;
}
#test2 + div
{
width: 600px;
}
#cke_1_contents
{
height: 300px;
}
#cke_1_top
{
display: block;
}
span[id="cke_txt-aref_arialbl"] + div span[id="cke_1_top"]
{
display: block;
}
nav ul li
{
display: inline;
}
#inbox
{
border-collapse: collapse;
}
#image
{
position: relative;
}
.loader
{
position : fixed;
z-index: 9999;
background : url('loader.gif') 50% 50% no-repeat;
top : 0px;
left : 0px;
height : 100%;
width : 100%;
cursor : wait;
}
#inbox thead tr
{
border-bottom: solid 1px #E7E7E7;
}
#inbox thead td
{
padding: 10px;
vertical-align: center;
text-align: center;
}
#compose
{
border: 1px solid #E7E7E7;
background-color: white;
padding: 10px;
}
input[type="submit"]
{
box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.08);
border: 1px solid #CCC;
border-radius: 3px;
padding: 5px;
background: none repeat scroll 0% 0% #F7F7F7;
}
input[type="submit"]:hover
{
background: none repeat scroll 0% 0% #FAFAFA;
border-color: #999;
}
input +input
{
margin-left: 8px;
}
input[type="submit"]:active
{
background: none repeat scroll 0 0 #eee;
border-color: #999;
box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5) inset;
}
input[type="checkbox"]
{
padding-left: auto;
padding-right: auto;
text-align: center;
}
#inbox
{
background-color: white;
border: 1px solid #E7E7E7;
box-shadow: 1px 1px 12px #D7D7D7;
}
#inbox tbody td
{
padding: 10px;
text-align: center;
}
#inbox tbody > :nth-child(odd)
{
background-color: #F9F9F9;
}
div#cke_test2 div.cke_inner span.cke_top
{
display: none;
}