2008-11-11 13:26:49 +00:00
|
|
|
/*table { margin-left:auto; margin-right:auto; }*/
|
|
|
|
|
|
|
|
.searchhighlight{text-decoration: underline; color:#FF0000; font-weight:bold; }
|
2006-12-02 04:36:16 +00:00
|
|
|
|
|
|
|
/*
|
2008-11-11 13:26:49 +00:00
|
|
|
* e107 v0.800 - new class definitions
|
2006-12-02 04:36:16 +00:00
|
|
|
*/
|
2008-11-09 20:31:10 +00:00
|
|
|
|
2008-11-11 13:26:49 +00:00
|
|
|
/* Core Formatting */
|
2008-11-09 20:31:10 +00:00
|
|
|
.left { text-align: left }
|
|
|
|
.right { text-align: right }
|
|
|
|
.center { text-align: center }
|
2008-11-21 16:40:48 +00:00
|
|
|
.f-left { float: left }
|
|
|
|
.f-right { float: right }
|
2008-11-09 20:31:10 +00:00
|
|
|
.top { vertical-align: top }
|
|
|
|
.middle { vertical-align: middle }
|
|
|
|
.bottom { vertical-align: bottom }
|
|
|
|
.clear { clear: both }
|
2008-11-21 16:40:48 +00:00
|
|
|
.clear-l { clear: right }
|
|
|
|
.clear-r { clear: left }
|
2008-11-11 13:26:49 +00:00
|
|
|
|
|
|
|
/* Core Icons */
|
2008-11-09 20:31:10 +00:00
|
|
|
.icon { border: 0 }
|
|
|
|
.icon.action { vertical-align: middle }
|
2008-11-11 13:26:49 +00:00
|
|
|
.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 { }
|
2008-11-21 16:40:48 +00:00
|
|
|
.e-list { /* core selector - can be used per theme (JS) to decorate list blocks */ }
|
2006-12-02 04:36:16 +00:00
|
|
|
|
2008-11-17 17:43:57 +00:00
|
|
|
/* 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 */
|
2008-11-21 16:40:48 +00:00
|
|
|
#loading-mask { color: #556B2F; font-size: 1.2em; font-weight:bold; position:absolute; text-align: center; padding: 0; margin: 0; background-color: transparent; }
|
2008-11-11 13:26:49 +00:00
|
|
|
#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; }
|
2008-11-09 20:31:10 +00:00
|
|
|
#loading-mask img { margin: 10px auto; }
|
|
|
|
|
2008-11-21 16:40:48 +00:00
|
|
|
/* Element Loading Status default style */
|
|
|
|
.element-loading-mask { background-repeat: no-repeat; background-position: 50% 50%; background-color: #f5f5f5; }
|
|
|
|
|
|
|
|
|
2008-11-09 20:31:10 +00:00
|
|
|
/* Debug Console - this will be moved to debug.css */
|
2008-11-21 16:40:48 +00:00
|
|
|
#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; }
|
2008-11-09 20:31:10 +00:00
|
|
|
#e-debug-console { padding: 10px; margin: 0px; height: 100px; overflow: auto; text-align: left; }
|
2008-11-21 16:40:48 +00:00
|
|
|
#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; }
|
2008-11-20 20:35:24 +00:00
|
|
|
#e-debug-console-controls a { text-decoration: none; color: #000; background-color: #f5f5f5; border: 1px solid #f0f0f0; padding: 5px; margin: 2px 5px; }
|
2008-11-09 20:31:10 +00:00
|
|
|
#e-debug-console-input { width: 480px; border: 1px solid #f5f5f5; }
|
|
|
|
#e-debug-console .console-output { border-bottom: 1px solid #f5f5f5; padding: 5px }
|