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

This page was created on 10-Jan-2017 20:33 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:39 413 bytes Juan Pablo to previous Use CSSRibbon from core pages
1 10-Jan-2017 20:33 1 KB Dirk Frederickx to last

Difference between version and

At line 16 changed one line
%%add-css [Ribbon] /%
%%add-css [CSSRibbon] /%
At line 20 changed 17 lines
%%add-css
.ribbon {
position: absolute;
top: 0;
right: 0;
padding: .4em 3em;
transform-origin: 100% 0;
transform: rotate(90deg) translateX(70.71067814%) rotate(-90deg) rotate(45deg) translateY(-100%);
box-shadow: 0 0 .25em rgba(0,0,0,0.3);
/*main bootstrap colors */
color: white; /*text color*/
/*background:#337ab7; /*primary*/
/*background:#5cb85c; /*succes*/
background:#5bc0de; /*info*/
/*background:#f0ad4e; /*warning*/
/*background:#d9534f; /*danger*
%%add-css [CSSRibbon] /%
At line 38 removed 12 lines
/* red ribbon github
background: hsl(350, 80%, 55%);
color: #f5ebd6;
box-shadow: 0 0.1em 0 0.1em rgba(0, 0, 0, 0.15);
*/
}
.ribbon a {
color:inherit;
text-decoration:none !important;
}
/%