-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
237 lines (229 loc) · 6.22 KB
/
Copy pathapp.css
File metadata and controls
237 lines (229 loc) · 6.22 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
:root {
font-family: "Source Sans Pro", sans-serif !important;
font-weight: 200;
width: 100%;
}
body {
width: 100%;
overflow-x: hidden;
}
body > div {
width: 100%;
margin-left: 0;
margin-right: 0;
}
/* =================================================================================== */
/* Page Title */
div.pagetitlediv {
text-align: center;
border-bottom-color: black;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-top: 2em;
background-image: url("https://rpi.edu/images/backgrounds/diamonds/diamonds-white.jpg");
background-repeat: repeat;
}
div.pagetitlediv td {
padding: 0;
}
div.pagetitlediv h2 {
font-weight: 200;
font-family: "Source Sans Pro", sans-serif;
color: #990000;
font-size: 32px;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 1em;
}
/* Page Body */
div.pagebodydiv {
margin: 0 !important;
padding-bottom: 2em;
display: flex;
flex-direction: column;
}
/* Page tabs */
/* Inherits table behavior from `div.plaintable` below */
/* Inherits mouseover/color/font from header.css for navigation links (same as in header) */
div.pagebodydiv > table.plaintable[summary="This is main table for displaying Tab Items."] td.pldefault {
padding: 0;
border-top-width: 0;
border-bottom-color: lightslategray;
border-left-width: 0;
border-right-width: 0;
}
div.pagebodydiv > table.plaintable[summary="This is main table for displaying Tab Items."] td.pldefault tr {
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
}
div.pagebodydiv > table.plaintable[summary="This is main table for displaying Tab Items."] table.plaintable td > a {
font-size: small;
}
/* ======================================================= */
/* ==== menuplaintable ==== */
table.menuplaintable {
border-top-style: none !important;
margin: 0;
display: flex;
flex-direction: column;
/* Links */
/* Descriptions */
}
table.menuplaintable > tbody {
padding: 1em;
display: flex;
flex-direction: column;
}
table.menuplaintable > tbody > tr {
border-top-color: darkslategray;
border-top-style: solid;
border-top-width: 1px;
min-height: 2em;
display: flex;
align-items: center;
padding: 0.5em;
}
table.menuplaintable > tbody > tr:last-child {
border-bottom-color: darkslategray;
border-bottom-style: solid;
border-bottom-width: 1px;
}
table.menuplaintable td.mpdefault:first-child,
table.menuplaintable td.mpdefault > {
display: none !important;
}
table.menuplaintable img[name="Blue Ball"] {
display: none !important;
}
table.menuplaintable td.mpdefault {
display: unset;
}
table.menuplaintable td.mpdefault a,
table.menuplaintable td.mpdefault a * {
font-size: small;
}
table.menuplaintable td.mpdefault a, table.menuplaintable td.mpdefault a:hover, table.menuplaintable td.mpdefault a:visited,
table.menuplaintable td.mpdefault a *,
table.menuplaintable td.mpdefault a *:hover,
table.menuplaintable td.mpdefault a *:visited {
color: black;
}
table.menuplaintable td.mpdefault a:hover,
table.menuplaintable td.mpdefault a *:hover {
text-decoration: underline;
}
table.menuplaintable td.mpdefault > span.menulinkdesctext {
font-size: smaller;
margin-left: 10px;
}
/* ==== datadisplaytable ==== */
table.datadisplaytable {
margin-left: 1em;
margin-right: 1em;
border-collapse: collapse;
padding: 4px;
}
table.datadisplaytable caption {
font-size: large;
font-style: normal;
text-align: center;
background-color: #777676;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
color: white;
}
table.datadisplaytable > tbody {
border-style: ridge;
border-color: #777676;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
table.datadisplaytable tr {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #777676;
}
table.datadisplaytable th.ddlabel {
/* Data Labels */
padding: 4px;
}
/* Drop down forms */
div.pagebodydiv form table.dataentrytable {
display: inline-block;
width: 100%;
}
div.pagebodydiv form table.dataentrytable select,
div.pagebodydiv form table.dataentrytable input[type=submit] {
vertical-align: baseline;
display: inline-block;
height: 100%;
}
div.pagebodydiv form table.dataentrytable > tbody > tr > td.dedefault > select {
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 1em;
padding: 1px;
text-align: center;
vertical-align: middle;
}
div.pagebodydiv form input[type=submit],
div.pagebodydiv form input[type=reset] {
margin: 0;
border-left: 0;
border-color: black;
border-style: solid;
border-width: 1px;
border-radius: 1em;
}
/* ==== plaintable ==== */
/* In-page tab items and site map contents */
div.pagebodydiv > table.plaintable {
/* Columns */
/* Within Columns */
}
div.pagebodydiv > table.plaintable:first-of-type {
table-layout: fixed;
width: 100%;
}
div.pagebodydiv > table.plaintable:first-of-type > tbody > tr > td {
border-color: black;
border-width: 1px;
border-style: solid;
border-collapse: collapse;
padding: 0.5em;
}
div.pagebodydiv > table.plaintable table.plaintable {
width: 100%;
}
div.pagebodydiv > table.plaintable table.plaintable td.pldefault {
font-size: 0;
}
div.pagebodydiv > table.plaintable:first-of-type table.plaintable a {
font-size: x-small;
visibility: visible;
color: black;
}
div.pagebodydiv > table.plaintable:first-of-type table.plaintable a, div.pagebodydiv > table.plaintable:first-of-type table.plaintable a:hover, div.pagebodydiv > table.plaintable:first-of-type table.plaintable a:visited {
color: black;
}
div.pagebodydiv > table.plaintable:first-of-type table.plaintable a:visited, div.pagebodydiv > table.plaintable:first-of-type table.plaintable a:hover {
font-weight: inherit;
}
div.pagebodydiv > table.plaintable:first-of-type table.plaintable a > b {
margin-top: 0.5em;
font-size: small;
visibility: visible;
color: black;
border-top-color: black;
border-top-width: 1px;
border-top-style: solid;
border-bottom-color: black;
border-bottom-width: 1px;
border-bottom-style: solid;
}
div.pagebodydiv > table.plaintable:first-of-type table.plaintable a > b, div.pagebodydiv > table.plaintable:first-of-type table.plaintable a > b:hover, div.pagebodydiv > table.plaintable:first-of-type table.plaintable a > b:visited {
color: black;
}