mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-09-25 17:43:56 +00:00
287 lines
5.3 KiB
CSS
287 lines
5.3 KiB
CSS
body {
|
|
margin: 5px 0px 0px;
|
|
padding: 0px;
|
|
text-align: center;
|
|
background-color: rgb(31, 26, 36);
|
|
color: rgb(230, 230, 231);
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-size: 9pt;
|
|
line-height: 130%;
|
|
font-family: 'Droid Sans', 'Noto Sans', Ubuntu, 'Segoe UI', 'Bitstream Vera Sans', 'DejaVu Sans', Verdana, 'Lucida Grande', Helvetica, sans-serif;
|
|
background-position: initial initial;
|
|
background-repeat: initial initial;
|
|
}
|
|
|
|
h4 {
|
|
display: inherit;
|
|
}
|
|
|
|
button {
|
|
color: rgb(59, 107, 191);
|
|
border: none;
|
|
background: none;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
display: inline;
|
|
}
|
|
|
|
button.hover {
|
|
background-color: #340;
|
|
}
|
|
|
|
.formaction button p {
|
|
display: block;
|
|
color: rgb(230, 230, 231);
|
|
}
|
|
|
|
.unicodeicon {
|
|
font-size: 16pt;
|
|
display: inline-block;
|
|
padding: 3px 5px 3px 0;
|
|
vertical-align: sub;
|
|
line-height: 16px;
|
|
font-weight: bold;
|
|
text-shadow: rgb(255, 255, 255) 0px 1px 1px;
|
|
}
|
|
|
|
#jumplinks h3 {
|
|
padding-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#jumplinks a {
|
|
display: inline-block;
|
|
padding: 2px 0;
|
|
line-height: 16px;
|
|
}
|
|
|
|
#jumplinks a::before {
|
|
content: "\279F\00A0";
|
|
font-size: 16pt;
|
|
display: inline-block;
|
|
padding: 3px 0;
|
|
vertical-align: sub;
|
|
line-height: 16px;
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
border: 1px groove rgb(82, 75, 94);
|
|
padding: 1px 15px 5px 1px;
|
|
font-size: 9pt;
|
|
margin: 25px 0px;
|
|
}
|
|
|
|
tr {
|
|
padding: 1px 15px 5px 1px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
tr:nth-child(odd) {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
td {
|
|
padding: 1px 15px 5px 1px;
|
|
color: rgb(230, 230, 231);
|
|
vertical-align: middle;
|
|
}
|
|
|
|
td img {
|
|
padding: 0px 1px 0px 2px;
|
|
}
|
|
|
|
textarea {
|
|
background: rgb(50, 50, 50);
|
|
border-color: #555;
|
|
color: rgb(100, 120, 245);
|
|
moz-user-select: all;
|
|
webkit-user-select: all;
|
|
}
|
|
|
|
a:link {
|
|
color: rgb(100, 120, 191);
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
a:visited {
|
|
color: rgb(100, 120, 191);
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
p {
|
|
line-height: 140%;
|
|
}
|
|
|
|
p img:first-child {
|
|
display: none !important;
|
|
}
|
|
|
|
hr {
|
|
background-color: rgb(68, 68, 119);
|
|
height: 2px;
|
|
border: 0px solid rgb(82, 75, 94);
|
|
margin: 20px 0px 20px;
|
|
background-position: initial initial;
|
|
background-repeat: initial initial;
|
|
}
|
|
|
|
hr:last-child {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
margin: 0px 1px;
|
|
display: inline-block;
|
|
width: 40%;
|
|
}
|
|
|
|
.hostadd {
|
|
width: 100%;
|
|
}
|
|
|
|
.hostaddform {
|
|
width: 100%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.logo {
|
|
float: left;
|
|
padding: 10px;
|
|
text-align: center;
|
|
color: rgb(34, 34, 34);
|
|
margin: 0px 10px;
|
|
border: 1px solid rgb(68, 68, 119);
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
background-position: initial initial;
|
|
background-repeat: initial initial;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.logo img {
|
|
filter: invert(90%) hue-rotate(190deg);
|
|
}
|
|
|
|
|
|
.logo hr {
|
|
margin: 8px -10px;
|
|
height: 1px;
|
|
background-position: initial initial;
|
|
background-repeat: initial initial;
|
|
}
|
|
|
|
.logo a {
|
|
width: 100%;
|
|
display: inline-block !important;
|
|
}
|
|
|
|
.logo hr~a {
|
|
margin: 3px 2px;
|
|
}
|
|
|
|
.warning {
|
|
padding: 10px 25px 30px 255px;
|
|
text-align: start;
|
|
margin: 0px 10px;
|
|
min-height: 165px;
|
|
}
|
|
|
|
.warning:not(old) {
|
|
background-attachment: scroll, initial;
|
|
background-origin: initial, initial;
|
|
background-clip: initial, initial;
|
|
background-size: 54px, 100%;
|
|
background-position: 10px calc(50% + 32px);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.warning h3 {
|
|
border-bottom-color: rgb(68, 68, 119);
|
|
border-bottom-width: 2px;
|
|
border-style: none none solid;
|
|
color: #38f;
|
|
text-align: left;
|
|
padding: 0px 2px 8px;
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
/*body {
|
|
|
|
}*/
|
|
#jumplinks {
|
|
text-align: start;
|
|
}
|
|
#jumplinks>a {
|
|
border: black;
|
|
border-top-style: none;
|
|
border-top-width: medium;
|
|
border-right-style: none;
|
|
border-right-width: medium;
|
|
border-bottom-style: none;
|
|
border-bottom-width: medium;
|
|
border-left-style: none;
|
|
border-left-width: medium;
|
|
border-style: outset;
|
|
margin: 2px;
|
|
float: none;
|
|
display: inline-block;
|
|
width: 96%;
|
|
border-width: 1px;
|
|
border-radius: 12px;
|
|
vertical-align: middle;
|
|
font-size: 1.1rem;
|
|
text-align: start;
|
|
padding-top: 1.5%;
|
|
padding-bottom: 1.5%;
|
|
padding-left: 1%;
|
|
}
|
|
#jumplinks>a:hover {
|
|
text-decoration: none;
|
|
color: #da736b !important;
|
|
border: 1px solid #da736b !important;
|
|
box-shadow: inset 0 1px 1px 0 #eff;
|
|
}
|
|
#jumplinks>h4 {
|
|
text-align: left;
|
|
font-size: 1.1rem;
|
|
}
|
|
}
|
|
|
|
element {
|
|
height: 6em;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
width: 96%;
|
|
}
|
|
|
|
table,
|
|
tr,
|
|
td {
|
|
font-family: 'Droid Sans', 'Noto Sans', Ubuntu, 'Segoe UI', 'Lucida Grande', Verdana, Helvetica, sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
@media screen and (min-width: 1500px) {
|
|
body {
|
|
font-size: 10pt !important;
|
|
}
|
|
}
|