Changes for page Collaborate on reproducible science, anywhere
Last modified by bougault on 2023/01/26 14:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,8 +52,11 @@ 52 52 </div> 53 53 </div> 54 54 </div> 55 -<div class="container-fluid search__row"> 55 +<div class="container-fluid clb-actions"> 56 + 56 56 <div class="container"> 58 + 59 + 57 57 <div class="col-md-6 col-md-offset-3"> 58 58 <form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET"> 59 59 <div>
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -8,18 +8,21 @@ 8 8 padding:0; 9 9 padding-top:1.25rem 10 10 } 11 -.document-header, 12 12 #mainContentArea #hierarchy, 13 13 #mainContentArea .xcontent>hr, 14 14 #mainContentArea .xdocLastModification{ 15 15 display:none 16 16 } 17 - 18 18 #mainContentArea .xcontent>.row{ 19 19 margin-left:0; 20 20 margin-right:0 21 21 } 22 22 21 +.document-header .document-info{ 22 + width:100%; 23 + text-align:center; 24 + margin-top:3rem 25 +} 23 23 #xwikicontent{ 24 24 padding-left:0; 25 25 padding-right:0; ... ... @@ -221,7 +221,7 @@ 221 221 .search__row { 222 222 padding:1rem; 223 223 margin: 2rem; 224 - background: @color-xwiki-gray; 227 + background: var(@color-xwiki-gray); 225 225 } 226 226 .get-started__row__text { 227 227 color: #4a5568; ... ... @@ -230,7 +230,7 @@ 230 230 text-align: center; 231 231 color: #aaa; 232 232 padding: 10rem 0; 233 - font-size: 2rem;236 + font-size: 4rem; 234 234 border-top: 1px solid #ccc; 235 235 margin-top: 10rem; 236 236 }