This page (revision-2) was last changed on 21-Oct-2018 18:41 by Juan Pablo 

This page was created on 01-May-2016 12:18 by Dirk Frederickx

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
2 21-Oct-2018 18:41 1 KB Juan Pablo to previous Use CSSStripedText from core pages
1 01-May-2016 12:18 1 KB Dirk Frederickx to last Example ADD-CSS style

Difference between version and

At line 6 changed one line
%%add-css [Striped Text] /%
%%add-css [CSSStripedText] /%
At line 10 changed 10 lines
%%add-css
.striped-text pre {
padding: 0.5em;
line-height: 1.5;
background-image: linear-gradient(transparent 50%, #fff 0);
background-size: auto 3em;
background-origin: content-box;
font-size: 1em;
}
/%
%%add-css [CSSStripedText] /%