Difference between revisions of "Main Page"
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{#css: | |
− | + | #firstHeading { | |
− | + | display:none; | |
− | + | } | |
− | + | .header { | |
− | + | color:#a41fce; | |
− | + | 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; | ||
+ | } | ||
+ | .notice { | ||
+ | flex-grow: 1;order: 1;margin: 0.5em;padding: 0.5em;min-width: auto;background-color: #ffe7a5; | ||
+ | } | ||
+ | .news { | ||
+ | order: 2;flex-grow: 5;display: flex;flex-flow: column;margin: 0.5em;padding: 0.5em;background-color: #bcffd8; | ||
+ | } | ||
+ | .quicklinks { | ||
+ | order: 1;flex-grow: 6;margin: 0.5em;padding: 0.5em;min-width: auto;background-color: #bcecff; | ||
+ | } | ||
+ | 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 class="notice"><div class="title">Notices</div> | ||
+ | If you would like access to this wiki please send an email to [mailto:victoriapowell@vip-developer.com?Subject=Request%20Wiki%20Access&body=Username%3A VictoriaPowell@vip-developer.com] | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="quicklinks"><div class="title">Quick Links</div> | ||
+ | [[Index]] | ||
+ | [[Drupal]] | ||
+ | [[Mediawiki]] | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> |
Latest revision as of 20:04, 22 March 2019
Welcome to the official VIP Developer Wiki
News & updates
Notices
If you would like access to this wiki please send an email to VictoriaPowell@vip-developer.com