X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5620d7263a36fe842f4d97bc21dda5edd0651b37..fd19a1f3ba62e3a9756e0f0c1f3b429dad1d44bb:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 801654877..aa9bf216c 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -1,21 +1,9 @@ -a m - color: #0000ff; - text-decoration: none; -} -a:visited { - color: #0000ff; - text-decoration: none; -} -a:active { - color: #0000ff; - text-decoration: none; -} -a:link { - color: #0000ff; +a, a:visited, a:active, a:link, a:hover { + color: #00f; text-decoration: none; } + a:hover { - color: #0000ff; text-decoration: underline; } @@ -33,9 +21,10 @@ a:hover { body { font-family: Arial,sans-serif; - color: Black; - margin: 0; - padding: 0; + color: #000; + background-color: #fff; + margin: 0px; + padding: 0px; } #left { @@ -50,17 +39,17 @@ body { padding: 10px; margin: 10px; height: 150px; - background: #ffffff; - border: 1px solid #ccccdd; + background: #fff; + border: 1px solid #ccd; } #logo h1 { font-size: 14px; text-align: center; - margin: 0; + margin: 0px; } #logo h2 { font-size: 10px; - margin: 0; + margin: 0px; } #greeting { @@ -75,13 +64,14 @@ body { } #intro { - width: 150px; + width: 170px; margin: 10px; - padding: 10px; border: 1px solid #ccc; font-size: 11px; } +#intro p { margin: 10px; } + #alert { width: 150px; margin: 10px; @@ -93,6 +83,17 @@ body { font-size: 14px; } +#donate { + width: 150px; + margin: 10px; + padding: 10px; + border: 1px solid #ccc; + background: #ea0; + line-height: 1.2em; + text-align: left; + font-size: 12px; +} + .left_menu { width: 150px; min-width: 150px; @@ -115,47 +116,32 @@ body { .left_menu h1 { font-style: normal; font-size: 15px; - padding: 0 0 0 1em; + padding: 0em 0em 0em 1em; text-align: left; } .left_menu ul { /*list-style: none;*/ padding-left: 10px; - margin: 0; + margin: 0px; } .left_menu li { - margin:0; - padding:0; + margin: 0px; + padding: 0px; } .left_menu img { - margin: 2px 8px 0 0; + margin: 2px 8px 0px 0px; } -.left_menu a { - color: #000000; - text-decoration: none; -} - -.left_menu a:visited { - color: #000000; - text-decoration: none; -} - -.left_menu a:active { - color: #000000; - text-decoration: none; -} - -.left_menu a:link { - color: #000000; +.left_menu a, .left_menu a:visited, .left_menu a:active, .left_menu a:link, .left_menu a:hover { + color: #000; text-decoration: none; } .left_menu a:hover { - color: #000000; + color: #000; text-decoration: underline; } @@ -165,8 +151,8 @@ body { #content { - padding: 0; - margin: 0; + padding: 0px; + margin: 0px; position: absolute; left: 192px; right: 10px; @@ -201,7 +187,7 @@ body { font-size: small; text-align: left; border-collapse: collapse; - border-width: 0; + border-width: 0px; } #keyvalue.th { @@ -214,46 +200,46 @@ body { #header { - float:left; - width:100%; - background:#DAE0D2 url("bg.gif") repeat-x bottom; - font-size:93%; - line-height:normal; + float: left; + width: 100%; + background: #DAE0D2 url("bg.gif") repeat-x bottom; + font-size: 93%; + line-height: normal; } #header ul { - margin:0; - padding:10px 10px 0px 215px; - list-style:none; + margin: 0px; + padding: 10px 10px 0px 215px; + list-style: none; } #header li { - float:left; + float: left; /*background:url("left.gif") no-repeat left top;*/ - margin:0; - padding:0 0 0 9px; + margin: 0px; + padding: 0px 0px 0px 9px; } #header li a { - float:left; - display:block; + float: left; + display: block; /*background:url("right.gif") no-repeat right top;*/ - padding:5px 15px 4px 6px; - text-decoration:none; - font-weight:bold; - color:#765; + padding: 5px 15px 4px 6px; + text-decoration: none; + font-weight: bold; + color: #765; } /* Commented Backslash Hack hides rule from IE5-Mac \*/ #header li a {float:none;} /* End IE5-Mac hack */ #header li a:hover { - color:#333; + color: #333; } #header #current { /* background-image:url("left_on.gif"); */ } #header #current a { - background-image:url("right_on.gif"); - color:#333; - padding-bottom:5px; + background-image: url("right_on.gif"); + color: #333; + padding-bottom: 5px; } #tabnav @@ -266,8 +252,8 @@ hides rule from IE5-Mac \*/ } #tabnav li { - margin: 0; - padding: 0; + margin: 0px; + padding: 0px; display: inline; list-style-type: none; } @@ -278,7 +264,7 @@ hides rule from IE5-Mac \*/ font-size: 13px; line-height: 14px; font-weight: bold; - padding: 2px 10px 2px 10px; + padding: 2px 10px; margin-right: 4px; border: 1px solid #ccc; text-decoration: none; @@ -330,7 +316,7 @@ hides rule from IE5-Mac \*/ border: 1px solid #ccc; left: 0px; line-height: 1.2em; - text-align: Left; + text-align: left; font-size: 12px; background: #eee; } @@ -354,13 +340,16 @@ hides rule from IE5-Mac \*/ padding: 0px; } -.optionalbox input { +#search_field form { width: 100%; } -.optionalbox td { - margin: 0px; - padding: 0px; +#search_field input[type="text"] { + width: 116px; +} + +#search_field input[type="submit"] { + width: 26px; } .search_form { @@ -378,17 +367,11 @@ hides rule from IE5-Mac \*/ top: 4px; } -#cclogo { - width: 150px; - min-width: 150px; - margin: 10px; - padding: 10px; - left: 0px; - line-height: 1.2em; - text-align: Left; - font-size: 14px; - font-weight: bold; - background: #fff; +.button { + margin-left: auto; + margin-right: auto; + margin-top: 10px; + margin-bottom: 10px; } #controls img @@ -399,10 +382,10 @@ hides rule from IE5-Mac \*/ #controls { position:absolute; - top:0px; - left:0px; - width:64px; - height:32px; + top: 0px; + left: 0px; + width: 64px; + height: 32px; z-index: 9998; cursor: pointer; } @@ -443,7 +426,7 @@ hides rule from IE5-Mac \*/ .sidebar_title { margin: 0px; - padding: 3px 6px 3px 6px; + padding: 3px 6px; height: 29px; font-size: 14px; line-height: 15px; @@ -451,21 +434,33 @@ hides rule from IE5-Mac \*/ background: #bbb; } +.browse_heading { + margin: 0px; + padding: 3px 6px; + border: 1px solid #ccc; + background: #ddd; +} + +.browse_details { + margin: 0px; + padding: 0px 6px; +} + .search_results_heading { margin: 0px; - padding: 3px 6px 3px 6px; + padding: 3px 6px; border: 1px solid #ccc; background: #ddd; } .search_results_entry { margin: 0px; - padding: 2px 6px 2px 6px; + padding: 2px 6px; } .search_results_error { margin: 0px; - padding: 2px 6px 0px 6px; + padding: 2px 6px 0px; color: #f00; } @@ -521,7 +516,7 @@ hides rule from IE5-Mac \*/ #errorExplanation p { color: #333; - margin-bottom: 0; + margin-bottom: 0px; padding: 5px; } @@ -551,8 +546,8 @@ input[type="submit"] { } .editDescription { - height : 10ex; - width : 30em; + height: 10ex; + width: 30em; } .nowrap { @@ -560,14 +555,14 @@ input[type="submit"] { } #map #popup p { - margin : 0; - padding : 2px; + margin: 0px; + padding: 2px; } /**State of the Map */ #sotminfo { - background: #9999FF; + background: #99F; font-size: 11px; margin: 0px; padding: 0px; @@ -600,7 +595,7 @@ input[type="submit"] { .export_heading { margin: 0px; - padding: 3px 6px 3px 6px; + padding: 3px 6px; border: 1px solid #ccc; background: #ddd; } @@ -615,7 +610,7 @@ input[type="submit"] { } .export_details { - padding: 2px 6px 2px 6px; + padding: 2px 6px; } #export_osm { @@ -631,7 +626,7 @@ input[type="submit"] { } .export_hint { - padding: 0px 12px 0px 12px; + padding: 0px 12px; font-style: italic; } @@ -639,3 +634,10 @@ input[type="submit"] { width: 100%; text-align: center; } + +#noscript { + z-index: 20000000; + position: absolute; + top: 15px; + left: 15px +}