-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcustom.css
More file actions
36 lines (30 loc) · 793 Bytes
/
custom.css
File metadata and controls
36 lines (30 loc) · 793 Bytes
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
button, input, optgroup, select, textarea {
line-height: 1.75;
border-radius: 3px;
border: 1px solid rgba(0,0,0,0.4);
line-height: calc(2.143rem - 3px);
padding: 0 1em;
}
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
background: #222f38;
border-top-color: #222f38;
color: #fff;
}
.obj_galley_link {
background: #222f38;
margin: 0.1em;
}
a {
color: #222f38;
}
.cmp_button_wire, .obj_galley_link {
border: 1px solid #222f38;
}
.cmp_button:hover, .cmp_button:focus, .page_search .submit button:hover, .page_search .submit button:focus {
background: #fff;
border: 1px solid #222f38;
color: #222f38;
}
.archiveHeader {
background: #637074;
}