X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/479cb324a4cbc258f3f6de8de1025e7dccb1da2d..80b74642b6a6a375462d6eae7efb203981a412d6:/apps/edition1/static/edition1/style.css diff --git a/apps/edition1/static/edition1/style.css b/apps/edition1/static/edition1/style.css deleted file mode 100644 index 0394bce..0000000 --- a/apps/edition1/static/edition1/style.css +++ /dev/null @@ -1,167 +0,0 @@ -html { - margin: 0; -} - -body { - margin: 0; - padding: 0; - - font-size: .75em; - font-family: Verdana,Arial,Helvetica,sans-serif; -} - -#body-wrapper { - padding: 1em; - color: #2F4110; - background: url("/static/edition1/bg.png") repeat-x scroll 0 0 #FFFFFF; -} -#body { - max-width: 900px; - margin:auto; -} -#new-edition { - background: #191919; - color: #989898; - text-align: center; - padding: .8em 0; -} -#new-edition a { - color: white; -} - - - -#content { - width: 420px; - margin-top: 2em; -} - - - -h1 { - font: bold 2.2em Arial,sans-serif; - padding-top: .7em; - margin-bottom: .2em; -} - - -h2 { - font-size: 1.1em; - margin:0; -} - -a { - color: #295158; - text-decoration: none; -} -a:hover { - border-bottom: 1px dotted; -} - - -.plain li { - list-style: none; -} - -li { - margin: 1em; -} - -#termin-wrap { - margin-top: 3em; -} - - -.clr { - clear: both; -} - -#footer { - border-top: 1px solid #ddd; - margin-top: 7em; - clear: both; - -} -#footer img { - margin: 30px 13px; - vertical-align: middle; -} -#footer a:hover { - border: none; -} - - -blockquote { - font-size: .9em; - font-style: italic; - margin-left: 350px; - margin-right: 50px; - margin-bottom: 4em; -} -blockquote p { - margin: .5em 0 0 0; -} - -.more { - text-align: right; -} - -.uwaga { - border: 1px solid #ddd; - padding: 1em; - background-color: #ff8; -} - -.social { - margin-top: 10px; - margin-bottom: 10px; -} - - -.tworz { - font-size: 1.5em; - padding: .8em; - background: #555; - color: white; - margin: 1em auto; - display: block; - width: 10em; - text-align: center; - border: 1px solid #000; - border-radius: 1em; -} -.tworz:hover { - border: 1px solid #000; - background: #666; -} - -.last { - list-style: none; - padding: 0; -} -.last li { - margin-left: 0; -} - -.poet-list { - padding: 0; - margin: 1em 0; -} -.poet-list li { - float: left; - width: 30%; - list-style: none; - padding: .8em 0; - border: 1px solid #888; - background: #eee; - border-radius: 1em; - text-align: center; -} -.poet-list li:before { - content: "» "; -} - -.poet-description { - max-width: 60em; -} -