From a9e676eb8af8f9881c152dacbea450610e8002fa Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 20 Dec 2014 03:24:02 +0100 Subject: upgrade to ember.js --- imdb-lookup/css/style.css | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 imdb-lookup/css/style.css (limited to 'imdb-lookup/css/style.css') diff --git a/imdb-lookup/css/style.css b/imdb-lookup/css/style.css new file mode 100644 index 0000000..5f04ced --- /dev/null +++ b/imdb-lookup/css/style.css @@ -0,0 +1,74 @@ +.box { + margin: 20px 50px 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: 154px; + float: left; + min-height: 200px; + 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; } +.files { + list-style: none; + padding-left: 0px; + font-size: 0.7em; + margin: 0px; +} +.imdbid { + font-family: monospace; + padding: 3px; + background-color: #f0f0f0; + border: 1px solid #e0e0e0; + border-radius: 4px; +} +.title { font-size: 2em; } +.headline { font-size: 0.9em; 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; +} -- cgit v1.2.1