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