[fix] Remove trailing white spaces in CSS files.

This commit is contained in:
opi 2015-08-31 17:15:36 +02:00
parent c9b267f2d7
commit 5e41010458
2 changed files with 92 additions and 92 deletions

View file

@ -185,10 +185,10 @@ img {
a { text-decoration: none; } a { text-decoration: none; }
h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: 'source_sans_probold'; font-family: 'source_sans_probold';
font-weight: normal; font-weight: normal;
@ -209,8 +209,8 @@ h2,
color: #fff; color: #fff;
} }
select, select,
.form-text, .form-text,
textarea { textarea {
border: 0; border: 0;
font-family: 'source_sans_proregular'; font-family: 'source_sans_proregular';
@ -262,7 +262,7 @@ textarea {
letter-spacing: normal; letter-spacing: normal;
list-style: none; list-style: none;
margin: 0 0 1em 1em; margin: 0 0 1em 1em;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4),
-2px -2px 3px 0 rgba(0, 0, 0, 0.7) inset; -2px -2px 3px 0 rgba(0, 0, 0, 0.7) inset;
} }
@ -295,7 +295,7 @@ textarea {
width: 10px; width: 10px;
} }
.listing-apps a:hover:after, .listing-apps a:hover:after,
.listing-apps a:focus:after, .listing-apps a:focus:after,
.listing-apps a:hover:before, .listing-apps a:hover:before,
.listing-apps a:focus:before { .listing-apps a:focus:before {
@ -525,7 +525,7 @@ input[type="search"] {
-webkit-border-radius:0; -webkit-border-radius:0;
} }
input::-moz-focus-inner { input::-moz-focus-inner {
border: 0; border: 0;
padding: 0; padding: 0;
} }
@ -647,29 +647,29 @@ input.btn {
cursor:pointer; cursor:pointer;
} }
.btn:hover, .btn:hover,
.btn:focus { .btn:focus {
background: #AAA; background: #AAA;
} }
.important-btn { background: #c0392b;} .important-btn { background: #c0392b;}
.important-btn:hover, .important-btn:hover,
.important-btn:focus {background: #e74c3c;} .important-btn:focus {background: #e74c3c;}
.validate-btn { background: #27ae60;} .validate-btn { background: #27ae60;}
.validate-btn:hover, .validate-btn:hover,
.validate-btn:focus {background: #2ecc71;} .validate-btn:focus {background: #2ecc71;}
.warning-btn { background: #e67e22;} .warning-btn { background: #e67e22;}
.warning-btn:hover, .warning-btn:hover,
.warning-btn:focus {background: #f39c12;} .warning-btn:focus {background: #f39c12;}
.classic-btn { background: #2980b9;} .classic-btn { background: #2980b9;}
.classic-btn:hover, .classic-btn:hover,
.classic-btn:focus {background: #3498db;} .classic-btn:focus {background: #3498db;}
.link-btn { background: none;} .link-btn { background: none;}
.link-btn:hover, .link-btn:hover,
.link-btn:focus {background: #41444f;text-decoration: underline;} .link-btn:focus {background: #41444f;text-decoration: underline;}
@ -686,7 +686,7 @@ input.btn {
} }
.login-form .btn { .login-form .btn {
width: 100%; width: 100%;
padding: 0.8em 1em; padding: 0.8em 1em;
} }
@ -763,7 +763,7 @@ input.btn {
border-top: 1px solid #666; border-top: 1px solid #666;
font-size: 0.9em; font-size: 0.9em;
} }
.footer a { .footer a {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
@ -810,9 +810,9 @@ input.btn {
.purplebg { .purplebg {
background: #9B59B6!important; background: #9B59B6!important;
} }
.purplebg:hover:after, .purplebg:hover:after,
.purplebg:focus:after, .purplebg:focus:after,
.purplebg:hover:before, .purplebg:hover:before,
.purplebg:focus:before { .purplebg:focus:before {
background: #532C64!important; background: #532C64!important;
} }
@ -820,9 +820,9 @@ input.btn {
.redbg { .redbg {
background: #E74C3C!important; background: #E74C3C!important;
} }
.redbg:hover:after, .redbg:hover:after,
.redbg:focus:after, .redbg:focus:after,
.redbg:hover:before, .redbg:hover:before,
.redbg:focus:before { .redbg:focus:before {
background: #921E12!important; background: #921E12!important;
} }
@ -840,9 +840,9 @@ input.btn {
.greenbg { .greenbg {
background: #2ECC71!important; background: #2ECC71!important;
} }
.greenbg:hover:after, .greenbg:hover:after,
.greenbg:focus:after, .greenbg:focus:after,
.greenbg:hover:before, .greenbg:hover:before,
.greenbg:focus:before { .greenbg:focus:before {
background: #176437!important; background: #176437!important;
} }
@ -850,9 +850,9 @@ input.btn {
.darkbluebg { .darkbluebg {
background: #34495E!important; background: #34495E!important;
} }
.darkbluebg:hover:after, .darkbluebg:hover:after,
.darkbluebg:focus:after, .darkbluebg:focus:after,
.darkbluebg:hover:before, .darkbluebg:hover:before,
.darkbluebg:focus:before { .darkbluebg:focus:before {
background: #07090C!important; background: #07090C!important;
} }
@ -860,9 +860,9 @@ input.btn {
.lightbluebg { .lightbluebg {
background: #6A93D4!important; background: #6A93D4!important;
} }
.lightbluebg:hover:after, .lightbluebg:hover:after,
.lightbluebg:focus:after, .lightbluebg:focus:after,
.lightbluebg:hover:before, .lightbluebg:hover:before,
.lightbluebg:focus:before { .lightbluebg:focus:before {
background: #2B5394!important; background: #2B5394!important;
} }
@ -881,9 +881,9 @@ input.btn {
.lightpinkbg { .lightpinkbg {
background: #F76F87!important; background: #F76F87!important;
} }
.lightpinkbg:hover:after, .lightpinkbg:hover:after,
.lightpinkbg:focus:after, .lightpinkbg:focus:after,
.lightpinkbg:hover:before, .lightpinkbg:hover:before,
.lightpinkbg:focus:before { .lightpinkbg:focus:before {
background: #DA0C31!important; background: #DA0C31!important;
} }
@ -911,27 +911,27 @@ input.btn {
.lightyellow { .lightyellow {
background: #FFC973!important; background: #FFC973!important;
} }
.lightyellow:hover:after, .lightyellow:hover:after,
.lightyellow:focus:after, .lightyellow:focus:after,
.lightyellow:hover:before, .lightyellow:hover:before,
.lightyellow:focus:before { .lightyellow:focus:before {
background: #F39500!important; background: #F39500!important;
} }
.lightgreen { .lightgreen {
background: #B5F36D!important; background: #B5F36D!important;
} }
.lightgreen:hover:after, .lightgreen:hover:after,
.lightgreen:focus:after, .lightgreen:focus:after,
.lightgreen:hover:before, .lightgreen:hover:before,
.lightgreen:focus:before { .lightgreen:focus:before {
background: #77CF11!important; background: #77CF11!important;
} }
.purpledarkbg { .purpledarkbg {
background: #8E44AD!important; background: #8E44AD!important;
} }
.purpledarkbg:hover:after, .purpledarkbg:hover:after,
.purpledarkbg:focus:after, .purpledarkbg:focus:after,
.purpledarkbg:hover:before, .purpledarkbg:hover:before,
.purpledarkbg:focus:before { .purpledarkbg:focus:before {
background: #432051!important; background: #432051!important;
} }

View file

@ -71,7 +71,7 @@ body {/*overflow-y: scroll;*/}
} }
#ynhoverlay [class^="icon-"]:before, #ynhoverlay [class^="icon-"]:before,
#ynhoverlay [class*=" icon-"]:before { #ynhoverlay [class*=" icon-"]:before {
font-family: 'ynh_ssowat'; font-family: 'ynh_ssowat';
speak: none; speak: none;
@ -261,7 +261,7 @@ body {/*overflow-y: scroll;*/}
#ynhoverlay .listing-apps li { #ynhoverlay .listing-apps li {
margin: 0 0 1em 1em; margin: 0 0 1em 1em;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4), box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4),
-2px -2px 3px 0 rgba(0, 0, 0, 0.7) inset; -2px -2px 3px 0 rgba(0, 0, 0, 0.7) inset;
display: inline-block; display: inline-block;
letter-spacing: normal; letter-spacing: normal;
@ -298,7 +298,7 @@ body {/*overflow-y: scroll;*/}
width: 10px; width: 10px;
} }
#ynhoverlay .listing-apps a:hover:after, #ynhoverlay .listing-apps a:hover:after,
#ynhoverlay .listing-apps a:focus:after, #ynhoverlay .listing-apps a:focus:after,
#ynhoverlay .listing-apps a:hover:before, #ynhoverlay .listing-apps a:hover:before,
#ynhoverlay .listing-apps a:focus:before { #ynhoverlay .listing-apps a:focus:before {
@ -339,7 +339,7 @@ body {/*overflow-y: scroll;*/}
#ynhoverlay .listing-apps span { #ynhoverlay .listing-apps span {
display: block; display: block;
margin: -1.2em 0 0 0.2em; margin: -1.2em 0 0 0.2em;
} }
#ynhoverlay .listing-apps .first-letter:before { #ynhoverlay .listing-apps .first-letter:before {
content: attr(data-first-letter); content: attr(data-first-letter);
display: inline-block; display: inline-block;
@ -496,7 +496,7 @@ body {/*overflow-y: scroll;*/}
border-top: 1px solid #666; border-top: 1px solid #666;
font-size: 0.9em; font-size: 0.9em;
} }
#ynhoverlay .footer a { #ynhoverlay .footer a {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
@ -537,126 +537,126 @@ body {/*overflow-y: scroll;*/}
#ynhoverlay .listing-apps .purplebg { #ynhoverlay .listing-apps .purplebg {
background: #9B59B6!important; background: #9B59B6!important;
} }
#ynhoverlay .purplebg:hover:after, #ynhoverlay .purplebg:hover:after,
#ynhoverlay .purplebg:focus:after, #ynhoverlay .purplebg:focus:after,
#ynhoverlay .purplebg:hover:before, #ynhoverlay .purplebg:hover:before,
#ynhoverlay .purplebg:focus:before { #ynhoverlay .purplebg:focus:before {
background: #532C64!important; background: #532C64!important;
} }
#ynhoverlay .yellowbg { #ynhoverlay .yellowbg {
background: #F1C40F!important; background: #F1C40F!important;
} }
#ynhoverlay .yellowbg:hover:after, #ynhoverlay .yellowbg:hover:after,
#ynhoverlay .yellowbg:focus:after, #ynhoverlay .yellowbg:focus:after,
#ynhoverlay .yellowbg:hover:before, #ynhoverlay .yellowbg:hover:before,
#ynhoverlay .yellowbg:focus:before { #ynhoverlay .yellowbg:focus:before {
background: #796307!important; background: #796307!important;
} }
#ynhoverlay .pinkbg { #ynhoverlay .pinkbg {
background: #D66D92!important; background: #D66D92!important;
} }
#ynhoverlay .pinkbg:hover:after, #ynhoverlay .pinkbg:hover:after,
#ynhoverlay .pinkbg:focus:after, #ynhoverlay .pinkbg:focus:after,
#ynhoverlay .pinkbg:hover:before, #ynhoverlay .pinkbg:hover:before,
#ynhoverlay .pinkbg:focus:before { #ynhoverlay .pinkbg:focus:before {
background: #992B52!important; background: #992B52!important;
} }
#ynhoverlay .orangebg { #ynhoverlay .orangebg {
background: #F39C12!important; background: #F39C12!important;
} }
#ynhoverlay .orangebg:hover:after, #ynhoverlay .orangebg:hover:after,
#ynhoverlay .orangebg:focus:after, #ynhoverlay .orangebg:focus:after,
#ynhoverlay .orangebg:hover:before, #ynhoverlay .orangebg:hover:before,
#ynhoverlay .orangebg:focus:before { #ynhoverlay .orangebg:focus:before {
background: #7F5006!important; background: #7F5006!important;
} }
#ynhoverlay .redbg { #ynhoverlay .redbg {
background: #E74C3C!important; background: #E74C3C!important;
} }
#ynhoverlay .redbg:hover:after, #ynhoverlay .redbg:hover:after,
#ynhoverlay .redbg:focus:after, #ynhoverlay .redbg:focus:after,
#ynhoverlay .redbg:hover:before, #ynhoverlay .redbg:hover:before,
#ynhoverlay .redbg:focus:before { #ynhoverlay .redbg:focus:before {
background: #921E12!important; background: #921E12!important;
} }
#ynhoverlay .turquoisebg { #ynhoverlay .turquoisebg {
background: #1ABC9C!important; background: #1ABC9C!important;
} }
#ynhoverlay .turquoisebg:hover:after, #ynhoverlay .turquoisebg:hover:after,
#ynhoverlay .turquoisebg:focus:after, #ynhoverlay .turquoisebg:focus:after,
#ynhoverlay .turquoisebg:hover:before, #ynhoverlay .turquoisebg:hover:before,
#ynhoverlay .turquoisebg:focus:before { #ynhoverlay .turquoisebg:focus:before {
background: #0B4C3F!important; background: #0B4C3F!important;
} }
#ynhoverlay .bluebg { #ynhoverlay .bluebg {
background: #3498DB!important; background: #3498DB!important;
} }
#ynhoverlay .bluebg:hover:after, #ynhoverlay .bluebg:hover:after,
#ynhoverlay .bluebg:focus:after, #ynhoverlay .bluebg:focus:after,
#ynhoverlay .bluebg:hover:before, #ynhoverlay .bluebg:hover:before,
#ynhoverlay .bluebg:focus:before { #ynhoverlay .bluebg:focus:before {
background: #16527A!important; background: #16527A!important;
} }
#ynhoverlay .greenbg { #ynhoverlay .greenbg {
background: #2ECC71!important; background: #2ECC71!important;
} }
#ynhoverlay .greenbg:hover:after, #ynhoverlay .greenbg:hover:after,
#ynhoverlay .greenbg:focus:after, #ynhoverlay .greenbg:focus:after,
#ynhoverlay .greenbg:hover:before, #ynhoverlay .greenbg:hover:before,
#ynhoverlay .greenbg:focus:before { #ynhoverlay .greenbg:focus:before {
background: #176437!important; background: #176437!important;
} }
#ynhoverlay .darkbluebg { #ynhoverlay .darkbluebg {
background: #34495E!important; background: #34495E!important;
} }
#ynhoverlay .darkbluebg:hover:after, #ynhoverlay .darkbluebg:hover:after,
#ynhoverlay .darkbluebg:focus:after, #ynhoverlay .darkbluebg:focus:after,
#ynhoverlay .darkbluebg:hover:before, #ynhoverlay .darkbluebg:hover:before,
#ynhoverlay .darkbluebg:focus:before { #ynhoverlay .darkbluebg:focus:before {
background: #07090C!important; background: #07090C!important;
} }
#ynhoverlay .lightbluebg { #ynhoverlay .lightbluebg {
background: #6A93D4!important; background: #6A93D4!important;
} }
#ynhoverlay .lightbluebg:hover:after, #ynhoverlay .lightbluebg:hover:after,
#ynhoverlay .lightbluebg:focus:after, #ynhoverlay .lightbluebg:focus:after,
#ynhoverlay .lightbluebg:hover:before, #ynhoverlay .lightbluebg:hover:before,
#ynhoverlay .lightbluebg:focus:before { #ynhoverlay .lightbluebg:focus:before {
background: #2B5394!important; background: #2B5394!important;
} }
#ynhoverlay .lightpinkbg { #ynhoverlay .lightpinkbg {
background: #F76F87!important; background: #F76F87!important;
} }
#ynhoverlay .lightpinkbg:hover:after, #ynhoverlay .lightpinkbg:hover:after,
#ynhoverlay .lightpinkbg:focus:after, #ynhoverlay .lightpinkbg:focus:after,
#ynhoverlay .lightpinkbg:hover:before, #ynhoverlay .lightpinkbg:hover:before,
#ynhoverlay .lightpinkbg:focus:before { #ynhoverlay .lightpinkbg:focus:before {
background: #DA0C31!important; background: #DA0C31!important;
} }
#ynhoverlay .lightyellow { #ynhoverlay .lightyellow {
background: #FFC973!important; background: #FFC973!important;
} }
#ynhoverlay .lightyellow:hover:after, #ynhoverlay .lightyellow:hover:after,
#ynhoverlay .lightyellow:focus:after, #ynhoverlay .lightyellow:focus:after,
#ynhoverlay .lightyellow:hover:before, #ynhoverlay .lightyellow:hover:before,
#ynhoverlay .lightyellow:focus:before { #ynhoverlay .lightyellow:focus:before {
background: #F39500!important; background: #F39500!important;
} }
#ynhoverlay .lightgreen { #ynhoverlay .lightgreen {
background: #B5F36D!important; background: #B5F36D!important;
} }
#ynhoverlay .lightgreen:hover:after, #ynhoverlay .lightgreen:hover:after,
#ynhoverlay .lightgreen:focus:after, #ynhoverlay .lightgreen:focus:after,
#ynhoverlay .lightgreen:hover:before, #ynhoverlay .lightgreen:hover:before,
#ynhoverlay .lightgreen:focus:before { #ynhoverlay .lightgreen:focus:before {
background: #77CF11!important; background: #77CF11!important;
} }
#ynhoverlay .purpledarkbg { #ynhoverlay .purpledarkbg {
background: #8E44AD!important; background: #8E44AD!important;
} }
#ynhoverlay .purpledarkbg:hover:after, #ynhoverlay .purpledarkbg:hover:after,
#ynhoverlay .purpledarkbg:focus:after, #ynhoverlay .purpledarkbg:focus:after,
#ynhoverlay .purpledarkbg:hover:before, #ynhoverlay .purpledarkbg:hover:before,
#ynhoverlay .purpledarkbg:focus:before { #ynhoverlay .purpledarkbg:focus:before {
background: #432051!important; background: #432051!important;
} }
@ -699,7 +699,7 @@ body {/*overflow-y: scroll;*/}
} }
@keyframes fadeOut { @keyframes fadeOut {
0% {opacity: 1;} 0% {opacity: 1;}
100% {opacity: 0;} 100% {opacity: 0;}
} }
.ynh-fadeOut { .ynh-fadeOut {
-webkit-animation-name: fadeOut; -webkit-animation-name: fadeOut;