aboutsummaryrefslogtreecommitdiffstats
path: root/ur/map/map.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-03-10 22:37:04 +0000
committerRomain d'Alverny <rda@mageia.org>2013-03-10 22:37:04 +0000
commit545d7db2e0a38cb5444bc8bddeaa1543f22eab06 (patch)
treec441a94496ade4aea138aeaa68bbfea24a99a7d3 /ur/map/map.css
parent86f11ca07b01cbda36e7a941eda8c9415f5dc623 (diff)
downloadwww-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.gz
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.bz2
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.xz
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.zip
removing urdu tree
Diffstat (limited to 'ur/map/map.css')
-rw-r--r--ur/map/map.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/ur/map/map.css b/ur/map/map.css
deleted file mode 100644
index ee5f32bc1..000000000
--- a/ur/map/map.css
+++ /dev/null
@@ -1,57 +0,0 @@
-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;
- padding-left: 2em;
-}
-ul.map-bl > li { margin: 0; padding: 0 0 0.3em 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: 220px;
- 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