mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
83 lines
1.2 KiB
CSS
83 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: Source Sans Pro;
|
|
src: url("SourceSansPro-Regular.ttf");
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
font-size: 1.3rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
background-color: #59316B;
|
|
color: #212529;
|
|
}
|
|
|
|
#header {
|
|
margin: 0;
|
|
line-height: 0;
|
|
padding: 1.3rem 2.6rem;
|
|
}
|
|
|
|
#header a {
|
|
border-style: none;
|
|
display: inline-block;
|
|
line-height: 0;
|
|
}
|
|
|
|
#content {
|
|
margin: 0 0 2.6rem 0;
|
|
padding: 2.6rem 5.2rem;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0;
|
|
font-size: 2.6rem;
|
|
color: #7D4698;
|
|
text-align: center;
|
|
}
|
|
|
|
h3 {
|
|
margin: 0;
|
|
font-size: 2rem;
|
|
color: #7D4698;
|
|
}
|
|
|
|
.clear {
|
|
margin: 2.6rem 0;
|
|
overflow: auto;
|
|
}
|
|
|
|
@media only screen and (min-width: 600px) {
|
|
.browser, .extension {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
.padding {
|
|
padding: 0 1.3rem;
|
|
}
|
|
}
|
|
|
|
.addon {
|
|
margin-top: 2.6rem 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.addon a {
|
|
display: inline-block;
|
|
padding: 0 1.3rem;
|
|
}
|
|
|
|
.diagram, .screenshot {
|
|
text-align: center;
|
|
}
|
|
|
|
.diagram img, .screenshot img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
textarea {
|
|
max-width: 100%;
|
|
width: 600px;
|
|
}
|