This repository was archived by the owner on Feb 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstyle.css
More file actions
149 lines (128 loc) · 2.42 KB
/
style.css
File metadata and controls
149 lines (128 loc) · 2.42 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
html, body {
width: 100%;
min-height: 100%;
position: relative;
margin: 0;
height: 100%;
padding: 0;
font-family: 'r', sans-serif;
color: #555;
}
article header {
margin-bottom: 20px;
color: #23282E;
padding: 20px 0;
width: 100%;
border-bottom: 3px solid #337ab7;
background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}
article header h1, article header h2 {
margin: 0;
padding: 0;
vertical-align: middle;
color: whitesmoke;
outline: black;
}
article header h1 {
font-weight: 700;
font-size: 3em;
font-family: 'rs';
}
article header h2 {
font-weight: 600;
font-size: 2em;
font-family: 'rs';
}
article section {
padding: 0px 10%;
}
section h1 {
font-size: 2em;
color: #1AC3CB;
}
section h2 {
font-size: 1.8em;
color: #1AC3CB;
}
section h3 {
font-size: 1.4em;
color: #1AC3CB;
}
section p {
font-size: 1.2em;
line-height: 30px;
}
div.hcont {
width: 80%;
margin: 0 auto;
position: relative;
}
.col-md-6 {
width: 48%;
padding: 1%;
float: left;
}
.btn {
color: #FFF;
background-color: #12BBB5;
margin: 10px auto;
padding: 2% 5%;
font-size: 1.4em;
font-weight: 600;
display: inline-block;
position: relative;
font-family: 'rs';
text-transform: uppercase;
}
.btn input[type="button"] {
color: #FFF;
background-color: transparent;
display: inline-block;
position: relative;
border: 0;
font-size: inherit;
}
.btn input[type="file"] {
opacity: 0;
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.img-thumbnail {
width: 40%;
margin: 5%;
background-image: none;
}
.media-preview {
width: 50%;
height: auto;
}
.media-container {
margin-bottom: 20px;
text-align: left;
}
.custom-preview {
width: 100%;
border: 2px solid #E6E6E6;
background-color: #F5F5F5;
min-height: 50px;
}
.media-preview {
background-color: #eee;
padding: 10px;
color: black;
}
.media-preview input[type="file"] {
padding: 0;
margin: 0;
}
.media-preview input[type="button"] {
margin: 0;
padding: 0;
border: 0;
cursor: pointer;
background-color: transparent;
}