Make WordPress Core

Ticket #42613: Custom CSS with errors Childers.txt

File Custom CSS with errors Childers.txt, 5.8 KB (added by hptccharge, 9 years ago)

Custom CSS with errors that can't be edited/saved after 4.9 upgrade

Line 
1/* Start from top and work to bottom */
2/* change header color bkground color */
3header.tc-header {
4background-color: #9EBBF2;
5color: #ffffff; important!
6}
7
8/* change position color of single line site title */
9
10a.site-title {
11 color:#000000;
12 float: left;
13 white-space: nowrap;
14 padding-left: .25em;
15}
16
17/* set the params of the navbar */
18.tc-header, .navbar-inner {
19 position: relative;
20 top: 0%;
21 left: 0px;
22}
23
24/* set color and effect on navbar items */
25.navbar .brand, .navbar .nav>li>a {
26 text-shadow: none !important;
27 color: #000000
28}
29
30
31/* Set color - current menu item */
32.navbar .nav > li.current-menu-item>a {
33 color: #000000;
34 font-size: 20px;
35 font-weight: bold;
36 border-bottom: 5px solid #000000;
37
38}
39
40
41/* Set color dark blue hover menu item */
42.navbar .nav > li > a:hover {
43 color: #1B249D;
44 font-weight: bold;
45 text-shadow: none;
46}
47
48/* Set color dark blue menu item clicked */
49.navbar .nav > li > a:active {
50 color: #1B249D;
51 font-weight: bold;
52 text-shadow: none;
53}
54
55 /* Set color dark blue current dropdown menu item */
56.dropdown-menu > li.current-menu-item> a {
57 color: #1B249D;
58 font-style: bold;
59}
60
61/* Set color - hover on dropdown Menu */
62.dropdown-menu > li > a:hover {
63 color: #1B249D;
64 font-weight: bold;
65}
66
67/* dropdown Menu items */
68 .tc-regular-menu .navbar .nav > li.current-menu-ancestor > a {
69 color: #1B249D;
70 font-weight: bold;
71 border-bottom: 5px solid #000000;
72}
73
74/* Set white bkgrd + black border on dropdown menu */
75.dropdown-menu {
76 border: 2px solid #000000;
77 background: #ffffff;
78}
79
80/* get rid of line below header */
81header.tc-header {
82border-bottom: 0;
83}
84
85/* put caption at top of slider */
86.carousel-caption {
87position: absolute;
88max-width: 90%;
89top: -3%;
90}
91
92
93/* align caption in the middle */
94.carousel .item { text-align: center; }
95
96/* move action button further down */
97.carousel-caption .btn {
98 margin-top: 5em;
99 margin-left: 8em;
100
101}
102
103/* change the background color */
104body {
105 background: none repeat scroll 0 0 #9EBBF2;
106 color: #000000;
107 padding-bottom: 0;
108}
109
110/* set the background color for Events */
111body.page-id-27 {
112
113}
114
115/* Set the color of the internal body */
116#main-wrapper {
117background-color: #9EBBF2;
118}
119
120/* background image contact page div */
121div.contact {
122background-color: transparent; !important;
123background-image: url("https://f65.385.godaddywp.com/wp-content/uploads/2017/11/IMG_6728.jpg"); repeat 0 0 ;
124}
125
126
127/* div full width Home pg bkgrnd image */
128div.homepage-background-image {
129background-image: url("https://f65.385.godaddywp.com/wp-content/uploads/2017/11/Guam-show.jpg");
130 width: 100vw;
131 position: relative;
132 left: 50%;
133 right: 50%;
134 margin-left: -50vw;
135 margin-right: -50vw;
136 text-align: center;
137 background-repeat: no-repeat;
138 background-size:cover;
139 min-height: 250px;
140 max-height: 400px;
141
142
143}
144
145div.form {
146 width: 50vw;
147 position: relative;
148 padding-left: 0%;
149 padding-right: 0%;
150}
151
152div.intro {
153 margin: auto;
154 width: 50%;
155 padding: 1em 3% 1em 3%;
156 border: 2px solid black;
157 border-radius: 10px;
158 background: #ffffff;
159 text-align: center;
160
161}
162
163div.event {
164 margin: auto;
165 width: 50%;
166 padding: 1em 3% 1em 3%;
167 border: 2px solid black;
168 border-radius: 10px;
169 background: #ffffff;
170 text-align: center;
171}
172
173/* set parameters for page copy */
174div.pagecopy {
175}
176
177/* Blockquote for testimonials */
178blockquote.TRRstyle {
179 margin-left: 15%;
180 margin-right: 15%;
181 padding-top: 20px;
182 padding-bottom: 20px;
183 padding-left: 5%;
184 padding-right: 5%;
185 background-color: #DFE6EF;
186 color: black;
187 border-left: 15px solid #0E48A0;
188}
189
190/* Basic header parameters */
191h1 {
192 text-align: center;
193 font-size: 2em;
194 }
195h2 {
196 text-align: center;
197 display: inline;
198 font-size: 1.65em;
199 color: #333399;
200 }
201h3 {
202 text-align: center;
203 font-size: 1.25em;
204 color: #333399;
205 }
206h4 {
207 text-align: center;
208 font-size: 1em;
209 }
210/* set HOME page paragraph spacing and width */
211p.home {
212 margin-top: 15px;
213 margin-bottom: 15px;
214 margin-right: 12%;
215 margin-left: 12%;
216}
217/* set MGMT paragraph size for MGMT page */
218p.mgmt {
219 margin-top: 5px;
220 margin-bottom: 5px;
221 margin-right: 15%;
222 margin-left: 0%;
223 padding-top: 20px;
224 padding-bottom: 20px;
225}
226
227
228/* set FULL paragraph size for BLOG margins */
229p.full {
230 margin-top: .5em;
231 margin-bottom: 2em;
232 margin-right: 10%;
233 margin-left: 10%;
234}
235
236
237
238/* set quote paragraph margins */
239p.qte {
240 margin-top: 5px;
241 margin-bottom: 10px;
242 margin-right: 20%;
243 margin-left: 20%;
244}
245
246
247/* set sub paragraph width */
248p.sub {
249 margin-right: 20%;
250 margin-left: 20%;
251 padding: 4em 0 3em 0;
252}
253
254/* the end of paragraph formats */
255/* special addition for Edge */
256html{-ms-overflow-style: scrollbar;}
257body{-ms-overflow-style: scrollbar;}
258
259/* setting space between list items */
260article ul li { margin-bottom: 12px; }
261/* end of list item adjustments */
262
263
264/* Remove Page/Post icon */
265.page #main-wrapper h1.format-icon:before {
266 content: none;
267}
268
269
270/* Reduce whitespace */
271#main-wrapper {
272 margin-bottom: 0px;
273}
274
275/* Change Background, Border, Font/Color as needed  */
276footer#footer .colophon {
277 background:    #7F82AF;
278}
279
280/* Change font-size, alignment as needed  */
281footer#footer .colophon  p, footer#footer .colophon a {
282color:          white;
283font-size:      1.5em ;
284text-align:     center;
285line-height:    1.2em ;
286}
287
288/* change color of colophon and credits */
289div.colophon {
290 background: #9EBBF2 !important;
291}
292
293/* START OF Remove Grey Bar and Whitespace from Footer */
294/* Remove grey bar */
295footer#footer {
296border-top: none;
297}