2019-11-20 17:44:01 -05:00
|
|
|
* {
|
|
|
|
padding: 0;
|
2020-10-30 23:50:23 -04:00
|
|
|
color: #1f1a24;
|
2019-11-20 17:44:01 -05:00
|
|
|
margin: 0
|
|
|
|
}
|
2019-11-22 17:49:27 -05:00
|
|
|
a,
|
|
|
|
button {
|
2020-10-30 23:50:23 -04:00
|
|
|
color: #1f1a24;
|
2019-11-20 17:44:01 -05:00
|
|
|
text-decoration: none;
|
2020-09-09 23:23:02 -04:00
|
|
|
background: none;
|
2019-11-20 17:44:01 -05:00
|
|
|
font-weight: 700;
|
|
|
|
word-wrap: break-word;
|
2020-09-09 23:23:02 -04:00
|
|
|
outline: 0;
|
2020-09-15 20:10:34 -04:00
|
|
|
padding: 3px;
|
2020-09-09 23:23:02 -04:00
|
|
|
margin: auto
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
.applicationDesc {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 700;
|
|
|
|
word-wrap: break-word;
|
|
|
|
outline: 0
|
|
|
|
}
|
|
|
|
.applicationDesc:hover,
|
2019-11-22 17:49:27 -05:00
|
|
|
a:hover,
|
|
|
|
button:hover {
|
2019-11-20 17:44:01 -05:00
|
|
|
color: #495057;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 700;
|
|
|
|
word-wrap: break-word;
|
|
|
|
outline: 0
|
|
|
|
}
|
2019-11-22 17:49:27 -05:00
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #3b6bbf;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 700;
|
|
|
|
word-wrap: break-word;
|
|
|
|
outline: 0
|
|
|
|
}
|
2019-11-11 21:01:52 -05:00
|
|
|
body {
|
2019-11-20 17:44:01 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
font-family: "Droid Sans","Noto Sans",Ubuntu,"Segoe UI","Lucida Grande",Verdana,Helvetica,sans-serif;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 700;
|
|
|
|
word-wrap: break-word;
|
|
|
|
outline: 0
|
|
|
|
}
|
2020-09-09 23:23:02 -04:00
|
|
|
.button-list {
|
|
|
|
min-height: 230px;
|
|
|
|
min-width: 230px
|
|
|
|
}
|
2019-11-20 17:44:01 -05:00
|
|
|
.background {
|
|
|
|
height: 100%
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
line-height: 32px;
|
|
|
|
font-size: 17px;
|
|
|
|
font-family: "Droid Sans","Noto Sans",Ubuntu,"Segoe UI","Lucida Grande",Verdana,Helvetica,sans-serif;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 700;
|
|
|
|
word-wrap: break-word;
|
|
|
|
outline: 0
|
2019-11-11 21:01:52 -05:00
|
|
|
}
|
2019-11-20 17:44:01 -05:00
|
|
|
.content {
|
|
|
|
min-height: 3rem;
|
|
|
|
padding: 1rem;
|
|
|
|
margin: 1.5rem;
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block;
|
2019-11-20 17:44:01 -05:00
|
|
|
border-radius: 2px;
|
2020-10-30 23:50:23 -04:00
|
|
|
min-width: 100%
|
2019-11-11 21:01:52 -05:00
|
|
|
}
|
2020-01-25 00:50:46 -05:00
|
|
|
#header,
|
2019-11-25 20:19:44 -05:00
|
|
|
.application-info,
|
2020-01-25 01:06:50 -05:00
|
|
|
.browser-info,
|
|
|
|
.extended-info,
|
|
|
|
.search-info {
|
2019-11-20 17:44:01 -05:00
|
|
|
min-height: 3rem;
|
|
|
|
padding: 1rem;
|
|
|
|
margin-top: 1.5rem;
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block;
|
2019-11-20 17:44:01 -05:00
|
|
|
border-radius: 2px;
|
2020-10-30 23:50:23 -04:00
|
|
|
min-width: 100%
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
h1 {
|
2020-09-09 23:23:02 -04:00
|
|
|
margin: auto;
|
2019-11-20 17:44:01 -05:00
|
|
|
font-family: "Droid Sans","Noto Sans",Ubuntu,"Segoe UI","Lucida Grande",Verdana,Helvetica,sans-serif;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 32px;
|
2020-09-22 00:59:38 -04:00
|
|
|
color: #e6e6e7;
|
2020-10-30 23:50:23 -04:00
|
|
|
background: #1f1a24;
|
|
|
|
width: 100%;
|
2020-09-09 23:23:02 -04:00
|
|
|
border-radius: 2px 2px 0 0
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
margin-right: auto;
|
|
|
|
font-family: "Droid Sans","Noto Sans",Ubuntu,"Segoe UI","Lucida Grande",Verdana,Helvetica,sans-serif;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 25px;
|
2020-09-22 00:59:38 -04:00
|
|
|
color: #e6e6e7;
|
2019-11-20 17:44:01 -05:00
|
|
|
border-radius: 2px 2px 0 0;
|
2020-10-30 23:50:23 -04:00
|
|
|
background: #1f1a24;
|
|
|
|
width: 100%;
|
2019-11-20 17:44:01 -05:00
|
|
|
padding-left: 5%
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
margin-right: auto;
|
|
|
|
font-family: "Droid Sans","Noto Sans",Ubuntu,"Segoe UI","Lucida Grande",Verdana,Helvetica,sans-serif;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 20px!important;
|
|
|
|
color: #41465f;
|
|
|
|
border-radius: 2px 2px 0 0;
|
2020-10-30 23:50:23 -04:00
|
|
|
background: #1f1a24;
|
|
|
|
width: 100%;
|
2019-11-20 17:44:01 -05:00
|
|
|
padding-left: 5%
|
|
|
|
}
|
|
|
|
.showhider {
|
|
|
|
margin-right: auto;
|
|
|
|
font-family: "Droid Sans","Noto Sans",Ubuntu,"Segoe UI","Lucida Grande",Verdana,Helvetica,sans-serif;
|
|
|
|
border: none;
|
|
|
|
padding: 0!important;
|
|
|
|
color: #3b6bbf;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 700;
|
|
|
|
word-wrap: break-word;
|
|
|
|
outline: 0;
|
|
|
|
text-align: left
|
2019-11-11 21:01:52 -05:00
|
|
|
}
|
2019-11-20 17:44:01 -05:00
|
|
|
#links .showhider {
|
|
|
|
font-size: 25px
|
|
|
|
}
|
|
|
|
.section-header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
margin-bottom: 80px
|
|
|
|
}
|
|
|
|
ul {
|
2020-09-09 23:23:02 -04:00
|
|
|
margin: auto;
|
2020-10-30 23:50:23 -04:00
|
|
|
border-radius: 2px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
li {
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block;
|
2020-10-30 23:50:23 -04:00
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0
|
2020-09-09 23:23:02 -04:00
|
|
|
}
|
|
|
|
.center {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 50%
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
#readyness {
|
2020-01-14 19:04:58 -05:00
|
|
|
padding-top: 1rem;
|
2020-01-15 00:44:51 -05:00
|
|
|
padding-bottom: 1rem;
|
2020-01-14 19:04:58 -05:00
|
|
|
margin: 1rem;
|
2019-11-20 17:44:01 -05:00
|
|
|
width: 42%;
|
|
|
|
min-width: 42%;
|
|
|
|
text-align: center!important;
|
|
|
|
border-radius: 2px;
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
#onboarding {
|
|
|
|
min-height: 5rem;
|
|
|
|
padding: .5rem;
|
|
|
|
margin: .5rem;
|
2020-01-15 00:44:51 -05:00
|
|
|
margin-top: 4rem;
|
2019-11-20 17:44:01 -05:00
|
|
|
width: 42%;
|
|
|
|
min-width: 42%;
|
|
|
|
font-size: 2rem;
|
|
|
|
text-align: center!important;
|
2020-09-09 23:23:02 -04:00
|
|
|
border-radius: 2px
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
#i2pbrowser-description {
|
2020-01-15 00:44:51 -05:00
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
2019-11-20 17:44:01 -05:00
|
|
|
width: 50%;
|
|
|
|
min-width: 50%;
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block
|
|
|
|
}
|
|
|
|
html body ul.label-list li {
|
|
|
|
list-style: none;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
html body ul.label-list li:nth-child(odd) {
|
|
|
|
clear: left
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
#linksExplain {
|
2020-01-25 02:06:45 -05:00
|
|
|
min-height: 5rem;
|
|
|
|
padding: .5rem;
|
|
|
|
margin: .5rem;
|
|
|
|
width: 30%;
|
|
|
|
min-width: 30%;
|
|
|
|
text-align: center!important;
|
2020-09-09 23:23:02 -04:00
|
|
|
border-radius: 2px
|
2020-01-25 02:06:45 -05:00
|
|
|
}
|
|
|
|
#applicationExplain,
|
|
|
|
#controlExplain {
|
2019-11-20 17:44:01 -05:00
|
|
|
min-height: 5rem;
|
|
|
|
padding: .5rem;
|
|
|
|
margin: .5rem;
|
2020-09-09 23:23:02 -04:00
|
|
|
text-align: left!important;
|
2020-01-25 01:06:50 -05:00
|
|
|
float: left
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
#proxyReady {
|
|
|
|
min-height: 3rem;
|
|
|
|
padding: .5rem;
|
|
|
|
margin: .2rem;
|
|
|
|
width: 38%;
|
|
|
|
min-width: 38%;
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block;
|
2019-11-20 17:44:01 -05:00
|
|
|
float: right;
|
2020-09-09 23:23:02 -04:00
|
|
|
text-align: center!important
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
#proxyUnready {
|
|
|
|
min-height: 3rem;
|
|
|
|
padding: .5rem;
|
|
|
|
margin: .2rem;
|
|
|
|
width: 38%;
|
|
|
|
min-width: 38%;
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block;
|
2019-11-20 17:44:01 -05:00
|
|
|
float: right;
|
2020-09-09 23:23:02 -04:00
|
|
|
text-align: center!important
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
#consoleOn {
|
|
|
|
min-height: 3rem;
|
|
|
|
padding: .5rem;
|
|
|
|
margin: .2rem;
|
|
|
|
width: 38%;
|
|
|
|
min-width: 38%;
|
2020-09-09 23:23:02 -04:00
|
|
|
display: block;
|
2019-11-20 17:44:01 -05:00
|
|
|
float: left;
|
2020-09-09 23:23:02 -04:00
|
|
|
text-align: center!important
|
|
|
|
}
|
|
|
|
.tabicon {
|
|
|
|
min-width: 64px;
|
|
|
|
min-height: 64px
|
|
|
|
}
|
|
|
|
li.application {
|
|
|
|
text-align: left
|
|
|
|
}
|
|
|
|
button.applicationName {
|
|
|
|
width: auto
|
2019-11-20 17:44:01 -05:00
|
|
|
}
|
|
|
|
.onboardingContent {
|
|
|
|
font-size: .8rem!important;
|
2019-11-25 20:19:44 -05:00
|
|
|
text-align: left;
|
|
|
|
display: none
|
2019-11-20 19:50:12 -05:00
|
|
|
}
|
2019-11-25 20:19:44 -05:00
|
|
|
#info-content {
|
|
|
|
display: none
|
|
|
|
}
|
2019-11-22 17:49:27 -05:00
|
|
|
.consoleOn:hover #proxy-check,
|
2019-11-20 19:50:12 -05:00
|
|
|
.proxyReady:hover #proxy-check {
|
|
|
|
visibility: visible;
|
2019-11-22 17:49:27 -05:00
|
|
|
opacity: 1
|
2019-11-20 19:50:12 -05:00
|
|
|
}
|
2019-12-24 13:44:44 -05:00
|
|
|
img {
|
2020-09-09 23:23:02 -04:00
|
|
|
max-width: 100%;
|
|
|
|
margin: 3%
|
2019-12-24 13:44:44 -05:00
|
|
|
}
|
2019-11-20 19:50:12 -05:00
|
|
|
img.readyness {
|
2019-11-22 13:24:19 -05:00
|
|
|
height: 100%;
|
|
|
|
width: auto
|
2020-10-30 23:50:23 -04:00
|
|
|
}
|
|
|
|
input {
|
|
|
|
color: #1f1a24
|
2020-12-03 13:17:06 -05:00
|
|
|
}
|
|
|
|
#hidden {
|
|
|
|
display: none
|
|
|
|
}
|
|
|
|
.hidden {
|
|
|
|
display: none
|
2020-10-30 22:13:42 -04:00
|
|
|
}
|