Thu, 02 Jan 2020 03:58:32 -0700
- Add content section DIV to home page
0 | 1 | body { |
2 | background-color:#202020; | |
3 | } | |
4 | ||
5 | div.main { | |
6 | width:1280px; | |
7 | margin-right: auto; | |
8 | margin-left: auto; | |
9 | max-width: 100%; | |
10 | } | |
11 | ||
12 | /* Header Styles */ | |
13 | img.headerlogo { | |
14 | width: 293px; | |
15 | height: 96px; | |
16 | display:block; | |
17 | margin:auto; | |
18 | } | |
19 | ul.buttons { | |
20 | color:#fafafa; | |
21 | padding: 0px; | |
22 | margin: 0px; | |
23 | border-bottom-color: #373737; | |
24 | border-bottom-width: 1px; | |
25 | border-bottom-style: solid; | |
26 | } | |
27 | ul.buttons li { | |
28 | font-family: 'Arimo', sans-serif; | |
29 | font-size: 18px; | |
30 | font-weight: 400; | |
31 | list-style-type: none; | |
32 | text-transform: uppercase; | |
33 | display: inline-block; | |
34 | padding: .25em; | |
35 | padding-left: .25em; | |
36 | padding-right: .25em; | |
37 | } | |
38 | ul.buttons li:hover { | |
39 | background-color: #484848; | |
40 | } | |
41 | li.active{ | |
42 | border-bottom-color: #f79a10; | |
43 | border-bottom-width: 1px; | |
44 | border-bottom-style: solid; | |
45 | background-color: #484848; | |
46 | } | |
47 | ul.buttons a { | |
48 | color:#FAFAFA; | |
49 | text-decoration: none; | |
50 | } | |
51 | ||
52 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
53 | /* Features Nav */ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
54 | ul.featuresNav{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
55 | list-style-type: none; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
56 | padding: inherit; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
57 | font-size: inherit; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
58 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
59 | ul.featuresNav a{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
60 | color:#FAFAFA; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
61 | text-decoration: none; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
62 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
63 | ul.featuresNav h1{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
64 | font-size:2em; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
65 | margin-top: .1em; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
66 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
67 | div.featureShowcaseContainer { |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
68 | |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
69 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
70 | img.featureShowcase{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
71 | |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
72 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
73 | |
0 | 74 | /* Text Styles */ |
75 | div.content { | |
76 | font-family: 'Lato', sans-serif; | |
77 | color:#fafafa; | |
78 | margin: 1em; | |
79 | margin-right: 4em; | |
80 | word-wrap: break-word; | |
81 | overflow-wrap: break-word; | |
82 | } | |
83 | div.content h1 { | |
84 | margin-bottom: .25em; | |
85 | } | |
86 | div.content h3 { | |
87 | margin-top: .25em; | |
88 | margin-bottom: .25em; | |
89 | } | |
90 | div.content h4 { | |
91 | margin-top: .25em; | |
92 | margin-bottom: .25em; | |
93 | ||
94 | } | |
95 | div.content p { | |
96 | margin: 1em; | |
97 | margin-top: .25em; | |
98 | margin-bottom: .25em; | |
99 | font-size: 0.875em; | |
100 | } | |
1 | 101 | #textNotice { |
102 | width: max-content; | |
103 | background-image: url("missing_5p.png"); | |
104 | padding: 0.3em; | |
105 | border-radius: 4px; | |
106 | border-color: #f800f8d4; | |
107 | border-style: dashed; | |
108 | border-width: 1px; | |
109 | margin-left: 2em; | |
110 | margin-right: 2em; | |
111 | padding-right: 10%; | |
112 | } | |
113 | ||
0 | 114 | |
115 | /* Footer Styles */ | |
116 | div.footer { | |
117 | color:#fafafa; | |
118 | border-top-color: #373737; | |
119 | border-top-width: 1px; | |
120 | border-top-style: solid; | |
121 | } | |
122 | div.footer p{ | |
123 | font-family: "Arial", sans-serif; | |
124 | text-align: right; | |
125 | font-size: 12px; | |
126 | margin-top: 16px; | |
127 | margin-right: 2em; | |
128 | } | |
129 | ||
130 | ||
131 | /* Main Body Content Styles */ | |
132 | hr { | |
133 | display: block; | |
134 | margin-top: 0.5em; | |
135 | margin-bottom: 0.5em; | |
136 | margin-left: auto; | |
137 | margin-right: auto; | |
138 | border-style: none; | |
139 | border-width: 0px; | |
140 | border-bottom-color: #373737; | |
141 | border-bottom-style: solid; | |
142 | border-bottom-width: 1px; | |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
143 | } |
0 | 144 | div.contentSection { |
145 | border-color: #282828; | |
146 | border-style: solid; | |
147 | border-width: 1px; | |
148 | border-radius: 3px; | |
149 | padding: 0.25em; | |
150 | /* width: max-content; */ | |
151 | background-color: #1e1e1e; | |
152 | margin-bottom: 0.5em; | |
153 | } | |
154 | div.contentSection a { | |
155 | color:#fafafa; | |
156 | text-decoration: none; | |
157 | } | |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
158 | img.toolIconSM { |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
159 | float: right; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
160 | margin-right: .25em; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
161 | } |
0 | 162 | |
163 | /* Media Styles */ | |
164 | div.mediaContainer { | |
165 | margin-left: auto; | |
166 | margin-right: auto; | |
167 | width: max-content; | |
168 | max-width: 100%; | |
169 | } | |
1 | 170 | div.mediaContainer video { |
171 | max-width: 100%; | |
172 | } | |
173 | img.mediaImage { | |
0 | 174 | max-width: 100%; |
175 | } | |
176 | ||
177 | /* External Fonts */ | |
178 | @import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); | |
179 | @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap'); |