passepartoutvpn.github.io/s/main.css

95 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2018-11-25 14:02:21 +00:00
body {
background-color: #515d71;
padding: 0em 1em;
font-family: "Helvetica", sans-serif;
font-size: 12pt;
color: white;
}
a {
color: #f0d192;
text-decoration: none;
}
a:hover {
color: #d69c68;
}
#logo {
2018-12-23 11:14:24 +00:00
width: 150px;
2018-11-25 14:02:21 +00:00
height: 400px;
2018-12-23 11:14:24 +00:00
margin: -2em 0em;
2018-11-25 14:02:21 +00:00
}
2018-12-23 10:45:36 +00:00
#container {
2018-11-25 14:02:21 +00:00
margin: 2em auto 3em auto;
width: 32em;
}
2018-12-23 11:41:25 +00:00
p, ul {
line-height: 1.5em;
}
2021-01-01 00:32:48 +00:00
aside ul {
padding-left: 0;
list-style-position: inside;
}
2019-03-22 17:37:19 +00:00
pre, code {
background-color: #ddd;
color: #515d71;
}
p code {
padding: 0.2em;
}
pre {
padding: 0.5em;
}
2018-11-25 14:02:21 +00:00
footer {
color: lightgray;
2018-12-23 10:45:36 +00:00
margin-top: 3em;
2018-11-25 14:02:21 +00:00
margin-bottom: 2em;
}
footer li {
display: inline-block;
2018-12-23 10:45:36 +00:00
margin-right: 0.3em;
2018-11-25 14:02:21 +00:00
}
footer .contacts li {
font-size: 2em;
}
footer .secondary li {
font-size: 1em;
}
footer .notice {
font-size: 0.7em;
}
2018-12-23 11:41:25 +00:00
footer ul {
2018-11-25 14:02:21 +00:00
padding: 0em;
list-style-type: none;
}
.snapshots {
margin-top: 1.5em;
}
.snapshots img {
2019-05-14 09:57:33 +00:00
width: 90px;
2018-11-25 14:02:21 +00:00
height: 177px;
}
2019-01-16 22:24:42 +00:00
2021-01-01 00:32:48 +00:00
#app-store {
margin-top: 1.5em;
}
.app-store-badge {
height: 50px;
2019-01-16 22:24:42 +00:00
}