From b99193ba68f947802245a288940e54904ecbee61 Mon Sep 17 00:00:00 2001 From: Triatmoko Date: Fri, 18 Nov 2011 13:23:49 +0100 Subject: final version --- Under-Testing/Website/css/Critical.png | Bin 4795 -> 0 bytes Under-Testing/Website/css/Help.png | Bin 4907 -> 0 bytes Under-Testing/Website/css/Info.png | Bin 4600 -> 0 bytes Under-Testing/Website/css/Warning.png | Bin 3467 -> 0 bytes Under-Testing/Website/css/chk_off.png | Bin 655 -> 0 bytes Under-Testing/Website/css/chk_on.png | Bin 537 -> 0 bytes Under-Testing/Website/css/formCSS.css | 46 --------- Under-Testing/Website/css/info_rhombus.png | Bin 1816 -> 0 bytes Under-Testing/Website/css/information.png | Bin 2112 -> 0 bytes Under-Testing/Website/css/link.gif | Bin 836 -> 0 bytes Under-Testing/Website/css/tableCSS.css | 147 ----------------------------- Under-Testing/Website/css/tooltip.css | 33 ------- Under-Testing/Website/css/visitedLink.gif | Bin 838 -> 0 bytes 13 files changed, 226 deletions(-) delete mode 100644 Under-Testing/Website/css/Critical.png delete mode 100644 Under-Testing/Website/css/Help.png delete mode 100644 Under-Testing/Website/css/Info.png delete mode 100644 Under-Testing/Website/css/Warning.png delete mode 100755 Under-Testing/Website/css/chk_off.png delete mode 100755 Under-Testing/Website/css/chk_on.png delete mode 100644 Under-Testing/Website/css/formCSS.css delete mode 100644 Under-Testing/Website/css/info_rhombus.png delete mode 100644 Under-Testing/Website/css/information.png delete mode 100644 Under-Testing/Website/css/link.gif delete mode 100644 Under-Testing/Website/css/tableCSS.css delete mode 100644 Under-Testing/Website/css/tooltip.css delete mode 100644 Under-Testing/Website/css/visitedLink.gif (limited to 'Under-Testing/Website/css') diff --git a/Under-Testing/Website/css/Critical.png b/Under-Testing/Website/css/Critical.png deleted file mode 100644 index e025d19..0000000 Binary files a/Under-Testing/Website/css/Critical.png and /dev/null differ diff --git a/Under-Testing/Website/css/Help.png b/Under-Testing/Website/css/Help.png deleted file mode 100644 index 42a8f7c..0000000 Binary files a/Under-Testing/Website/css/Help.png and /dev/null differ diff --git a/Under-Testing/Website/css/Info.png b/Under-Testing/Website/css/Info.png deleted file mode 100644 index 5a7a2c3..0000000 Binary files a/Under-Testing/Website/css/Info.png and /dev/null differ diff --git a/Under-Testing/Website/css/Warning.png b/Under-Testing/Website/css/Warning.png deleted file mode 100644 index 0af654e..0000000 Binary files a/Under-Testing/Website/css/Warning.png and /dev/null differ diff --git a/Under-Testing/Website/css/chk_off.png b/Under-Testing/Website/css/chk_off.png deleted file mode 100755 index 1514d51..0000000 Binary files a/Under-Testing/Website/css/chk_off.png and /dev/null differ diff --git a/Under-Testing/Website/css/chk_on.png b/Under-Testing/Website/css/chk_on.png deleted file mode 100755 index a9925a0..0000000 Binary files a/Under-Testing/Website/css/chk_on.png and /dev/null differ diff --git a/Under-Testing/Website/css/formCSS.css b/Under-Testing/Website/css/formCSS.css deleted file mode 100644 index f94bd72..0000000 --- a/Under-Testing/Website/css/formCSS.css +++ /dev/null @@ -1,46 +0,0 @@ -/* fancyform styles edited by Refik Hadzialic*/ -html -{ -font-family:Arial,Helvetica,sans-serif; -} -.form label -{ -display:block; -padding:0.0em; -padding-left:22px; -/*background-position:9px center;*/ -background-repeat:no-repeat; -/*border:1px solid #252525;*/ -clear:both;cursor:pointer; - -font-family:Arial,Helvetica,sans-serif; -font-style:normal; -font-size:15px; -} - -.checked -{ -background-color:#fff; -background-image:url(chk_on.png); -} - -.unchecked -{ -background-color:#fff; -background-image:url(chk_off.png); -} - -.leftcol -{ -float:left; -clear:left; -width:30%; -} - -.rightcol -{ -float:left; -clear:right; -width:50%; -} - diff --git a/Under-Testing/Website/css/info_rhombus.png b/Under-Testing/Website/css/info_rhombus.png deleted file mode 100644 index 036733e..0000000 Binary files a/Under-Testing/Website/css/info_rhombus.png and /dev/null differ diff --git a/Under-Testing/Website/css/information.png b/Under-Testing/Website/css/information.png deleted file mode 100644 index 93c67f2..0000000 Binary files a/Under-Testing/Website/css/information.png and /dev/null differ diff --git a/Under-Testing/Website/css/link.gif b/Under-Testing/Website/css/link.gif deleted file mode 100644 index daada04..0000000 Binary files a/Under-Testing/Website/css/link.gif and /dev/null differ diff --git a/Under-Testing/Website/css/tableCSS.css b/Under-Testing/Website/css/tableCSS.css deleted file mode 100644 index 32a6d71..0000000 --- a/Under-Testing/Website/css/tableCSS.css +++ /dev/null @@ -1,147 +0,0 @@ -/* ------------------------------------------------------- -Author: Vitaly Friedman but edited by Refik Hadzialic -Theme: Green Life - A Fresh, Warm and Readable Table -URL: http://www.alvit.de/vf -------------------------------------------------------- -*/ - - html { - height: 100%; - } - #main { - float: left; - width: 350px; - } - #sidebar - { - float: left; - width: 700px; - } - #footer - { - position: absolute; - bottom: 0; - padding-top: 0px; - padding-right: 220px; - padding-left: 350px; - border: 0; - border-style: none; - } - body { - background-color: #F0F0F0; - font-family: verdana, verdana, ariel; - height: 100%; - } - - a.pChart - { - text-decoration: none; - color: #6A6A6A; - } - - table { - font: 11px verdana,verdana, arial; - margin: 0; - padding: 0; - border-collapse: collapse; - text-align: left; - color: #333; - line-height: 19px; - } - - caption { - font-size: 14px; - font-weight: bold; - margin-bottom: 20px; - text-align: left; - text-transform: uppercase; - } - - td { - margin: 0; - padding: 20px 10px; - border: 1px dotted #f5f5f5; - } - - - th { - font-weight: normal; - text-transform: uppercase; - } - - thead tr th { - background-color: #575757; - padding: 20px 10px; - color: #fff; - font-weight: bold; - border-right: 2px solid #333; - text-transform: uppercase; - text-align:center; - } - - tfoot tr th, tfoot tr td { - background-color: transparent; - padding: 20px 10px; - color: #ccc; - border-top: 1px solid #ccc; - } - - tbody tr th { - padding: 20px 10px; - border-bottom: 1px dotted #fafafa; - } - - tr { - background-color: #FBFDF6; - } - tr.odd { - background-color: #EDF7DC; - } - - tr:hover { - } - - tr:hover td, tr:hover td a, tr:hover th a { - color: #a10000; - } - - td:hover { - } - - tr:hover th a:hover { - background-color: #F7FBEF; - border-bottom: 2px solid #86C200; - } - - table a { - color: #608117; - background-image: none; - text-decoration: none; - border-bottom: 1px dotted #8A8F95; - padding: 2px; - padding-right: 12px; background: transparent url(link.gif) no-repeat 100% 50%; - } - - table a:hover { - color: #BBC4CD; - background-image: none; - text-decoration: none; - border-bottom: 3px solid #333; - padding: 2px; - padding-right: 12px; color: #A2A2A2; background: transparent url(link.gif) no-repeat 100% 50%; - } - - table a:visited { - text-decoration: none; - border-bottom: 1px dotted #333; - text-decoration: none; - padding-right: 12px; color: #A2A2A2; background: transparent url(visitedLink.gif) no-repeat 100% 50%; - } - - table a:visited:hover { - background-image: none; - text-decoration: none; - border-bottom: 3px solid #333; - padding: 2px; - padding-right: 12px; color: #A2A2A2; background: transparent url(visitedLink.gif) no-repeat 100% 50%; - } diff --git a/Under-Testing/Website/css/tooltip.css b/Under-Testing/Website/css/tooltip.css deleted file mode 100644 index 3a50734..0000000 --- a/Under-Testing/Website/css/tooltip.css +++ /dev/null @@ -1,33 +0,0 @@ -.tooltip { - border-bottom: 1px dotted #000000; color: #000000; outline: none; - cursor: help; text-decoration: none; - position: relative; - } - .tooltip span { - margin-left: -999em; - position: absolute; - } - .tooltip:hover span { - border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); - font-family: Calibri, Tahoma, Geneva, sans-serif; - position: absolute; left: 1em; top: 2em; z-index: 99; - margin-left: 0; width: 250px; - } - .tooltip:hover img { - border: 0; margin: -10px 0 0 -55px; - float: left; position: absolute; - } - .tooltip:hover em { - font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold; - display: block; padding: 0.2em 0 0.6em 0; - } - .classic { padding: 0.8em 1em; } - .custom { padding: 0.5em 0.8em 0.8em 2em; } - * html a:hover { background: transparent; } - .classic {background: #f8ff88; border: 1px solid #FFAD33; } - .critical { background: #f8ff88; border: 1px solid #FF3334; } - .help { background: #f8ff88; border: 1px solid #2BB0D7; } - .info { background: #f8ff88; border: 1px solid #2BB0D7; } - .warning { background: #f8ff88; border: 1px solid #FFAD33; } - diff --git a/Under-Testing/Website/css/visitedLink.gif b/Under-Testing/Website/css/visitedLink.gif deleted file mode 100644 index f7f1867..0000000 Binary files a/Under-Testing/Website/css/visitedLink.gif and /dev/null differ -- cgit v1.2.3-55-g7522