-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovie.css
98 lines (81 loc) · 1.9 KB
/
movie.css
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
/*
* Video embed
*------*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*
* Custom movie Post type CSS code
*
--------------------------------- */
/* Excerpt and title CSS is located in the archive-movie.php file */
/* NB!! ------- Making Månedens film link look like the current page link ---- */
.single-movie .nav-header #menu-item-42 a {
color: #fff;
}
/* Remove Post meta */
.movie .entry-header {
display: none;
}
/* All of the movie archive area */
.post-type-archive-movie .site-inner {
background: #fcfcfc;
padding: 0;
}
/* All the content and area around top header in the archive page */
.post-type-archive-movie .post-image {
width: 180px !important;
height: 220px;
}
/* Archive area */
.custom-movie .content {
width: 98%;
}
/* Header Year */
.post-type-archive-movie h2 {
text-align: center;
font-size: 2em;
margin: 10px 0 5px 0;
}
/* Movie title and excerpt */
.post-type-archive-movie h3 {
text-align: center;
font-size: 1em;
margin-bottom: 40px;
}
/* Top title archive page - Film Arkiv - text */
.post-type-archive-movie .archive-title {
font-size: 42px;
/* text-transform: uppercase; */
margin-bottom: 20px;
text-align: center;
}
/* Title and description archive page - Film Arkiv Tidligere viste filmer*/
.archive-description {
font-size: 22px;
/* text-transform: uppercase; */
padding: 10px !important;
text-align: center;
background: none !important;
}
/* Each movie section */
.post-type-archive-movie .type-movie,
.post-type-archive-movie .entry {
float: left;
clear: inherit;
width: 200px;
padding: 0 30px 0 15px;
margin: 25px 3px 0 -5px;
}