Files

308 lines
5.0 KiB
CSS
Raw Permalink Normal View History

* {
2022-10-24 19:57:51 -04:00
padding: 0;
margin: 0
}
html {
2022-10-24 19:57:51 -04:00
margin: 0 4%;
padding: 0 20px;
min-height: 100%;
background: #9ab;
background: #fff;
scrollbar-color: #bcd #789
}
body {
2022-10-24 19:57:51 -04:00
margin: 0;
padding: 20px 40px;
font-family: Open Sans,Noto Sans,Segoe UI,sans-serif;
font-size: 12pt;
color: #fff;
text-decoration: none;
word-wrap: break-word;
background: #f2f2f2
}
2021-10-13 20:43:39 -04:00
h1,
h2,
h3,
h4 {
2022-10-24 19:57:51 -04:00
display: block;
font-weight: 700
}
h1 {
2022-10-24 19:57:51 -04:00
text-transform: uppercase;
font-weight: 900;
font-size: 200%
}
h2 {
2022-10-24 19:57:51 -04:00
font-size: 140%
}
h3 {
2022-10-24 19:57:51 -04:00
font-size: 120%
}
h4 {
2022-10-24 19:57:51 -04:00
margin-bottom: 5px;
text-align: right;
text-transform: none;
font-size: 90%;
font-weight: 600;
font-style: italic
}
p {
2022-10-24 19:57:51 -04:00
margin-bottom: 15px;
width: 100%;
line-height: 1.4;
word-wrap: break-word;
text-align: justify;
text-decoration: none
}
ul {
2022-10-24 19:57:51 -04:00
margin: 10px 20px;
list-style: none
}
li {
2022-10-24 19:57:51 -04:00
margin-left: 0;
padding: 12px 15px 20px;
width: calc(100% - 40px);
text-align: justify;
border: 1px solid #363a68;
border-radius: 25px;
box-shadow: inset 0 0 0 1px #363a68;
background: #4456b7
}
li li {
2022-10-24 19:57:51 -04:00
padding-bottom: 0;
width: calc(100% - 40px);
text-align: left;
border: none;
border-top: 1px solid #9ab;
box-shadow: none
}
li li:first-of-type {
2022-10-24 19:57:51 -04:00
margin-top: 15px;
border-top: none
}
li a:first-of-type {
2022-10-24 19:57:51 -04:00
display: block;
width: 100%
}
#applicationExplain {
2022-10-24 19:57:51 -04:00
float: unset
}
li+li {
2022-10-24 19:57:51 -04:00
margin-top: 15px
}
2021-10-13 20:43:39 -04:00
h3+ul,
ul+h2,
ul+h3 {
2022-10-24 19:57:51 -04:00
margin-top: 20px
}
2021-10-13 20:43:39 -04:00
a,
button {
2022-10-24 19:57:51 -04:00
color: #f9f7dc;
text-decoration: none;
font-weight: 700;
word-wrap: break-word;
outline: 0
}
.applicationDesc {
2022-10-24 19:57:51 -04:00
color: #fff;
text-decoration: none;
font-weight: 700;
word-wrap: break-word;
outline: 0
}
2021-10-13 20:43:39 -04:00
a:hover,
button:hover {
2022-10-24 19:57:51 -04:00
color: #ff9e7a;
text-decoration: none;
font-weight: 700;
word-wrap: break-word;
outline: 0
}
2019-11-22 17:49:27 -05:00
button {
2022-10-24 19:57:51 -04:00
border: none;
cursor: pointer;
color: #fff;
text-decoration: none;
font-weight: 700;
word-wrap: break-word;
outline: 0;
background: unset
}
.background {
}
.content {
2022-10-24 19:57:51 -04:00
margin: 1.5rem;
padding: 1rem;
min-height: 3rem;
min-width: 95%;
display: inline-block;
border: 1px solid #363a68;
border-radius: 25px;
background: #363a68
}
2021-10-13 20:43:39 -04:00
#header,
.application-info,
.browser-info,
.extended-info,
.search-info {
2022-10-24 19:57:51 -04:00
margin-top: 1.5rem;
padding: 1rem;
min-height: 3rem;
min-width: 95%;
display: inline-block;
border: 1px solid #787ff6;
border-radius: 25px;
box-shadow: inset 0 0 0 1px #787ff6,0 0 1px #ccc;
background: #363a68
}
.showhider {
2022-10-24 19:57:51 -04:00
margin-right: auto;
padding: 0!important;
text-transform: uppercase;
background: none!important;
border: none;
width: 90%;
color: #fff;
text-decoration: none;
font-weight: 700;
word-wrap: break-word;
outline: 0;
text-align: left
}
#links .showhider {
2022-10-24 19:57:51 -04:00
font-size: 25px
}
.section-header {
2022-10-24 19:57:51 -04:00
display: flex;
flex-direction: row;
margin-bottom: 80px
2022-10-24 18:49:57 -04:00
}
#readyness,
#routerness {
2022-10-24 19:57:51 -04:00
padding-top: 1rem;
padding-bottom: 1rem;
margin: 1rem;
width: 42%;
min-width: 42%
2022-10-24 18:49:57 -04:00
}
#onboarding {
2022-10-24 19:57:51 -04:00
min-height: 5rem;
padding: .5rem;
margin: .5rem;
margin-top: 4rem;
width: 42%;
min-width: 42%;
font-size: 2rem;
background: #4456b7;
text-align: center!important;
border: 2px solid #787ff6;
border-radius: 25px;
float: left;
box-shadow: inset 0 0 0 1px #fff,0 0 1px #ccc
}
#i2pbrowser-description {
2022-10-24 19:57:51 -04:00
padding-top: 1rem;
padding-bottom: 1rem;
width: 50%;
min-width: 50%;
display: inline-block
2022-10-02 15:42:52 -04:00
}
#linksExplain {
2022-10-24 19:57:51 -04:00
min-height: 5rem;
padding: .5rem;
margin: .5rem;
width: 100%;
min-width: 100%
2022-10-02 15:42:52 -04:00
}
2021-10-13 20:43:39 -04:00
#applicationExplain,
#controlExplain {
2022-10-24 19:57:51 -04:00
min-height: 5rem;
padding: .5rem;
margin: .5rem;
width: 98%;
min-width: 98%
2022-10-03 20:04:31 -04:00
}
#proxyReady {
2022-10-24 19:57:51 -04:00
min-height: 3rem;
padding: .5rem;
margin: .2rem;
width: 38%;
min-width: 38%;
display: inline-block;
background: #363a68;
float: right;
text-align: center!important;
border: 2px solid #787ff6;
border-radius: 25px;
box-shadow: inset 0 0 0 1px #fff,0 0 1px #ccc
}
#proxyUnready {
2022-10-24 19:57:51 -04:00
min-height: 3rem;
padding: .5rem;
margin: .2rem;
width: 38%;
min-width: 38%;
display: inline-block;
background: #363a68;
float: right;
text-align: center!important;
border: 2px solid #787ff6;
border-radius: 25px
}
#consoleOn {
2022-10-24 19:57:51 -04:00
min-height: 3rem;
padding: .5rem;
margin: .2rem;
width: 38%;
min-width: 38%;
display: inline-block;
float: left;
text-align: center!important;
border: 1px solid #f7e59a;
border-radius: 2px;
background: #f7e59a;
box-shadow: inset 0 0 0 1px #fff,0 0 1px #ccc
}
.onboardingContent {
2022-10-24 19:57:51 -04:00
font-size: .8rem!important;
text-align: left;
display: none
}
#info-content {
2022-10-24 19:57:51 -04:00
display: none
}
2021-10-13 20:43:39 -04:00
.consoleOn:hover #proxy-check,
.proxyReady:hover #proxy-check {
2022-10-24 19:57:51 -04:00
visibility: visible;
opacity: 1
}
2019-12-24 13:44:44 -05:00
img {
2022-10-24 19:57:51 -04:00
max-width: 100%
2019-12-24 13:44:44 -05:00
}
img.readyness {
2022-10-24 19:57:51 -04:00
height: 100%;
width: auto
}
@media only screen and (max-width: 399px) {
2022-10-24 19:57:51 -04:00
.application-info {
display: none
}
2022-10-02 15:42:52 -04:00
}
@media screen and (max-width: 1200px) {
2022-10-24 19:57:51 -04:00
body {
font-size: 10.5pt
}
2020-12-03 13:17:06 -05:00
}
video {
2022-10-24 19:57:51 -04:00
width: 100%
2020-12-03 13:17:06 -05:00
}
2021-04-25 23:22:23 -04:00
.hidden {
2022-10-24 19:57:51 -04:00
visibility: none;
display: none
2022-10-04 12:10:54 -04:00
}
.application-info {
2022-10-24 19:57:51 -04:00
min-width: 45%;
max-width: 45%;
float: right
2021-04-25 23:22:23 -04:00
}