Welcome to Zorbion
A world where the sun never set, and the coffee never stops.
The Great Wobbly Mountains
The Soggy Swamp
The Bouncy Desert
This shadow is here to remind you that in Zorbion, the sun never sets
/* zorbion-stylesheet.css */ body { background-color: #000000; font-family: 'Open Sans', 'Arial', 'sans-serif'; font-size: 10pt; ประก } .map { background-image: url('/zorbion/map.jpg'); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; } .title { text-align: center; font-size: 24pt; font-weight: bold; color: #ffffff; } .legend { text-align: center; font-size: 18pt; color: #ffffff; } .region { border: 4px solid black; width: 200px; ประก text-align: center; } .links { text-align: center; padding-bottom: 8px; } a { text-decoration: none; ประก color: #000000; } a:hover { color: #000000; } .shadow { background-color: #000000; opacity: 0.7; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .shadow-content { position: relative; width: 100%; height: 100%; font-size: 12pt; text-align: center; color: #ffffff; font-weight: bold; padding: 8px; background-color: #000000; border: 4px solid #ff0000; z-index: 2; } /* End of zorbion-stylesheet.css */