summaryrefslogtreecommitdiff
path: root/imdb-lookup/css/style.css
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-12-20 03:24:02 +0100
committerYves Fischer <yvesf-git@xapek.org>2014-12-20 03:24:30 +0100
commita9e676eb8af8f9881c152dacbea450610e8002fa (patch)
treea83ca6a3d43399d186bc8633eb3a844c1ae96a26 /imdb-lookup/css/style.css
parent40b87932d30980b26eff81f9184441a119a13dd7 (diff)
downloadscripts-a9e676eb8af8f9881c152dacbea450610e8002fa.tar.gz
scripts-a9e676eb8af8f9881c152dacbea450610e8002fa.zip
upgrade to ember.js
Diffstat (limited to 'imdb-lookup/css/style.css')
-rw-r--r--imdb-lookup/css/style.css74
1 files changed, 74 insertions, 0 deletions
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;
+}