diff --git a/css/style.css b/css/style.css index e69de29b..3ebd8c26 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,58 @@ +/* fonts: +font-family: 'Roboto Slab', serif; +font-family: 'Megrim', cursive; */ +#main{ + font-family: 'Roboto Slab', serif; +} +.msgContainer{ + font-family: 'Roboto Slab', serif; + padding: 10px; + border-top: 5px double darkred; + background-color: whitesmoke; +} +body{ + background-color: cornflowerblue; +} +.dates{ + text-align: right; +} +/* CSS for badges */ +.notification { + background-color: #555; + color: white; + text-decoration: none; + padding: 15px 26px; + position: relative; + display: inline-block; + border-radius: 2px; + } + .notification:hover { + background: red; + } + .notification .badge { + position: absolute; + top: 0px; + right: -10px; + padding: 5px 10px; + border-radius: 50%; + background: red; + color: white; + } + .notification .outBadge{ + position: absolute; + top: 0px; + right: -10px; + padding: 5px 10px; + border-radius: 50%; + background: red; + color: white; + } + .notification .trashBadge{ + position: absolute; + top: 0px; + right: -10px; + padding: 5px 10px; + border-radius: 50%; + background: red; + color: white; + } \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..66e7b5cd 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,149 @@ - + +
+ + +