forked from BhathiyaTK/Tourism-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_activities.css
More file actions
111 lines (104 loc) · 1.71 KB
/
style_activities.css
File metadata and controls
111 lines (104 loc) · 1.71 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
*{
font: 1em Roboto;
}
header{
width: 100%;
height: 65vh;
background: url(images/image26-1.jpg);
background-position: center;
background-size: cover;
}
#activities-header{
height: 65vh;
background-color: rgba(0,0,0,0.5);
}
.header-title{
top: 32%;
color: #fff;
}
.lower_navbar{
width: 100%;
height: 70px;
color: #fff;
background-color: rgba(0,0,0,0.7);
}
/*////////////////Tabs///////////////////*/
h1 {
color: #333;
font-family: arial, sans-serif;
margin: 1em auto;
width: 85%;
}
.tabordion-sec{
position: absolute;
}
.tabordion-img{
width: 100%;
}
.tabordion h1{
font-family: Roboto;
font-weight: 300;
font-size: 30px;
padding: 10px 0;
margin: 0;
width: 100%;
}
.tabordion {
color: #333;
display: block;
font-family: arial, sans-serif;
margin: auto;
height: 100vh;
position: relative;
width: 85%;
}
.tabordion input[name="sections"] {
position: absolute;
}
.tabordion section {
display: block;
}
.tabordion section label {
background: #ccc;
border:1px solid #fff;
cursor: pointer;
display: block;
font-size: 1.2em;
font-weight: bold;
padding: 15px 20px;
position: relative;
width: 180px;
z-index:100;
}
.tabordion section article {
display: none;
left: 230px;
min-width: 300px;
padding: 0 0 0 21px;
position: absolute;
top: 0;
}
.tabordion section article:after {
background-color: #ccc;
bottom: 0;
content: "";
display: block;
left:-229px;
position: absolute;
top: 0;
width: 220px;
}
.tabordion input[name="sections"]:checked + label {
background: #eee;
color: #999;
}
.tabordion input[name="sections"]:checked ~ article {
display: block;
}
a{
text-decoration: none;
color: darkorange;
}
a:hover{
text-decoration: overline;
}