Changes for page Collaborate on reproducible science, anywhere
Last modified by bougault on 2023/01/26 14:38
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Caching policy
-
... ... @@ -1,1 +1,1 @@ 1 - long1 +forbid - Code
-
... ... @@ -26,7 +26,100 @@ 26 26 padding-left:0; 27 27 padding-right:0; 28 28 min-height:300px; 29 - 29 + /* 30 + p.alert-info{ 31 + padding:2rem 32 + } 33 + .teasing{ 34 + margin-bottom:50px 35 + } 36 + .teasing .card{ 37 + text-align:center; 38 + position:relative; 39 + height:100%; 40 + background-size:cover; 41 + background-repeat:no-repeat; 42 + background-position:50% 50%; 43 + padding-bottom:20px; 44 + margin-bottom:20px 45 + } 46 + .teasing .card::before{ 47 + position:absolute; 48 + top:0; 49 + right:0; 50 + bottom:0; 51 + left:0; 52 + display:block; 53 + background-image:linear-gradient(to top,rgba(0,0,0,.9),transparent 85%); 54 + content:'' 55 + } 56 + .teasing .card-header{ 57 + position:relative; 58 + height:150px 59 + } 60 + .teasing .coming-soon{ 61 + position:absolute; 62 + z-index:10; 63 + left:0; 64 + right:0; 65 + padding:.5rem; 66 + border-radius:.25rem; 67 + font-weight:700; 68 + top:50% 69 + } 70 + .teasing .coming-soon span{ 71 + font-size:1.25rem; 72 + line-height:2; 73 + padding:.5rem; 74 + border-radius:.25rem; 75 + font-weight:700; 76 + margin-top:-17px; 77 + background:rgba(255,255,255,.8); 78 + } 79 + .teasing .card-content { 80 + position:relative; 81 + overflow:hidden; 82 + margin-top:0; 83 + padding-top:0; 84 + padding-bottom:0; 85 + padding-left:.5rem; 86 + padding-right:.5rem; 87 + color: @color-white; 88 + font-size:1rem; 89 + .card-title { 90 + color:@color-white; 91 + } 92 + } 93 + .teasing .card-title{ 94 + margin-top:1.5rem; 95 + margin-right:0; 96 + margin-bottom:1rem; 97 + margin-left:0; 98 + font-weight:700 99 + } 100 + .clb-actions { 101 + background-color:#f0f3f1; 102 + padding-top:5rem; 103 + padding-left:0; 104 + padding-right:0; 105 + padding-bottom:0 106 + } 107 + .clb-actions .clb-box{ 108 + margin-bottom:5rem; 109 + font-size:1.125rem; 110 + display: block 111 + } 112 + .clb-actions>.row{ 113 + margin-left:0; 114 + margin-right:0 115 + } 116 + .clb-actions .clb-box:hover{ 117 + text-decoration:none 118 + } 119 + .clb-content>.row{ 120 + margin-bottom:5rem 121 + } 122 + */ 30 30 .clb-search-bar{ 31 31 display:flex; 32 32 align-items:stretch;