18 lines
537 B
CSS
18 lines
537 B
CSS
/*
|
|
Document : style
|
|
Created on : 03.04.2014, 10:51:45
|
|
Author : all4dk
|
|
Description:
|
|
Purpose of the stylesheet follows.
|
|
*/
|
|
|
|
html {height: 100%;}
|
|
body {margin: 1%; padding: 0; height: 100%; width: 98%;}
|
|
html body h1 {font-family: Ubuntu;}
|
|
html body h2 {font-family: Ubuntu; text-align: center;}
|
|
html body h3 {font-family: Ubuntu;}
|
|
|
|
div.clear {clear: both;}
|
|
|
|
/* ------------- PAGE --------------------*/
|
|
.coords-container {text-align: right; margin-bottom: 20px; margin-top: 10px; color: #777;font-size: 0.9em;} |