/** * Styles for theme info page. * * @package Anarcho Notepad * @since 2.44 * @author Space X-Chimp * @copyright Copyright (c) 2013-2020, Space X-Chimp * @link https://www.spacexchimp.com/themes/anarcho-notepad.html * @license http://www.gnu.org/licenses/gpl-3.0.html */ @font-face { font-family: 'Forum'; src: url(../fonts/forum/Forum.eot); src: url(../fonts/forum/Forum.eot?#iefix) format('embedded-opentype'), url(../fonts/forum/Forum.woff) format('woff'), url(../fonts/forum/Forum.ttf) format('truetype'), url(../fonts/forum/Forum.svg#Forum) format('svg'); font-weight: normal; font-style: normal; } .align-center { text-align: center; } .justify { text-align: justify; } .cover { background-color: #000; background-image: url(../images/background.png); background-repeat: repeat; background-position: top center; background-attachment: fixed; color: #000; font-family: sans-serif; font-size: 1.2em; height: 100%; text-align: center; width: 99%; } .cover h4 { text-align: center; font-size: 2em; line-height: normal; clear: both; } .cover a { transition: color 0.12s ease-in-out; color: #0b6492; text-decoration: none; font-weight: bold; } .cover a:hover { color: #000; text-decoration: none; font-weight: bold; } .cover a img { border: none; } #header { width: 960px; margin: 0 auto; position: relative; height: 110px; background: url(../images/notepad-bottom.png) no-repeat top center; -webkit-transform: scale(1, -1); transform: scale(1, -1); } #footer { clear: both; height: 100px; width: 960px; margin: 0 auto; margin-top: -20px; position: relative; background: url(../images/notepad-bottom.png) no-repeat; } #page { font-family: Forum; font-size: 110%; line-height: 150%; position: relative; background: url(../images/notepad-middle.png) repeat-y; width: 870px; margin: 0 auto; padding: 0 20px 0 70px; } #page .logo-img { padding: 10px; margin: 0 15px 2px 0; display: inline; } #page .content { float: left; width: 73%; padding-bottom: 3px; font-size: 100%; line-height: 150%; text-align: justify; text-shadow: 0 0 1px #aaa; } #page .content p { font-size: 100%; } #page .content ul { list-style: inherit; padding: 0 0 0 40px; } #page .content ul li { margin-bottom: 0; } #page .content h3 { font-size: 2em; line-height: 1px; text-align: center; } #page .content h3 + h4 { padding-top: 0; text-transform: none; } #page .content h4 { padding-top: 20px; font-size: 1.3em; line-height: 1px; text-align: center; text-transform: uppercase; } #page .content .fa-square-o { color: #4d94ff; } #page .content .fa-check-square-o, #page .content .fa-check-circle { color: #77af20; } #page .content .fa-diamond { color: rebeccapurple; } #page .content .store-item img { padding-top: 15px; width: 100%; } #page .content .store-item-features { padding-top: 0; } #page .content .store-item-features .feature-item-text { padding-top: 0; color: #ff4358; text-transform: uppercase; } #page .content table { text-align: left; width: 100%; margin: 1.5em 0; padding: 1em; line-height: 1.5em; font-size: 0.9em; } #page .content table th { padding: 0.5em; text-align: center; } #page .content table td { padding: 0.5em; text-align: center; } .button-primary.review-customizr { margin-top: 10px; font-size: 90%; } #sidebar { float: right; width: 210px; font-size: 100%; line-height: 110%; } #sidebar .donate { border-bottom: 2px solid lightgray; } #sidebar .donate img { padding-bottom: 8px; width: 180px; } #sidebar .donate p { font-size: 100%; } #sidebar .store { border-bottom: 2px solid lightgray; } #sidebar .store h3 { margin-bottom: 15px; } #sidebar .store img { width: 100%; border: 3px solid white; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { #page > li { width: 85%; } } .anarcho-notice { margin-top: 20px; margin-left: 0 !important; }