/** * ownCloud - News * * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. * * @author Bernhard Posselt * @copyright Bernhard Posselt 2014 */ /** * Explore styles */ .explore #app-content-wrapper { height: 100%; } #explore { height: 100%; width: 100%; padding: 45px; padding-right: 0; } #explore ul { margin: 0; padding: 0; } #explore li { padding: 30px; display: block; float: left; max-width: 300px; border-collapse: collapse; border: 1px solid #ccc; margin: 0 25px 25px 0; } #explore h1 { font-size: 13pt; background-repeat: no-repeat; background-position: 0 center; background-size: 24px 24px; padding: 5px 0 0 35px; background-position: 0 center; } #explore h1 a:hover { text-decoration: underline; } #explore .category { display: inline-block; font-weight: normal; font-size: 10pt; color: #fff; background-color: #1d2d44; padding: 5px; float: right; border-radius: 3px; font-weight: bold; } #explore .explore-logo { text-align: center; margin-top: 25px; } #explore .explore-logo img { width: 100%; } #explore .explore-subscribe { padding-top: 15px; text-align: right; } #explore .explore-content { padding-top: 25px; } #explore .explore-filter { margin: 0 45px 45px 0; text-align: right; } #explore .explore-filter input { width: 200px; }