improved CSS

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-11-28 14:34:45 +01:00
parent 60c447a967
commit 261a93bcc0
5 changed files with 34 additions and 2 deletions

View File

@@ -303,4 +303,8 @@ tr:hover .taglist .tag button {
.easylist fieldset { .easylist fieldset {
border-color: red; border-color: red;
color: red; color: red;
}
.easylist .filter{
background: black;
} }

View File

@@ -415,6 +415,11 @@ a.wikilink{
border-radius: 5px; border-radius: 5px;
text-align: center; text-align: center;
} }
.easylist .filter{
position: sticky;
top: 40px;
z-index: 10;
}
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.grid2{ .grid2{
@@ -444,6 +449,9 @@ a.wikilink{
.easylist input{ .easylist input{
font-size: 20px; font-size: 20px;
} }
.easylist .filter{
top: 95px;
}
} }
fieldset.vcard{ fieldset.vcard{
@@ -489,4 +497,4 @@ fieldset.vcard{
margin: 0 6px; margin: 0 6px;
white-space: nowrap; white-space: nowrap;
display: inline flow-root; display: inline flow-root;
} }

View File

@@ -293,4 +293,8 @@ tr:hover .taglist .tag button {
.easylist fieldset { .easylist fieldset {
border-color: #ff7726; border-color: #ff7726;
color: #ff7726; color: #ff7726;
}
.easylist .filter{
background: black;
} }

View File

@@ -493,6 +493,11 @@ a.wikilink{
border-radius: 5px; border-radius: 5px;
text-align: center; text-align: center;
} }
.easylist .filter{
position: sticky;
top: 40px;
z-index: 10;
}
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.grid2{ .grid2{
@@ -522,6 +527,9 @@ a.wikilink{
.easylist input{ .easylist input{
font-size: 20px; font-size: 20px;
} }
.easylist .filter{
top: 95px;
}
} }
fieldset.vcard{ fieldset.vcard{

View File

@@ -415,6 +415,11 @@ a.wikilink{
border-radius: 5px; border-radius: 5px;
text-align: center; text-align: center;
} }
.easylist .filter{
position: sticky;
top: 40px;
z-index: 10;
}
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.grid2{ .grid2{
@@ -444,6 +449,9 @@ a.wikilink{
.easylist input{ .easylist input{
font-size: 20px; font-size: 20px;
} }
.easylist .filter{
top: 95px;
}
} }
fieldset.vcard{ fieldset.vcard{
@@ -489,4 +497,4 @@ fieldset.vcard{
margin: 0 6px; margin: 0 6px;
white-space: nowrap; white-space: nowrap;
display: inline flow-root; display: inline flow-root;
} }