From 76f2e9ffd369e1b2f131c85fa05540c62936ac21 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 28 Mar 2015 18:21:56 +0100 Subject: re-structure project --- movietool/html/movies-files/css/style.css | 91 +++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 movietool/html/movies-files/css/style.css (limited to 'movietool/html/movies-files/css/style.css') diff --git a/movietool/html/movies-files/css/style.css b/movietool/html/movies-files/css/style.css new file mode 100644 index 0000000..6f95335 --- /dev/null +++ b/movietool/html/movies-files/css/style.css @@ -0,0 +1,91 @@ +.box { + margin: 10px 20px auto; + border-radius: 5px; + box-shadow: 0px 0px 15px 0px gray; + background-color: #fafafa; + clear: both; + position: relative; +} +.error { + background-color: #EFAAAA; + height: 150px; +} +.ratings { + font-size: 12pt; + margin: 2px; + vertical-align: top; + padding: 8px; +} +.ratings td:nth-child(1) { + width: 100px; + min-width: 100px; +} +.ratings td:nth-child(2) { + text-align: right; + width: 100px; + min-width: 100px; +} +.poster { + margin: 10px; + width: 92px; + float: left; + min-height: 138px; + box-shadow: 0px 0px 5px 0px gray; +} +.info { + padding-left: 5px; + vertical-align: top; + width: 100%; +} +.info table td { padding: .2em; } +.details { padding: 0.5em; } +.imdbid { + font-family: monospace; + padding: 3px; + background-color: #f0f0f0; + border: 1px solid #e0e0e0; + border-radius: 4px; +} +.title { font-size: 2em; } +.title a { + text-decoration: none; + color: inherit; +} +.title span { + font-size: 8pt; + vertical-align: center; +} +.headline { + font-size: 10pt; + color: 3e3e3e; +} +.plot { margin-top: 10px; } +.consensus { margin-top: 10px; font-style: italic;} +.box-footer { + position: absolute; + bottom: 0px; + right: 0px; + left: 200px; + text-align: right; + font-size: 1.4em; + color: #ccc; + font-style: italic; +} +.rated { + border: 1px solid black; + border-radius: 5px; + font-size:0.7em; + padding: 2px; +} +label { +font-weight: bold; +} +.movie-tag { + font-family: monospace; + font-size: 9pt; + padding-left: 3px; + padding-right: 3px; + background-color: #f0f0f0; + border: 1px solid #a0a0a0; + border-radius: 4px; +} -- cgit v1.2.1