From The Mana World
(trying to redesign the ugly main page)
m (trying to put a border around something)
Line 1: Line 1:
TODO: Figure out a good way how to make the grid responsive... media queries are not allowed inline according to the specification and the <style> tag is not allowed on the wiki....
TODO: Figure out a good way how to make the grid responsive... media queries are not allowed inline according to the specification and the <style> tag is not allowed on the wiki.
TODO: Figure out how to use border-images, url() seems not allowed on the wiki.
TODO: Request access to common.css to solve above issues.


<div style="text-align: center; padding: 0px 20px 0px 20px; font-style: italic; border: 1px solid #ddd;">Welcome to The Mana World! We are a free 2D open source MMORPG (Massively Multiplayer Online Role-Playing Game), meaning you can enjoy to play but also help our [[development]] to create new content. If you are new create a '''[[Special:GameAccount|new game account]]''' and download, install and run '''[[Downloads|Manaplus]]''', a software created by a project cooperating with The Mana World. If you have questions, take a look at our [[FAQ]] or ask on [https://webchat.freenode.net/?channels=#themanaworld IRC] or our [https://forums.themanaworld.org/ Forums]. Enjoy!</div>
<div style="text-align: center; padding: 0px 20px 0px 20px; font-style: italic; border-image-slice: 20; border-image-width: 20px; border-image-repeat: round; border-image-outset: 15px;">Welcome to The Mana World! We are a free 2D open source MMORPG (Massively Multiplayer Online Role-Playing Game), meaning you can enjoy to play but also help our [[development]] to create new content. If you are new create a '''[[Special:GameAccount|new game account]]''' and download, install and run '''[[Downloads|Manaplus]]''', a software created by a project cooperating with The Mana World. If you have questions, take a look at our [[FAQ]] or ask on [https://webchat.freenode.net/?channels=#themanaworld IRC] or our [https://forums.themanaworld.org/ Forums]. Enjoy!</div>


<div style="display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #ddd;">
<div style="display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #ddd;">

Revision as of 11:29, 4 August 2017

TODO: Figure out a good way how to make the grid responsive... media queries are not allowed inline according to the specification and the <style> tag is not allowed on the wiki. TODO: Figure out how to use border-images, url() seems not allowed on the wiki. TODO: Request access to common.css to solve above issues.

Welcome to The Mana World! We are a free 2D open source MMORPG (Massively Multiplayer Online Role-Playing Game), meaning you can enjoy to play but also help our development to create new content. If you are new create a new game account and download, install and run Manaplus, a software created by a project cooperating with The Mana World. If you have questions, take a look at our FAQ or ask on IRC or our Forums. Enjoy!