开发者 | tepelstreel |
---|---|
更新时间 | 2016年4月9日 18:03 |
捐献地址: | 去捐款 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 4.5 |
a5-recent-posts
folder to the /wp-content/plugins/
directoryThe styling of the widget requires some knowledge of css. If you are not familiar with that, try adding
padding: 10px; margin-bottom: 10px;
to the style section.
Add something like
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;
Add something like
-moz-box-shadow: 10px 10px 5px #888888; -webkit-box-shadow: 10px 10px 5px #888888; box-shadow: 10px 10px 5px #888888;
Most of the time you will have to use the styles like that: 'font-weight: bold !important; color: #0000dd !important;' Since the stylesheet of the theme will have highest priority, you will have to make your styles even more important in the hierarchy.