Newer
Older
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
/*
// Landing Page Slideshow Labels
// --------------------------------------------------
*/
.field--name-field-slide-display-text .form-type-checkbox label {
font-size: 16px;
}
/*
// Background Color Selection Box
// --------------------------------------------------
*/
.field--name-field-background-color .form-select option[value="lgray-bg"]{
background-color: red !important;
}
/*select option {
margin: 40px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
select option[value="1"] {
background: rgba(100, 100, 100, 0.3);
}
select option[value="2"] {
background: rgba(150, 150, 150, 0.3);
}
select option[value="3"] {
background: rgba(200, 200, 200, 0.3);
}
select option[value="4"] {
background: rgba(250, 250, 250, 0.3);
}*/
/*
// Academic Programs - Related Programs Selection
// --------------------------------------------------
*/
.view-related-programs .js-form-type-checkbox {
display: inline-block;
margin: 0;
}
#edit-field-ap-related-programs-remove-button {
display: none;
}
/*
// Paragraphs
// --------------------------------------------------
*/
.js .paragraph-type-title {
flex-basis: 500px;
}