bygdis.fi

git clone https://git.tarina.org/bygdis.fi
Log | Files | Refs | README

commit 0d6cf7e580818590ae77f859145e37c6b7955def
parent 7fd5617f838a2903ca2fb42cdd86b167639541b6
Author: rob <rob@tarina.org>
Date:   Tue, 13 Oct 2020 07:04:08 +0300

another base render

Diffstat:
Apublic_html/static/leipuri.css | 216+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 216 insertions(+), 0 deletions(-)

diff --git a/public_html/static/leipuri.css b/public_html/static/leipuri.css @@ -0,0 +1,216 @@ +@font-face{ + font-family: "Now-Bold"; + src: url('fonts/Now-Bold.otf'), + url('fonts/Now-Bold.otf'); /* IE */ + } + +@font-face{ + font-family: "Now-Regular"; + src: url('fonts/Now-Regular.otf'), + url('fonts/Now-Regular.otf'); /* IE */ + } + + @font-face{ + font-family: "Now-Light"; + src: url('fonts/Now-Light.otf'), + url('fonts/Now-Light.otf'); /* IE */ + } + +body +{ + margin:0px; + border:0px; + text-align: left; + background-color:#242021; + font-family: 'Now-Light', sans-serif; + font-weight: normal; + font-size: 12pt; + color: #f4f4f4; + -webkit-font-smoothing: antialiased; +} + +h1 +{ + padding-left: 0px; + padding-right: 0px; + padding-bottom: 5px; + padding-top: 6px; + margin: 0px; + font-size: 37pt; + font-family: 'Now-Bold', sans-serif; +} + +h4 +{ + padding-left: 0px; + padding-right: 0px; + padding-bottom: 5px; + padding-top: 6px; + margin: 0px; +} + +a +{ + color:#fff; +} + +a:hover +{ + border-radius: 2px; + padding: 2px; +} + +table +{ + margin: 0px auto; + font-style: normal; + font-weight: normal; + text-align: left; + width: auto; + padding: 2px; + +} + +th, td +{ + padding: 5px; + max-width: 200px; +} + +textarea +{ + width: 200px; + height: 50px; +} + +video +{ + width: 100%; +} + +#styrelsen +{ + padding-top:30px; +} + +#bokningar +{ + padding-top:30px; +} +#event +{ + padding:10px; +} + +#maara +{ + width: 40px; +} + +#jatkuva +{ + display: block; + clear:both; +} + +div.anslagstavla +{ + margin:0 auto; + margin-top: 10px; + background-color:#345E5A; + font-weight: normal; + font-style: normal; + font-size: 15px; + padding-top: 5px; + padding-left: 20px; + padding-right: 20px; + text-align: left; + height: auto; + width: 250px; + padding-bottom: 5px; + border-radius:5px; +} + +#container +{ + margin: 0px auto; + height: auto; +} + +#top +{ + margin: 0 auto; + text-align: center; + height: 60vh; + width: 50%; +} + +#default +{ + margin: 0 auto; + width: 350px; + height: auto; + margin-top: 10px; + margin-bottom: 10px; + text-align: center; +} + + +#two +{ + background-color:#3B6861; + font-weight: normal; + font-style: normal; + font-size: 12px; + padding-top: 100px; + text-align: center; + height: 600px; + padding-bottom: 20px; +} + +#three +{ + background-color:#345E5A; + font-weight: normal; + font-style: normal; + font-size: 20px; + padding-top: 100px; + text-align: center; + height: auto; + padding-bottom: 20px; +} + +#four +{ + font-weight: normal; + font-style: normal; + font-size: 20px; + padding-top: 100px; + text-align: center; + height: auto; + padding-bottom: 20px; +} + + +#robin +{ + background-color:#3B6861; + padding-bottom: 100px; + margin: 0px auto; + font-weight: normal; + font-size: 16px; + text-align: center; +} + +#footer +{ + position: fixed; + margin: 0 auto; + background-color:#231f20; + font-weight: normal; + font-size: 17px; + bottom:0px; + padding-top:10px; + height:30px; + width: 100%; +}