Changes for page OMV
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/31 11:14
From version 7.2
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/31 09:10
on 2025/05/31 09:10
Change comment:
There is no comment for this version
To version 7.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/31 09:09
on 2025/05/31 09:09
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,5 +1,27 @@ 1 1 /* Use # for ids and . for classes */ 2 2 3 +#navbar { 4 + float:right; 5 + position:absolute; 6 + bottom:0; 7 + right:0; 8 +} 9 + 10 +/* Navbar links */ 11 +#navbar a { 12 + float: left; 13 + display: block; 14 + color: #f2f2f2; 15 + text-align: center; 16 + padding: 14px; 17 + text-decoration: none; 18 +} 19 + 20 +/* Page content */ 21 +.content { 22 + padding: 16px; 23 +} 24 + 3 3 body { 4 4 background-color: #11ffee00; 5 5 }