This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
esp.css
126 lines (107 loc) · 1.69 KB
/
esp.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
* {
font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:11pt
}
body {
background-color:#2B3E50;
color:#EBEBEB;
margin:20px 50px
}
h1 {
color:#EBEBEB;
font-size:16pt
}
h6 {
color:#EBEBEB;
font-size:10pt;
text-align:center
}
.button-menu {
text-transform:uppercase;
display:inline-block;
width:100px;
background:#485563;
color:#EBEBEB;
padding:3px 20px;
border:solid #485563 1px;
text-decoration:none;
margin:0 5px;
text-align:center
}
.button-menu:hover {
background:#4E5D6C;
text-decoration:none;
margin:0 5px
}
.button-link {
display:inline-block;
border:1px #D9534F solid;
color:#EBEBEB;
padding:5px 15px;
text-decoration:none;
background-color:#D9534F;
margin:3px 3px 0 0
}
th .button-link {
padding:5px 8px;
font-size:8pt;
border-color:#F0AD4E;
background-color:#F0AD4E;
}
th .button-link:hover {
border-color:#EEA236;
background-color:#EEA236;
}
.button-link:hover,.button-link:active {
background-color:#C9302C;
border-color:#C9302C
}
th {
background-color:#D9534F;
color:#EBEBEB;
padding:10px
}
td {
padding:10px;
vertical-align:middle
}
table {
width:50%;
border:0;
color:#EBEBEB;
border-collapse:collapse
}
table tr {
background-color:#4E5D6C
}
table tr:nth-child(odd) {
background-color:#2B3E50
}
.div_l {
float:left
}
.div_r {
background-color:#5CB85C;
color:#fff;
float:right;
margin:2px;
padding:1px 10px
}
.div_br {
clear:both
}
input[type=text],select,textarea {
display:block;
width:100%;
height:39px;
line-height:1.5;
padding:8px 16px;
font-size:15px;
color:#2b3e50;
background-color:#fff;
border:1px solid transparent
}
textarea {
font-family:"Courier New","Lucida Console",sans-serif;
height: 300px;
}