-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmaterial_viewer.css
140 lines (140 loc) · 2.06 KB
/
material_viewer.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
#viewer {
text-align: left;
}
#viewer #btn_back {
margin-bottom: 15px;
}
#viewer * {
text-align: left;
font-size: 12pt;
}
#viewer img {
max-width: 90%;
max-height: 400px;
height: auto;
width: auto;
margin: 20px auto;
display: block;
}
#viewer .column_container :after {
clear: both;
height: 0;
visibility: hidden;
content: "";
}
#viewer .column_container .column {
float: left;
}
#viewer p {
margin-bottom: 5px;
}
#viewer pre {
border-left: 4px solid cornflowerblue;
background-color: #f3f3f3;
padding-left: 25px;
}
#viewer h1 {
margin: 25px 0;
font-size: 1.8em;
}
#viewer h2 {
border-bottom: 1px solid #66b8a0;
margin: 45px 0 15px 0;
font-size: 1.4em;
}
#viewer h3 {
margin: 20px 0 10px 0;
border-bottom: 1px solid #ffb400;
font-size: 1.25em;
}
#viewer h4 {
font-size: 1.1em;
margin: 12px 0 5px 0;
border-bottom: 1px solid darkred;
}
#viewer .content_section {
font-size: 12pt;
margin-left: 40px;
margin-bottom: 30px;
}
#viewer .content_sub_section {
font-size: 12pt;
margin-left: 20px;
margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
margin-bottom: 4px;
}
#chooser {
margin-top: 20px;
}
#search {
margin-bottom: 35px;
}
#search input {
padding: 5px;
font-size: 14pt;
line-height: 1;
width: 100%;
}
#search_results > ul {
list-style: none;
}
#search_results > ul li {
text-align: left;
}
#materials * {
text-align: left;
}
#materials > ul {
padding: 0;
}
#materials > ul > li {
margin-bottom: 45px;
}
#materials ul {
list-style: none;
padding-left: 5px;
}
#materials hr {
margin: 5px 0 16px 0;
}
#materials h2 {
font-size: 16pt;
margin: 24px 0;
border-bottom: 1px solid #66b8a0;
}
#materials h3 {
margin: 12px 0;
font-size: 14pt;
border-bottom: 1px solid #ffb400;
}
#materials h4,
#materials h5,
#materials h6 {
margin-top: 2px;
}
.e_res {
background-color: #fafafa;
padding: 5px;
margin-bottom: 2px;
}
.e_res:hover {
background-color: #f0f0f0;
cursor: pointer;
}
.e_name {
margin: 0;
}
.e_desc {
font-size: 10pt;
}
.e_cat_name {
margin-bottom: 4px;
}