summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode')
-rw-r--r--notFinishedCode/web/css/formCSS.css3
-rw-r--r--notFinishedCode/web/css/link.gifbin0 -> 836 bytes
-rw-r--r--notFinishedCode/web/css/tableCSS.css113
-rw-r--r--notFinishedCode/web/css/visitedLink.gifbin0 -> 838 bytes
-rw-r--r--notFinishedCode/web/mutex1.php12
5 files changed, 127 insertions, 1 deletions
diff --git a/notFinishedCode/web/css/formCSS.css b/notFinishedCode/web/css/formCSS.css
index 70bbdaf..0d08644 100644
--- a/notFinishedCode/web/css/formCSS.css
+++ b/notFinishedCode/web/css/formCSS.css
@@ -1,4 +1,4 @@
-/* fancyform styles */
+/* fancyform styles edited by Refik Hadzialic*/
.form label
{
display:block;
@@ -11,6 +11,7 @@ clear:both;cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
+font-size:15px;
}
.checked
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..e9904b8
--- /dev/null
+++ b/notFinishedCode/web/css/tableCSS.css
@@ -0,0 +1,113 @@
+/* -------------------------------------------------------
+Author: Vitaly Friedman
+Theme: Green Life - A Fresh, Warm and Readable Table
+URL: http://www.alvit.de/vf
+-------------------------------------------------------
+*/
+
+ 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/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
diff --git a/notFinishedCode/web/mutex1.php b/notFinishedCode/web/mutex1.php
index ff5e3d9..81a73d2 100644
--- a/notFinishedCode/web/mutex1.php
+++ b/notFinishedCode/web/mutex1.php
@@ -1,3 +1,11 @@
+<html>
+<head>
+<!--ADD HERE ALL THE NEEDED META DATA -->
+<title>Network test live results!</title>
+<link rel="stylesheet" href="css/tableCSS.css" type="text/css" media="screen">
+</head>
+<body>
+
<?php
//Connection stuff
@@ -156,3 +164,7 @@ else
echo 'We have some serious error here';
}
?>
+
+</body>
+</html>
+