even more style changes
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
.reaction-button.active, .tab-button, .currentpage, .pagebutton, input[type=file]::file-selector-button, button.warn, input[type=submit].warn, .linkbutton.warn, button.critical, input[type=submit].critical, .linkbutton.critical, button, input[type=submit], .linkbutton {
|
||||
cursor: default;
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
font-family: "Cadman", sans-serif;
|
||||
text-decoration: none;
|
||||
border: 1px solid black;
|
||||
@@ -60,6 +60,11 @@ body {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media (orientation: portrait) {
|
||||
body {
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
:where(a:link) {
|
||||
color: #711579;
|
||||
}
|
||||
@@ -69,7 +74,7 @@ body {
|
||||
}
|
||||
|
||||
.big {
|
||||
font-size: 1.8rem;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
#topnav {
|
||||
@@ -114,7 +119,7 @@ body {
|
||||
|
||||
.site-title {
|
||||
font-family: "site-title";
|
||||
font-size: 3rem;
|
||||
font-size: 3em;
|
||||
margin: 0 20px;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
@@ -122,7 +127,7 @@ body {
|
||||
|
||||
.thread-title {
|
||||
margin: 0;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -223,7 +228,7 @@ code {
|
||||
pre code {
|
||||
display: block;
|
||||
background-color: rgb(37.9418181818, 42.3818181818, 50.8581818182);
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
color: white;
|
||||
border-bottom-right-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
@@ -607,7 +612,7 @@ pre code { /* Literal.Number.Integer.Long */ }
|
||||
display: inline-block;
|
||||
margin: 4px;
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
@@ -800,7 +805,7 @@ input[type=file]::file-selector-button {
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 15px 0;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.pagebutton {
|
||||
@@ -860,7 +865,7 @@ input[type=text], input[type=password], textarea, select {
|
||||
resize: vertical;
|
||||
color: black;
|
||||
background-color: rgb(225.6, 232.2, 244.8);
|
||||
font-size: 100%;
|
||||
font-size: 1em;
|
||||
font-family: inherit;
|
||||
}
|
||||
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
|
||||
@@ -1124,7 +1129,7 @@ textarea {
|
||||
}
|
||||
|
||||
.babycode-preview-errors-container {
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.tab-button {
|
||||
@@ -1270,9 +1275,6 @@ ul.horizontal li, ol.horizontal li {
|
||||
padding: 5px 10px;
|
||||
min-width: 36px;
|
||||
}
|
||||
.babycode-button > * {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.quote-popover {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user