-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpnp-template.scss
163 lines (141 loc) · 3.71 KB
/
pnp-template.scss
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
/*SIMPLIFIED TEMPLATE
=================================================*/
.context-course_{
/*PNP TEMPLATE */ &987654,
/*ONLINE STUDENT CENTER*/ &219062,
/*WCBA Demo Site*/ &203626,
/*PDB15*/ &315985,
/*B.Ethics Ambass Darnell*/ &315991,
/*S15 ACG5065 Asare*/ &313657, &313906, &315828,
/*S15 BUL4443 Darnell*/ &315308,
/*S15 BUL5810 Thomas*/ &314261,
/*S15 ECO6716 Waldo*/ &315616,
/*S15 ECP5705 Dinopoulos*/ &315861,
/*S15 ENT6930 Kraft*/ &313860, &313861,
/*S15 FIN5405*/ &314105,
/*S15 FIN5437 Houston*/ &313936,
/*S15 FIN5439 Vakharia*/ &315881, &315882,
/*S15 FIN6108 Nye*/ &314262,
/*S15 FIN6425 Stein*/ &315617,
/*S15 FIN6427 Houston*/ &316116,
/*S15 GEB5212 McCawley*/ &315547, &315914,
/*S15 GEB6930 Florig*/ &313658,
/*S15 GEB6930 Ogan*/ &315311,
/*S15 ISM5021 Cheng*/ &314259,
/*S15 ISM6222 Means */ &314096,
/*S15 MAN5245 Erez*/ &313870,
/*S15 MAN5425*/ &314260,
/*S15 MAN5501 Erenguc*/ &315430,
/*S15 MAN6447 Thomas*/ &315966,
/*S15 MAN6636 Phalin*/ &313787,
/*S15 MAN6930 Podsakoff*/ &315717,
/*S15 MAR6862 Cooke*/ &313661,
/*S15 MAR6930 Shugan*/ &315223,
/*S15 QMB6930 Ogan*/ &315419,
/*S15 REE6208 Archer*/ &314958, &314960 {
.course-title.ellipsis {
color: white;
font-weight: 100;
font-family: "Lato", sans-serif;
}
.header-bar.flex-container {
background: #6CADD9;
}
.show-content.user_content.enhanced,
.message_wrapper {
padding: 0px 80px 30px 80px;
top: -1px;
p {
margin: 20px 0 0 0;
font-size: 120%;
line-height: 1.65em;
word-spacing: 0.05em;
letter-spacing: .01em;}
img {
border: 1px solid rgb(180, 180, 180);
padding: 2px;
margin: 5px 20px 20px 0;
clear: both;
max-width: 100% !important;}
.column img {
border: 0;
padding: 0;
margin: 0;
}
// Removes image styles for small, inline, Canvas-generated images
span.instructure_file_link_holder.link_holder img {
border: inherit;
padding: inherit;
margin: inherit;
clear: inherit;}
h2, h3, h4 {
font-family: 'Lato', sans-serif;
clear: both;}
h2 {
font-weight: 300;
color: black;
letter-spacing: 2px;
line-height: 1.1em;
font-size: 32px;
border-bottom: 2px solid #6CADD9;
clear: both; }
h3 {
margin-bottom: 0px;
line-height: 24px;
letter-spacing: .5px;
border-bottom: 2px solid #e5e5e5;}
ul {
font-size: 120%;
margin: 0 3%;}
li {margin-top: 10px;}
a {
color: #0066cc;
text-decoration: underline;
transition: color .25s;}
a:hover {color: #ff9d42;}
.page-title {
width: calc(100% + 160px);
position: relative;
left: -80px;
padding: 10px 0 10px 80px;
margin: 0;
background: #6CADD9;
color: white;}
/* TABLE MENUS */
table#menu {
width: auto;
height: auto;
border-collapse: collapse;
border-spacing: 0;
margin: 20px auto;
text-align: center;}
table#menu tbody{
background-color: whitesmoke;}
table#menu td {
border: 2px solid #fdfdfd;
padding: 10px;}
table#menu td a{
font-size: medium;
text-decoration: none;}
table#menu tr:first-child {
width: auto;
height: auto;
font-family: "Lato", sans-serif;
background-color: #6CADD9;
color: white;
font-size: 18px;
letter-spacing: .1em;
font-weight: 300;}
} //end .show-content.user_content.enhanced, .message_wrapper
// Syllabus Header
//================
&.syllabus h1 {
margin-top: 20px;
padding: 5px;
font-weight: 300;
background-color: #6CADD9;
color: white;
border-radius: 3px;
}
} // end course-id
} // end .context-course_