diff --git a/src/main/resources/static/css/app.css b/src/main/resources/static/css/app.css index 0c5fdb0..5f39c81 100644 --- a/src/main/resources/static/css/app.css +++ b/src/main/resources/static/css/app.css @@ -1,12 +1,55 @@ body { - padding-top: 20px; - font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-family: "Open Sans", sans-serif; + background: url(/background.png) no-repeat center center fixed; + background-size: cover; + margin-top: 75px; +} + +a { + color: #0b95c8; +} + +.navbar-brand { + font-family: "Yanone Kaffeesatz", sans-serif; + font-weight: 700; + font-size: 200%; +} + +.input-form { + margin-top: 2em; + margin-bottom: 10em; } .burp { - margin-bottom: 2em; + padding: 1em; + margin-bottom: 4em; +} + +.burp .user { + font-family: "Lato", sans-serif; + font-weight: 700; + font-size: 110%; + color: #75c612; } .burp .date { + color: #75c612; text-decoration: underline overline; -} \ No newline at end of file + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + text-align: right; +} + +.burp .text { + margin-top: 1ex; + margin-bottom: 2em; + font-size: 160%; +} + +.burp .social { + text-align: right; + color: #0b95c8; +} + +.glyphicon-send { + margin-right: .5ex; +} diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index e0dcefb..6d1c306 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -6,17 +6,51 @@ BURP: Bayer Ubiquitous Rating Platform + + + + + + + + + + +
diff --git a/src/main/resources/static/partials/list.html b/src/main/resources/static/partials/list.html index faf74bd..c4ca673 100644 --- a/src/main/resources/static/partials/list.html +++ b/src/main/resources/static/partials/list.html @@ -1,26 +1,42 @@ -
-
-
-
-
- +
+
+
+ +
+
-
- +
+
-
-
{{burp.user.name}}
-
{{burp.timestamp | date:'HH:mm:ss dd.MM.yyyy'}}
-
{{burp.text}}
- - #{{tag.name}} - -
- -
-
{{burps | json}}
+
+
User
+
+
{{burp.user.name}}
+
{{burp.timestamp | date:'HH:mm:ss dd.MM.yyyy'}}
+
{{burp.text}}
+
+ + #{{tag.name}} + +
+ +
diff --git a/src/main/resources/static/partials/tag.html b/src/main/resources/static/partials/tag.html index 879d4a5..60954fe 100644 --- a/src/main/resources/static/partials/tag.html +++ b/src/main/resources/static/partials/tag.html @@ -1,15 +1,31 @@ -
-
-
-
-
{{burp.user.name}}
-
{{burp.timestamp | date:'HH:mm:ss dd.MM.yyyy'}}
-
{{burp.text}}
- - #{{tag.name}} - +
+
+
User
+
+
{{burp.user.name}}
+
{{burp.timestamp | date:'HH:mm:ss dd.MM.yyyy'}}
+
{{burp.text}}
+
+ + #{{tag.name}} + +
+ +
-
-
\ No newline at end of file