Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .entry header h1, .entry header h2 {
- font-size: 1rem;
- line-height: 1;
- }
- .meta {
- color: #c0c0c0;
- }
- .meta a {
- color: #a0c6ff;
- }
- .meta a:hover {
- color: #69a5ff;
- }
- .entry__domain, .entry__domain a {
- color: #65a2ff;
- }
- #header {
- background: #042b74;
- -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
- -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
- box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
- }
- #middle {
- background: #04235c !important;
- }
- .rounded-edges .options--top, .rounded-edges .section--top {
- background-position-x:0%;
- background-image:-webkit-linear-gradient(-90deg,rgb(4,44,120) 36%,rgb(0,52,148) 100%);
- background-image:-moz-linear-gradient(-90deg,rgb(4,44,120) 36%,rgb(0,52,148) 100%);
- background-image:-o-linear-gradient(-90deg,rgb(4,44,120) 36%,rgb(0,52,148) 100%);
- background-image:-ms-linear-gradient(-90deg,rgb(4,44,120) 36%,rgb(0,52,148) 100%);
- }
- .section {
- background-color: #0c3581;
- margin-bottom: 0.4rem;
- border: 1px solid #0b2b65;
- }
- .options {
- background-color: #0c3581;
- border: 1px solid #0b2b65;
- }
- .dropdown__menu {
- background-color: #0c3581;
- border: 1px solid #0b2b65;
- }
- .dropdown__menu a:hover, .dropdown__menu button:hover {
- background: #0b2c6a !important;
- border: 1px solid #0b2b65 !important;
- }
- .head-nav li a.active {
- background: #0a3688;
- }
- #middle .kbin-container {
- grid-template-columns: 5fr 1fr;
- }
- .kbin-container {
- max-width: 80vw;
- }
- .entry {
- padding: 0.2rem 0.2rem 0.3rem 0.2rem;
- }
- .entry header {
- margin-bottom: 0px;
- }
- .entry footer menu {
- column-gap: 0.5rem;
- }
- .section menu {
- font-size: .6rem;
- }
- .section menu>li {
- padding: 0 0;
- }
- .vote button {
- background-color: #0c2d6a;
- height: 1.8rem;
- width: 3.6rem;
- font-size: 0.8rem;
- }
- .vote .active.vote__up button {
- color: #76a6ff;
- }
- .view-compact .entry figure img {
- max-height: 80px;
- max-width: 80px;
- }
- #middle #main {
- padding: 0rem 6.5rem 6rem 6.5rem;
- }
- input, textarea {
- background-color: #0a1e42;
- }
- .btn__secondary {
- background: #0f254e;
- }
- .magazine__subscribe div {
- background: #0f254e;
- }
- table tbody tr:nth-of-type(2n) {
- background-color: #0e2d65;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement