Address some font size, section size, and spacing issues on proxy.css

This commit is contained in:
idk
2021-07-23 17:01:52 -04:00
parent 6eb1510324
commit d246689242
2 changed files with 9 additions and 20 deletions

View File

@@ -172,6 +172,7 @@ hr:last-child {
border-bottom-left-radius: 2px;
background-position: initial initial;
background-repeat: initial initial;
min-height: 165px;
}
.logo hr {
@@ -200,6 +201,7 @@ hr:last-child {
padding: 10px 25px 20px 75px;
text-align: start;
margin: 0px 10px;
min-height: 165px;
}
.warning:not(old) {
@@ -209,6 +211,7 @@ hr:last-child {
background-size: 54px, 100%;
background-position: 10px calc(50% + 32px);
background-repeat: no-repeat;
background-image: url(/themes/console/images/itoopie_sm.png);
}
.warning h3 {
@@ -235,7 +238,7 @@ hr:last-child {
margin: 2px;
float: none;
display: inline-block;
width: 80%;
width: 96%;
border-width: 1px;
border-radius: 12px;
vertical-align: middle;
@@ -254,15 +257,7 @@ hr:last-child {
}
#jumplinks > h4 {
text-align: center;
font-size: 1.1rem;
}
#warning > a {
font-size: 1.1rem;
}
span b {
text-align: left;
font-size: 1.1rem;
}

View File

@@ -46,6 +46,7 @@ img {
box-shadow: rgb(187, 187, 255) 0px 0px 0px 1px inset;
background-position: initial initial;
background-repeat: initial initial;
min-height: 175px;
}
.logo hr {
@@ -83,6 +84,7 @@ img {
border-bottom-left-radius: 2px;
background-color: rgb(248, 248, 255);
box-shadow: rgb(187, 187, 255) 0px 0px 0px 1px inset;
min-height: 165px;
}
.warning:not(old) {
@@ -245,7 +247,7 @@ h3 {
margin: 2px;
float: none;
display: inline-block;
width: 80%;
width: 96%;
border-width: 1px;
border-radius: 12px;
vertical-align: middle;
@@ -271,15 +273,7 @@ h3 {
#jumplinks > h4 {
text-align: center;
font-size: 1.1rem;
}
#warning > a {
font-size: 1.1rem;
}
span b {
text-align: left;
font-size: 1.1rem;
}