implemented easy-list

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-11-28 13:56:55 +01:00
parent 40c35bc9ed
commit b0550db5c2
13 changed files with 202 additions and 5 deletions

View File

@@ -295,3 +295,12 @@ tr:hover .taglist .tag button {
.vcard span.inactive{
color: #222200;
}
.easylist a {
border-color:orange;
color: orange;
}
.easylist fieldset {
border-color: red;
color: red;
}

View File

@@ -407,6 +407,15 @@ a.wikilink{
grid-column-end: span 2;
}
.easylist a {
display: block;
border: 1px solid;
margin: 7px;
padding: 5px;
border-radius: 5px;
text-align: center;
}
@media screen and (max-width: 600px) {
.grid2{
display: grid;
@@ -428,6 +437,13 @@ a.wikilink{
width: calc(100% - 10px);
min-height: 50px;
}
.easylist a {
font-size: 25px;
}
.easylist input{
font-size: 20px;
}
}
fieldset.vcard{

View File

@@ -285,3 +285,12 @@ tr:hover .taglist .tag button {
.vcard span.inactive{
color: #222200;
}
.easylist a {
border-color: orange;
color: orange;
}
.easylist fieldset {
border-color: #ff7726;
color: #ff7726;
}

View File

@@ -485,6 +485,15 @@ a.wikilink{
grid-column-end: span 2;
}
.easylist a {
display: block;
border: 1px solid;
margin: 7px;
padding: 5px;
border-radius: 5px;
text-align: center;
}
@media screen and (max-width: 600px) {
.grid2{
display: grid;
@@ -506,6 +515,13 @@ a.wikilink{
width: calc(100% - 10px);
min-height: 50px;
}
.easylist a {
font-size: 25px;
}
.easylist input{
font-size: 20px;
}
}
fieldset.vcard{
@@ -551,4 +567,4 @@ fieldset.vcard{
margin: 0 6px;
white-space: nowrap;
display: inline flow-root;
}
}

View File

@@ -273,3 +273,13 @@ tr:hover .taglist .tag button {
.vcard span.inactive{
color: #bbb;
}
.easylist a {
border-color: blue;
color: blue;
background: #dfe4ff;
}
.easylist fieldset {
border-color: blue;
color: blue;
}

View File

@@ -407,6 +407,15 @@ a.wikilink{
grid-column-end: span 2;
}
.easylist a {
display: block;
border: 1px solid;
margin: 7px;
padding: 5px;
border-radius: 5px;
text-align: center;
}
@media screen and (max-width: 600px) {
.grid2{
display: grid;
@@ -428,6 +437,13 @@ a.wikilink{
width: calc(100% - 10px);
min-height: 50px;
}
.easylist a {
font-size: 25px;
}
.easylist input{
font-size: 20px;
}
}
fieldset.vcard{