-
Notifications
You must be signed in to change notification settings - Fork 0
/
kino.html
161 lines (139 loc) · 5.2 KB
/
kino.html
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Opplevelser: Kino</title>
<style>
table {
border-collapse: collapse;
}
table td, table th {
border: 1px solid black;
padding: 10px;
font-size: 12px;
}
table tr:first-child th {
border: 0;
text-align: left;
}
table tr:last-child td {
border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
border-left: 0;
}
table tr th:nth-child(2) {
width: 125px;
}
table tr th:nth-child(3) {
width: 90px;
}
table tr td:last-child,
table tr th:last-child {
border-right: 0;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
cursor: pointer;
}
</style>
</head>
<body>
<div id="mainContainer">
<!--NY HEADER MED SØK (husk stylesheet for font awesome-->
<div id="head" class="headerTop">
<a href="kinoNarDeg.html">
<i class="fa fa-map-marker" aria-hidden="true" style="position: absolute; color: #ffffff; font-size: 26px; padding-top: 33px; margin-left: 260px; width: 20px; float: right; z-index: 98;"></i>
</a>
<form style="padding-top: 30px; float: right">
<input type="search" placeholder="Search" style="position: relative; z-index: 99;">
</form>
<!--PIL TILBAKE-->
<a onclick="goBack()">
<i class="fa fa-angle-left" aria-hidden="true" style="position: absolute; color: #ffffff; font-size: 24px; padding-top: 33px; padding-left: 10px; width: 20px; float: left; z-index: 2;"></i>
</a>
<!--END PIL TILBAKE-->
<img src="img/finnLogo.png" class="finnLogo" style="position: absolute; padding-left: 125px; z-index: 1;">
</div>
<!--END NY HEADER MED SOK-->
<div id="mainContent">
<h3>Kino <i class="fa fa-filter" id="show" aria-hidden="true" style="float: right; margin-right: 5px;"></i></h3>
<div id="filter">
<div class="filterKnapp"><a href="#">Nærmest</a></div>
<div class="filterKnapp"><a href="#">Dato</a></div>
<div class="filterKnapp"><a href="#">Pris høy - lav</a></div>
<div class="filterKnapp"><a href="#">Pris lav - høy</a></div>
</div>
<table>
<tr>
<th>Dato</th>
<th>Film</th>
<th>Billett</th>
</tr>
<tr>
<td>fredag<br><strong>21/10</strong><br>kl 17:15</td>
<td><strong>Inferno</strong><br> Colosseum 2</td>
<td><a href="inferno.html" class="button">Kjøp billett</a></td>
</tr>
<tr>
<td>fredag<br><strong>21/10</strong><br>kl 17:30</td>
<td><strong>Børning 2</strong><br>Ringen 2</td>
<td><a href="" class="button">Kjøp billett</a></td>
</tr>
<tr>
<td>fredag<br><strong>21/10</strong><br>kl 20:30</td>
<td><strong>Annie</strong><br>Vika 3</td>
<td><a href="" class="button">Kjøp billett</a></td>
</tr>
<tr>
<td>fredag<br><strong>21/10</strong><br>kl 15:30</td>
<td><strong>Café Society</strong><br>Gimle</td>
<td><a href="" class="button">Kjøp billett</a></td>
</tr>
<tr>
<td>fredag<br><strong>21/10</strong><br>kl 20:00</td>
<td><strong>Cave</strong><br>Saga 5</td>
<td><a href="" class="button">Kjøp billett</a></td>
</tr>
<tr>
<td>fredag<br><strong>21/10</strong><br>kl 18:15</td>
<td><strong>Dagen i morgen</strong><br>Klingenberg 3</td>
<td><a href="minKamp.html" class="button">Kjøp billett</a></td>
</tr>
</table>
</div>
<div id="foot">
<a href="index.html"><img class="navIcons" src="img/hjem_nav.png"></a>
<a href="sisteNytt.html"><img class="navIcons" src="img/sisteNytt_nav.png"></a>
<a href="minFinn.html"><img class="navIcons" src="img/minFinn_nav.png"></a>
<a href="nyAnnonse.html"><img class="navIcons" src="img/nyAnnonse_nav.png"></a>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
function goBack() {
window.history.back();
}
$("#show").click(function(){
var $target = $('#filter'),
$toggle = $(this);
$target.slideToggle( 300, function () {
});
});
</script>
</body>
</html>