-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
197 lines (94 loc) · 1.5 KB
/
style.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
@font-face
{
font-family: ballpark;
src: url(ballpark.ttf);
}
@font-face
{
font-family: dayrom;
src: url(dayrom.ttf);
}
body
{
background-image: url(yellow_background.png);
font-family: calibri;
text-align: left;
margin: 0 auto;
width: 100%;
padding: 10px 2% 140px 2%;
margin-top: 0px;
}
.navbar
{
background-image: url(yellow_background.png);
font-family: dayrom;
font-size: 100%;
}
.navbar ul li
{
padding-left: 3%;
font-size: 120%;
}
.zozor
{
position: relative;
top: 7px;
display: inline-block;
font-family: ballpark;
font-size: 230%;
}
.image
{
background-image: url(sanfrancisco.jpg);
background-repeat: no-repeat;
margin-top: 15px;
width: 100%;
height: 344px;
border-radius: 10px;
box-shadow: 0px 3px 10px;
}
.sideBar
{
/*position: absolute;
right: 40px;
top: 510px;*/
margin-top: 0px;
display: inline-block;
background-color: #716B65;
width: 270px; height: 500px;
border-color: transparent;
border-width: 0px; border-style: solid;
border-radius: 10px;
color:white;
}
.footerHeading
{
font-family: dayrom;
font-size: 110%;
display: inline-block;
}
.mBorder
{
border: 1px solid #3A3D40;
}
.footerlist
{
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
list-style-image: url('external_link.png');
padding: 0;
margin: 0;
color: brown;
}
@media only screen and (min-width:150px) and (max-width: 1000px)
{
.button
{
display: none;
}
.arrow
{
display: none;
}
}