mirror of https://gitlab.com/bashrc2/epicyon
Header text width
parent
180f11a114
commit
527ad88c17
|
@ -1029,7 +1029,7 @@ div.gallery img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 90%;
|
width: 70%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
color: var(--font-color-header);
|
color: var(--font-color-header);
|
||||||
font-size: var(--font-size-header);
|
font-size: var(--font-size-header);
|
||||||
|
@ -1082,7 +1082,7 @@ div.gallery img {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
padding: 0px 7px;
|
padding: 0px 7px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-radius: var(--image-corners);
|
border-radius: var(--image-corners);
|
||||||
}
|
}
|
||||||
.container img.emojisearch {
|
.container img.emojisearch {
|
||||||
width: 12%;
|
width: 12%;
|
||||||
|
@ -1154,7 +1154,7 @@ div.gallery img {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 var(--cw-glow-radius1) var(--cw-glow-color1), 0 0 var(--cw-glow-radius2) var(--cw-glow-color2), 0 0 var(--cw-glow-radius3) var(--cw-glow-color3), 0 0 var(--cw-glow-radius4) var(--cw-glow-color4), 0 0 var(--cw-glow-radius5) var(--cw-glow-color5);
|
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 var(--cw-glow-radius1) var(--cw-glow-color1), 0 0 var(--cw-glow-radius2) var(--cw-glow-color2), 0 0 var(--cw-glow-radius3) var(--cw-glow-color3), 0 0 var(--cw-glow-radius4) var(--cw-glow-color4), 0 0 var(--cw-glow-radius5) var(--cw-glow-color5);
|
||||||
}
|
}
|
||||||
.buttonevent {
|
.buttonevent {
|
||||||
border-radius: var(--button-corner-radius);
|
border-radius: var(--button-corner-radius);
|
||||||
|
@ -1397,7 +1397,7 @@ div.gallery img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 90%;
|
width: 70%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
color: var(--font-color-header);
|
color: var(--font-color-header);
|
||||||
font-size: var(--font-size-header-mobile);
|
font-size: var(--font-size-header-mobile);
|
||||||
|
|
Loading…
Reference in New Issue