mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 19:15:19 +01:00
133 lines
5.2 KiB
CSS
133 lines
5.2 KiB
CSS
/*table { margin-left:auto; margin-right:auto; }*/
|
|
|
|
.searchhighlight{text-decoration: underline; color:#FF0000; font-weight:bold; }
|
|
|
|
/*
|
|
* e107 v0.800 - new class definitions
|
|
*/
|
|
|
|
/* Core Formatting */
|
|
.left { text-align: left }
|
|
.right { text-align: right }
|
|
.center { text-align: center }
|
|
.justify { text-align: justify }
|
|
.f-left { float: left }
|
|
.f-right { float: right }
|
|
.top { vertical-align: top }
|
|
.middle { vertical-align: middle }
|
|
.bottom { vertical-align: bottom }
|
|
.clear { clear: both }
|
|
.clear-l { clear: right }
|
|
.clear-r { clear: left }
|
|
|
|
/* Core Icons */
|
|
.icon { border: 0 }
|
|
.icon.action { vertical-align: middle }
|
|
.S16 { width: 16px; height: 16px }
|
|
.S32 { width: 32px; height: 32px }
|
|
.S64 { width: 64px; height: 64px }
|
|
.S128 { width: 128px; height: 128px }
|
|
|
|
/* Decorate JS - see core/decorate.js */
|
|
.odd { }
|
|
.even { background-color: #F5F5F5 }
|
|
.first, .last { }
|
|
.e-list { /* core selector - can be used per theme (JS) to decorate list blocks */ }
|
|
|
|
/* e107 Tabs - see core/tabs.js */
|
|
ul.e-tabs { list-style-type: none; }
|
|
ul.e-tabs li { display: inline; margin: 0px; border: 0 none; background-color: transparent; }
|
|
ul.e-tabs li a { text-decoration: none; padding: 5px; }
|
|
ul.e-tabs li a:link,
|
|
ul.e-tabs li a:visited { border: 1px solid #C0C0C0; }
|
|
ul.e-tabs li a:hover,
|
|
ul.e-tabs li.active a:link,
|
|
ul.e-tabs li.active a:visited { background-color: #EEEEEE; border: 1px solid #808080; }
|
|
|
|
/* Page Loading Status default style */
|
|
#loading-mask { color: #556B2F; font-size: 1.2em; font-weight:bold; position:absolute; text-align: center; padding: 0; margin: 0; background-color: transparent; }
|
|
#loading-mask .loader { position: fixed; top: 40%; left: 50%; width: 200px; text-align: center; background: #F0F9E3 none repeat scroll 0 0; border: 2px solid #556B2F; font-weight: bold; padding: 10px 5px; margin-left: -100px; margin-top: 0; }
|
|
#loading-mask img { margin: 10px auto; }
|
|
|
|
/* Element Loading Status default style */
|
|
.element-loading-mask { background-repeat: no-repeat; background-position: 50% 50%; background-color: #f5f5f5; }
|
|
|
|
|
|
/* Debug Console - this will be moved to debug.css */
|
|
#e-debug-console-cont { position: fixed; top: 0px; left: 5px; margin: 0px; padding: 0px; width: 600px; border: 1px solid #c0c0c0; background-color: white; color: black; }
|
|
#e-debug-console { padding: 10px; margin: 0px; height: 100px; overflow: auto; text-align: left; }
|
|
#e-debug-console div div { padding: 5px; }
|
|
#e-debug-console-controls { text-align: left; padding: 5px; border-top: 1px solid #c0c0c0; background-color: #fff; line-height: 0; }
|
|
#e-debug-console-controls a { text-decoration: none; color: #000; background-color: #f5f5f5; border: 1px solid #f0f0f0; padding: 5px; margin: 2px 5px; }
|
|
#e-debug-console-input { width: 480px; border: 1px solid #f5f5f5; }
|
|
#e-debug-console .console-output { border-bottom: 1px solid #f5f5f5; padding: 5px }
|
|
|
|
/** Custom Pages Front-end **/
|
|
.cpage-nav { padding: 5px; margin: 0px 5px 10px 10px; }
|
|
a.cpage-np { font-size: 14px; }
|
|
a.cpage-np.current { text-decoration: none; }
|
|
|
|
/******** SyS Messages / Message text formatting */
|
|
/* message boxes */
|
|
.s-message { }
|
|
|
|
.s-message div.info,
|
|
.s-message div.error,
|
|
.s-message div.success,
|
|
.s-message div.debug,
|
|
.s-message div.warning { padding: 5px; margin-bottom: 10px; }
|
|
|
|
|
|
.s-message div.info { background-color:#C1E0FF; border: 1px solid #3399FF; }
|
|
.s-message div.error { background-color:#FFCECE; border: 1px solid #CC0000; }
|
|
.s-message div.success { background-color:#DFFFDF; border: 1px solid #009900; }
|
|
.s-message div.warning { background-color:#FFFFD5; border: 1px solid #FFCC00; }
|
|
.s-message div.debug { background-color:#FFFFFF; border: 1px solid #EAEAEA; }
|
|
|
|
.s-message .s-message-title { height: 32px; background: 0 50% no-repeat; padding-left: 42px; font-size: 14px; font-weight: bold; line-height: 32px; }
|
|
|
|
.s-message div.info .s-message-title { background-image: url(images/messagebox_info.png); }
|
|
.s-message div.error .s-message-title { background-image: url(images/messagebox_critical.png); }
|
|
.s-message div.success .s-message-title { background-image: url(images/ok.png); }
|
|
.s-message div.warning .s-message-title { background-image: url(images/messagebox_warning.png); }
|
|
.s-message div.debug .s-message-title { background-image: url(images/messagebox_info.png); }
|
|
|
|
.s-message-body { padding-left: 42px; }
|
|
.s-message-item {}
|
|
|
|
/* validate result inline message */
|
|
.validate-result {}
|
|
|
|
/* message text (overall) */
|
|
.warning { color: #FF6600 }
|
|
.success { color: green; }
|
|
.error { color: #FF0000 }
|
|
.info {}
|
|
.required { color:red }
|
|
|
|
/******** Tooltip info */
|
|
.e-info {}
|
|
|
|
/******** Prepare for Image Preview JS */
|
|
.image-preview {}
|
|
|
|
/* BBcode textareas */
|
|
div.bbarea.large, .tbox.large, .helpbox.large { width: 95% !important; }
|
|
div.bbarea.medium, .tbox.medium, .helpbox.medium { width: 60% !important; }
|
|
div.bbarea.small, .tbox.small, .helpbox.small { width: 250px !important; }
|
|
|
|
/******** bbcodes && typgoraphy */
|
|
p { }
|
|
p.bbcode { margin: 10px 0px; text-indent: 15px; } /* override if requried */
|
|
p:first-letter {}
|
|
|
|
h1, h2, h3, h4, h5, h6 { margin: 15px 0px; text-indent: 15px; }
|
|
h1 { font-size: 16px; }
|
|
h2 { font-size: 14px; }
|
|
h3 { font-size: 12px; }
|
|
|
|
h1.bbcode, h2.bbcode, h3.bbcode, h4.bbcode, h5.bbcode, h6.bbcode { }/* override if requried */
|
|
|
|
div.bbcode { margin: 15px 0px; clear: both; } /* layout control via bbcodes */
|
|
|