summaryrefslogtreecommitdiff
path: root/movietool/html/movies-files/css/style.css
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-03-28 18:21:56 +0100
committerYves Fischer <yvesf-git@xapek.org>2015-03-28 18:21:56 +0100
commit76f2e9ffd369e1b2f131c85fa05540c62936ac21 (patch)
treeb2980f38ecedc94ebdb7fc52e3a2966281616d58 /movietool/html/movies-files/css/style.css
downloadmovietool-76f2e9ffd369e1b2f131c85fa05540c62936ac21.tar.gz
movietool-76f2e9ffd369e1b2f131c85fa05540c62936ac21.zip
re-structure project
Diffstat (limited to 'movietool/html/movies-files/css/style.css')
-rw-r--r--movietool/html/movies-files/css/style.css91
1 files changed, 91 insertions, 0 deletions
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;
+}