diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-23 17:50:40 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-23 17:50:40 +0100 |
commit | 4ee5f5f479f3b8ce929029ff45aa9d48c83c93be (patch) | |
tree | 5d1c27dad9b7ef7c9a55a8fe06a45e71feec61e1 /imdb-lookup/html/index-files/css | |
parent | 46d53e680ce67aed0fc71dc9fb50fb8508a69c4b (diff) | |
download | scripts-4ee5f5f479f3b8ce929029ff45aa9d48c83c93be.tar.gz scripts-4ee5f5f479f3b8ce929029ff45aa9d48c83c93be.zip |
improve tags
Diffstat (limited to 'imdb-lookup/html/index-files/css')
-rw-r--r-- | imdb-lookup/html/index-files/css/style.css | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/imdb-lookup/html/index-files/css/style.css b/imdb-lookup/html/index-files/css/style.css index 497333c..483d8bb 100644 --- a/imdb-lookup/html/index-files/css/style.css +++ b/imdb-lookup/html/index-files/css/style.css @@ -39,13 +39,6 @@ } .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; @@ -54,6 +47,14 @@ 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: 0.9em; color: 3e3e3e; } .plot { margin-top: 10px; } .consensus { margin-top: 10px; font-style: italic;} @@ -76,3 +77,10 @@ label { font-weight: bold; } +.movie-tag { + font-family: monospace; + padding: 3px; + background-color: #f0f0f0; + border: 1px solid #e0e0e0; + border-radius: 4px; +} |