body { margin: 0px; background:#fff; color:#3f3f40; } p { color:#585859 } .grid { width: 100%; max-width: 1240px; min-width: 755px; margin: 0 auto; overflow: hidden; } .grid:after { content: ""; display: table; clear: both; } .grid-pad { padding-top: 10px; padding-left: 0px; /* grid-space to left */ padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ } .col-1-4 { float: left; padding-right: 2%; width: 23%; text-align: center; } .col-1-3 { float: left; padding-right: 2%; width: 31.333%; text-align: center; } .fa { font-size: 30px; color: #d5574d; } .senswp .fa { font-size: 30px !important; } .col-1-4 h4 { font-size: 16px; } button, input[type="button"], input[type="reset"], input[type="submit"] { border: 2px solid #d5574d; background: #d5574d; box-shadow: none; font-size: 16px; line-height: 1; font-weight: 400; padding: 1em 2em 1em; text-shadow: none; color: #fff; cursor: pointer; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #d5574d; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #d5574d; } button.pro { font-size: 24px; padding: 1.25em 2em; text-align: center; margin: 20px auto 0; display: block; } a { text-decoration: none; } .custom-box { border: 1px solid #dadada; border-radius: 5px; cursor: pointer; margin-bottom: 30px; overflow: hidden; position: relative; width: 100%; } .custom-box:before { content: ""; display: block; padding-top: 90%; } .home-collection { background: none repeat scroll 0 0 #fff; } .custom-content { bottom: 0; color: white; left: 0; position: absolute; right: 0; top: 0; } .custom-content div { display: table; height: 100%; width: 100%; } .custom-content span { color: #999; display: table-cell; padding: 20px; text-align: center; vertical-align: middle; } .custom-content span > .fa { color: #404040; display: block; font-size: 50px; margin: 0 auto; padding: 0 0 20px; transition: all 0.2s ease-in-out 0s; } .custom-content:hover .fa { color: #d5574d; font-size: 58px; transition: all 0.2s ease-in-out 0s; } .custom-content span > h5 { color: #404040; font-size: 18px; line-height: 20px; margin: 0; } .custom-content span > p { font-size: 15px; margin-bottom: 0; } @media handheld, only screen and (max-width: 800px) { .grid { width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; padding-left: 0px; /* grid-space to left */ padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */ } .col-1-4 { float: none; padding-right: 0px; width: 100%; text-align: center; } .col-1-3 { float: none; padding-right: 0px; width: 100%; text-align: center; padding-bottom:30px; } } } '; } add_action('admin_head', 'quidus_custom_admin_colors'); add_action('admin_menu', 'quidus_setup_menu'); function quidus_setup_menu(){ add_theme_page( __( 'Quidus Theme Details', 'quidus' ), __( 'Quidus Theme Details', 'quidus' ), 'manage_options', 'quidus-setup', 'quidus_init' ); } function quidus_init(){ echo '
'; echo "
"; echo '

'; printf( __('Thank You For Using Quidus!', 'quidus' )); echo "

"; echo '

'; printf( __('QerraPress', 'quidus' )); echo '

'; echo '

'; printf( __('Visit our website and see everything in one place. Support forums, other themes, our blog & more!', 'quidus' )); echo '

'; echo '
'; echo '

'; printf( __('Documentation', 'quidus' )); echo "

"; echo '

'; printf( __('Every single theme has extensive documentation. Follow the given instructions and start configuring.', 'quidus' )); echo "

"; echo '
"; echo '

'; printf( __('Support', 'quidus' )); echo '

'; echo '

'; printf( __('Hey! Did you know that we have a support forum? Visit our website if you need help with our theme.', 'quidus' )); echo '

'; echo '
"; } ?>