-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
executable file
·134 lines (111 loc) · 1.8 KB
/
style.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
html {
background: url(img/wscs_pattern.png) no-repeat;
background-size: 400px;
color: #00294b;
font-family: 'Open Sans', sans-serif;
}
/* h1 used for W@SCS title, h2 for mobile headings, h3 for featured news story title,
h4 for featured news story author, p for mission + featured news story description,
h5 for regular news story title, h6 for regular news story author */
h1, h2, h4, h6 {
text-transform: uppercase;
margin: 0;
}
h1 {
font-weight: 200;
letter-spacing: 3.5px;
font-size: 3.1rem;
margin: 0px;
}
h2 {
font-weight: 200;
letter-spacing: .5px;
font-size: 2.5rem;
}
h3 {
letter-spacing: 1px;
font-size: 1.5rem;
margin: 7px;
font-weight: 600;
}
h4 {
letter-spacing: .2px;
font-size: .9rem;
font-weight: 200;
}
h5 {
letter-spacing: 1px;
font-size: 1.3rem;
margin: 7px;
font-weight: 600;
}
h6 {
letter-spacing: .2px;
font-size: .8rem;
font-weight: 200;
}
p {
color: #46524e;
}
iframe {
max-width: 100%;
}
#dates {
font-size: 14px;
}
.padding-top {
background-color: #00294b;
}
.col.padding-bottom {
background-color: #00294b;
height: 80px;
position: relative;
}
#main-nav {
background:rgba(0,0,0,0);
}
#main-nav ul li a{
color: #00294b;
font-weight: 500;
font-size: 17px;
}
.image, .news {
display: inline-block;
text-align: center;
}
.image {
max-height: 400px;
max-width: 300px;
width: auto;
}
.news {
padding: 0px 10px;
width: 100%;
}
.button {
background-color: #00294b;
font-size: .9rem;
font-weight: 200;
text-transform: uppercase;
color: #fff;
border-radius: 15px;
line-height: 3;
padding: 6px 24px;
margin-top: 24px;
display: inline-block
}
.button:hover {
cursor: pointer;
}
.button:active {
background-color: #00569d;
}
.post-link {
color: #00294b;
}
.scs-logo {
position: relative;
top: 20px;
left: 20px;
height: 40px;
}