]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site-sml.css
Merged 17047 from trunk.
[rails.git] / public / stylesheets / site-sml.css
index e3f371594c991f5ba398372fc6424deb2bacf76e..d81e0453f273674e43561b700c04817584a7407e 100644 (file)
+/* styles specific to a small-format screen, such as iPhone, Android, etc... */
+
 body {
-  font-family: Arial,sans-serif;
-  color: #000;
-  background-color: #fff;
-  font-size: 12px;
+    font-size: 12px;
 }
-
-#left {
-  display: none;
+h1 {
+    font-size: 14px;
 }
 
-#greeting {
-  position: absolute;
-  top: 0px;
-  right: 0px;
-  height: 16px;
+#logo {
+  width: 100px;
+  min-width: 100px;
+  padding: 10px;
+  margin: 10px;
+  margin-top: 10px;
+  height: 70px;
+  background: #fff;
+  border: 1px solid #ccd;
+}
+#logo h1 {
+  font-size: 11px;
+  text-align: center;
   margin: 0px;
-  padding-right: 10px;
-  font-size: 13px;
-  line-height: 14px;
 }
-
-#content {
-  padding-top: 16px;
-  height: 640px;
+#logo h2 {
+  font-size: 8px;
+  margin: 0px;
 }
-
-#tabnav {
-/*  display: none;*/
+#logo-img {
+    display: none;
 }
 
-#sidebar {
-  display: none;
+#tabnav
+{
+  height: 14px;
+  margin: 0px;
+  padding-left: 10px;
+  padding-top: 5px;
+  margin-top: 18px;
+  background: url('../images/tab_bottom.gif') repeat-x bottom;
+  font-size: 10px;
+  line-height: 10px;
 }
-
-#permalink {
-  display: none;
+#tabnav li
+{
+  margin: 0px; 
+  padding: 0px;
+  display: inline;
+  list-style-type: none;
 }
-
-input[type="text"], input[type="password"], textarea {
-  border: 1px solid black;
-  font-size: 12px;
+#tabnav a, #tabnav a:link, #tabnav a:visited 
+{
+  float: left;
+  background: #f3f3f3;
+  font-size: 10px;
+  line-height: 10px;
+  font-weight: bold;
+  padding: 1px 5px;
+  margin-right: 1px;
+  border: 1px solid #ccc;
+  text-decoration: none;
+  color: #333;
 }
-
-.olControlPanZoomBar {
-  display: none;
+#tabnav a:link.active, #tabnav a:visited.active
+{
+  border-bottom: 1px solid #fff;
+  background: #fff;
+  color: #000;
+}
+#tabnav a:link:hover
+{
+  background: #fff;
 }
 
-.olControlLayerSwitcher {
+#left {
   display: none;
+  min-width: 100px;
+  top: 20px;
 }
-
-.olControlAttribution {
-  display: none !important;
+#intro {
+    display: none;
 }
-
-#attribution {
-  font-size: 10px;
-  text-align: center;
+.left_menu {
+  width: 100px;
+  min-width: 100px;
+}
+.optionalbox {
+  width: 100px;
+  min-width: 100px;
+}
+.donate {
+  width: 100px;
+  min-width: 100px;
+}
+#content {
+    /* left: 142px; */
+    left: 10px;
+    top: 47px;
 }
 
-#map {
-  border: 1px solid black;
-  height: 480px;
+#greeting {
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  height: 14px;
+  font-size: 12px;
+  line-height: 12px;
+  white-space: nowrap;
+  background: none;
+}
+#full-greeting {
+    display: none;
 }
+#small-greeting {
+    display: inline;
+}
+