-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.min.css
More file actions
106 lines (89 loc) · 1.71 KB
/
Copy pathcustom.min.css
File metadata and controls
106 lines (89 loc) · 1.71 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
#wpadminbar {
display:none;
}
.menu-item a {
color:#fff;
text-decoration: none;
margin-left:1rem;
}
body {
font-family:'Raleway', san serif;
font-size:17px;
}
.main-title {
color: #000000;
border-bottom: 2px solid #e53359;
margin: 2rem 0 2rem 0;
}
.date_holder {
position: absolute;
top: 10px;
right: 10px;
background: #f7f7f7;
color: #2e2e2e;
padding: 0;
text-align: center;
}
.date_holder .day {
display: block;
font-size: 20px;
margin-bottom: 2px;
font-weight: 700;
padding: 4px 12px;
}
.date_holder .month {
display: block;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
background: #d14242;
color: #fff;
}
.foundationHr {
background-color: #e53359 !important;
color: #e53359 !important;
border: solid 2px #e53359 !important;
height: 2px !important;
margin-top: 25px;
}
.proxima {
background-color: #e53359 !important;
color: #e53359 !important;
border: solid 2px #e53359 !important;
height: 2px !important;
margin-top: 25px;
}
.content_wrapper {
background: #f7f7f7;
}
.body_content {
background: #fff;
}
.footer {
padding-top: 5rem;
padding-bottom: 5rem;
background-color: #2c3e50;
color: #fff;
}
.copyright {
background-color: #1a252f;
}
.footer a {
color:#fff!important;
text-decoration: none;
}
.sub-title {
color: #000000;
border-bottom: 1px solid #000000;
margin: 2rem 0 2rem 0;
}
pre {
color: #ccc;
background: #000;
padding: 2rem;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}