diff --git a/nieuws/admincheck.php b/nieuws/admincheck.php new file mode 100644 index 0000000..ba0a729 --- /dev/null +++ b/nieuws/admincheck.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/nieuws/index.php b/nieuws/index.php index a3fdca6..423f906 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -1,8 +1,15 @@ - + - Nieuws.nl + NIEUWS.nl @@ -18,8 +25,16 @@ -
-
Woensdag 5 maart 2014. Het laatste nieuws het eerst op NIEUWS.nl
+
+
. Het laatste nieuws het eerst op NIEUWS.nl
+ + +
+ Welkom terug administrator! De geheime code is: "Setec Astronomy". +
+
Algemeen / Binnenland
@@ -43,7 +58,38 @@ Door: ANP -
+
+ Jouw reactie: +
+
+ +
+ +
+
+ een tijdje geleden door Paul Wagener +
+

Hoera!

+
+
+
+ een tijdje geleden door Paul Wagener +
+

Hoera!

+
+ +
+ +
+ +
+ Problemen met de website? Laat het de administrator weten en hij komt een kijkje nemen op deze pagina! + +
+ +
+
+
diff --git a/nieuws/login.php b/nieuws/login.php new file mode 100644 index 0000000..0d1ca56 --- /dev/null +++ b/nieuws/login.php @@ -0,0 +1,41 @@ + + + + + NIEUWS.nl + + + + + + + + + + + + + + + + +
+
. Het laatste nieuws het eerst op NIEUWS.nl
+ +
+ + + + +
+
+ + + diff --git a/themes/css/nieuws.css b/themes/css/nieuws.css index 7229c86..531171c 100755 --- a/themes/css/nieuws.css +++ b/themes/css/nieuws.css @@ -1,5 +1,4 @@ body { - font-size: 62.5%; font-family: Arial,helvetica,sans-serif; } @@ -15,13 +14,14 @@ article img { margin-right: 15px; } -section { +section#middle { float: left; width: 600px; } #datum { height: 30px; + font-size: 11px; line-height: 28px; color: #05054c; border-top: 1px dotted black; @@ -34,7 +34,7 @@ section { height: 24px; line-height: 24px; color: white; - font-size: 1.5em; + font-size: 15px; font-weight: bold; padding-left: 5px; @@ -52,6 +52,11 @@ section { background-image: linear-gradient(to bottom, #98C4E5 0%, #7AA2C1 100%); } +textarea { + width: 60%; + height: 100px; +} + article { background-color: #eaf0fa; margin-top: 5px; @@ -86,4 +91,31 @@ p { a { color: rgb(2, 0, 81); text-decoration: underline; -} \ No newline at end of file +} + +.comment { + border: 1px solid rgb(217, 226, 240); + margin-bottom: 10px; +} + +.comment-header { + background-color: rgb(217, 226, 240); + color: rgb(71, 91, 117); + font-size: 11px; + padding: 2px; + padding-left: 20px; +} + +.comment-header .author { + color: rgb(57, 73, 95); + font-weight: bold; +} + +.comment p { + margin: 0; + padding: 10px; +} + +#admincheck { + margin-top: 20px; +}