mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 23:11:29 -04:00
Update the main page on the static website
This commit is contained in:
parent
6c6707ae9b
commit
d6d42e82aa
7 changed files with 145 additions and 169 deletions
78
proxy/static/index.css
Normal file
78
proxy/static/index.css
Normal file
|
@ -0,0 +1,78 @@
|
|||
@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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue