From 8bcb86ea0445e71ee6e109c35654febb9e7e1738 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sat, 14 Nov 2020 23:45:14 +0100 Subject: =?UTF-8?q?izbrisal=20telefonsko=20=C5=A1tevilko?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/main.scss | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to '_sass') diff --git a/_sass/main.scss b/_sass/main.scss index a45eb11..3f10bf7 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -23,6 +23,60 @@ table, th, td, tr { border: 1px solid black; } +a { + text-decoration: underline; + cursor: pointer; +} + +/* comments begin */ + + .comment { + margin-left: .5em; + border: 1px solid grey; + padding: .5em; + } + + .odd { + background-color: darkgrey; + } + + .comment small { + color: darkred; + } + + .even { + background-color: lightgrey; + } + + .commentreplycheckbox { + display: none; + } + + .comment iframe, textarea { + width: 90%; + margin-left: 5%; + height: 7em + } + + .comment iframe { + height: 2em; + } + + .comment input[type=text] { + margin-left: 5%; + width: 75%; + } + + .commentform { + display: none; + } + + .commentreplycheckbox:checked + .commentform { + display: block; + } + +/* comments end */ + @media screen and (min-width: 600px) { body { margin-left: 10%; -- cgit v1.2.3