This commit is contained in:
2024-11-18 19:59:19 +01:00
parent 1d81d840cf
commit d5a6f7878c
27 changed files with 120 additions and 1030 deletions
+2 -62
View File
@@ -288,13 +288,7 @@ textarea{
width: 175px;
}
span#ye-span:hover + body{
background: url('/assets/images/ye.jpg') repeat !important;
background-size: 20% !important;
}
#articlecreate, #memecreate {
#articlecreate {
border: 5px solid var(--pico-primary);
z-index: 5;
margin: auto;
@@ -311,7 +305,7 @@ span#ye-span:hover + body{
display: none;
}
#articlecreatecontainer, #memecreatecontainer{
#articlecreatecontainer{
display: flex;
align-items: center;
justify-content: center;
@@ -353,33 +347,6 @@ div#articleslist>article{
flex-direction: column;
}
.meme_image {
max-width: 500px;
max-height: 300px;
width: auto;
height: auto;
}
.meme_link {
width: fit-content;
height: fit-content;
}
.meme_info, .meme_topbar {
display: flex;
flex-direction: row;
height: fit-content;
width: 100%;
justify-content: right;
}
.meme, .meme_body {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}
.positive {
color: #008000;
}
@@ -399,30 +366,8 @@ div#articleslist>article{
--pico-color: var(--pico-primary-inverse);
}
.visual_hover.meme_upvote {
--pico-background-color: #008000;
--pico-border-color: unset;
}
.visual_hover.meme_downvote {
--pico-background-color: #ff0000;
--pico-border-color: unset;
}
#meme_gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
grid-auto-rows: 1fr;
gap: 20px
}
@media (max-width: 1050px) {
table .rozvrh {
overflow: auto;
}
.navsite_item .navpage_list {
max-height: unset !important;
}
@@ -493,11 +438,6 @@ div#articleslist>article{
flex-direction: column;
}
.meme_image {
max-width: 200px;
max-height: 200px;
}
.navsite_link {
width: 100%;
}