diff --git a/www/index.php b/www/index.php new file mode 100755 index 0000000..a5eaed9 --- /dev/null +++ b/www/index.php @@ -0,0 +1,34 @@ + + + + Video + + + + +
+ + +
+ +
+
+
+
+ + diff --git a/www/style.css b/www/style.css new file mode 100755 index 0000000..3c2a18d --- /dev/null +++ b/www/style.css @@ -0,0 +1,68 @@ +h1 { + + color: #006363; + font-size: 50pt; + font-family: Georgia, Times, serif; + font-weight: normal; +} + +body { +background: #e2e2e2; +color: #000000; +font-family: Trebuchet MS, Arial, Times New Roman; +font-size: 12px; +} + +#container { +background: #FFFFFF; +margin: 30px auto; +width: 900px; +height: 1000px; +} + +#header { +text-align: center; + +background: #5CCCCC; +height: 100px; +width: 900px; +} + +#navigation { +background: #a2a2a2; +width: 900px; +height: 20px; +} + +#menu { +background: #ffffff; +float: left; +width: 150px; +height: 600px; +} + +#content { +margin-top:30px; +background: #ffffff; +float: right; +width: 750px; +height: 600px; +} + +#footer { +background: #838283; +height: 180px; +width: 900px; +} + +#clear { +clear:both; +} + +#textArea{ + background: #EEFFFF; + color: #000000; + font-family: Trebuchet MS, Arial, Times New Roman; + font-size: 15px; + resize: none; +}