favorites beta
This commit is contained in:
@ -294,7 +294,7 @@ html[theme="atmos"] {
|
||||
|
||||
html[theme="term"] {
|
||||
--accent: #00DF00;
|
||||
--bg: #040404;
|
||||
--bg: #000;
|
||||
--black: #000;
|
||||
--white: #fff;
|
||||
--gray: #262626;
|
||||
@ -333,6 +333,11 @@ html[theme="term"] .metadata {
|
||||
text-shadow: 0px 0px 1px var(--accent), 1px 0px 2px var(--accent), 0px 0px 5px var(--black);
|
||||
}
|
||||
|
||||
html[theme="term"] .metadata > .badge-dark, #themeselector {
|
||||
box-shadow: var(--pagination-anchor-box-shadow);
|
||||
background-image: linear-gradient(to bottom,var(--nav-link-background-linear-gradient));
|
||||
}
|
||||
|
||||
html[theme="iced"] {
|
||||
--accent: #0084ff;
|
||||
--bg: #031c35;
|
||||
@ -359,7 +364,7 @@ html[theme="iced"] {
|
||||
--pagination-anchor-box-shadow: inset 0 0 0 1px rgba(255,255,255,.04),inset 0 1px rgba(255,255,255,.04),inset 0 -1px rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.1);
|
||||
--pagination-background-hover: #0a3f53;
|
||||
--pagination-border-color: rgba(0,0,0,.8) rgba(0,0,0,.65) rgba(0,0,0,.5);
|
||||
--metadata-bg: #111d37;
|
||||
--metadata-bg: #000e1a;
|
||||
--badge-bg: #091f39;
|
||||
--posts-meta-bg: #000000b8;
|
||||
--badge-sfw: #07866e;
|
||||
@ -1035,6 +1040,7 @@ span#tags:empty {
|
||||
padding-left: 5px;
|
||||
padding-top: 1.5px;
|
||||
padding-bottom: 1.5px;
|
||||
box-shadow: var(--pagination-anchor-box-shadow);
|
||||
}
|
||||
.badge-greentext {
|
||||
color: #789922;
|
||||
@ -1307,6 +1313,7 @@ div#footbar {
|
||||
margin-top: -30px;
|
||||
transition: .2s ease-in-out;
|
||||
user-select: none;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
/* avatar */
|
||||
@ -1469,5 +1476,21 @@ table.table tbody tr:nth-of-type(even) {
|
||||
}
|
||||
|
||||
.timeago:hover {
|
||||
cursor: pointer; /* absoluter shit */
|
||||
}
|
||||
|
||||
/* buttons */
|
||||
svg.iconset {
|
||||
display: inline-block;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
vertical-align: sub;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
/* favorites */
|
||||
span#favs {
|
||||
text-align: left;
|
||||
margin-left: 10px;
|
||||
grid-column: 1/4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user