implemented easy-list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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{
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user