From b7697ca925c5c0bcc6fa450899e4a398ee982c00 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 11 May 2012 12:08:07 +0000 Subject: site map --- en/map/map.css | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 en/map/map.css (limited to 'en/map/map.css') diff --git a/en/map/map.css b/en/map/map.css new file mode 100644 index 000000000..e82fa9d6f --- /dev/null +++ b/en/map/map.css @@ -0,0 +1,60 @@ +html, body { margin: 0; padding: 0;} +body { + background: url(/g/images/cauldron_alpha_ln_1.png) no-repeat -20px 200px; + font-family: Verdana; + font-size: 12px; +} +a, a:link { color: #2383c2; text-decoration: none; } + + + +ul#map { margin: 0; padding: 0; list-style: none; } +li.map-b { max-width: 200px; min-width: 140px; padding-right: 2em; } + +#map h2, +#map h2 a { color: #000; } + +ul#map ul.map-bl a { padding: 0.2em; display: inline-block;} +ul#map a:hover { background: #fafafa; color: #6bf; border-radius: 4px; } + +ul.map-bl { + margin: 0; + padding: 0; + list-style: disc; + alist-style-position: inside; + padding-left: 2em; +} +ul.map-bl > li { margin: 0; padding: 0; } +ul.map-bl ul { margin: 0; padding: 0; list-style: none; font-size: 85%; } +ul.map-bl ul li { display: inline; } +ul.map-bl ul li a { background: #f0f0f0; } + +#lang_form { position: absolute; top: 0; right: 0; } + +/* Landscape phones and down */ +@media (max-width: 480px) {} + +/* Landscape phone to portrait tablet */ +@media (max-width: 768px) {} + +/* Portrait tablet to landscape and desktop */ +@media (max-width: 1200px) { + div.doc { margin: 0 2em; } + ul#map { + + } + li.map-b { + width: 200px; + float: left; + } +} + +@media (min-width: 1200px) { + #support { margin-top: 2em; } + + div.doc { margin: 0 auto 0 auto; width: 1200px } + ul#map { display: table; margin-bottom: 6em; } + li.map-b { display: table-cell; } + +} +#search { clear: both; padding-top: 3em; margin-top: 3em; } \ No newline at end of file -- cgit v1.2.1