Skip to content

Commit 4150c29

Browse files
authored
Update creative.css
1 parent ec18d35 commit 4150c29

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

css/creative.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,3 +427,39 @@ img::-moz-selection {
427427
body {
428428
webkit-tap-highlight-color: black;
429429
}
430+
footer { background-color:black; min-height:350px; font-family: 'Open Sans', sans-serif; }
431+
.footerleft { margin-top:50px; padding:0 36px; }
432+
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}
433+
434+
.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
435+
.footerleft p i { width:20px; color:#999;}
436+
437+
438+
.paddingtop-bottom { margin-top:50px;}
439+
.footer-ul { list-style-type:none; padding-left:0px; margin-left:2px;}
440+
.footer-ul li { line-height:29px; font-size:12px;}
441+
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
442+
.footer-ul i { margin-right:10px;}
443+
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }
444+
445+
.social:hover {
446+
-webkit-transform: scale(1.1);
447+
-moz-transform: scale(1.1);
448+
-o-transform: scale(1.1);
449+
}
450+
.icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
451+
.icon-ul li { line-height:75px; width:100%; float:left;}
452+
.icon { float:left; margin-right:5px;}
453+
454+
455+
.copyright { min-height:40px; background-color:#580100;}
456+
.copyright p { text-align:left; color:#f0f0f0; padding:10px 0; margin-bottom:0px;}
457+
.heading7 { text-align:left; font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
458+
.cptext { text-align:left; font-size:9px;}
459+
460+
.post p { font-size:12px; color:#FFF; line-height:20px;}
461+
.post p span { display:block; color:#8f8f8f;}
462+
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
463+
.bottom_ul li { float:left; line-height:40px;}
464+
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
465+
.bottom_ul li a { color:#FFF; font-size:12px;}

0 commit comments

Comments
 (0)