mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
86 lines
3.0 KiB
CSS
86 lines
3.0 KiB
CSS
/* */
|
|
body { padding-top: 75px; padding-bottom: 40px; }
|
|
.well { padding:10px; }
|
|
|
|
|
|
/*******************************************************************************************************************/
|
|
|
|
|
|
/********** Misc */
|
|
.e-pointer { cursor: pointer; } /* Pointer Hand */
|
|
.expand-container { padding: 10px; } /* Block with expandable items */
|
|
.nextprev-bar { clear: both; padding: 5px; font-size: 14px; margin: 5px; border:1px solid #ddd; } /* Page NextPrev navigation block */
|
|
|
|
|
|
/******** SyS Messages / Message text formatting */
|
|
/* message boxes */
|
|
|
|
|
|
/* message text (overall) */
|
|
/******** SyS Messages / Message text formatting */
|
|
|
|
.s-message .s-message-title { height: 32px; background: 0 50% no-repeat; padding-left: 42px; line-height: 32px; }
|
|
|
|
|
|
i.s-message-icon {
|
|
background: url(images/adminicons_32.png) no-repeat top left;
|
|
display: inline-block;
|
|
width:32px;
|
|
height:32px;
|
|
float:left;
|
|
}
|
|
|
|
i.s-message-success { background-position: -592px -37px; width: 32px; height: 32px; }
|
|
i.s-message-error { background-position: -925px 0; width: 32px; height: 32px; }
|
|
i.s-message-warning { background-position: -777px -37px; width: 32px; height: 32px; }
|
|
i.s-message-info { background-position: -1480px 0; width: 32px; height: 32px; }
|
|
i.s-message-debug { background-position: -1480px 0; width: 32px; height: 32px; }
|
|
|
|
.s-message-body { padding-left: 42px; }
|
|
|
|
.required { color:red }
|
|
|
|
/* THEME SPECIFIC CSS *********************************************************************************************/
|
|
/******** Page Base */
|
|
.wrapper { width: 100%; }
|
|
.header { padding: 20px 15px 0; }
|
|
.header-content { border: 1px solid #DDDDDD}
|
|
.page-body { padding: 20px 15px 0; }
|
|
.footer {}
|
|
legend { font-size: 14px; font-weight: bold; padding: 5px; }
|
|
|
|
/******** Block Elements */
|
|
.block { border: 1px solid #DDDDDD; margin-bottom: 10px;}
|
|
.block-text { padding: 10px 10px 10px; }
|
|
.block h1.caption { padding: 5px 10px 5px; vertical-align: middle; }
|
|
.block h2.caption, .block h4.caption { padding: 5px 10px 5px; border-bottom: 1px solid #DDDDDD; }
|
|
|
|
/******** Horizontal navigation ADMIN_NAV_ALT */
|
|
.navigation { border: 1px solid #DDDDDD;}
|
|
|
|
/******** Layout */
|
|
.main-table { width: 100%; border: 0 none; }
|
|
.col-left { width: 220px; }
|
|
.col-right { width: 220px;}
|
|
.col-main { padding: 0 15px 0 15px;}
|
|
.inner-wrapper { margin: 0 5px }
|
|
|
|
/******** Horizontal navigation ADMIN_NAV_ALT */
|
|
.navigation { border: 1px solid #DDDDDD;}
|
|
|
|
/******** FEATUREBOX PLUGIN */
|
|
#featurebox-ajax-container { display: block }
|
|
#featurebox-ajax-container img { padding: 1px; margin: 5px; border: 1px solid #DDDDDD }
|
|
|
|
div.featurebox-nav { text-align: right; margin-right: 5px }
|
|
div.featurebox-nav a.featurebox-nav-link { }
|
|
div.featurebox-nav a.featurebox-nav-link.active,
|
|
div.featurebox-nav a.featurebox-nav-link.active:hover { text-decoration: none; color: #000 }
|
|
|
|
div.featurebox-nav a.featurebox-nav-next,
|
|
div.featurebox-nav a.featurebox-nav-next:hover,
|
|
div.featurebox-nav a.featurebox-nav-prev,
|
|
div.featurebox-nav a.featurebox-nav-prev:hover { text-decoration: none; font-size: 16px }
|
|
|
|
|