mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
oh god
- Merge with closedverse-video-support - user_tools moved to forms.py - community_tools moved to forms.py
This commit is contained in:
+41
-17
@@ -623,8 +623,8 @@ body {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
#global-menu li#global-menu-mymenu .icon-container img {
|
||||
border: 1px solid #dddddd;
|
||||
#global-menu li#global-menu-mymenu .icon-container img:not(.official-tag) {
|
||||
border: 1px solid #ddd;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
-webkit-border-radius: 5px;
|
||||
@@ -943,7 +943,7 @@ h2.reply-label {
|
||||
border-left: none;
|
||||
}
|
||||
.community-switcher .community-switcher-tab.selected {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(var(--theme, #257811)), to(var(--theme-slightly-dark, #1e610e)));
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(var(--theme, #257811)), to(var(--theme, #1e610e)));
|
||||
background: -webkit-linear-gradient(top,#257811 #1e610e);
|
||||
background: -moz-linear-gradient(top,#257811 #1e610e);
|
||||
background: -ms-linear-gradient(top,#257811 #1e610e);
|
||||
@@ -1194,7 +1194,7 @@ h2.label-topic .with-filter-right {
|
||||
color: #FFF;
|
||||
background: url("img/color-button-bg.gif") repeat-x 0 bottom var(--theme, #2e81e5);
|
||||
background-color: #81e52e;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(var(--theme, #257811)), to(var(--theme-slightly-dark, #1e610e)));
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(var(--theme, #257811)), to(var(--theme, #1e610e)));
|
||||
background: -webkit-linear-gradient(top, #257811 #1e610e);
|
||||
background: -moz-linear-gradient(top, #257811 #1e610e);
|
||||
background: -ms-linear-gradient(top, #257811 #1e610e);
|
||||
@@ -1272,10 +1272,19 @@ span.owner-label {
|
||||
-o-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.official-tag {
|
||||
position: absolute;
|
||||
display: block;
|
||||
margin-top: -4px;
|
||||
margin-left: -4px;
|
||||
top: 0;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
.icon-container.official {
|
||||
position: relative;
|
||||
}
|
||||
.icon-container.official:after {
|
||||
/*.icon-container.official:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
margin-top: -4px;
|
||||
@@ -1316,7 +1325,7 @@ span.owner-label {
|
||||
.icon-container.verifiedd:after {
|
||||
content: url("img/verified.png");
|
||||
}
|
||||
|
||||
*/
|
||||
.multi-timeline-post-list .post .icon-container.offline:before,
|
||||
.multi-timeline-post-list .post .icon-container.online:before,
|
||||
.multi-timeline-post-list .post .icon-container.afk:before {
|
||||
@@ -1375,7 +1384,7 @@ span.owner-label {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
}*/
|
||||
|
||||
/*
|
||||
.post-permalink-feeling-icon.administrator {
|
||||
position: relative;
|
||||
}
|
||||
@@ -1486,7 +1495,7 @@ span.owner-label {
|
||||
left: 0;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
}*/
|
||||
.button {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
@@ -2982,8 +2991,10 @@ body.masked {
|
||||
padding: 30px 25px 40px;
|
||||
}
|
||||
.dialog .dialog-inner {
|
||||
/*
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
*/
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
*display: inline;
|
||||
@@ -6156,7 +6167,10 @@ h2.label-topic_post .label-topic_post-msgid {
|
||||
height: 48px;
|
||||
margin: 2px;
|
||||
}
|
||||
#empathy-content .post-permalink-feeling-icon img {
|
||||
#empathy-content .post-permalink-feeling-icon .official-tag {
|
||||
top: 8px;
|
||||
}
|
||||
#empathy-content .post-permalink-feeling-icon .user-icon {
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
border: 1px solid #222;
|
||||
@@ -6697,7 +6711,7 @@ h2.label-topic_post .label-topic_post-msgid {
|
||||
}
|
||||
.index-memo h2:not(.label) {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 14px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
#help .help-content .num1 h2 {
|
||||
margin-top: 0;
|
||||
@@ -7157,6 +7171,9 @@ h2.label-topic_post .label-topic_post-msgid {
|
||||
box-shadow: none;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
#global-menu .official-tag {
|
||||
top: 0px;
|
||||
}
|
||||
#global-menu li#global-menu-feed a,
|
||||
#global-menu li#global-menu-community a {
|
||||
padding-left: 0;
|
||||
@@ -7580,7 +7597,7 @@ margin: 10px 0px 15px !important;
|
||||
.simple-wrapper.simple-wrapper-content #main-body {
|
||||
border: none;
|
||||
}
|
||||
#empathy-content .icon-container.donator:after,
|
||||
/*#empathy-content .icon-container.donator:after,
|
||||
#reply-content .icon-container.donator:after,
|
||||
.news-list .icon-container.donator:after {
|
||||
content: url(img/donator.png);
|
||||
@@ -7643,6 +7660,7 @@ margin: 10px 0px 15px !important;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
*/
|
||||
.button {
|
||||
font-size: 14px;
|
||||
width: 85%;
|
||||
@@ -8430,7 +8448,10 @@ margin: 10px 0px 15px !important;
|
||||
height: 38px;
|
||||
margin: 2px 1.5px 1px 1.5px;
|
||||
}
|
||||
#empathy-content .post-permalink-feeling-icon img {
|
||||
#empathy-content .post-permalink-feeling-icon .official-tag {
|
||||
top: 8px;
|
||||
}
|
||||
#empathy-content .post-permalink-feeling-icon .user-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
@@ -8530,7 +8551,7 @@ margin: 10px 0px 15px !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#global-menu #global-menu-logo {
|
||||
padding: 8px 0;
|
||||
padding: 16px 0;
|
||||
}
|
||||
#global-menu #global-menu-logo img {
|
||||
height: auto;
|
||||
@@ -8846,9 +8867,10 @@ margin: 10px 0px 15px !important;
|
||||
}
|
||||
.login-page {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
}
|
||||
.login-page > form > img {
|
||||
margin-top: 30px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
max-width: 95%;
|
||||
}
|
||||
@@ -8858,7 +8880,7 @@ font-size: 20px;
|
||||
}
|
||||
.login-page .ll {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.login-page a:hover {
|
||||
text-decoration: underline;
|
||||
@@ -8869,14 +8891,16 @@ display: block;
|
||||
width: 50%;
|
||||
}
|
||||
.index-memo {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.index-memo > div {
|
||||
padding: 10px;
|
||||
}
|
||||
.index-memo p {
|
||||
width:90%;
|
||||
display:inline-block;
|
||||
}
|
||||
#empathy-content .post-permalink-feeling-icon img {
|
||||
#empathy-content .post-permalink-feeling-icon .user-icon {
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user