X-Git-Url: https://git.r.bdr.sh/rbdr/grita/blobdiff_plain/b7be4f63119c71b07eacc9af9e6a15db63ef65ea..396b06b88ac6a3afaf816fe29bce239269c3511e:/views/style.css?ds=sidebyside diff --git a/views/style.css b/views/style.css index 44be2e0..7582af3 100644 --- a/views/style.css +++ b/views/style.css @@ -23,7 +23,16 @@ body { display: block; margin: 10px 250px; } +#header #logomini { + background-image: url(/images/logomini.png); + background-repeat: no-repeat; + width: 140px; + height: 65px; + display: block; + margin: 10px 380px; +} #header #logo span { display: none; } +#header #logomini span { display: none; } #header #description p { font-size: 1.4em; line-height: 1.8em; @@ -86,7 +95,7 @@ body { #body blockquote blockquote { margin: 10px; } #body pre { margin: 20px 170px; - border: 1px solid #999999; + border: 1px solid #cccccc; background-color: #eeeeee; padding: 10px; } @@ -110,21 +119,21 @@ hr { margin: 10px 90px; } #body input.title { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; width: 770px; } #body input.url { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; width: 770px; } #body textarea.text { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px;