summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/web
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/web')
-rw-r--r--notFinishedCode/web/css/Critical.pngbin0 -> 4795 bytes
-rw-r--r--notFinishedCode/web/css/Help.pngbin0 -> 4907 bytes
-rw-r--r--notFinishedCode/web/css/Info.pngbin0 -> 4600 bytes
-rw-r--r--notFinishedCode/web/css/Warning.pngbin0 -> 3467 bytes
-rwxr-xr-xnotFinishedCode/web/css/chk_off.pngbin0 -> 655 bytes
-rwxr-xr-xnotFinishedCode/web/css/chk_on.pngbin0 -> 537 bytes
-rw-r--r--notFinishedCode/web/css/formCSS.css46
-rw-r--r--notFinishedCode/web/css/info_rhombus.pngbin0 -> 1816 bytes
-rw-r--r--notFinishedCode/web/css/information.pngbin0 -> 2112 bytes
-rw-r--r--notFinishedCode/web/css/link.gifbin0 -> 836 bytes
-rw-r--r--notFinishedCode/web/css/tableCSS.css146
-rw-r--r--notFinishedCode/web/css/tooltip.css33
-rw-r--r--notFinishedCode/web/css/visitedLink.gifbin0 -> 838 bytes
13 files changed, 225 insertions, 0 deletions
diff --git a/notFinishedCode/web/css/Critical.png b/notFinishedCode/web/css/Critical.png
new file mode 100644
index 0000000..e025d19
--- /dev/null
+++ b/notFinishedCode/web/css/Critical.png
Binary files differ
diff --git a/notFinishedCode/web/css/Help.png b/notFinishedCode/web/css/Help.png
new file mode 100644
index 0000000..42a8f7c
--- /dev/null
+++ b/notFinishedCode/web/css/Help.png
Binary files differ
diff --git a/notFinishedCode/web/css/Info.png b/notFinishedCode/web/css/Info.png
new file mode 100644
index 0000000..5a7a2c3
--- /dev/null
+++ b/notFinishedCode/web/css/Info.png
Binary files differ
diff --git a/notFinishedCode/web/css/Warning.png b/notFinishedCode/web/css/Warning.png
new file mode 100644
index 0000000..0af654e
--- /dev/null
+++ b/notFinishedCode/web/css/Warning.png
Binary files differ
diff --git a/notFinishedCode/web/css/chk_off.png b/notFinishedCode/web/css/chk_off.png
new file mode 100755
index 0000000..1514d51
--- /dev/null
+++ b/notFinishedCode/web/css/chk_off.png
Binary files differ
diff --git a/notFinishedCode/web/css/chk_on.png b/notFinishedCode/web/css/chk_on.png
new file mode 100755
index 0000000..a9925a0
--- /dev/null
+++ b/notFinishedCode/web/css/chk_on.png
Binary files differ
diff --git a/notFinishedCode/web/css/formCSS.css b/notFinishedCode/web/css/formCSS.css
new file mode 100644
index 0000000..f94bd72
--- /dev/null
+++ b/notFinishedCode/web/css/formCSS.css
@@ -0,0 +1,46 @@
+/* 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/notFinishedCode/web/css/info_rhombus.png b/notFinishedCode/web/css/info_rhombus.png
new file mode 100644
index 0000000..036733e
--- /dev/null
+++ b/notFinishedCode/web/css/info_rhombus.png
Binary files differ
diff --git a/notFinishedCode/web/css/information.png b/notFinishedCode/web/css/information.png
new file mode 100644
index 0000000..93c67f2
--- /dev/null
+++ b/notFinishedCode/web/css/information.png
Binary files differ
diff --git a/notFinishedCode/web/css/link.gif b/notFinishedCode/web/css/link.gif
new file mode 100644
index 0000000..daada04
--- /dev/null
+++ b/notFinishedCode/web/css/link.gif
Binary files differ
diff --git a/notFinishedCode/web/css/tableCSS.css b/notFinishedCode/web/css/tableCSS.css
new file mode 100644
index 0000000..2a7f54d
--- /dev/null
+++ b/notFinishedCode/web/css/tableCSS.css
@@ -0,0 +1,146 @@
+/* -------------------------------------------------------
+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: 1px;
+ padding-top: 0px;
+ padding-right: 220px;
+ padding-left: 350px;
+ border: 1px solid black;
+ }
+ 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/notFinishedCode/web/css/tooltip.css b/notFinishedCode/web/css/tooltip.css
new file mode 100644
index 0000000..3a50734
--- /dev/null
+++ b/notFinishedCode/web/css/tooltip.css
@@ -0,0 +1,33 @@
+.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/notFinishedCode/web/css/visitedLink.gif b/notFinishedCode/web/css/visitedLink.gif
new file mode 100644
index 0000000..f7f1867
--- /dev/null
+++ b/notFinishedCode/web/css/visitedLink.gif
Binary files differ