Changes for page Welcome!
Last modified by etvc developer on 2019/09/23 16:46
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,5 @@ 1 1 {{velocity}} 2 +$xwiki.ssx.use('Public.WebHome') 2 2 #set($displayDocExtra = false) 3 3 #set($displayShortcuts = false) 4 4 {{/velocity}}
- XWiki.StyleSheetExtension[0]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +long - Code
-
... ... @@ -1,0 +1,29 @@ 1 +/* Hide unneeded stuff */ 2 +#hierarchy, 3 +#xdocFooter, 4 +#globalsearch, 5 +.document-header, 6 +.wikimodel-emptyline 7 +/* 8 +.document-info 9 +#contentmenu, 10 +#document-title, 11 +#footerglobal, 12 +#docextrapanes, 13 +#xwikidata, 14 +##.xwikitabbar li 15 +*/ 16 +{ 17 + display: none !important; 18 +} 19 +hr { 20 + margin-top: 0px; 21 + margin-bottom: 0px; 22 + border:0px none; 23 +} 24 +.container-columns .column { 25 + width: 33.33%; 26 +} 27 +#tmRegister { 28 + display: none; 29 +}