Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
2.1 | 1 | {{html clean="false"}} |
| 2 | <style> | ||
| 3 | #xwikicontent .libertya-home-hero { | ||
| 4 | display: flex; | ||
| 5 | align-items: center; | ||
| 6 | gap: 18px; | ||
| 7 | padding: 18px 20px; | ||
| 8 | margin: 0 0 24px; | ||
| 9 | border: 1px solid #d9e1ea; | ||
| 10 | border-left: 6px solid #c8292d; | ||
| 11 | border-radius: 8px; | ||
| 12 | background: #ffffff; | ||
| 13 | } | ||
| 14 | #xwikicontent .libertya-home-logo { | ||
| 15 | width: 148px; | ||
| 16 | max-width: 34vw; | ||
| 17 | height: auto; | ||
| 18 | } | ||
| 19 | #xwikicontent .libertya-home-kicker { | ||
| 20 | margin: 0 0 4px; | ||
| 21 | color: #657080; | ||
| 22 | font-size: 12px; | ||
| 23 | font-weight: 700; | ||
| 24 | letter-spacing: 0; | ||
| 25 | text-transform: uppercase; | ||
| 26 | } | ||
| 27 | #xwikicontent .libertya-home-title { | ||
| 28 | margin: 0 0 6px; | ||
| 29 | color: #17202a; | ||
| 30 | font-size: 24px; | ||
| 31 | line-height: 1.2; | ||
| 32 | } | ||
| 33 | #xwikicontent .libertya-home-summary { | ||
| 34 | margin: 0; | ||
| 35 | max-width: 760px; | ||
| 36 | color: #46515f; | ||
| 37 | line-height: 1.45; | ||
| 38 | } | ||
| 39 | #xwikicontent .libertya-home-section { | ||
| 40 | margin: 0 0 26px; | ||
| 41 | } | ||
| 42 | #xwikicontent .libertya-home-section h2 { | ||
| 43 | margin: 0 0 12px; | ||
| 44 | color: #17202a; | ||
| 45 | font-size: 20px; | ||
| 46 | line-height: 1.25; | ||
| 47 | } | ||
| 48 | #xwikicontent .libertya-card-list { | ||
| 49 | display: grid; | ||
| 50 | grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); | ||
| 51 | gap: 14px; | ||
| 52 | padding-left: 0; | ||
| 53 | margin: 0; | ||
| 54 | } | ||
| 55 | #xwikicontent .libertya-card-list > li.card { | ||
| 56 | width: auto; | ||
| 57 | list-style: none; | ||
| 58 | } | ||
| 59 | #xwikicontent .libertya-card { | ||
| 60 | display: flex; | ||
| 61 | gap: 12px; | ||
| 62 | min-height: 118px; | ||
| 63 | height: 100%; | ||
| 64 | padding: 16px; | ||
| 65 | border: 1px solid #dfe5ec; | ||
| 66 | border-radius: 8px; | ||
| 67 | background: #ffffff; | ||
| 68 | color: #17202a; | ||
| 69 | text-decoration: none; | ||
| 70 | box-shadow: 0 1px 2px rgba(23, 32, 42, 0.06); | ||
| 71 | } | ||
| 72 | #xwikicontent .libertya-card:hover, | ||
| 73 | #xwikicontent .libertya-card:focus { | ||
| 74 | border-color: #c8292d; | ||
| 75 | color: #17202a; | ||
| 76 | text-decoration: none; | ||
| 77 | box-shadow: 0 4px 12px rgba(23, 32, 42, 0.12); | ||
| 78 | } | ||
| 79 | #xwikicontent .libertya-card > .fa { | ||
| 80 | display: inline-flex; | ||
| 81 | flex: 0 0 34px; | ||
| 82 | align-items: center; | ||
| 83 | justify-content: center; | ||
| 84 | width: 34px; | ||
| 85 | height: 34px; | ||
| 86 | border-radius: 8px; | ||
| 87 | background: #f4f6f8; | ||
| 88 | color: #c8292d; | ||
| 89 | font-size: 17px; | ||
| 90 | } | ||
| 91 | #xwikicontent .libertya-card-body { | ||
| 92 | display: block; | ||
| 93 | min-width: 0; | ||
| 94 | } | ||
| 95 | #xwikicontent .libertya-card strong { | ||
| 96 | display: block; | ||
| 97 | margin: 0 0 5px; | ||
| 98 | color: #17202a; | ||
| 99 | font-size: 15px; | ||
| 100 | line-height: 1.25; | ||
| 101 | } | ||
| 102 | #xwikicontent .libertya-card-description { | ||
| 103 | display: block; | ||
| 104 | color: #566273; | ||
| 105 | font-size: 13px; | ||
| 106 | line-height: 1.4; | ||
| 107 | } | ||
| 108 | #xwikicontent .libertya-card-meta { | ||
| 109 | display: block; | ||
| 110 | margin-top: 9px; | ||
| 111 | color: #7a8594; | ||
| 112 | font-size: 12px; | ||
| 113 | line-height: 1.3; | ||
| 114 | } | ||
| 115 | #xwikicontent .libertya-doc-list { | ||
| 116 | grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); | ||
| 117 | } | ||
| 118 | @media (max-width: 767px) { | ||
| 119 | #xwikicontent .libertya-home-hero { | ||
| 120 | display: block; | ||
| 121 | } | ||
| 122 | #xwikicontent .libertya-home-logo { | ||
| 123 | margin: 0 0 14px; | ||
| 124 | } | ||
| 125 | } | ||
| 126 | </style> | ||
| |
1.1 | 127 | |
| |
2.1 | 128 | <section class="libertya-home-hero"> |
| 129 | <img class="libertya-home-logo" src="/wiki/libertya/download/Main/WebHome/libertya-logo.png" alt="Libertya" /> | ||
| 130 | <div> | ||
| 131 | <p class="libertya-home-kicker">Base de conocimiento</p> | ||
| 132 | <h1 class="libertya-home-title">Documentacion centralizada de Libertya</h1> | ||
| 133 | <p class="libertya-home-summary">Acceso rapido a los documentos migrados desde Drive y al material que queda en revision antes de pasar a los espacios definitivos.</p> | ||
| 134 | </div> | ||
| 135 | </section> | ||
| |
1.1 | 136 | |
| |
2.1 | 137 | <section class="libertya-home-section"> |
| 138 | <h2>Accesos principales</h2> | ||
| 139 | <ul class="card-list libertya-card-list"> | ||
| 140 | <li class="card"> | ||
| 141 | <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> | ||
| 142 | <span class="fa fa-book" aria-hidden="true"></span> | ||
| 143 | <span class="libertya-card-body"> | ||
| 144 | <strong>Guia de configuracion rapida y puesta en marcha</strong> | ||
| 145 | <span class="libertya-card-description">Arranque funcional y configuracion inicial de Libertya.</span> | ||
| 146 | |||
| 147 | </span> | ||
| 148 | </a> | ||
| 149 | </li> | ||
| 150 | <li class="card"> | ||
| 151 | <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> | ||
| 152 | <span class="fa fa-briefcase" aria-hidden="true"></span> | ||
| 153 | <span class="libertya-card-body"> | ||
| 154 | <strong>Administracion</strong> | ||
| 155 | <span class="libertya-card-description">Manual funcional extenso para operaciones administrativas.</span> | ||
| 156 | |||
| 157 | </span> | ||
| 158 | </a> | ||
| 159 | </li> | ||
| 160 | <li class="card"> | ||
| 161 | <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> | ||
| 162 | <span class="fa fa-sliders" aria-hidden="true"></span> | ||
| 163 | <span class="libertya-card-body"> | ||
| 164 | <strong>Parametrizacion</strong> | ||
| 165 | <span class="libertya-card-description">Configuraciones base y criterios de parametrizacion.</span> | ||
| 166 | |||
| 167 | </span> | ||
| 168 | </a> | ||
| 169 | </li> | ||
| 170 | <li class="card"> | ||
| 171 | <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> | ||
| 172 | <span class="fa fa-linux" aria-hidden="true"></span> | ||
| 173 | <span class="libertya-card-body"> | ||
| 174 | <strong>Instalacion en Linux</strong> | ||
| 175 | <span class="libertya-card-description">Guia tecnica de instalacion del entorno Libertya.</span> | ||
| 176 | |||
| 177 | </span> | ||
| 178 | </a> | ||
| 179 | </li> | ||
| 180 | <li class="card"> | ||
| 181 | <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> | ||
| 182 | <span class="fa fa-envelope-o" aria-hidden="true"></span> | ||
| 183 | <span class="libertya-card-body"> | ||
| 184 | <strong>Configuracion SMTP</strong> | ||
| 185 | <span class="libertya-card-description">Envio de emails desde Libertya y ajustes asociados.</span> | ||
| 186 | |||
| 187 | </span> | ||
| 188 | </a> | ||
| 189 | </li> | ||
| 190 | <li class="card"> | ||
| 191 | <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> | ||
| 192 | <span class="fa fa-code" aria-hidden="true"></span> | ||
| 193 | <span class="libertya-card-body"> | ||
| 194 | <strong>REST API</strong> | ||
| 195 | <span class="libertya-card-description">Uso de la API REST de Libertya.</span> | ||
| 196 | |||
| 197 | </span> | ||
| 198 | </a> | ||
| 199 | </li> | ||
| 200 | </ul> | ||
| 201 | </section> | ||
| |
1.1 | 202 | |
| |
2.1 | 203 | <section class="libertya-home-section"> |
| 204 | <h2>Documentos migrados en revision (0)</h2> | ||
| 205 | <ul class="card-list libertya-card-list libertya-doc-list"> | ||
| |
1.1 | 206 | |
| |
2.1 | 207 | </ul> |
| 208 | </section> | ||
| 209 | {{/html}} | ||
| |
1.1 | 210 |