mirror of https://gitlab.com/bashrc2/epicyon
Reverse the reply icon
parent
481ef2a742
commit
9c419c2550
|
@ -54,6 +54,7 @@
|
||||||
--header-font: 'Arial, Helvetica, sans-serif';
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
|
--reply-icon-direction: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -402,6 +403,8 @@ a:focus {
|
||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
-ms-transform: scaleX(var(--reply-icon-direction));
|
||||||
|
transform: scaleX(var(--reply-icon-direction));
|
||||||
}
|
}
|
||||||
|
|
||||||
.container img.DMicon {
|
.container img.DMicon {
|
||||||
|
@ -806,7 +809,7 @@ div.gallery img {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.cwButton {
|
.cwButton {
|
||||||
|
@ -1177,7 +1180,7 @@ div.gallery img {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.cwButton {
|
.cwButton {
|
||||||
|
@ -1539,7 +1542,7 @@ div.gallery img {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.cwButton {
|
.cwButton {
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
--banner-height-tiny: 10vh;
|
--banner-height-tiny: 10vh;
|
||||||
--header-font: 'Arial, Helvetica, sans-serif';
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
|
--reply-icon-direction: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -398,6 +399,8 @@ h1 {
|
||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
-ms-transform: scaleX(var(--reply-icon-direction));
|
||||||
|
transform: scaleX(var(--reply-icon-direction));
|
||||||
}
|
}
|
||||||
|
|
||||||
.container img.DMicon {
|
.container img.DMicon {
|
||||||
|
@ -1065,7 +1068,7 @@ aside .toggle-inside li {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.buttonevent {
|
.buttonevent {
|
||||||
|
@ -1551,7 +1554,7 @@ aside .toggle-inside li {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.buttonevent {
|
.buttonevent {
|
||||||
|
@ -2029,7 +2032,7 @@ aside .toggle-inside li {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.buttonevent {
|
.buttonevent {
|
||||||
|
|
|
@ -216,6 +216,7 @@
|
||||||
--vcard-icon-size-tiny: 80px;
|
--vcard-icon-size-tiny: 80px;
|
||||||
--diff-add: #FFFFFF;
|
--diff-add: #FFFFFF;
|
||||||
--diff-remove: #aaa;
|
--diff-remove: #aaa;
|
||||||
|
--reply-icon-direction: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -682,7 +683,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.announceOrReply {
|
.announceOrReply {
|
||||||
font-family: var(--header-font);
|
font-family: var(--header-font);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container img.announceOrReply {
|
.container img.announceOrReply {
|
||||||
|
@ -692,6 +693,8 @@ a:focus {
|
||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
-ms-transform: scaleX(var(--reply-icon-direction));
|
||||||
|
transform: scaleX(var(--reply-icon-direction));
|
||||||
}
|
}
|
||||||
|
|
||||||
.container img.DMicon {
|
.container img.DMicon {
|
||||||
|
@ -1484,7 +1487,7 @@ h3 {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.buttonevent {
|
.buttonevent {
|
||||||
|
@ -2256,7 +2259,7 @@ h3 {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.buttonevent {
|
.buttonevent {
|
||||||
|
@ -3031,7 +3034,7 @@ h3 {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
margin: 0px 10%;
|
margin: 0px 10%;
|
||||||
border-radius: var(--avatar-rounding);
|
border-radius: var(--avatar-rounding);
|
||||||
}
|
}
|
||||||
.buttonevent {
|
.buttonevent {
|
||||||
|
|
|
@ -36,5 +36,6 @@
|
||||||
"time-vertical-align": "-10px",
|
"time-vertical-align": "-10px",
|
||||||
"header-font": "'Domestic_Manners'",
|
"header-font": "'Domestic_Manners'",
|
||||||
"*font-family": "'Domestic_Manners'",
|
"*font-family": "'Domestic_Manners'",
|
||||||
"*src": "url('./fonts/Domestic_Manners.woff2') format('woff2')"
|
"*src": "url('./fonts/Domestic_Manners.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,5 +99,6 @@
|
||||||
"header-font": "'NimbusSanL'",
|
"header-font": "'NimbusSanL'",
|
||||||
"*font-family": "'NimbusSanL'",
|
"*font-family": "'NimbusSanL'",
|
||||||
"*src": "url('./fonts/NimbusSanL.otf') format('opentype')",
|
"*src": "url('./fonts/NimbusSanL.otf') format('opentype')",
|
||||||
"**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
"**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -256,5 +256,6 @@
|
||||||
"post-separator-margin-bottom": "0",
|
"post-separator-margin-bottom": "0",
|
||||||
"header-font": "Arial, Helvetica, sans-serif",
|
"header-font": "Arial, Helvetica, sans-serif",
|
||||||
"diff-add": "#FFFFFF",
|
"diff-add": "#FFFFFF",
|
||||||
"diff-remove": "#aaa"
|
"diff-remove": "#aaa",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,5 +98,6 @@
|
||||||
"time-color": "#9ad791",
|
"time-color": "#9ad791",
|
||||||
"place-color": "#9ad791",
|
"place-color": "#9ad791",
|
||||||
"event-color": "#9ad791",
|
"event-color": "#9ad791",
|
||||||
"image-corners": "0%"
|
"image-corners": "0%",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -76,5 +76,6 @@
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"header-font": "'bgrove'",
|
"header-font": "'bgrove'",
|
||||||
"*font-family": "'bgrove'",
|
"*font-family": "'bgrove'",
|
||||||
"*src": "url('fonts/bgrove.woff2') format('woff2')"
|
"*src": "url('fonts/bgrove.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,5 +91,6 @@
|
||||||
"login-button-color": "red",
|
"login-button-color": "red",
|
||||||
"welcome-button-color": "red",
|
"welcome-button-color": "red",
|
||||||
"login-button-fg-color": "white",
|
"login-button-fg-color": "white",
|
||||||
"welcome-button-fg-color": "white"
|
"welcome-button-fg-color": "white",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -149,5 +149,6 @@
|
||||||
"header-font": "'NimbusSanL'",
|
"header-font": "'NimbusSanL'",
|
||||||
"*font-family": "'NimbusSanL'",
|
"*font-family": "'NimbusSanL'",
|
||||||
"*src": "url('./fonts/NimbusSanL.otf') format('opentype')",
|
"*src": "url('./fonts/NimbusSanL.otf') format('opentype')",
|
||||||
"**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
"**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,5 +89,6 @@
|
||||||
"event-color": "#33390d",
|
"event-color": "#33390d",
|
||||||
"header-font": "'LcdSolid'",
|
"header-font": "'LcdSolid'",
|
||||||
"*font-family": "'LcdSolid'",
|
"*font-family": "'LcdSolid'",
|
||||||
"*src": "url('./fonts/LcdSolid.woff2') format('woff2')"
|
"*src": "url('./fonts/LcdSolid.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,5 +85,6 @@
|
||||||
"gallery-text-color": "black",
|
"gallery-text-color": "black",
|
||||||
"header-font": "'ElectrumADFExp-Regular'",
|
"header-font": "'ElectrumADFExp-Regular'",
|
||||||
"*font-family": "'ElectrumADFExp-Regular'",
|
"*font-family": "'ElectrumADFExp-Regular'",
|
||||||
"*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')"
|
"*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,5 +74,6 @@
|
||||||
"header-font": "'solidaric'",
|
"header-font": "'solidaric'",
|
||||||
"*font-family": "'solidaric'",
|
"*font-family": "'solidaric'",
|
||||||
"*src": "url('./fonts/solidaric.woff2') format('woff2')",
|
"*src": "url('./fonts/solidaric.woff2') format('woff2')",
|
||||||
"**src": "url('./fonts/solidaric-italic.woff2') format('woff2')"
|
"**src": "url('./fonts/solidaric-italic.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,5 +87,6 @@
|
||||||
"search-banner-height-mobile": "15vh",
|
"search-banner-height-mobile": "15vh",
|
||||||
"header-font": "'rainyhearts'",
|
"header-font": "'rainyhearts'",
|
||||||
"*font-family": "'rainyhearts'",
|
"*font-family": "'rainyhearts'",
|
||||||
"*src": "url('./fonts/rainyhearts.ttf') format('truetype')"
|
"*src": "url('./fonts/rainyhearts.ttf') format('truetype')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,5 +79,6 @@
|
||||||
"event-color": "#f98bb0",
|
"event-color": "#f98bb0",
|
||||||
"header-font": "'CheGuevaraTextSans-Regular'",
|
"header-font": "'CheGuevaraTextSans-Regular'",
|
||||||
"*font-family": "'CheGuevaraTextSans-Regular'",
|
"*font-family": "'CheGuevaraTextSans-Regular'",
|
||||||
"*src": "url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')"
|
"*src": "url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,5 +99,6 @@
|
||||||
"*font-family": "'Montserrat-Regular'",
|
"*font-family": "'Montserrat-Regular'",
|
||||||
"*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')",
|
"*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')",
|
||||||
"**font-family": "'Orbitron'",
|
"**font-family": "'Orbitron'",
|
||||||
"**src": "url('./fonts/Orbitron.ttf') format('truetype')"
|
"**src": "url('./fonts/Orbitron.ttf') format('truetype')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,5 +93,6 @@
|
||||||
"header-font": "'solidaric'",
|
"header-font": "'solidaric'",
|
||||||
"*font-family": "'solidaric'",
|
"*font-family": "'solidaric'",
|
||||||
"*src": "url('./fonts/solidaric.woff2') format('woff2')",
|
"*src": "url('./fonts/solidaric.woff2') format('woff2')",
|
||||||
"**src": "url('./fonts/solidaric-italic.woff2') format('woff2')"
|
"**src": "url('./fonts/solidaric-italic.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,5 +80,6 @@
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"header-font": "'bgrove'",
|
"header-font": "'bgrove'",
|
||||||
"*font-family": "'bgrove'",
|
"*font-family": "'bgrove'",
|
||||||
"*src": "url('fonts/bgrove.woff2') format('woff2')"
|
"*src": "url('fonts/bgrove.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,5 +63,6 @@
|
||||||
"dropdown-bg-color": "#504e41",
|
"dropdown-bg-color": "#504e41",
|
||||||
"header-font": "'Barlow-Regular'",
|
"header-font": "'Barlow-Regular'",
|
||||||
"*font-family": "'Barlow-Regular'",
|
"*font-family": "'Barlow-Regular'",
|
||||||
"*src": "url('fonts/Barlow-Regular.woff2') format('woff2')"
|
"*src": "url('fonts/Barlow-Regular.woff2') format('woff2')",
|
||||||
|
"reply-icon-direction": "-1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue