#content img.aligncenter,
#content img.alignnone,
#content .wp-caption img {
transition: all .3s ease-in-out;
opacity: 0.99;
filter: alpha(opacity=99);
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
}
#content img.alignleft:hover,
#content img.alignright:hover,
#content img.aligncenter:hover,
#content img.alignnone:hover,
#content .wp-caption img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
.entry ul li {
background-image: xxx
}
You can put the classes into your own style sheet and use further declarations to target elements within the div.
For Content:(uses
- ,Does not use an H tag for title)
.mwm-aal-container{}
.mwm-aal-container-title{}
$clean = iconv('UTF-8', 'ASCII//TRANSLIT', $str);