forked from roblib/islandora_solution_pack_chemistry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathislandora_chem_sp.css
63 lines (54 loc) · 1.1 KB
/
islandora_chem_sp.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
/*
Document : islandora_chem_sp
Created on : Nov 11, 2011, 11:38:12 AM
Author : rwincewicz
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root {
display: block;
}
.mw_range_from {
float: left;
}
.mw_range_to {
float: left;
margin-left: 20px;
}
.mw_range_submit {
float: left;
margin-top: 23px;
margin-left: 20px;
margin-right: 10px;
}
.codecomment {
color: #027ac6;
}
pre {
font-family: Courier New, Bitstream Vera Sans Mono, monospace;
font-size: 9pt;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding: 0.4em;
color: #000;
}
pre span.N{ color:green; } /* Numbers */
pre span.S{ color:#c9750f } /* Strings */
pre span.C{ color:gray; } /* Comments */
pre span.K{ color:blue;
font-weight: bold;
} /* Keywords */
pre span.V{ color:#70d6ff; } /* Vars */
pre span.D{ color:#ff9a5d; } /* Defines */
.search-text {
font-weight: bold;
}
.code_window {
height: 100px;
width: 100px;
overflow: auto;
}