-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHoliday.css
161 lines (152 loc) · 3.08 KB
/
Holiday.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
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
body{
font: Fyodor;
}
.image{
clear:both;
display:block;
height:auto;
max-width: 100%;
vertical-align: middle;
border:0;
box-sizing: border-box;
}
.container{
margin-left: auto;
margin-right: auto;
padding-left: 150px;
padding-right: 15px;
}
.checked{
color:yellow;
}
.column {
float: left;
width: 25%;
padding: 10px;
}
.column img {
margin-top: 12px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
.column {
width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
.column {
width: 100%;
}
}
#menu {
display: none;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
*{
max-width: 100%;
}
.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right;}
address{
text-align: right;
}
.image{
position: relative;
top: -40px;
left: -70px;
}
p{
text-align: right;
}
header nav ul {
/*list-style: none;
text-align: right;*/
}
#menu {
width:1.4em;
display: block;
background:#ddd;
font-size: 2.4em;
text-align: center;
}
#nav.js {
display: none;
}
ul {
width:100%;
list-style:none;
}
li {
border-right:none;
}
li a {
display: inline-block;
width:100%;
/*background:#52bad5;*/
font-size: 13px;
text-decoration: none;
}
}
header {
position:absolute;
left: 0;
right: 0;
top: 0;
display: block;
background-color: #52bad5;
border-bottom: 1px solid #2C9AB7;
}
nav {
width: 100%;
/*text-align: right;*/
margin-right: 25px;
height: 50px;
}
header nav ul {
/*list-style: none;*/
/*float: right;*/
/*text-align: right;*/
}
nav ul li {
/*float: left;*/
color: #FFFFFF;
font-size: 14px;
/*text-align: left;*/
/*margin-right: 25px;*/
/*letter-spacing: 2px;*/
/*font-weight: bold;*/
transition: all 0.3s linear;
display: inline-block;
}
a:visited {
color: white;
}
ul li a {
color: #FFFFFF;
text-decoration: none;
float: right;
display: inline-block;
}
.copyright {
font-family: Fyodor;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
background-color: #717070;
color: #FFFFFF;
text-transform: uppercase;
font-weight: lighter;
letter-spacing: 2px;
border-top-width: 2px;
}