/* This file is used to b2evolution help pages */
html,
body {
margin: 0;
padding: 0;
height: 100%;
font-size: 16px;
}
#content_wrapper {
min-height: 100%;
position: relative;
padding-bottom: 73px;
}
.header,
.footer {
padding-right: 15px;
padding-left: 15px;
}
.header {
padding-top: 20px;
}
.footer {
padding-bottom: 20px;
margin-top: 48px;
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
#sticky_footer {
width: 100%;
position: absolute;
bottom: 0;
margin-left: -15px !important;
}
nav ul {
margin-top: 17px;
}
.header h3 {
padding-bottom: 19px;
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
}
.container p img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
h1,
h2 {
padding: 20px 0 8px;
border-bottom: 1px solid #eee;
}
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 42px;
}
.jumbotron h2 {
padding-top: 0;
}
.jumbotron .h1_small {
font-size: 35px;
}
@media screen and (min-width: 768px) {
.header,
.footer {
padding-right: 0;
padding-left: 0;
}
.header {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 30px;
}
.jumbotron .h1 {
font-size: 42px;
}
}
@media screen and (max-width: 541px) {
#content_wrapper {
padding-bottom: 96px;
}
}
@media screen and (max-width: 332px) {
#content_wrapper {
padding-bottom: 119px;
}
}
/* Sprite style for the all flags */
/* The sprite image file is located: "/rsc/icons/flags_sprite.png"
* **** To change this file use the original file from: "/rsc/icons/src/flags.PSD"
* **** You should save the changed file as PNG-8 with 256 colors to the "flags_sprite.png"
* **** Also don't forget to save the "flags.PSD"
*
* NEW ADDED FLAGS:
* aq - Antarctica
* ax - Aland Islands
* bl - Saint Barthelemy
* cc - Cocos Islands
* cx - Christmas Island
* sj - Svalbard And Jan Mayen
*
* CHANGED FLAGS TO 16px WIDTH:
* np - Nepal
* ch - Switzerland
*/
span.flag {
border: 1px solid #000000;
background: url(../icons/flags_sprite.png) no-repeat;
width: 16px;
height: 11px;
line-height: 11px;
padding: 0 !important;
font-size: 6px;
display: inline-block !important;
margin-bottom: -2px;
box-sizing: content-box;
}
.evo_form__install .radio {
margin-top: 16px;
margin-bottom: 16px;
}
.evo_form__install .evo_form__install_buttons {
margin-top: 1em;
}
.evo_form__install .evo_form__install_buttons .btn + .btn {
margin-left: 1em;
}
.modal.modal-success .modal-header {
color: #3c763d;
background-color: #dff0d8;
border-bottom: 1px solid #d6e9c6;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
div.action_messages ul {
list-style: none;
margin: 1ex 0;
padding-left: 0;
}
.b2evolution_plane_logo {
width: 254px;
height: 52px;
margin-top: 13px;
}
.modal-dialog {
margin-top: 175px;
}
div.system_check_table div.panel-heading:not(:first-child) {
border-radius: 0;
border-top: 1px solid #ddd;
}
div.system_check {
margin: 1ex 0;
border-top: 1px solid #ddd;
padding-top: 1ex;
word-break: break-all;
}
div.system_check_name {
font-weight: bold;
float: left;
}
div.system_check_value_note,
div.system_check_value_ok,
div.system_check_value_warning,
div.system_check_value_error {
font-weight: bold;
margin-left: 40ex;
}
div.system_check_value_ok {
color: #093;
}
div.system_check_value_warning {
color: #e60;
}
div.system_check_value_error {
color: #c00;
}
div.system_check_message_ok,
div.system_check_message_warning,
div.system_check_message_error {
margin: 1ex;
}
div.system_check_message_warning {
padding: 3px;
background: #feb;
}
div.system_check_message_error {
padding: 3px;
background: #fbb;
}