Skip to content

Instantly share code, notes, and snippets.

@zytzagoo
Created May 22, 2017 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zytzagoo/c472bea9229ff25078a7eaddf02804b6 to your computer and use it in GitHub Desktop.
Save zytzagoo/c472bea9229ff25078a7eaddf02804b6 to your computer and use it in GitHub Desktop.
changes between AO and manual css min for http://www.hidroplasto.ro/wp-content/themes/nimva/style.css
```diff
111c111
< .wpb_wrapper>ul {
---
> .wpb_wrapper > ul {
144c144
< background: transparent url(http://cdn.example.org/images/divider-bar.png) no-repeat center 0;
---
> background: transparent url(images/divider-bar.png) no-repeat center 0;
227c227
< *zoom: 1;
---
> *zoom: 1
232,233d231
< /*\*/
<
241c239
< height: 0;
---
> height: 0px;
252,253d249
< /**/
<
291c287
< padding: 0 0 20px;
---
> padding: 0 0 20px 0;
399c395
< margin: 20px 0 0 !important
---
> margin: 20px 0 0 0 !important
405c401
< font-weight: 700
---
> font-weight: bold
417c413
< font-weight: 700
---
> font-weight: bold
448c444
< background: #f9f9f9
---
> background: #F9F9F9
455c451
< background: #f9f9f9
---
> background: #F9F9F9
458c454
< font-weight: 700
---
> font-weight: bold
487c483
< background-color: #000;
---
> background-color: black;
523c519
< padding-top: 0;
---
> padding-top: 0px;
616c612
< border-top: 3px double #e5e5e5
---
> border-top: 3px double #E5E5E5
631c627
< background: #f9f9f9;
---
> background: #F9F9F9;
760c756
< background: url(http://cdn.example.org/images/preloader.gif) center center no-repeat #FFF
---
> background: url("images/preloader.gif") center center no-repeat #FFF
900c896
< background: #282a2b;
---
> background: #282A2B;
946c942
< font-weight: 400;
---
> font-weight: normal;
948c944
< color: #bd091b;
---
> color: #BD091B;
954c950
< border-color: #bd091b !important
---
> border-color: #BD091B !important
959c955
< border-color: #cf4545 !important
---
> border-color: #CF4545 !important
972c968
< font-weight: 400;
---
> font-weight: normal;
1078c1074
< right: 0;
---
> right: 0px;
1095c1091
< #header nav>ul {
---
> #header nav > ul {
1102c1098
< #header nav>ul>li {
---
> #header nav > ul > li {
1106c1102
< #header nav>ul>li:first-child {
---
> #header nav > ul > li:first-child {
1109,1110c1105,1106
< #header nav>ul>li>a {
< padding: 0 10px;
---
> #header nav > ul > li > a {
> padding: 0px 10px 0px 10px;
1115,1118c1111,1114
< -webkit-transition: color .1s linear;
< -moz-transition: color .1s linear;
< -o-transition: color .1s linear;
< transition: color .1s linear
---
> -webkit-transition: color 0.1s linear;
> -moz-transition: color 0.1s linear;
> -o-transition: color 0.1s linear;
> transition: color 0.1s linear
1120c1116
< html:not(.js) #header nav>ul>li>a {
---
> html:not(.js) #header nav > ul > li > a {
1128c1124
< html:not(.js) #header.reduced nav>ul>li>a {
---
> html:not(.js) #header.reduced nav > ul > li > a {
1131c1127
< html:not(.js) #header nav>ul>li>a:hover {
---
> html:not(.js) #header nav > ul > li > a:hover {
1135c1131
< #header nav .sf-menu li.sfHover>a {
---
> #header nav .sf-menu li.sfHover > a {
1142c1138
< #header nav>ul>li.megamenu {
---
> #header nav > ul > li.megamenu {
1145c1141
< #header nav>ul>li.megamenu>ul.sub-menu {
---
> #header nav > ul > li.megamenu > ul.sub-menu {
1147c1143
< left: 0;
---
> left: 0px;
1150c1146
< #header nav>ul>li.megamenu>ul>li {
---
> #header nav > ul > li.megamenu > ul > li {
1156c1152
< #header nav>ul>li.megamenu>ul>li:last-child {
---
> #header nav > ul > li.megamenu > ul > li:last-child {
1159c1155
< #header nav>ul>li.megamenu>ul>li>ul>li.columns-2 {
---
> #header nav > ul > li.megamenu > ul > li > ul > li.columns-2 {
1162c1158
< #header nav>ul>li.megamenu>ul>li>ul>li.columns-3 {
---
> #header nav > ul > li.megamenu > ul > li > ul > li.columns-3 {
1165c1161
< #header nav>ul>li.megamenu>ul>li>ul>li.columns-4 {
---
> #header nav > ul > li.megamenu > ul > li > ul > li.columns-4 {
1168c1164
< #header nav>ul>li.megamenu.columns-5>ul>li {
---
> #header nav > ul > li.megamenu.columns-5 > ul > li {
1171c1167
< #header nav>ul>li.megamenu.columns-6>ul>li {
---
> #header nav > ul > li.megamenu.columns-6 > ul > li {
1174c1170
< #header nav>ul>li.megamenu>ul>li ul {
---
> #header nav > ul > li.megamenu > ul > li ul {
1176c1172
< top: 0 !important;
---
> top: 0px !important;
1179c1175
< left: 0 !important;
---
> left: 0px !important;
1182c1178
< #header nav>ul>li.megamenu>ul>li>ul {
---
> #header nav > ul > li.megamenu > ul > li > ul {
1190c1186
< #header nav>ul>li.megamenu>ul>li>ul>li {
---
> #header nav > ul > li.megamenu > ul > li > ul > li {
1199c1195
< padding: 0 25px 15px;
---
> padding: 0 25px 15px 25px;
1207c1203
< #header #nav>ul.sf-menu>li>a>span.megamenu-icon {
---
> #header #nav > ul.sf-menu > li > a > span.megamenu-icon {
1231c1227
< #header #nav>ul.sf-menu>li>a>span.megamenu-icon i {
---
> #header #nav > ul.sf-menu > li > a > span.megamenu-icon i {
1254c1250
< .sf-menu li.megamenu ul li.sfHover>a {
---
> .sf-menu li.megamenu ul li.sfHover > a {
1258c1254
< padding: 0 25px 10px;
---
> padding: 0 25px 10px 25px;
1268,1269c1264,1265
< #header nav>ul>li.megamenu>ul>li>ul>li.columns-4:nth-child(4n),
< #header nav>ul>li.megamenu>ul>li>ul>li.columns-3:nth-child(3n) {
---
> #header nav > ul > li.megamenu > ul > li > ul > li.columns-4:nth-child(4n),
> #header nav > ul > li.megamenu > ul > li > ul > li.columns-3:nth-child(3n) {
1272c1268
< #header nav>ul>li.megamenu>ul>li {
---
> #header nav > ul > li.megamenu > ul > li {
1275c1271
< #header nav>ul>li.megamenu ul li a {
---
> #header nav > ul > li.megamenu ul li a {
1283c1279
< #header nav>ul>li.megamenu>ul>li>a {
---
> #header nav > ul > li.megamenu > ul > li > a {
1288c1284
< font-weight: 700
---
> font-weight: bold
1290,1291c1286,1287
< #header nav>ul>li.megamenu>ul ul li a:hover,
< #header nav>ul>li.megamenu>ul ul li.current-menu-item a {
---
> #header nav > ul > li.megamenu > ul ul li a:hover,
> #header nav > ul > li.megamenu > ul ul li.current-menu-item a {
1295,1296c1291,1292
< #header nav>ul>li.megamenu>ul>li>a:hover,
< #header nav>ul>li.megamenu>ul>li.sfHover>a {
---
> #header nav > ul > li.megamenu > ul > li > a:hover,
> #header nav > ul > li.megamenu > ul > li.sfHover > a {
1321c1317
< top: 0;
---
> top: 0px;
1323,1324c1319,1320
< background-color: #1f1f1f;
< padding: 0;
---
> background-color: #1F1F1F;
> padding: 0px;
1327c1323
< #mobile-menu .container>ul {
---
> #mobile-menu .container > ul {
1331c1327
< #mobile-menu .container>ul>li:first-child {
---
> #mobile-menu .container > ul > li:first-child {
1334c1330
< #mobile-menu .container>ul>li:last-child {
---
> #mobile-menu .container > ul > li:last-child {
1337,1338c1333,1334
< #mobile-menu .container>ul>li:last-child a {
< border-bottom: 0
---
> #mobile-menu .container > ul > li:last-child a {
> border-bottom: 0px
1341,1343c1337,1339
< #mobile-menu .container>ul>li:last-child ul li a {
< border-bottom: 1px dotted rgba(255, 255, 255, .2);
< color: rgba(255, 255, 255, .6);
---
> #mobile-menu .container > ul > li:last-child ul li a {
> border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
> color: rgba(255, 255, 255, 0.6);
1355,1357c1351,1353
< #mobile-menu li.open>a,
< #mobile-menu ul li.current-menu-item>a,
< #mobile-menu ul li.current-menu-ancestor>a {
---
> #mobile-menu li.open > a,
> #mobile-menu ul li.current-menu-item > a,
> #mobile-menu ul li.current-menu-ancestor > a {
1360c1356
< body #mobile-menu li.open>a [class^="fa-"] {
---
> body #mobile-menu li.open > a [class^="fa-"] {
1390,1391c1386,1387
< #header .sf-menu>li:hover>ul,
< #header .sf-menu>li.sfHover>ul {
---
> #header .sf-menu > li:hover > ul,
> #header .sf-menu > li.sfHover > ul {
1395,1396c1391,1392
< #header.reduced .sf-menu>li:hover>ul,
< #header.reduced .sf-menu>li.sfHover>ul {
---
> #header.reduced .sf-menu > li:hover > ul,
> #header.reduced .sf-menu > li.sfHover > ul {
1399,1402c1395,1398
< #header.reduced.v3 .sf-menu>li:hover>ul,
< #header.reduced.v3 .sf-menu>li.sfHover>ul,
< #header.reduced.v2 .sf-menu>li:hover>ul,
< #header.reduced.v2 .sf-menu>li.sfHover>ul {
---
> #header.reduced.v3 .sf-menu > li:hover > ul,
> #header.reduced.v3 .sf-menu > li.sfHover > ul,
> #header.reduced.v2 .sf-menu > li:hover > ul,
> #header.reduced.v2 .sf-menu > li.sfHover > ul {
1464c1460
< color: rgba(255, 255, 255, .6)
---
> color: rgba(255, 255, 255, 0.6)
1469,1471c1465,1467
< .sf-menu ul li:hover>a,
< .sf-menu ul li.sfHover>a {
< color: #27cfc3
---
> .sf-menu ul li:hover > a,
> .sf-menu ul li.sfHover > a {
> color: #27CFC3
1561,1562c1557,1558
< .sf-menu li ul li.sfHover>a {
< color: #27cfc3;
---
> .sf-menu li ul li.sfHover > a {
> color: #27CFC3;
1565c1561
< .sf-menu li ul li>a .sf-sub-indicator [class^="fa-"] {
---
> .sf-menu li ul li > a .sf-sub-indicator [class^="fa-"] {
1568c1564
< .sf-menu li ul li.sfHover>a .sf-sub-indicator [class^="fa-"] {
---
> .sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="fa-"] {
1587c1583
< box-shadow: 0px 3px 10px rgba(0, 0, 0, .1)
---
> box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1)
1589c1585
< #nav>.sf-menu>li>ul {
---
> #nav > .sf-menu > li > ul {
1603c1599
< padding: .75em 1em 32px;
---
> padding: 0.75em 1em 32px;
1607c1603
< font-weight: 400
---
> font-weight: normal
1674c1670
< top: 0;
---
> top: 0px;
1799c1795
< #primary-menu>ul>li:hover,
---
> #primary-menu > ul > li:hover,
1806c1802
< #primary-menu>ul>li:hover a {
---
> #primary-menu > ul > li:hover a {
1809,1810c1805,1806
< #primary-menu ul>li>ul>li a,
< #primary-menu>ul>li>ul>li:hover a {
---
> #primary-menu ul > li > ul > li a,
> #primary-menu > ul > li > ul > li:hover a {
1813c1809
< #primary-menu>ul>li:hover a span,
---
> #primary-menu > ul > li:hover a span,
1817c1813
< #primary-menu ul li:hover>ul {
---
> #primary-menu ul li:hover > ul {
1846,1847c1842,1843
< top: 0;
< *top: 1px;
---
> top: 0px;
> *top: 1px
1857c1853
< font-weight: 400;
---
> font-weight: normal;
1861c1857
< #primary-menu ul ul li:hover>a {
---
> #primary-menu ul ul li:hover > a {
1870,1871c1866,1867
< #primary-menu ul>li.sub-menu>a>div {
< background-image: url(http://cdn.example.org/images/icons/mainsubmenu.png);
---
> #primary-menu ul > li.sub-menu > a > div {
> background-image: url("images/icons/mainsubmenu.png");
1876,1882c1872,1878
< #primary-menu ul>li.sub-menu:hover>a>div,
< #primary-menu ul li.current.sub-menu>a>div {
< background-image: url(http://cdn.example.org/images/icons/mainsubmenu.png)
< }
< #primary-menu ul ul>li.sub-menu>a,
< #primary-menu ul ul>li.sub-menu:hover>a {
< background-image: url(http://cdn.example.org/images/icons/submenu.png);
---
> #primary-menu ul > li.sub-menu:hover > a > div,
> #primary-menu ul li.current.sub-menu > a > div {
> background-image: url("images/icons/mainsubmenu.png")
> }
> #primary-menu ul ul > li.sub-menu > a,
> #primary-menu ul ul > li.sub-menu:hover > a {
> background-image: url("images/icons/submenu.png");
1887,1888c1883,1884
< #primary-menu ul ul>li.sub-menu>a>div,
< #primary-menu ul ul>li.sub-menu:hover>a>div {
---
> #primary-menu ul ul > li.sub-menu > a > div,
> #primary-menu ul ul > li.sub-menu:hover > a > div {
1992c1988
< .flexslider .slider-wrap>.slide {
---
> .flexslider .slider-wrap > .slide {
2008c2004
< .flexslider .slides>li {
---
> .flexslider .slides > li {
2032c2028
< .no-js .slider-wrap>.slide:first-child {
---
> .no-js .slider-wrap > .slide:first-child {
2127c2123
< background: rgba(11, 11, 11, 0.8) url(http://cdn.example.org/images/icons/slider-nav.png) no-repeat 0 0 !important
---
> background: rgba(11, 11, 11, 0.8) url("images/icons/slider-nav.png") no-repeat 0 0 !important
2163c2159
< background-image: url(http://cdn.example.org/images/icons/portfolio-slider-nav.png);
---
> background-image: url("images/icons/portfolio-slider-nav.png");
2220c2216
< font-weight: 700;
---
> font-weight: bold;
2303c2299
< background-image: url(http://cdn.example.org/images/icons/search.png);
---
> background-image: url("images/icons/search.png");
2345c2341
< font-weight: 400
---
> font-weight: normal
2378c2374
< font-weight: 700
---
> font-weight: bold
2390c2386
< .landing-action>span {
---
> .landing-action > span {
2449c2445
< background: url(http://cdn.example.org/images/icons/subscribe.png) left no-repeat;
---
> background: url("images/icons/subscribe.png") left no-repeat;
2459c2455
< font-weight: 700;
---
> font-weight: bold;
2479c2475
< margin: 0 0 30px;
---
> margin: 0 0 30px 0;
2573c2569
< background: url(http://cdn.example.org/images/image-mask.png) no-repeat 0 0 transparent;
---
> background: url(images/image-mask.png) no-repeat 0 0 transparent;
2582c2578
< background: url(http://cdn.example.org/images/image-mask-hex.png) no-repeat 0 0 transparent;
---
> background: url(images/image-mask-hex.png) no-repeat 0 0 transparent;
2729c2725
< font-weight: 400
---
> font-weight: normal
2885c2881
< .portfolio-overlay-inside>div {
---
> .portfolio-overlay-inside > div {
2918c2914
< background: url(http://cdn.example.org/images/image-mask-hex.png) no-repeat 0 0 #f96e5b;
---
> background: url(images/image-mask-hex.png) no-repeat 0 0 #f96e5b;
2928c2924
< padding: 9% 7% 2%;
---
> padding: 9% 7% 2% 7%;
3023c3019
< background-image: url(http://cdn.example.org/images/icons/portfolio-overlay.png)
---
> background-image: url("images/icons/portfolio-overlay.png")
3185c3181
< font-weight: 700
---
> font-weight: bold
3306c3302
< margin: 30px 0 0
---
> margin: 30px 0 0 0
3318,3319c3314,3315
< #portfolio-related-items li>a,
< #portfolio-related-items li>img {
---
> #portfolio-related-items li > a,
> #portfolio-related-items li > img {
3326,3327c3322,3323
< .postcontent #portfolio-related-items li>a,
< .postcontent #portfolio-related-items li>img {
---
> .postcontent #portfolio-related-items li > a,
> .postcontent #portfolio-related-items li > img {
3340,3344c3336,3340
< -webkit-transition-duration: .8s;
< -moz-transition-duration: .8s;
< -ms-transition-duration: .8s;
< -o-transition-duration: .8s;
< transition-duration: .8s
---
> -webkit-transition-duration: 0.8s;
> -moz-transition-duration: 0.8s;
> -ms-transition-duration: 0.8s;
> -o-transition-duration: 0.8s;
> transition-duration: 0.8s
3376c3372
< border-bottom: 3px double #e5e5e5
---
> border-bottom: 3px double #E5E5E5
3438c3434
< top: 0
---
> top: 0px
3473c3469
< font-weight: 400;
---
> font-weight: normal;
3499c3495
< padding-top: 0
---
> padding-top: 0px
3507c3503
< padding: 5px 0 10px
---
> padding: 5px 0 10px 0
3521c3517
< margin-left: 0
---
> margin-left: 0px
3606c3602
< margin: 30px 0 0;
---
> margin: 30px 0 0 0;
3725,3728c3721,3724
< div.alignleft>img,
< div.alignnone>img,
< div.aligncenter>img,
< div.alignright>img {
---
> div.alignleft > img,
> div.alignnone > img,
> div.aligncenter > img,
> div.alignright > img {
3754c3750
< margin: 10px 20px 13px;
---
> margin: 10px 20px 13px 20px;
3764c3760
< margin: 10px 0 0;
---
> margin: 10px 0 0 0;
3781c3777
< border-bottom: 1px solid #e5e5e5;
---
> border-bottom: 1px solid #E5E5E5;
3788c3784
< margin: 10px 0 0
---
> margin: 10px 0 0 0
3802c3798
< .commentlist>li:first-child {
---
> .commentlist > li:first-child {
3820c3816
< margin: 20px 0 0
---
> margin: 20px 0 0 0
3855c3851
< font-weight: 400;
---
> font-weight: normal;
3903c3899
< margin: 10px 0 0
---
> margin: 10px 0 0 0
3910c3906
< font-weight: 400
---
> font-weight: normal
3945c3941
< .sidenav>li>a {
---
> .sidenav > li > a {
3950c3946
< border: 1px solid #e5e5e5;
---
> border: 1px solid #E5E5E5;
3954c3950
< .sidenav>li:first-child>a {
---
> .sidenav > li:first-child > a {
3959c3955
< .sidenav>li:last-child>a {
---
> .sidenav > li:last-child > a {
3964,3965c3960,3961
< .sidenav>.active>a,
< .sidenav>.active>a:hover {
---
> .sidenav > .active > a,
> .sidenav > .active > a:hover {
3971c3967
< font-weight: 700;
---
> font-weight: bold;
3988,3989c3984,3985
< .sidenav>li>a:hover {
< background-color: #f5f5f5;
---
> .sidenav > li > a:hover {
> background-color: #F5F5F5;
4003c3999
< font-weight: 700;
---
> font-weight: bold;
4009c4005
< font-weight: 400;
---
> font-weight: normal;
4016c4012
< font-weight: 400;
---
> font-weight: normal;
4052c4048
< .promo h3>span {
---
> .promo h3 > span {
4055c4051
< .promo-desc>span {
---
> .promo-desc > span {
4085,4086c4081,4082
< -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
< -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
---
> -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
> -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
4177c4173
< background: #444 url(http://cdn.example.org/images/icons/search-404.png) no-repeat center center;
---
> background: #444 url("images/icons/search-404.png") no-repeat center center;
4195c4191
< margin: 0 0 30px
---
> margin: 0 0 30px 0
4319,4323c4315,4319
< box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2);
< -moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2);
< -o-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2);
< -ms-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2);
< -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2)
---
> box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
> -moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
> -o-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
> -ms-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
> -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2)
4335,4340c4331,4336
< background-image: linear-gradient(bottom, #333 9%, #3b3b3b 55%);
< background-image: -o-linear-gradient(bottom, #333 9%, #3b3b3b 55%);
< background-image: -moz-linear-gradient(bottom, #333 9%, #3b3b3b 55%);
< background-image: -webkit-linear-gradient(bottom, #333 9%, #3b3b3b 55%);
< background-image: -ms-linear-gradient(bottom, #333 9%, #3b3b3b 55%);
< background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #333), color-stop(0.55, #3b3b3b))
---
> background-image: linear-gradient(bottom, rgb(51, 51, 51) 9%, rgb(59, 59, 59) 55%);
> background-image: -o-linear-gradient(bottom, rgb(51, 51, 51) 9%, rgb(59, 59, 59) 55%);
> background-image: -moz-linear-gradient(bottom, rgb(51, 51, 51) 9%, rgb(59, 59, 59) 55%);
> background-image: -webkit-linear-gradient(bottom, rgb(51, 51, 51) 9%, rgb(59, 59, 59) 55%);
> background-image: -ms-linear-gradient(bottom, rgb(51, 51, 51) 9%, rgb(59, 59, 59) 55%);
> background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(51, 51, 51)), color-stop(0.55, rgb(59, 59, 59)))
4362c4358
< margin: 0 0 10px;
---
> margin: 0 0 10px 0;
4377c4373
< background: url(http://cdn.example.org/images/icons/toggle-plus2.png) no-repeat left
---
> background: url("images/icons/toggle-plus2.png") no-repeat left
4381c4377
< background: url(http://cdn.example.org/images/icons/toggle-minus2.png) no-repeat left
---
> background: url("images/icons/toggle-minus2.png") no-repeat left
4398,4399c4394,4395
< background: #c1ffcc;
< color: #184b21
---
> background: #C1FFCC;
> color: #184B21
4402,4403c4398,4399
< background: #f9bbb9;
< color: #740d0a
---
> background: #F9BBB9;
> color: #740D0A
4406,4407c4402,4403
< background: #b9dff4;
< color: #124f70
---
> background: #B9DFF4;
> color: #124F70
4410,4411c4406,4407
< background: #fce0b6;
< color: #975e06
---
> background: #FCE0B6;
> color: #975E06
4430c4426
< font-weight: 400
---
> font-weight: normal
4458c4454
< background: url(http://cdn.example.org/images/icons/quote.png) left top no-repeat;
---
> background: url("images/icons/quote.png") left top no-repeat;
4582c4578
< .product-feature>span {
---
> .product-feature > span {
4607c4603
< .product-feature.toright>span {
---
> .product-feature.toright > span {
4623c4619
< .product-feature>span.inverse {
---
> .product-feature > span.inverse {
4637c4633
< .product-feature>span {
---
> .product-feature > span {
4647c4643
< .product-feature2>span,
---
> .product-feature2 > span,
4649c4645
< .product-feature3>span {
---
> .product-feature3 > span {
4664c4660
< background-color: #f5f5f5;
---
> background-color: #F5F5F5;
4674c4670
< .product-feature3>span {
---
> .product-feature3 > span {
4707c4703
< border: 5px solid #f5f5f5;
---
> border: 5px solid #F5F5F5;
4793c4789
< margin: 0 0 30px
---
> margin: 0 0 30px 0
4849c4845
< font-weight: 700;
---
> font-weight: bold;
4917c4913
< margin-right: 0
---
> margin-right: 0px
4920c4916
< background: transparent url(http://cdn.example.org/images/icons/social/social-icons-mono-smaller.png)
---
> background: transparent url("images/icons/social/social-icons-mono-smaller.png")
4923c4919
< background: url(http://cdn.example.org/images/icons/social/social-icons-mono-smaller.png)
---
> background: url("images/icons/social/social-icons-mono-smaller.png")
5079c5075
< background-color: #f5f5f5;
---
> background-color: #F5F5F5;
5169c5165
< background-color: #de8e36 !important
---
> background-color: #DE8E36 !important
5173c5169
< background-color: #f6f6f6 !important
---
> background-color: #F6F6F6 !important
5195c5191
< background-color: #f6f6f6
---
> background-color: #F6F6F6
5198c5194
< background-color: #f6f6f6
---
> background-color: #F6F6F6
5331c5327
< border: 1px solid #e5e5e5;
---
> border: 1px solid #E5E5E5;
5339c5335
< border-left: 1px solid #e5e5e5
---
> border-left: 1px solid #E5E5E5
5342c5338
< border-left: 1px solid #e5e5e5
---
> border-left: 1px solid #E5E5E5
5369c5365
< font-weight: 400;
---
> font-weight: normal;
5377,5378c5373,5374
< border-top: 1px solid #e5e5e5;
< border-bottom: 1px solid #e5e5e5
---
> border-top: 1px solid #E5E5E5;
> border-bottom: 1px solid #E5E5E5
5418c5414
< font-weight: 700;
---
> font-weight: bold;
5426c5422
< border-top: 1px solid #e5e5e5
---
> border-top: 1px solid #E5E5E5
5446c5442
< border-right: 1px solid #e5e5e5;
---
> border-right: 1px solid #E5E5E5;
5459c5455
< border: 1px solid #e5e5e5;
---
> border: 1px solid #E5E5E5;
5464,5465c5460,5461
< border-top: 1px solid #e5e5e5;
< font-weight: 700;
---
> border-top: 1px solid #E5E5E5;
> font-weight: bold;
5515c5511
< background: url(http://cdn.example.org/images/icons/toggle-plus2.png) no-repeat left
---
> background: url("images/icons/toggle-plus2.png") no-repeat left
5525c5521
< background: url(http://cdn.example.org/images/icons/toggle-minus2.png) no-repeat left;
---
> background: url("images/icons/toggle-minus2.png") no-repeat left;
5530c5526
< transition: color .3s linear
---
> transition: color 0.3s linear
5660c5656
< body>iframe {
---
> body > iframe {
5746c5742
< background-color: #e2e2e2
---
> background-color: #E2E2E2
5749c5745
< background-color: #282a2b
---
> background-color: #282A2B
5768c5764
< font-weight: 400
---
> font-weight: normal
5807c5803
< background-color: #282a2b
---
> background-color: #282A2B
5891c5887
< background: url(http://cdn.example.org/images/world_map.png) no-repeat center 65%
---
> background: url("images/world_map.png") no-repeat center 65%
5966c5962
< font-weight: 700;
---
> font-weight: bold;
5989c5985
< margin: 40px 0 0
---
> margin: 40px 0 0 0
6004c6000
< background: url(http://cdn.example.org/images/icons/search.png) no-repeat left center;
---
> background: url("images/icons/search.png") no-repeat left center;
6047c6043
< background-color: #e5e5e5;
---
> background-color: #E5E5E5;
6055c6051
< background-color: #282a2b
---
> background-color: #282A2B
6067c6063
< margin: 15px 0 0
---
> margin: 15px 0 0 0
6145c6141
< background: #282a2b
---
> background: #282A2B
6219c6215
< background: url(http://cdn.example.org/images/icons/sidebar-comment.png) left top no-repeat;
---
> background: url("images/icons/sidebar-comment.png") left top no-repeat;
6223c6219
< background: url(http://cdn.example.org/images/icons/footer-comment.png) left top no-repeat
---
> background: url("images/icons/footer-comment.png") left top no-repeat
6234c6230
< background: url(http://cdn.example.org/images/icons/arrow.png) 0 11px no-repeat;
---
> background: url("images/icons/arrow.png") 0 11px no-repeat;
6246c6242
< background: url(http://cdn.example.org/images/icons/farrow.png) 0 11px no-repeat
---
> background: url("images/icons/farrow.png") 0 11px no-repeat
6254,6261c6250,6257
< .widget_nav_menu>ul>li:first-child,
< .widget_links>ul>li:first-child,
< .widget_meta>ul>li:first-child,
< .widget_archive>ul>li:first-child,
< .widget_recent_comments>ul>li:first-child,
< .widget_recent_entries>ul>li:first-child,
< .widget_categories>ul>li:first-child,
< .widget_pages>ul>li:first-child {
---
> .widget_nav_menu > ul > li:first-child,
> .widget_links > ul > li:first-child,
> .widget_meta > ul > li:first-child,
> .widget_archive > ul > li:first-child,
> .widget_recent_comments > ul > li:first-child,
> .widget_recent_entries > ul > li:first-child,
> .widget_categories > ul > li:first-child,
> .widget_pages > ul > li:first-child {
6264,6271c6260,6267
< .widget_nav_menu>ul,
< .widget_links>ul,
< .widget_meta>ul,
< .widget_archive>ul,
< .widget_recent_comments>ul,
< .widget_recent_entries>ul,
< .widget_categories>ul,
< .widget_pages>ul {
---
> .widget_nav_menu > ul,
> .widget_links > ul,
> .widget_meta > ul,
> .widget_archive > ul,
> .widget_recent_comments > ul,
> .widget_recent_entries > ul,
> .widget_categories > ul,
> .widget_pages > ul {
6314c6310
< background-color: #282a2b
---
> background-color: #282A2B
6348c6344
< background-color: #282a2b;
---
> background-color: #282A2B;
6374c6370
< opacity: .4
---
> opacity: 0.4
6381c6377
< opacity: .2;
---
> opacity: 0.2;
6401c6397
< opacity: .5
---
> opacity: 0.5
6448c6444
< background-color: #e5e5e5;
---
> background-color: #E5E5E5;
6455c6451
< margin-left: 0;
---
> margin-left: 0px;
6466c6462
< background-color: #282a2b;
---
> background-color: #282A2B;
6587c6583
< opacity: .8;
---
> opacity: 0.8;
6602,6603c6598,6599
< opacity: .8;
< padding: 10px 10px 20px;
---
> opacity: 0.8;
> padding: 10px 10px 20px 10px;
6617c6613
< opacity: .9;
---
> opacity: 0.9;
6634c6630
< @-webkit-keyframes moveFromLeft {
---
> @-webkit-keyframes "moveFromLeft" {
6636c6632
< -webkit-transform: translateX(-100%)
---
> -webkit-transform: translateX(-100%);
6639c6635
< -webkit-transform: translateX(0%)
---
> -webkit-transform: translateX(0%);
6642c6638
< @-moz-keyframes moveFromLeft {
---
> @-moz-keyframes "moveFromLeft" {
6644c6640
< -moz-transform: translateX(-100%)
---
> -moz-transform: translateX(-100%);
6647c6643
< -moz-transform: translateX(0%)
---
> -moz-transform: translateX(0%);
6657,6676c6653,6659
< }
< @-webkit-keyframes moveFromRight {
< from {
< -webkit-transform: translateX(100%)
< }
< to {
< -webkit-transform: translateX(0%)
< }
< }
< @-moz-keyframes moveFromRight {
< from {
< -moz-transform: translateX(100%)
< }
< to {
< -moz-transform: translateX(0%)
< }
< }
< @-ms-keyframes moveFromRight {
< from {
< -ms-transform: translateX(100%)
---
> @-webkit-keyframes "moveFromRight" {
> from {
> -webkit-transform: translateX(100%);
> }
> to {
> -webkit-transform: translateX(0%);
> }
6678,6679c6661,6667
< to {
< -ms-transform: translateX(0%)
---
> @-moz-keyframes "moveFromRight" {
> from {
> -moz-transform: translateX(100%);
> }
> to {
> -moz-transform: translateX(0%);
> }
6681,6705c6669,6698
< }
< @-webkit-keyframes moveFromBottom {
< from {
< -webkit-transform: translateY(100%)
< }
< to {
< -webkit-transform: translateY(0%)
< }
< }
< @-moz-keyframes moveFromBottom {
< from {
< -moz-transform: translateY(100%)
< }
< to {
< -moz-transform: translateY(0%)
< }
< }
< @-ms-keyframes moveFromBottom {
< from {
< -ms-transform: translateY(100%)
< }
< to {
< -ms-transform: translateY(0%)
< }
< }
---
> @-ms-keyframes moveFromRight {
> from {
> -ms-transform: translateX(100%)
> }
> to {
> -ms-transform: translateX(0%)
> }
> @-webkit-keyframes "moveFromBottom" {
> from {
> -webkit-transform: translateY(100%);
> }
> to {
> -webkit-transform: translateY(0%);
> }
> }
> @-moz-keyframes "moveFromBottom" {
> from {
> -moz-transform: translateY(100%);
> }
> to {
> -moz-transform: translateY(0%);
> }
> }
> @-ms-keyframes moveFromBottom {
> from {
> -ms-transform: translateY(100%)
> }
> to {
> -ms-transform: translateY(0%)
> }
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment