summaryrefslogtreecommitdiff
path: root/imdb-lookup/html/index-files/css/style.css
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-12-23 01:35:48 +0100
committerYves Fischer <yvesf-git@xapek.org>2014-12-23 01:35:48 +0100
commit94a86bb23d97c2fd1bc38fca73b99e72a7fdfa8e (patch)
treebecf09c66ee26dc2dd4f7fd26652fbd296baf828 /imdb-lookup/html/index-files/css/style.css
parent82f5bd6a4aff840f21076a8bf47a022d08b1dddf (diff)
downloadscripts-94a86bb23d97c2fd1bc38fca73b99e72a7fdfa8e.tar.gz
scripts-94a86bb23d97c2fd1bc38fca73b99e72a7fdfa8e.zip
remove jinja
Diffstat (limited to 'imdb-lookup/html/index-files/css/style.css')
-rw-r--r--imdb-lookup/html/index-files/css/style.css78
1 files changed, 78 insertions, 0 deletions
diff --git a/imdb-lookup/html/index-files/css/style.css b/imdb-lookup/html/index-files/css/style.css
new file mode 100644
index 0000000..497333c
--- /dev/null
+++ b/imdb-lookup/html/index-files/css/style.css
@@ -0,0 +1,78 @@
+.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: 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; }
+.files {
+ z-index: 10;
+ 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;
+}
+label {
+font-weight: bold;
+}