@import "vars"; .middle-content { padding-right: 0em; vertical-align: top; margin-right: 0; width: 100%; .post { border: 1px dotted grey; border-radius: 1em; border-top: 0.125rem solid #9b9b9b; padding: 1.25rem 1.25rem 1.563rem; margin-bottom: 2em; .title { font-weight: 600; font-size: 1.875em; a { color: Maroon !important; &:hover { color: #c00000 !important; } } } &:last-child { // border-bottom: none; } } } .left-sidebar-item.active { color: white; font-weight: bold; background-color: $theme_color; .sidebar-icon { color: white; } } .blog-sidebox { h3 { padding-bottom: 0.25em; padding-left: 0.5em; } ul { padding-left: 1em; padding-right: 0.5em; li { margin-bottom: 0.75em; } } .contest { padding: 1.25em 0 1.5em 0; text-align: center; border-bottom: 1px solid $border_gray; &:last-child { border-bottom: none; } .name { font-size: 1.25em; font-weight: 500; a { color: #5b80b9 !important; &:hover { color: #0645ad !important; } } } } } .no-dot-blog-sidebox { ul { list-style: none; } } .blog-comment-count { font-size: 12px; } .blog-comment-icon { padding: 0.1em 0.2em 0 0.5em; } .blog-comment-count-link { 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; padding: 1em 1.25em 0.5em 1.25em; background-color: white; margin-left: auto; margin-right: auto; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); .title { margin-bottom: 0.2em; font-weight: 500; } } .blog-box:hover, .blog-box:not(.pre-expand-blog) { border-color: #8a8a8a; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); } .blog-description { max-height: 30em; overflow: hidden; overflow-wrap: anywhere; padding-bottom: 1em; clear: both; position: relative; } .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 { display: flex; align-items: center; border-radius: .5em; color: black; .sidebar-icon { font-size: large; display: inline-block; i { width: 1.4em; } } } .left-sidebar-item:hover { background-color: #e3e3e3; cursor: pointer; color: black; } .left-sidebar-item.active:hover { background-color: $theme_color; color: white; } .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 { position: relative; padding-bottom: 0; } .show-more { display: flex; color: black; font-size: 16px; font-weight: 700; padding: 0px 12px; margin-top: 5px; position: absolute; inset: 50% 0px 0px; background: linear-gradient(transparent, white); -webkit-box-pack: end; justify-content: flex-end; align-items: flex-end; cursor: pointer; padding: 16px 16px; } .actionbar-box { margin: 8px 16px; } .post-full { .post-title { font-weight: bold; margin-bottom: 10px; font-family: serif; } } .middle-right-content.wrapper { padding: 1em 0; background: white; border-radius: 1em; } .post-content-header { margin-left: 0; display: inline-flex; align-items: center; gap: 0.2em; } @media (max-width: 799px) { .blog-sidebar, .right-sidebar { width: 100%; margin-left: auto; margin-top: 2em; } .actionbar-box { margin: 8px 0; } .left-sidebar-header { display: none; } .left-sidebar-item { padding: 0.8em 0.2em 0.8em 0.2em; display: inline-block; flex: 1; min-width: 5em; overflow-wrap: anywhere; .sidebar-icon { display: none; } } .left-sidebar { text-align: center; margin-bottom: 1em; border-radius: 7px; display: flex; background: inherit; gap: 0.3em; overflow-x: auto; } .blog-box { padding-left: 5%; padding-right: 5%; margin-bottom: 0; } .post-title { font-size: 2em; } } @media (min-width: 800px) { .left-sidebar-item { margin-bottom: 10px; margin-left: 10px; border: 1px solid lightgray; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); background-color: white; padding: 0.8em 0.2em 0.8em 0.8em; } .sidebar-text { overflow: hidden; text-overflow: ellipsis; } .middle-content, .blog-sidebar, .right-sidebar { display: block !important; } .blog-sidebar, .right-sidebar { flex: 25%; max-width: 25%; } .middle-content { margin-right: 2% !important; } #mobile.tabs { display: none; } #three-col-container { display: flex; flex-direction: column; } .middle-content { flex: 75%; max-width: 75%; } .left-sidebar { width: 11%; max-width: 11%; min-width: 11%; position: fixed; height: calc(100vh - $navbar_height - 20px); overflow-y: auto; &::-webkit-scrollbar { width: 0; background-color: transparent; } } .feed-table { font-size: small; } .blog-box { border-left: 1.4px solid lightgray; border-right: 1.4px solid lightgray; border-radius: 16px; } .post-full { width: 80%; margin-left: auto; margin-right: auto; .content-description { font-size: 18px; } .post-title { font-size: 2.5em; } } }