forked from colorfest/angularjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
126 lines (118 loc) · 2.66 KB
/
styles.css
File metadata and controls
126 lines (118 loc) · 2.66 KB
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
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0; }
a {
-webkit-transition: all 0.5s;
transition: all 0.5s; }
dl {
margin: 10px 0;
background: #f3f4f5;
cursor: pointer;
-webkit-transition: all 0.5s;
transition: all 0.5s; }
dl:hover {
-webkit-transition: all 0.5s;
transition: all 0.5s;
background: #F11E22;
color: white; }
dl img {
width: 100%;
height: auto;
padding: 4px;
border: 1px solid #dadada; }
dl dt {
font-weight: bold;
padding: 12px 0; }
dl dd {
font-size: 0.86em; }
.mainContainer {
height: 100%; }
footer {
background: black;
padding: 20px 0;
color: white;
bottom: 0;
height: 60px; }
.jumbotron {
margin-bottom: 0%;
margin-top: 50px;
width: 100%;
height: auto;
min-height: 300px;
color: white;
text-shadow: black 0.3em 0.3em 0.3em;
background: url("../img/marvel_masthead.png");
background-color: #333; }
.jumbotron h1 {
width: 50%;
margin: 10% 10px 10px 50%; }
.filmsContainer .upcomingFilmsBox {
height: 900px;
overflow: hidden;
display: block;
margin: 0 0 12px 0; }
.filmsContainer .upcomingFilmsBox h1 {
font-size: 2.55em; }
.filmsContainer .upcomingFilmsBox h2 {
font-size: 0.88em;
line-height: 1.55em; }
.filmsContainer .upcomingFilmsBox img {
width: 100%;
height: auto;
overflow: hidden;
padding: 4px;
border: 1px solid #dadada; }
.filmsContainer .upcomingFilmsBox:hover {
cursor: pointer; }
.filmsContainer .upcomingFilmsBox:hover img {
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-color: red; }
.filmsContainer .upcomingFilmsBox:hover h1 {
-webkit-transition: all 0.5s;
transition: all 0.5s;
color: red; }
.interiorPage {
padding: 50px 0 0 0; }
.interiorPage h1 {
font-size: 2em;
padding: 0 30px; }
.interiorPage br {
clear: both;
padding: 20px 0;
margin: 20px 0;
height: 30px; }
.interiorPage .divider {
border: 1px dashed #333;
margin: 20px 0;
clear: both; }
.nextFilmContainer {
margin: 8px 20px; }
.nextFilmContainer h1 {
padding: 0;
margin: 2px;
font-size: 3em; }
.nextFilmContainer h2 {
margin: 0;
padding: 0;
font-size: 1.05em;
color: #989898;
font-style: italic; }
.nextFilmContainer p {
font-size: 1.25em;
line-height: 1.35em;
padding: 20px 0; }
.nextFilmContainer ul li {
list-style: none;
margin: 0 0 12px -35px; }
.nextFilmContainer figure img {
width: 100%;
height: auto;
padding: 8px;
border: 1px solid #333; }
.nextFilmContainer figure figcaption {
color: #989898;
font-style: italic;
text-align: center; }