Difference between revisions of "Main Page"
Line 1: | Line 1: | ||
− | + | {{#css: | |
− | + | #firstHeading { | |
− | + | display:none; | |
− | + | } | |
− | + | .header { | |
− | + | color:#c40303; | |
− | + | font-size:60px; | |
− | + | text-align: center; | |
− | + | font-family: 'Linux Libertine','Georgia','Times',serif; | |
− | + | } | |
+ | .main { | ||
+ | display: block; | ||
+ | font-family: 'Linux Libertine','Georgia','Times',serif; | ||
+ | } | ||
+ | .row { | ||
+ | display: flex;flex-flow: row wrap;width: 100%; | ||
+ | } | ||
+ | .title { | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | .sprint { | ||
+ | flex-grow: 1;order: 1;margin: 0.5em;padding: 0.5em;min-width: auto;background-color: #ffd1d1; | ||
+ | } | ||
+ | .news { | ||
+ | order: 2;flex-grow: 5;display: flex;flex-flow: column;margin: 0.5em;padding: 0.5em;background-color: #ffffdd; | ||
+ | } | ||
+ | .quicklinks { | ||
+ | order: 1;flex-grow: 6;margin: 0.5em;padding: 0.5em;min-width: auto;background-color: #e0eef7; | ||
+ | } | ||
+ | pre { | ||
+ | border: unset; | ||
+ | padding: unset; | ||
+ | background-color: inherit; | ||
+ | } | ||
+ | }} | ||
+ | <div class="header">Welcome to the official VIP Developer Wiki </div> | ||
+ | <div class="main"> | ||
+ | <div class="row"> | ||
+ | <div class="news"><div class="title">News & updates</div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="quicklinks"><div class="title">Quick Links</div> | ||
+ | [[Index]] | ||
+ | [[Drupal]] | ||
+ | [[Mediawiki]] | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> |