diff --git a/src/css/defaults.css b/src/css/defaults.css index 7c891e64..f0fd9bd3 100644 --- a/src/css/defaults.css +++ b/src/css/defaults.css @@ -1,3 +1,32 @@ +#fullcontenttable { +font-weight:normal !important; +text-align:left; +} + +#fullcontenttable .ui-button{ +background:none !important; +background-image:none !important; +border-style:none; +white-space:normal !important; +font-weight:normal !important; +text-align:left; +} + +#fullcontenttable .ui-button-text{ +padding:0px !important; +} + +#fullcontenttable *{ +text-indent:0px !important; +} + + +button[id*="syslogseverity"]{ + color:white; + text-align:left; +} + + /* Generic Style definitions */ .ExpansionPlus { diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 075ed522..5ca808e0 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -1107,9 +1107,9 @@ function DieWithErrorMsg( $szerrmsg ) "

Critical Error occured

" . "" . "Errordetails:" . - "
" . + "" . $szerrmsg . - "

"); + ""); // Print Detail error's if available if ( isset($content['detailederror']) ) diff --git a/src/index.php b/src/index.php index 396b4b11..1fb98fb3 100644 --- a/src/index.php +++ b/src/index.php @@ -925,6 +925,11 @@ function PrepareStringForSearch($myString) function AddOnClickMenu(&$fieldGridItem, $fieldType, $FieldID) { global $content, $fields, $myStrCharLimit; + + + if ( !isset($fields[$FieldID]['SearchOnline']) ) + return; + if ( strlen($fieldGridItem['fieldvalue']) <= 0 ) { $fieldGridItem['hasbuttons'] = false; diff --git a/src/lang/de/main.php b/src/lang/de/main.php index 6b0f785c..1d391c07 100644 --- a/src/lang/de/main.php +++ b/src/lang/de/main.php @@ -80,8 +80,8 @@ $content['LN_ERROR_DB_INVALIDDBDRIVER'] = "Ungültiger Datenbank Treiber ausgewählt"; $content['LN_ERROR_DB_TABLENOTFOUND'] = "Die angegebene Tabelle konnte nicht gefunden werden, evtl. ist der Eintrag falsch geschrieben oder Gross- und Kleinschreibung wurden nicht beachtet."; $content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Die Datenbankfeldzuordnung ist fehlerhaft, es konnte mindestens ein Feld nicht gefunden werden."; -$content['LN_GEN_SELECTEXPORT'] = "> Exportformat auswählen <"; -$content['LN_GEN_EXPORT_CVS'] = "CSV (Komma unterteilt)"; +$content['LN_GEN_SELECTEXPORT'] = "Exportformat auswählen"; +$content['LN_GEN_EXPORT_CVS'] = "CSV"; $content['LN_GEN_EXPORT_XML'] = "XML"; $content['LN_GEN_EXPORT_PDF'] = "PDF"; $content['LN_GEN_ERROR_EXPORING'] = "Fehler beim exportieren der Daten"; diff --git a/src/lang/en/main.php b/src/lang/en/main.php index 9f984ea3..9415cb0a 100644 --- a/src/lang/en/main.php +++ b/src/lang/en/main.php @@ -29,9 +29,9 @@ // Global Stuff $content['LN_MAINTITLE'] = "Main LogAnalyzer"; -$content['LN_MAIN_SELECTSTYLE'] = "Select a Style"; -$content['LN_GEN_LANGUAGE'] = "Select Language"; -$content['LN_GEN_SELECTSOURCE'] = "Select Source"; +$content['LN_MAIN_SELECTSTYLE'] = "Style"; +$content['LN_GEN_LANGUAGE'] = "Language"; +$content['LN_GEN_SELECTSOURCE'] = "Source/Project"; $content['LN_GEN_MOREPAGES'] = "More than one Page available"; $content['LN_GEN_FIRSTPAGE'] = "First Page"; $content['LN_GEN_LASTPAGE'] = "Last Page"; @@ -82,8 +82,8 @@ $content['LN_ERROR_DB_INVALIDDBDRIVER'] = "Invalid database driver selected"; $content['LN_ERROR_DB_TABLENOTFOUND'] = "Could not find the configured table, maybe misspelled or the tablenames are case sensitive"; $content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Database Field mapping for at least one field could not be found."; -$content['LN_GEN_SELECTEXPORT'] = "> Select Exportformat <"; -$content['LN_GEN_EXPORT_CVS'] = "CSV (Comma separated)"; +$content['LN_GEN_SELECTEXPORT'] = "Select Exportformat"; +$content['LN_GEN_EXPORT_CVS'] = "CSV"; $content['LN_GEN_EXPORT_XML'] = "XML"; $content['LN_GEN_EXPORT_PDF'] = "PDF"; $content['LN_GEN_ERROR_EXPORING'] = "Error exporting data"; @@ -138,10 +138,10 @@ $content['LN_GRID_POPUPDETAILS'] = "Details for Syslogmessage with ID '%1'"; $content['LN_SEARCH_USETHISBLA'] = "Use the form below and your advanced search will appear here"; -$content['LN_SEARCH_FILTER'] = "Search (filter):"; -$content['LN_SEARCH_ADVANCED'] = "Advanced Search"; +$content['LN_SEARCH_FILTER'] = "Search"; +$content['LN_SEARCH_ADVANCED'] = "Advanced"; $content['LN_SEARCH'] = "Search"; -$content['LN_SEARCH_RESET'] = "Reset search"; +$content['LN_SEARCH_RESET'] = "Reset"; $content['LN_SEARCH_PERFORMADVANCED'] = "Perform Advanced Search"; $content['LN_VIEW_MESSAGECENTERED'] = "Back to unfiltered view with this message at top"; $content['LN_VIEW_RELATEDMSG'] = "View related syslog messages"; @@ -155,8 +155,8 @@ $content['LN_VIEW_SHOWALLBUT'] = "Show all except '%1'"; $content['LN_VIEW_VISITLINK'] = "Open Link '%1' in new window"; -$content['LN_HIGHLIGHT'] = "Highlight >>"; -$content['LN_HIGHLIGHT_OFF'] = "Highlight <<"; +$content['LN_HIGHLIGHT'] = "Highlight"; +$content['LN_HIGHLIGHT_OFF'] = "Highlight <<"; $content['LN_HIGHLIGHT_WORDS'] = "Highlight words comma separated"; $content['LN_AUTORELOAD'] = "Set auto reload"; diff --git a/src/templates/admin/admin_parsers.html b/src/templates/admin/admin_parsers.html index 7b1eba83..8c8dabb5 100644 --- a/src/templates/admin/admin_parsers.html +++ b/src/templates/admin/admin_parsers.html @@ -23,8 +23,8 @@ - - + +
{LN_PARSERSMENU_LIST}{LN_PARSERS_ONLINELIST}{LN_PARSERSMENU_LIST}{LN_PARSERS_ONLINELIST}
diff --git a/src/templates/admin/admin_reports.html b/src/templates/admin/admin_reports.html index 8e06721e..b385212d 100644 --- a/src/templates/admin/admin_reports.html +++ b/src/templates/admin/admin_reports.html @@ -23,10 +23,10 @@ - - + + - + diff --git a/src/templates/details.html b/src/templates/details.html index 38b01f72..953433a1 100644 --- a/src/templates/details.html +++ b/src/templates/details.html @@ -72,7 +72,7 @@ - - - - + + + + +
{LN_REPORTMENU_LIST}{LN_REPORTMENU_ONLINELIST}{LN_REPORTMENU_LIST}{LN_REPORTMENU_ONLINELIST} {REPORTS_DETAILSFOR}{REPORTS_DETAILSFOR}   - +
@@ -80,7 +80,7 @@ {FieldCaption} diff --git a/src/templates/include_header.html b/src/templates/include_header.html index c5f7a04f..25544ed4 100644 --- a/src/templates/include_header.html +++ b/src/templates/include_header.html @@ -36,7 +36,7 @@ Donate and help keep the project alive! -
- {fieldvalue} + {fieldvalue}
+
@@ -55,13 +55,8 @@
- -
 
- + +
@@ -81,78 +76,33 @@ + - - - - -
 
- - - - - - - - - -
 {LN_GEN_SELECTSOURCE}  - -
- - - - -
+
+ - +
+ + +
+ - - - - - - - -
- - - - - -
- - -
- +
@@ -173,3 +123,5 @@
+ +
 
 
\ No newline at end of file diff --git a/src/templates/include_menu.html b/src/templates/include_menu.html index f1233f89..f51248ac 100644 --- a/src/templates/include_menu.html +++ b/src/templates/include_menu.html @@ -3,12 +3,7 @@ - - - + @@ -21,6 +16,14 @@ + + + + + diff --git a/src/templates/index.html b/src/templates/index.html index c80de2a0..03b67e58 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,239 +1,227 @@ -

- - - - - - - - - - - - - - - - - +
+
+ +
- {LN_SEARCH_FILTER} - - - - - - - -
- - - - - - - - -
-
- {LN_SEARCH_ADVANCED} -
- (sample: facility:local0 severity:warning) -
- - - - - - - - - - - - - -
- {LN_HIGHLIGHT_WORDS}
- - -
- - - - - - -
{highlight_html}
-
-
-
+
+Event Log +
- - - +
+ - - - - + + - - - - - + + + + + + +
- - - - - - - -
Recent syslog messages -
- - - - - -
- - - - - - - - - - -
-
-
+
+ {LN_GEN_SELECTSOURCE} + +
- - - + - - + - - - - +
- - {LN_GEN_PAGE} {main_currentpagenumber} - - + + +
+ {LN_GEN_SELECTVIEW} + + +
- -
{LN_AUTORELOAD}: + + + +
+ {LN_GEN_SELECTEXPORT} + + + + + + + + + + + +
+ + +
+ +
- - - - - -
+ + {LN_AUTORELOAD}: -
-
{LN_GEN_RECORDCOUNT}:{main_recordcount}
+ - -
{LN_GEN_PAGERSIZE}: -
- - - - - -
- -
-
-
Pager: - - - - - - +
+
+ + + + + + + - - + + + + + + + + + +
+ {LN_SEARCH_FILTER}    {LN_SEARCH_ADVANCED} - - - - - - + + + + + + + + + + + + + + (sample: facility:local0 severity:warning)
+ + + + + + + + + + + + + + +
{LN_HIGHLIGHT} + + + + + + +
{highlight_html}
+
({LN_HIGHLIGHT_WORDS})
+
- -
{mypagenumber}  - +
+ + + + + + + + + + + + + + + + + + + + + {mypagenumber} + + + + - - + + - -
- + + + + - - + + - -
+ + + + + +
+ + {LN_GEN_PAGE} {main_currentpagenumber} + +
@@ -241,12 +229,17 @@ +
{SourceDescription} + + ({main_recordcount}) + +
- + @@ -340,7 +333,18 @@ - + + +
 {LN_GEN_PAGERSIZE}: +
+ + +
+
Pager: @@ -443,5 +447,11 @@ /* Show Table now! */ $( "#fullcontenttable" ).show(); + + + \ No newline at end of file diff --git a/src/templates/reports.html b/src/templates/reports.html index df2abc55..058703ca 100644 --- a/src/templates/reports.html +++ b/src/templates/reports.html @@ -31,10 +31,10 @@ - - + + - + diff --git a/src/themes/dark/main.css b/src/themes/dark/main.css index 4a0f35f6..fcecbe3e 100644 --- a/src/themes/dark/main.css +++ b/src/themes/dark/main.css @@ -1,3 +1,7 @@ +/* Min changes to match with changed Template */ +#PagerTop {position:absolute;width:100%;height:15px;margin-top:-15px;text-align:right} + + /* Generell Tag Classes */ body { diff --git a/src/themes/default/about.txt b/src/themes/default/about.txt index 69fadfed..899bf567 100644 --- a/src/themes/default/about.txt +++ b/src/themes/default/about.txt @@ -1,3 +1,2 @@ -Author: Andre Lorbach -Link: http://www.adiscon.com -DisplayName: Default \ No newline at end of file +Author: Jürgen Weber: http://www.adiscon.com +DisplayName: NLog \ No newline at end of file diff --git a/src/themes/default/jquery-ui-theme.css b/src/themes/default/jquery-ui-theme.css index 45195d77..4a25d35b 100644 --- a/src/themes/default/jquery-ui-theme.css +++ b/src/themes/default/jquery-ui-theme.css @@ -24,7 +24,8 @@ .ui-widget input, .ui-widget select, .ui-widget textarea, -.ui-widget button { +.ui-widget button, +.ui-button { font-size: 1em; } .ui-widget-content { @@ -60,11 +61,10 @@ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { - border: 1px solid #756b9c; - background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x; - font-weight: bold; - color: #0e4e7e; + } + + .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { @@ -79,7 +79,6 @@ .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x; - font-weight: bold; color: #1d5987; } .ui-state-hover a, @@ -98,7 +97,6 @@ .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x; - font-weight: bold; color: #e17009; } .ui-state-active a, @@ -376,33 +374,13 @@ /* Misc visuals ----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { -/* Corner radius */ -.ui-corner-all, -.ui-corner-top, -.ui-corner-left, -.ui-corner-tl { - border-top-left-radius: 5px; -} -.ui-corner-all, -.ui-corner-top, -.ui-corner-right, -.ui-corner-tr { - border-top-right-radius: 5px; -} -.ui-corner-all, -.ui-corner-bottom, -.ui-corner-left, -.ui-corner-bl { - border-bottom-left-radius: 5px; -} -.ui-corner-all, -.ui-corner-bottom, -.ui-corner-right, -.ui-corner-br { - border-bottom-right-radius: 5px; + border-style:none; + padding:0px; } + /* Overlays */ .ui-widget-overlay { background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; diff --git a/src/themes/default/main.css b/src/themes/default/main.css index 0b305f7b..55e32a94 100644 --- a/src/themes/default/main.css +++ b/src/themes/default/main.css @@ -1,460 +1,170 @@ +/*NLog Layout */ +/* color schema 1: #50586C & #DCE2F0 */ + + /* Generell Tag Classes */ -body -{ - color: #000000; - background-color: #f9f9f9; - - scrollbar-face-color: #DEE3E7; - scrollbar-highlight-color: #FFFFFF; - scrollbar-shadow-color: #DEE3E7; - scrollbar-3dlight-color: #D1D7DC; - scrollbar-arrow-color: #006699; - scrollbar-track-color: #EFEFEF; - scrollbar-darkshadow-color: #98AAB1; -} - -td -{ - color: #000000 -} - -/* Default Link Classes */ -a:link,a:active,a:visited,a.postlink -{ - font-weight: bold; - text-decoration:none; - - background-color: transparent; - color:#005989; -} -a:hover -{ - font-weight: bold; - color:#002C5B; -} -/*---*/ - -/* Context Link Classes */ -a.contextlink:link,a.contextlink:active,a.contextlink:visited,a.contextlink -{ - font-weight: bold; - background-color: transparent; - color:#E50A00; - text-decoration:underline; -} -a.contextlink:hover -{ - font-weight:bold; - color:#923325; - text-decoration:none; -} -/*---*/ - -img -{ - border: 0px; -} - -/* Title Classes */ -.title -{ - font-weight:bold; - - background-color: #fedab3; - background-image: url(images/bg_3.png); - background-repeat: repeat-x; - color: #032D5D; - - border: 1px solid; - border-color: #ACBED6 #3B679B #3B679B #ACBED6; - text-align:center; - vertical-align:middle; -} -a.title, a.title:active, a.title:visited -{ - font-weight:bold; - - COLOR: #ED9D10; - TEXT-DECORATION: none; -} -a.title:hover -{ - COLOR: #982D00; - TEXT-DECORATION: none; -} -.titleSecond -{ - font-weight:bold; - - background-color: #f4e5d5; - background-image: url(images/bg_4.png); - background-repeat: repeat-x; - color: #1A3745; - - text-align:center; - vertical-align:middle; -} - - -/* Default Font Classes */ -font -{ - } +select, +input, +button, +textarea { border: 1px solid; border-color: #AAAAAA;} +body { margin:0px; padding:0px; } +table { border-spacing:0; border-collapse: collapse; } +img { border: 0px; } + +a:link, +a:active, +a:visited, +a.postlink { color:#002C5B; background-color:transparent;font-weight:bold;text-decoration:none;} +a:hover { color:#002C5B; font-weight: bold;} +a img { vertical-align:middle} + + + +/* Header, Footer, Menue1..2..3 */ +#MainMenuPanel {background-color:#50586C; height:40px; padding-top:5px} +#MainMenuPanel table {border-collapse:collapse;} +#MainMenuPanel .ui-button {background-color:#50586C ; color:#DCE2F0 ; } +#MainMenuPanel .ui-button:hover {background-color:#50586C ; color:black} + +#ProjectPanel { background-color:#DCE2F0; width:100%; overflow:hidden; padding: 10px 0px 0px 0px;} +#ProjectPanel table { border-collapse:collapse; color:#50586C} +#ProjectPanel td { padding-right:20px; align:left; text-align:left} +#ProjectPanel img { vertical-align:middle; } +#ProjectPanel form { display:inline; } + + +#SearchPanel { background-color:#DCE2F0; width:100%; padding: 10px 0px 10px 0px;} +#SearchPanel table { border-collapse:collapse; color:#50586C} +#SearchPanel form { display:inline; } +#SearchPanel #txtSearch { width:250px; height:18px} +#SearchPanel #txtHighlight { width:250px; height:18px} +#SearchPanel #buttonreset { margin-left:10px;} +#SearchPanel .ui-button { font-size:1em} +#openmenu_searches { height:18px} +.SearchFormControl { width:20px; height:18px; cursor:pointer} +.highlighted { font-weight: bold; color: #BB0000 } + + +.mainheader {background-color:#F9F7F7; } +.mainheader * {color:#50586C } +.mainheader img {width: 250px; height:40px} +.mainheader .cellmenu1 {text-align:right; background-color:#F9F9F9;} + + +.mainfooter * {color:#666666; background-color:white; } +.mainfooter {margin-top:20px;} +.mainfooter .line0 {color:#666666; background-color:white; } +.mainfooter .line1 {color:#666666; background-color:white; } + +.title {background-color:#2165B2; color: white; vertical-align:middle; text-align:center; width:100%; height:30px; } +.title * {font-size: 13px; } +.titleSecond {background-color:#DCE2F0; color:#50586C; vertical-align:middle; text-align:center; font-weight:bold; } + + + + +/* Table Event Log */ +#PagerTop {position:absolute;width:100%;height:15px;margin-top:-15px;text-align:right} + +#fullcontenttable {FONT-WEIGHT:NORMAL !IMPORTANT;} +#fullcontenttable .ui-button {font-size:1em !important;BACKGROUND:NONE !IMPORTANT; BACKGROUND-IMAGE:NONE !IMPORTANT; BORDER-STYLE:NONE; WHITE-SPACE:NORMAL !IMPORTANT; FONT-WEIGHT:NORMAL !IMPORTANT; TEXT-ALIGN:LEFT; } +#fullcontenttable .ui-button-text {PADDING:0PX !IMPORTANT;} +#fullcontenttable * {TEXT-INDENT:0PX !IMPORTANT;} +#fullcontenttable a { font-weight:normal;} +#fullcontenttable .cellmenu1 {text-align:center !important;} + +BUTTON[ID*="SYSLOGSEVERITY"] {color:white; TEXT-ALIGN:LEFT; } +BUTTON[ID*="button_menu_NTEventLogType"] {font-size:0.8em } +BUTTON[ID*="button_menu_sourceproc"] {font-size:0.8em } + + +/* Table Event Details */ +#EventItemDetails .cellmenu1, +#EventItemDetails .cellmenu1_naked {text-align:right} + + + + + + /* Table / Border Classes */ -.table_with_border -{ - background-color:#EEF2F6; - border:1px solid; - border-color: #CCCCCC #000000 #000000 #CCCCCC; -} - -.table_with_border_second -{ - background-color:#D5E0E7; - border:1px solid; - border-color: #CCCCCC #000000 #000000 #CCCCCC; -} - -.table_with_border_light -{ - background-color:#CCCCCC; - border:1px #AAAAAA solid; -} - -.with_border -{ - text-indent:3px; - background-color:#CCCCCC; - border:1px #AAAAAA solid; -} - -.with_border_alternate -{ - text-indent:3px; - background-color:#CCCCCC; - border:1px #AAAAAA ridge; -} - -.mainheader -{ - border:1px solid; - background-color:#C7CBD1; - border-color: #44617D #203040 #203040 #44617D; -} - -.mainfooter -{ - background-color:#DDDDDD; - border-top: #97A8B9 1px solid; - border-bottom: #6592BD 1px solid; -} - -.imageborder -{ - border:1px solid; - border-color: #44617D #203040 #203040 #44617D; -} +.table_with_border { border-bottom:solid 1px gray; } +.table_with_border_second { background-color:#white; border:1px solid; border-color: #CCCCCC #000000 #000000 #CCCCCC; } +.table_with_border_light, +.table_with_border_light TD {border:1px solid #DCE2F0} + +.with_border {padding-top:0px; text-indent:3px;} +.with_border_alternate {text-indent:3px;} +.with_border_alternate td {border:solid 1px #aaaaaa;} + +.imageborder { border:1px solid; border-color: #44617D #203040 #203040 #44617D; } + /* Cells for listening */ -.line0 -{ - color: #000000; - background-color: #DDDDDD; -} -.line0:hover -{ - background-color:#F9F9F9; -} - -.line1 -{ - color: #000000; - background-color: #EEEEEE; -} -.line1:hover -{ - background-color:#F9F9F9; -} - -.line2 -{ - color: #000000; - background-color: #F5F5F5; -} -.line2:hover -{ - background-color:#F9F9F9; -} -.tableBackground -{ - color: #000000; - background-color: #F5F5F5; -} - -.lineColouredWhite, .lineColouredWhite:hover, a.lineColouredWhite -{ - color: #FFFFFF; -} -.lineColouredBlack, .lineColouredBlack:hover, a.lineColouredBlack -{ - color: #000000; -} +.line0 { background-color:white; } +.line1 { background-color:white; } +.line2 { background-color:#f3f3f3; } +.line0:hover { background-color:#DCE2F0 } +.line1:hover { } +.line2:hover { } + + + +.lineColouredWhite, .lineColouredWhite:hover, a.lineColouredWhite { color: #FFFFFF; } +.lineColouredBlack, .lineColouredBlack:hover, a.lineColouredBlack { color: #000000; } + + + /* TOP Menu Classes */ -.topmenu2 -{ - border:1px ridge; - border-color: #BDEEFF #79AABE #09506C #09506C; - padding: 2px 2px 0px 2px; - vertical-align: middle; - - color: #FFFFFF; - background-color: #7A92A6; -} -.topmenu2:hover -{ - color: #FFFF99; - border:1px inset; - border-color: #BDEEFF #79AABE #09506C #09506C; - background-color: #6A88B8; - text-decoration: none; -} -.topmenu2_link, A.topmenu2_link -{ - color: #FFDD22; -} -.topmenu2_link:hover, a.topmenu2_link:hover -{ - color: #FFFF99; - text-decoration: none; -} -.topmenu1_link, a.topmenu1_link, a.topmenu1_link:visited, .topmenu2_link, a.topmenu2_link, a.topmenu2_link:visited, .topmenu3_link, a.topmenu3_link, a.topmenu3_link:visited -{ - vertical-align: middle; - - color: #FFDD22; - font-weight:bold; - text-decoration: none; -} -.topmenu1_link:hover, .topmenu2_link:hover, .topmenu3_link:hover -{ - vertical-align: middle; - - color: #FFFF99; - font-weight:bold; - text-decoration: none; -} +.topmenu2, .topmenu3 { background-color:#7A92A6;} +.topmenu2 a, .topmenu3 a { color:#DCE2F0; } + +.topmenu1_link:hover, +.topmenu2_link:hover, +.topmenu3_link:hover { color:#FFBB55 } + + + + /* Cell Columns */ -.cellmenu1 -{ - border:1px ridge; - border-color: #79AABE #09506C #09506C #79AABE; - - text-indent:0px; - font-weight:bold; - - background-color: #2d424c; - background-image: url(images/bg_1.png); - background-repeat: repeat-x; - - color: #FFFFFF; -} -.cellmenu1_naked -{ - border:1px ridge; - border-color: #79AABE #09506C #09506C #79AABE; - background-color: #2E79A0; - - text-indent:0px; - font-weight:bold; - - color: #FFFFFF; -} -.cellmenu1:hover .cellmenu1_naked:hover -{ - color: #FFFF99; - text-decoration: none; -} -A.cellmenu1_link -{ - color: #FFFF55; - text-decoration: underline; -} -A.cellmenu1_link:hover -{ - color: #FFBB55; - text-decoration: none; -} - -.cellmenu2 -{ - border:1px inset; - border-color: #79AABE #09506C #09506C #79AABE; - - text-indent:0px; - font-weight:bold; - - background-color: #94a5ad; - background-image: url(images/bg_2.png); - background-repeat: repeat-x; - color: #393327; - - padding: 0px 10px 0px 5px; -} -.cellmenu2_naked -{ - text-indent:0px; - font-weight:bold; - - color: #393327; - border:1px inset; - border-color: #79AABE #09506C #09506C #79AABE; - background-color: #9FDAF1; -} - -.cellmenu2:hover, .cellmenu2_naked:hover -{ - color: #A31D32; - text-decoration: none; -} +.cellmenu1, +.cellmenu1_naked {color: #DCE2F0;text-align:left;background-color:#50586C;padding-right:3px;} + +.cellmenu2, +.cellmenu2_naked {} +.cellmenu2 td {margin:10px;} + +A.cellmenu1_link:hover {color:#FFBB55; text-decoration: none;} +A.cellmenu1_link {color: white; text-decoration: underline;} + + + +/* Other Link Classes */ + +a.contextlink:link, +a.contextlink:active, +a.contextlink:visited, +a.contextlink { font-weight:bold; color:#E50A00; text-decoration:underline; background-color: transparent;} +a.contextlink:hover { font-weight:bold; color:#923325; text-decoration:none; } + + + /* Usefull Text Classes */ -.ErrorMsg -{ - font-weight: bold; - COLOR: #FF0000; -} -.PriorityEmergency -{ - color: #FFFFFF; - background-color: #ff4444; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} -.PriorityAlert -{ - color: #FFFFFF; - background-color: #dd00dd; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} -.PriorityCrit -{ - color: #FFFFFF; - background-color: #dd9900; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} -.PriorityError -{ - color: #FFFFFF; - background-color: #CC0000; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} -.PriorityWarning -{ - color: #FFFFFF; - background-color: #FFAA00; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} -.PriorityNotice -{ - color: #FFFFFF; - background-color: #66CC33; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} -.PriorityInfo -{ - color: #000000; - background-color: #ABF1FF; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} -.PriorityDebug -{ - color: #FFFFFF; - background-color: #3333ff; - border-top: black 1px solid; - border-bottom: black 1px solid; - border-right: gray 1px solid; -} - -/* Form elements */ -select, input, button, textarea -{ - background-color: #E8E7E2; - color:#000000; - - font-weight: bold; - - border: 1px solid; - border-color: #233B51 #124A7C #124A7C #233B51; -} - -.SearchFormControl -{ - margin: 2px; - background-color: #E8E7E2; - color:#000000; - - font-weight: bold; - - border: 1px solid; - border-color: #233B51 #124A7C #124A7C #233B51; -} - -.SearchFormTextbox -{ - width:100%; - margin: 2px; - background-color: #E8E7E2; - color:#000000; - - font-weight: bold; - - border: 1px solid; - border-color: #233B51 #124A7C #124A7C #233B51; -} - -.highlighted -{ - font-weight: bold; - - color: #BB0000 -} - - -/* Corner radius */ -.title, -.with_border, -.with_border_alternate, -.mainheader, -.imageborder, -.topmenu1, -.topmenu2, -.topmenu2end, -.topmenu3, -.cellmenu1, -.cellmenu1_naked, -.cellmenu2, -.cellmenu2_naked, -.SearchFormControl, -.SearchFormTextbox, -.table_with_border, -.table_with_border_second, -.table_with_border_light, -select, input, button, textarea { - border-radius: 2px; -} +.ErrorMsg { font-weight: bold; COLOR: #FF0000; } + +.PriorityAlert { background-color: #dd00dd; } +.PriorityCrit { background-color: #dd9900; } +.PriorityError { background-color: #CC0000; } +.PriorityWarning { background-color: #FFAA00; } +.PriorityNotice { background-color: #66CC33; } +.PriorityInfo { background-color: #ABF1FF; } +.PriorityDebug { background-color: #3333ff; } + +.PriorityEmergency, .PriorityAlert, .PriorityCrit, .PriorityError, .PriorityWarning, .PriorityNotice, .PriorityInfo, .PriorityEmergency, +.PriorityDebug {color: #FFFFFF; border-top: black 1px solid; border-bottom: black 1px solid; border-right: gray 1px solid; } + + diff --git a/src/themes/defaultOrg/about.txt b/src/themes/defaultOrg/about.txt new file mode 100644 index 00000000..f868ed6e --- /dev/null +++ b/src/themes/defaultOrg/about.txt @@ -0,0 +1,3 @@ +Author: Andre Lorbach +Link: http://www.adiscon.com +DisplayName: Default Org \ No newline at end of file diff --git a/src/themes/defaultOrg/images/bg_1.png b/src/themes/defaultOrg/images/bg_1.png new file mode 100644 index 00000000..08bbeb35 Binary files /dev/null and b/src/themes/defaultOrg/images/bg_1.png differ diff --git a/src/themes/defaultOrg/images/bg_2.png b/src/themes/defaultOrg/images/bg_2.png new file mode 100644 index 00000000..cfef76cc Binary files /dev/null and b/src/themes/defaultOrg/images/bg_2.png differ diff --git a/src/themes/defaultOrg/images/bg_3.png b/src/themes/defaultOrg/images/bg_3.png new file mode 100644 index 00000000..cfb34198 Binary files /dev/null and b/src/themes/defaultOrg/images/bg_3.png differ diff --git a/src/themes/defaultOrg/images/bg_4.png b/src/themes/defaultOrg/images/bg_4.png new file mode 100644 index 00000000..d5147e94 Binary files /dev/null and b/src/themes/defaultOrg/images/bg_4.png differ diff --git a/src/themes/defaultOrg/images/bg_bottom.gif b/src/themes/defaultOrg/images/bg_bottom.gif new file mode 100644 index 00000000..d36b5fa0 Binary files /dev/null and b/src/themes/defaultOrg/images/bg_bottom.gif differ diff --git a/src/themes/defaultOrg/images/bg_bottom.png b/src/themes/defaultOrg/images/bg_bottom.png new file mode 100644 index 00000000..eaca91a3 Binary files /dev/null and b/src/themes/defaultOrg/images/bg_bottom.png differ diff --git a/src/themes/defaultOrg/images/dither.png b/src/themes/defaultOrg/images/dither.png new file mode 100644 index 00000000..28ef6d40 Binary files /dev/null and b/src/themes/defaultOrg/images/dither.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_flat_0_aaaaaa_40x100.png b/src/themes/defaultOrg/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100644 index 00000000..b85d889d Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_flat_55_fbec88_40x100.png b/src/themes/defaultOrg/images/ui-bg_flat_55_fbec88_40x100.png new file mode 100644 index 00000000..ffa86734 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_flat_55_fbec88_40x100.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_glass_75_d0e5f5_1x400.png b/src/themes/defaultOrg/images/ui-bg_glass_75_d0e5f5_1x400.png new file mode 100644 index 00000000..a6328946 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_glass_75_d0e5f5_1x400.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_glass_85_dfeffc_1x400.png b/src/themes/defaultOrg/images/ui-bg_glass_85_dfeffc_1x400.png new file mode 100644 index 00000000..0800324b Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_glass_85_dfeffc_1x400.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_glass_95_fef1ec_1x400.png b/src/themes/defaultOrg/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 00000000..bf439c54 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png b/src/themes/defaultOrg/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png new file mode 100644 index 00000000..8e96a0a3 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_inset-hard_100_f5f8f9_1x100.png b/src/themes/defaultOrg/images/ui-bg_inset-hard_100_f5f8f9_1x100.png new file mode 100644 index 00000000..9701eca3 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_inset-hard_100_f5f8f9_1x100.png differ diff --git a/src/themes/defaultOrg/images/ui-bg_inset-hard_100_fcfdfd_1x100.png b/src/themes/defaultOrg/images/ui-bg_inset-hard_100_fcfdfd_1x100.png new file mode 100644 index 00000000..f61b60a8 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-bg_inset-hard_100_fcfdfd_1x100.png differ diff --git a/src/themes/defaultOrg/images/ui-icons_217bc0_256x240.png b/src/themes/defaultOrg/images/ui-icons_217bc0_256x240.png new file mode 100644 index 00000000..8d2b7e57 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-icons_217bc0_256x240.png differ diff --git a/src/themes/defaultOrg/images/ui-icons_2e83ff_256x240.png b/src/themes/defaultOrg/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 00000000..84b601bf Binary files /dev/null and b/src/themes/defaultOrg/images/ui-icons_2e83ff_256x240.png differ diff --git a/src/themes/defaultOrg/images/ui-icons_469bdd_256x240.png b/src/themes/defaultOrg/images/ui-icons_469bdd_256x240.png new file mode 100644 index 00000000..5dff3f96 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-icons_469bdd_256x240.png differ diff --git a/src/themes/defaultOrg/images/ui-icons_6da8d5_256x240.png b/src/themes/defaultOrg/images/ui-icons_6da8d5_256x240.png new file mode 100644 index 00000000..f7809f85 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-icons_6da8d5_256x240.png differ diff --git a/src/themes/defaultOrg/images/ui-icons_cd0a0a_256x240.png b/src/themes/defaultOrg/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 00000000..ed5b6b09 Binary files /dev/null and b/src/themes/defaultOrg/images/ui-icons_cd0a0a_256x240.png differ diff --git a/src/themes/defaultOrg/images/ui-icons_d8e7f3_256x240.png b/src/themes/defaultOrg/images/ui-icons_d8e7f3_256x240.png new file mode 100644 index 00000000..9b46228f Binary files /dev/null and b/src/themes/defaultOrg/images/ui-icons_d8e7f3_256x240.png differ diff --git a/src/themes/defaultOrg/images/ui-icons_f9bd01_256x240.png b/src/themes/defaultOrg/images/ui-icons_f9bd01_256x240.png new file mode 100644 index 00000000..f1f0531a Binary files /dev/null and b/src/themes/defaultOrg/images/ui-icons_f9bd01_256x240.png differ diff --git a/src/themes/defaultOrg/jquery-ui-theme.css b/src/themes/defaultOrg/jquery-ui-theme.css new file mode 100644 index 00000000..45195d77 --- /dev/null +++ b/src/themes/defaultOrg/jquery-ui-theme.css @@ -0,0 +1,419 @@ +/*! + * jQuery UI CSS Framework 1.11.1 + * http://jqueryui.com + * + * Copyright 2014 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/theming/ + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { +/* font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;*/ + font-size: 1.1em; +} +.ui-widget .ui-widget { + font-size: 1em; +} +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-size: 1em; +} +.ui-widget-content { + border: 1px solid #a6c9e2; + background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x; + color: #222222; +} +.ui-widget-content a { + color: #222222; +} +.ui-widget-header { + border: 1px solid #4297d7; + background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x; + color: #ffffff; + font-weight: bold; +} +.ui-widget-header a { + color: #ffffff; +} + +.ui-widget-header-noborder { + border: 0px; + background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x; + color: #ffffff; + font-weight: bold; +} +.ui-widget-header-noborder a { + color: #ffffff; +} + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #756b9c; + background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x; + font-weight: bold; + color: #0e4e7e; +} +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #0e4e7e; + text-decoration: none; +} +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #79b7e7; + background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x; + font-weight: bold; + color: #1d5987; +} +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited { + color: #1d5987; + text-decoration: none; +} +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #79b7e7; + background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x; + font-weight: bold; + color: #e17009; +} +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #e17009; + text-decoration: none; +} + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #fad42e; + background: #fbec88 url("images/ui-bg_flat_55_fbec88_40x100.png") 50% 50% repeat-x; + color: #363636; +} +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636; +} +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #cd0a0a; + background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; + color: #cd0a0a; +} +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #cd0a0a; +} +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #cd0a0a; +} +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; +} +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter:Alpha(Opacity=70); /* support: IE8 */ + font-weight: normal; +} +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter:Alpha(Opacity=35); /* support: IE8 */ + background-image: none; +} +.ui-state-disabled .ui-icon { + filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ +} + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; +} +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("images/ui-icons_469bdd_256x240.png"); +} +.ui-widget-header .ui-icon { + background-image: url("images/ui-icons_d8e7f3_256x240.png"); +} +.ui-state-default .ui-icon { + background-image: url("images/ui-icons_6da8d5_256x240.png"); +} +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url("images/ui-icons_217bc0_256x240.png"); +} +.ui-state-active .ui-icon { + background-image: url("images/ui-icons_f9bd01_256x240.png"); +} +.ui-state-highlight .ui-icon { + background-image: url("images/ui-icons_2e83ff_256x240.png"); +} +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("images/ui-icons_cd0a0a_256x240.png"); +} + +/* positioning */ +.ui-icon-blank { background-position: 16px 16px; } +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-on { background-position: -96px -144px; } +.ui-icon-radio-off { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 5px; +} +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 5px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 5px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 5px; +} + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ +} +.ui-widget-shadow { + margin: -8px 0 0 -8px; + padding: 8px; + background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ + border-radius: 8px; +} diff --git a/src/themes/defaultOrg/main.css b/src/themes/defaultOrg/main.css new file mode 100644 index 00000000..7dc8cd74 --- /dev/null +++ b/src/themes/defaultOrg/main.css @@ -0,0 +1,465 @@ +/* Min changes to match with changed Template */ +#PagerTop {position:absolute;width:100%;height:15px;margin-top:-15px;text-align:right} + + + +/* Generell Tag Classes */ +body +{ + color: #000000; + background-color: #f9f9f9; + + scrollbar-face-color: #DEE3E7; + scrollbar-highlight-color: #FFFFFF; + scrollbar-shadow-color: #DEE3E7; + scrollbar-3dlight-color: #D1D7DC; + scrollbar-arrow-color: #006699; + scrollbar-track-color: #EFEFEF; + scrollbar-darkshadow-color: #98AAB1; +} + +td +{ + color: #000000 +} + +/* Default Link Classes */ +a:link,a:active,a:visited,a.postlink +{ + font-weight: bold; + text-decoration:none; + + background-color: transparent; + color:#005989; +} +a:hover +{ + font-weight: bold; + color:#002C5B; +} +/*---*/ + +/* Context Link Classes */ +a.contextlink:link,a.contextlink:active,a.contextlink:visited,a.contextlink +{ + font-weight: bold; + background-color: transparent; + color:#E50A00; + text-decoration:underline; +} +a.contextlink:hover +{ + font-weight:bold; + color:#923325; + text-decoration:none; +} +/*---*/ + +img +{ + border: 0px; +} + +/* Title Classes */ +.title +{ + font-weight:bold; + + background-color: #fedab3; + background-image: url(images/bg_3.png); + background-repeat: repeat-x; + color: #032D5D; + + border: 1px solid; + border-color: #ACBED6 #3B679B #3B679B #ACBED6; + text-align:center; + vertical-align:middle; +} +a.title, a.title:active, a.title:visited +{ + font-weight:bold; + + COLOR: #ED9D10; + TEXT-DECORATION: none; +} +a.title:hover +{ + COLOR: #982D00; + TEXT-DECORATION: none; +} +.titleSecond +{ + font-weight:bold; + + background-color: #f4e5d5; + background-image: url(images/bg_4.png); + background-repeat: repeat-x; + color: #1A3745; + + text-align:center; + vertical-align:middle; +} + + +/* Default Font Classes */ +font +{ + } + +/* Table / Border Classes */ +.table_with_border +{ + background-color:#EEF2F6; + border:1px solid; + border-color: #CCCCCC #000000 #000000 #CCCCCC; +} + +.table_with_border_second +{ + background-color:#D5E0E7; + border:1px solid; + border-color: #CCCCCC #000000 #000000 #CCCCCC; +} + +.table_with_border_light +{ + background-color:#CCCCCC; + border:1px #AAAAAA solid; +} + +.with_border +{ + text-indent:3px; + background-color:#CCCCCC; + border:1px #AAAAAA solid; +} + +.with_border_alternate +{ + text-indent:3px; + background-color:#CCCCCC; + border:1px #AAAAAA ridge; +} + +.mainheader +{ + border:1px solid; + background-color:#C7CBD1; + border-color: #44617D #203040 #203040 #44617D; +} + +.mainfooter +{ + background-color:#DDDDDD; + border-top: #97A8B9 1px solid; + border-bottom: #6592BD 1px solid; +} + +.imageborder +{ + border:1px solid; + border-color: #44617D #203040 #203040 #44617D; +} + +/* Cells for listening */ +.line0 +{ + color: #000000; + background-color: #DDDDDD; +} +.line0:hover +{ + background-color:#F9F9F9; +} + +.line1 +{ + color: #000000; + background-color: #EEEEEE; +} +.line1:hover +{ + background-color:#F9F9F9; +} + +.line2 +{ + color: #000000; + background-color: #F5F5F5; +} +.line2:hover +{ + background-color:#F9F9F9; +} +.tableBackground +{ + color: #000000; + background-color: #F5F5F5; +} + +.lineColouredWhite, .lineColouredWhite:hover, a.lineColouredWhite +{ + color: #FFFFFF; +} +.lineColouredBlack, .lineColouredBlack:hover, a.lineColouredBlack +{ + color: #000000; +} + +/* TOP Menu Classes */ +.topmenu2 +{ + border:1px ridge; + border-color: #BDEEFF #79AABE #09506C #09506C; + padding: 2px 2px 0px 2px; + vertical-align: middle; + + color: #FFFFFF; + background-color: #7A92A6; +} +.topmenu2:hover +{ + color: #FFFF99; + border:1px inset; + border-color: #BDEEFF #79AABE #09506C #09506C; + background-color: #6A88B8; + text-decoration: none; +} +.topmenu2_link, A.topmenu2_link +{ + color: #FFDD22; +} +.topmenu2_link:hover, a.topmenu2_link:hover +{ + color: #FFFF99; + text-decoration: none; +} +.topmenu1_link, a.topmenu1_link, a.topmenu1_link:visited, .topmenu2_link, a.topmenu2_link, a.topmenu2_link:visited, .topmenu3_link, a.topmenu3_link, a.topmenu3_link:visited +{ + vertical-align: middle; + + color: #FFDD22; + font-weight:bold; + text-decoration: none; +} +.topmenu1_link:hover, .topmenu2_link:hover, .topmenu3_link:hover +{ + vertical-align: middle; + + color: #FFFF99; + font-weight:bold; + text-decoration: none; +} + +/* Cell Columns */ +.cellmenu1 +{ + border:1px ridge; + border-color: #79AABE #09506C #09506C #79AABE; + + text-indent:0px; + font-weight:bold; + + background-color: #2d424c; + background-image: url(images/bg_1.png); + background-repeat: repeat-x; + + color: #FFFFFF; +} +.cellmenu1_naked +{ + border:1px ridge; + border-color: #79AABE #09506C #09506C #79AABE; + background-color: #2E79A0; + + text-indent:0px; + font-weight:bold; + + color: #FFFFFF; +} +.cellmenu1:hover .cellmenu1_naked:hover +{ + color: #FFFF99; + text-decoration: none; +} +A.cellmenu1_link +{ + color: #FFFF55; + text-decoration: underline; +} +A.cellmenu1_link:hover +{ + color: #FFBB55; + text-decoration: none; +} + +.cellmenu2 +{ + border:1px inset; + border-color: #79AABE #09506C #09506C #79AABE; + + text-indent:0px; + font-weight:bold; + + background-color: #94a5ad; + background-image: url(images/bg_2.png); + background-repeat: repeat-x; + color: #393327; + + padding: 0px 10px 0px 5px; +} +.cellmenu2_naked +{ + text-indent:0px; + font-weight:bold; + + color: #393327; + border:1px inset; + border-color: #79AABE #09506C #09506C #79AABE; + background-color: #9FDAF1; +} + +.cellmenu2:hover, .cellmenu2_naked:hover +{ + color: #A31D32; + text-decoration: none; +} + +/* Usefull Text Classes */ +.ErrorMsg +{ + font-weight: bold; + COLOR: #FF0000; +} +.PriorityEmergency +{ + color: #FFFFFF; + background-color: #ff4444; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} +.PriorityAlert +{ + color: #FFFFFF; + background-color: #dd00dd; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} +.PriorityCrit +{ + color: #FFFFFF; + background-color: #dd9900; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} +.PriorityError +{ + color: #FFFFFF; + background-color: #CC0000; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} +.PriorityWarning +{ + color: #FFFFFF; + background-color: #FFAA00; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} +.PriorityNotice +{ + color: #FFFFFF; + background-color: #66CC33; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} +.PriorityInfo +{ + color: #000000; + background-color: #ABF1FF; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} +.PriorityDebug +{ + color: #FFFFFF; + background-color: #3333ff; + border-top: black 1px solid; + border-bottom: black 1px solid; + border-right: gray 1px solid; +} + +/* Form elements */ +select, input, button, textarea +{ + background-color: #E8E7E2; + color:#000000; + + font-weight: bold; + + border: 1px solid; + border-color: #233B51 #124A7C #124A7C #233B51; +} + +.SearchFormControl +{ + margin: 2px; + background-color: #E8E7E2; + color:#000000; + + font-weight: bold; + + border: 1px solid; + border-color: #233B51 #124A7C #124A7C #233B51; +} + +.SearchFormTextbox +{ + width:100%; + margin: 2px; + background-color: #E8E7E2; + color:#000000; + + font-weight: bold; + + border: 1px solid; + border-color: #233B51 #124A7C #124A7C #233B51; +} + +.highlighted +{ + font-weight: bold; + + color: #BB0000 +} + + +/* Corner radius */ +.title, +.with_border, +.with_border_alternate, +.mainheader, +.imageborder, +.topmenu1, +.topmenu2, +.topmenu2end, +.topmenu3, +.cellmenu1, +.cellmenu1_naked, +.cellmenu2, +.cellmenu2_naked, +.SearchFormControl, +.SearchFormTextbox, +.table_with_border, +.table_with_border_second, +.table_with_border_light, +select, input, button, textarea { + border-radius: 2px; +} diff --git a/src/themes/highcontrast/main.css b/src/themes/highcontrast/main.css index a507d726..8a604b79 100644 --- a/src/themes/highcontrast/main.css +++ b/src/themes/highcontrast/main.css @@ -1,3 +1,9 @@ +/* Min changes to match with changed Template */ +#PagerTop {position:absolute;width:100%;height:15px;margin-top:-15px;text-align:right} + + + + /* Generell Tag Classes */ body {
{LN_REPORTS_ADMIN}{LN_REPORTMENU_ONLINELIST}{LN_REPORTS_ADMIN}{LN_REPORTMENU_ONLINELIST} {REPORTS_DETAILSFOR}{REPORTS_DETAILSFOR}