theme edits
This commit is contained in:
@@ -1190,6 +1190,7 @@ ul.horizontal li, ol.horizontal li {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
margin: 10px 5px;
|
margin: 10px 5px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion.hidden {
|
.accordion.hidden {
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
font-family: "Cadman";
|
font-family: "Cadman";
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
@@ -574,14 +574,14 @@ pre code { /* Literal.Number.Integer.Long */ }
|
|||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
#delete-dialog, .lightbox-dialog {
|
#delete-dialog, .lightbox-dialog {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
@@ -618,7 +618,7 @@ pre code { /* Literal.Number.Integer.Long */ }
|
|||||||
blockquote {
|
blockquote {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
border-left: 10px solid #ae6bae;
|
border-left: 10px solid #ae6bae;
|
||||||
background-color: rgba(251, 175, 207, 0.0392156863);
|
background-color: rgba(251, 175, 207, 0.0392156863);
|
||||||
}
|
}
|
||||||
@@ -832,7 +832,7 @@ p {
|
|||||||
|
|
||||||
input[type=text], input[type=password], textarea, select {
|
input[type=text], input[type=password], textarea, select {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -1146,9 +1146,9 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
|
|||||||
background-color: #503250;
|
background-color: #503250;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 8px;
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 8px;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
@@ -1175,7 +1175,7 @@ ul.horizontal li, ol.horizontal li {
|
|||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
background-color: #775891;
|
background-color: #775891;
|
||||||
padding: 20px 15px;
|
padding: 20px 15px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1185,11 +1185,12 @@ ul.horizontal li, ol.horizontal li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accordion {
|
.accordion {
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 8px;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
margin: 10px 5px;
|
margin: 10px 5px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion.hidden {
|
.accordion.hidden {
|
||||||
@@ -1257,7 +1258,7 @@ ul.horizontal li, ol.horizontal li {
|
|||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
background-color: rgba(0, 0, 0, 0.5019607843);
|
background-color: rgba(0, 0, 0, 0.5019607843);
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
@@ -1292,7 +1293,7 @@ footer {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
background-color: rgba(0, 0, 0, 0.5019607843);
|
background-color: rgba(0, 0, 0, 0.5019607843);
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
@@ -1317,7 +1318,7 @@ footer {
|
|||||||
.bookmarks-dropdown {
|
.bookmarks-dropdown {
|
||||||
background-color: #503250;
|
background-color: #503250;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -1335,7 +1336,7 @@ footer {
|
|||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
color: #e6e6e6;
|
color: #e6e6e6;
|
||||||
background-color: #3c283c;
|
background-color: #3c283c;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1190,6 +1190,7 @@ ul.horizontal li, ol.horizontal li {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
margin: 6px 3px;
|
margin: 6px 3px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion.hidden {
|
.accordion.hidden {
|
||||||
@@ -1430,10 +1431,3 @@ footer {
|
|||||||
border: none;
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.darkbg {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
.darkbg a {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -475,12 +475,12 @@ $inline_code_padding: $SMALL_PADDING $MEDIUM_PADDING !default;
|
|||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dialogs-padding: $ZERO_PADDING !default;
|
$dialogs_padding: $ZERO_PADDING !default;
|
||||||
$dialogs-border-radius: $DEFAULT_BORDER_RADIUS !default;
|
$dialogs_border_radius: $DEFAULT_BORDER_RADIUS !default;
|
||||||
$dialog_border: 2px solid black !default;
|
$dialog_border: 2px solid black !default;
|
||||||
#delete-dialog, .lightbox-dialog {
|
#delete-dialog, .lightbox-dialog {
|
||||||
padding: $dialogs-padding;
|
padding: $dialogs_padding;
|
||||||
border-radius: $dialogs-border-radius;
|
border-radius: $dialogs_border_radius;
|
||||||
border: $dialog_border;
|
border: $dialog_border;
|
||||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
@@ -1116,7 +1116,7 @@ $accordion_margin: $MEDIUM_PADDING $SMALL_PADDING !default;
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: $accordion_border;
|
border: $accordion_border;
|
||||||
margin: $accordion_margin;
|
margin: $accordion_margin;
|
||||||
// overflow: hidden;
|
overflow: hidden; // for border-radius clipping
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion.hidden {
|
.accordion.hidden {
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ $crit: #d53232;
|
|||||||
$BUTTON_CRITICAL_FONT_COLOR: $fc,
|
$BUTTON_CRITICAL_FONT_COLOR: $fc,
|
||||||
$ACCORDION_COLOR: #7d467d,
|
$ACCORDION_COLOR: #7d467d,
|
||||||
|
|
||||||
|
$DEFAULT_BORDER_RADIUS: 8px,
|
||||||
|
|
||||||
$bottomnav_color: $dark_accent,
|
$bottomnav_color: $dark_accent,
|
||||||
|
|
||||||
$topic_info_background: $dark_accent,
|
$topic_info_background: $dark_accent,
|
||||||
|
|||||||
@@ -88,11 +88,3 @@ footer {
|
|||||||
border: none;
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.darkbg {
|
|
||||||
color: white;
|
|
||||||
|
|
||||||
& a {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user