-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoss.css
85 lines (65 loc) · 1.43 KB
/
oss.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
body {
background-color: white;
color: black;
}
.oss-main {
margin: 0 auto;
max-width: 1500px;
}
.oss-grey { color: grey }
.oss-menu a { color: black }
.oss-menu a:hover { color: grey }
.oss-jumbo {
margin-right: 20em;
margin-top: 2em;
background: white;
background-color: rgba(255, 255, 255, 0.666);
padding: 1em 2em;
}
.oss-bg {
/* Source: https://sh.wikipedia.org/wiki/Bratislava#/media/File:BratislavaNight.jpg */
/*background-image: url('BratislavaNight.jpg');*/
/* Source: https://upload.wikimedia.org/wikipedia/commons/7/75/Kosice_-_St._Elisabeth_Cathedral_retouched.jpg */
background-image: url('Kosice.jpg');
background-repeat: no-repeat;
background-position: 0px -50px;
background-size: 1400px 500px;
}
a { color: blue }
img{margin:0em 30px}
td, th {
border: 0px solid black;
}
.line1 { background-color: rgb(127,127,127);}
.line2 { background-color: rgb(200,200,200);}
@media only screen and (max-width: 1000px) {
.oss-jumbo {
margin-right: 10em;
}
}
@media only screen and (max-width: 800px) {
.w3-jumbo {
font-size: 32px !important;
}
.w3-margin {
margin: 16px 0px !important;
}
.w3-card-4 {
margin-bottom: 16px !important;
}
.w3-xlarge {
font-size: 24px !important;
}
.oss-jumbo {
padding: 8px !important;
margin: 8px !important;
}
.oss-bg {
padding: 8px !important;
margin: 0px !important;
background-position: 0px 0px;
}
.w3-jumbo {
font-size: 32px;
}
}