This commit is contained in:
cuom1999 2022-06-02 16:55:00 -05:00
parent 5e963c6494
commit 9bc44bd65c
14 changed files with 153 additions and 132 deletions

View file

@ -564,7 +564,7 @@ noscript #noscript {
margin: 0 auto;
border-right: 1px solid $border_gray;
border-left: 1px solid $border_gray;
background: white;
background: #f3f3f3;
}
// border-bottom: 1px solid rgb(204, 204, 204)

View file

@ -39,6 +39,8 @@
.left-sidebar-item.active {
color: green;
font-weight: bold;
background-color: lightgreen;
.sidebar-icon {
color: green;
}
@ -101,6 +103,106 @@
color: #555;
}
#mobile.tabs {
margin: 0;
margin-bottom: 1em;
}
.rssatom {
text-align: right;
padding: 0.25em;
display: block;
span {
width: 1em;
height: 1em;
padding: 0.1em;
font-size: 0.8em;
color: white;
border-radius: 0.2em;
display: inline-block;
margin-right: 0.2em;
border: 1px solid rgb(201, 90, 18);
background: #fb9e39;
background: linear-gradient(135deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
i {
text-align: center;
display: block;
}
}
}
.blog-box {
// border-bottom: 1.4px solid lightgray;
// border-top: 1.4px solid lightgray;
margin-bottom: 1.5em;
width: 90%;
padding: 1em 1.75em 0.5em 1.75em;
background-color: white;
margin-left: auto;
margin-right: auto;
.title {
margin-bottom: 0.2em;
font-weight: 500;
}
}
.blog-description {
max-height: 30em;
overflow: hidden;
overflow-wrap: anywhere;
padding-bottom: 1em;
}
.problem-feed-name {
display: inline;
font-weight: bold;
}
.problem-feed-name a {
color: #0645ad;
}
.problem-feed-info-entry {
display: inline;
float: right;
}
.problem-feed-types {
color: gray;
}
.left-sidebar-item {
padding: 0.8em 0.2em 0.8em 1em;
.sidebar-icon {
width: 1.2em;
display: inline-block;
}
}
.left-sidebar-item:hover {
background-color: #e3e3e3;
cursor: pointer;
}
.left-sidebar-item.active:hover {
background-color: lightgreen;
}
.sidebar-icon {
color: black;
}
.left-sidebar-header {
text-align: center;
padding-bottom: 1em;
border-bottom: 1px solid black;
color: black;
border-radius: 0;
}
.feed-table {
margin: 0;
}
.pre-expand-blog {
background-image: -webkit-linear-gradient(bottom, gray, lightgray 3%, transparent 8%, transparent 100%);
padding-bottom: 0;
}
@media (max-width: 799px) {
.left-sidebar-header {
display: none;
@ -134,22 +236,24 @@
}
.middle-content {
max-width: 71.5%;
margin-left: 10%;
max-width: 65%;
margin-left: 13%;
}
.blog-sidebar, .right-sidebar {
width: 18%;
width: 20%;
}
.left-sidebar {
width: 8%;
margin-right: 1em;
width: 11%;
position: fixed;
height: 100%;
margin-top: -4em;
padding-top: 4em;
border-right: 3px solid black;
}
.left-sidebar-item {
border-radius: 0 2em 2em 0;
}
.feed-table {
@ -157,104 +261,8 @@
}
.blog-box {
border-left: 2px solid black;
border-right: 2px solid black;
// border-left: 1.4px solid lightgray;
// border-right: 1.4px solid lightgray;
border-radius: 8px;
}
}
#mobile.tabs {
margin: 0;
margin-bottom: 1em;
}
.rssatom {
text-align: right;
padding: 0.25em;
display: block;
span {
width: 1em;
height: 1em;
padding: 0.1em;
font-size: 0.8em;
color: white;
border-radius: 0.2em;
display: inline-block;
margin-right: 0.2em;
border: 1px solid rgb(201, 90, 18);
background: #fb9e39;
background: linear-gradient(135deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
i {
text-align: center;
display: block;
}
}
}
.blog-box {
border-bottom: 1px solid black;
border-top: 2px solid black;
margin-bottom: 1em;
width: 90%;
padding: 1em 1.25em 0.5em 1.25em;
background-color: white;
margin-left: auto;
margin-right: auto;
.title {
margin-bottom: 0.2em;
font-weight: 500;
}
}
.blog-description {
max-height: 30em;
overflow: hidden;
overflow-wrap: anywhere;
padding-bottom: 1em;
}
.problem-feed-name {
display: inline;
font-weight: bold;
}
.problem-feed-name a {
color: #0645ad;
}
.problem-feed-info-entry {
display: inline;
float: right;
}
.problem-feed-types {
color: gray;
}
.left-sidebar {
background-color: #f0f1f3;
color: #616161;
}
.left-sidebar-item {
padding: 1em 0.5em;
text-align: center;
}
.left-sidebar-item:hover {
background-color: lightgray;
cursor: pointer;
}
.sidebar-icon {
font-size: x-large;
margin-bottom: 0.1em;
color: black;
}
.left-sidebar-header {
text-align: center;
padding-bottom: 1em;
border-bottom: 1px solid black;
color: black;
border-radius: 0;
}
.feed-table {
margin: 0;
}

View file

@ -96,7 +96,7 @@ a {
border-radius: $widget_border_radius;
padding: 5px 10px 10px 15px;
border: 1px solid $border_gray;
background: rgba(0, 0, 0, 0.01);
background: white;
}
.comment {

View file

@ -318,7 +318,7 @@ ul.problem-list {
}
.problem-feed-option-item.active {
background: goldenrod;
background: lightblue;
color: darkblue;
}

View file

@ -5,7 +5,7 @@
}
#submissions-table {
background: rgba(0, 0, 0, .01);
background: white;
}
.submission-row {
@ -241,6 +241,7 @@ label[for="language"], label[for="status"] {
border: 1px solid grey;
border-radius: 0.5em;
border-spacing: 0;
background: white;
thead td:first-child {
border-top-left-radius: 0.5em;
@ -352,6 +353,10 @@ label[for="language"], label[for="status"] {
a:active .line .highlighter {
background: rgba(255, 212, 0, 0.48);
}
background: white;
padding: 0.5em;
border-radius: 8px;
}
.submission-info {

View file

@ -6,7 +6,7 @@
margin-left: auto;
margin-right: auto;
margin-bottom: 0.5em;
background: rgba(0, 0, 0, 0.01);
background: white;
&.striped tr:nth-child(even) {
background: #f7f7f7;

View file

@ -433,10 +433,11 @@ ul.select2-selection__rendered {
}
.sidebox-content {
border: 1px solid $border_gray;
// border: 1px solid $border_gray;
border-top: none;
margin: 0 -5px;
padding: 1px 0.5em 3px;
background: white;
&.sidebox-table {
border: none;