summaryrefslogtreecommitdiff
path: root/movietool/html/movies-files/css/style.css
blob: 7ff5474a10ba06c472534174dd640f88277f738a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.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;
}
/* grid variant */
.grid-poster {
    margin: 10px 20px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px gray;
    background-color: #fafafa;
    float: left;
    
    margin: 10px;
    width: 154px;
    float: left;
    height: 231px;
}
.grid-poster > .grid-label {
    width: 154px;
    position: relative;
    font-size: 3pt;
    text-align: center;
    color: #fafafa;
}
.grid-poster:hover > .grid-label {
    width: 180px;
    z-index: 10;
    font-size: 23pt;
    color: black;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px gray;
    background-color: #fafafa;
}
.grid {
    padding-bottom: 100px;
    padding-top: 30px;
}
.grid-filter {
    text-align: center;
    width: 100%;
    position: fixed;
    padding-top: 5px;
}
.grid-filter > input {
    box-shadow: 0px 0px 5px 0px gray;
    background-color: #fafafa;
}