[go: up one dir, main page]

Menu

[34d7f3]: / src / web2 / style.css  Maximize  Restore  History

Download this file

85 lines (70 with data), 994 Bytes

 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
HTTP/1.0 200 OK
Server: sispm_http
Date: Sun, 08 Mar 2020 10:00:00 +0100
Content-Type: text/css
Connection: close
body {
font-family:Verdana,Helvetica,sans-serif;
font-size:3em;
font-style:normal;
color:#f70;
background-color:#000;
margin:0px;
padding:0px;
}
a:visited, a:link, a:active {
text-decoration:none;
color:#f70;
border:0;
}
img {
border:0;
height:2.5em;
}
div {
border:0;
padding:1em;
margin:.5em;
border:.1em solid #777;
border-radius: 1em;
text-align:center;
}
.title {
border:0;
}
.span {
position:absolute;
top:0;
right:0;
border:0;
padding:0;
}
.on {
background-color:#fff;
}
.off {
background-color:#000;
}
a.on:visited, a.on:link, a.on:active {
color:#000;
}
.on:hover {
font-weight:bolder;
}
a.off:visited, a.off:link, a.off:active {
color:#fff;
}
.off:hover {
font-weight:bolder;
}
@media (orientation: landscape) {
body {
font-size:1.5em;
}
div {
padding:.5em;
margin:.25em;
border:.05em solid #777;
border-radius:.5em;
}
}