From aeb0ba37af5af128d05ace772e94981ae7b40ad9 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 10 Feb 2017 10:51:08 +0100 Subject: [PATCH] style --- Yavsc/Views/Blogspot/Index.cshtml | 23 --------------- Yavsc/Views/Home/Chat.cshtml | 31 ++++++++++---------- Yavsc/wwwroot/css/site.css | 48 +++++++++++++++++++++++-------- 3 files changed, 52 insertions(+), 50 deletions(-) diff --git a/Yavsc/Views/Blogspot/Index.cshtml b/Yavsc/Views/Blogspot/Index.cshtml index 57dabfd3..2357b824 100644 --- a/Yavsc/Views/Blogspot/Index.cshtml +++ b/Yavsc/Views/Blogspot/Index.cshtml @@ -50,27 +50,4 @@ } - - diff --git a/Yavsc/Views/Home/Chat.cshtml b/Yavsc/Views/Home/Chat.cshtml index e7db288b..8e3b8e1a 100644 --- a/Yavsc/Views/Home/Chat.cshtml +++ b/Yavsc/Views/Home/Chat.cshtml @@ -3,42 +3,43 @@ + + +
-
-

Salons

-
    -
  • Public
  • -
-

Utilisateurs

-
    -
- -
+
+ Salons +
    +
  • Public
  • +
+ Utilisateurs +
    +
+
- +
@if (ViewBag.IsAuthenticated) {
diff --git a/Yavsc/wwwroot/css/site.css b/Yavsc/wwwroot/css/site.css index 2b14ea23..38d20e58 100755 --- a/Yavsc/wwwroot/css/site.css +++ b/Yavsc/wwwroot/css/site.css @@ -4,14 +4,47 @@ body { background-color: #210912; - color:#777; + color:#999; } h1,h2,h3{color:#fff;} .blog { padding: 1em; - color: #999; - background-color: rgb(0,0,0); +} +.blog a { + color: #9f9; + font-weight: 900; +} +.blog a:active, +.blog a:hover { + outline: 0; + color: #6C6; +} +tr.vpost { + background-color: #306020; + max-height: 3em; +} +tr.ipost { + background-color: #303030; + font-size: smaller; + max-height: 2em; +} +tr.vpost a { + font-weight: bold; + color: white; + text-shadow: 3px 3px 8px black; +} +tr.ipost a { + font-style: bold; + color: #b0b0b0; + text-shadow: 3px 3px 5px #505050; +} +.panel{ + float: left; + padding:1em; + margin:1em; + color: white; + background-color: #421824; } /* Set widths on the form inputs since otherwise they're 100% wide */ input, @@ -31,15 +64,6 @@ a:hover { outline: 0; color: #6C6; } -.blog a { - color: #9f9; - font-weight: 900; -} -.blog a:active, -.blog a:hover { - outline: 0; - color: #6C6; -} .jumbotron { background-color: #502020; padding: .5em;