Changes for page XVIII Cros de Broña 2024
Last modified by Ricardo Rodríguez Fernández on 2024/08/01 12:20
From version 10.1
edited by Ricardo Rodríguez Fernández
on 2024/07/25 07:39
on 2024/07/25 07:39
To version 11.1
edited by Ricardo Rodríguez Fernández
on 2024/07/25 07:41
on 2024/07/25 07:41
Change comment: There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,76 +1,0 @@ 1 -/* Use # for ids and . for classes */ 2 - 3 -/* http://stackoverflow.com/questions/9198327/apply-css-style-to-a-nested-class-inside-div */ 4 -#contentcolumn .main { 5 - box-shadow: #E8E8E8 0 0px 0px 6 -} 7 - 8 -hr { 9 - display: none; 10 -} 11 - 12 -.container-fluid { 13 - z-index:10; 14 - position: relative; 15 -} 16 - 17 -.document-header { 18 - display:none; 19 -} 20 - 21 -#xwikidatacontents { 22 - display:none; 23 -} 24 - 25 -#menuview { 26 - display:none; 27 -} 28 - 29 -#leftPanels { 30 - display:none; 31 -} 32 - 33 -#rightPanels { 34 - display:none; 35 -} 36 - 37 -#xwikicontent { 38 - background-color: transparent; 39 -} 40 - 41 -#footerglobal { 42 - display:none; 43 -} 44 - 45 - 46 -#hierarchy { 47 - font-size: 90%; 48 - padding-top: 0px; 49 - display:none; 50 -} 51 - 52 -#document-title h1 { 53 - font-size: 2.15em; 54 - letter-spacing: -1px; 55 - margin: 0; 56 - padding: 0px 0; 57 - display:none; 58 -} 59 - 60 -#if($context.user == 'XWiki.RicardoRodriguezFernandez' || $context.user == 'XWiki.RicardoRodriguezFernandez') 61 -#xwikidatacontents { 62 - background-color: transparent; 63 -} 64 -#else 65 -#xwikidatacontents { 66 - 67 -} 68 -#end 69 - 70 -#xdocFooter { 71 - display:none; 72 -} 73 - 74 -.xdocLastModification { 75 - display:none; 76 -}