Changes for page Agenti di #phones
From version 28.3
edited by administrator BDP
on 2017/07/12 17:08
on 2017/07/12 17:08
Change comment:
There is no comment for this version
To version 28.4
edited by administrator BDP
on 2017/07/12 17:09
on 2017/07/12 17:09
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -1,4 +1,7 @@ 1 -div.floatinginfobox { background-color: #F0F0F0; float: right; margin: 0.66em 0 1em 1em; padding: 10px;} 1 +div.floatinginfobox {background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ 2 +background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ 3 +background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 4 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */} 2 2 div.box.floatinginfobox ol { list-style-type: none; counter-reset: say; } 3 3 div.box.floatinginfobox ol li:before { counter-increment: say; content: counters(say,".") " "; } 4 4