-/* Rules for the whole left sidebar, including the logo */
-
-#left {
- position: absolute;
- height: 100%;
- width: 185px;
- font-size: 11px;
- line-height: 1.1;
- z-index: 100;
- border-right: 1px solid #ccc;
-}
-
-/* Rules for the OpenStreetMap logo in the top left corner */
-
-#logo {
- display: block;
- width: 170px;
- min-width: 170px;
- padding: $lineheight $lineheight/4;
- text-align: center;
- margin: auto;
-}
-
-#logo h1 {
- font-size: 18px;
- line-height: 1;
- text-align: center;
- margin: 0;
-}
-
-#logo h2 {
- font-size: $lineheight/2;
- line-height: 15px;
- margin: 0;
-}
-
-/* Rules for the site name */
-
-#small-title {
- display: none;
-
- img {
- vertical-align: text-bottom;
- }
-}
-
-/* Rules for the introductory text displayed in the left sidebar to new users */
-
-.sidebar-copy {
- padding: $lineheight/4 $lineheight/2;
- p {
- margin: $lineheight/4 0;
- }
-}
-.sidebar-copy.intro {
- border-top: 1px solid #ccc;
-}
-
-/*
- * Rules for alert boxes shown in the left sidebar when important
- * information needs to be conveyed such as when the site is
- * undergoing maintenance.
- */
-
-.sidebar-alert {
- padding: $lineheight/4;
- border-top: 1px solid #ccc;
- margin-top: 4px;
- margin-bottom: -5px;
- background: #e00;
- font-size: 12px;
- font-weight: bold;
- p {
- margin: $lineheight/4;
- }
-}
-
-/*
- * Rules for notice boxes shown in the left sidebar when important, but
- * non-critical information needs to be conveyed such as notices about
- * donation drives.
- */
-
-.sidebar-notice {
- padding: $lineheight/4;
- border-top: 1px solid #ccc;
- margin-top: 4px;
- margin-bottom: -5px;
- background: #ea0;
- font-size: 12px;
- p {
- margin: $lineheight/4;
- }
-}
-
-/* Rules for the menu displayed in the left sidebar */
-
-.left_menu {
- left: 0px;
- margin: 0;
- padding: $lineheight/4 $lineheight/2 $lineheight/2 $lineheight/2;
- font-size: 12px;
- line-height: 1.25;
- list-style-type: none;
- border-bottom: 1px solid #ccc;
- border-top: 1px solid #ccc;
- img {
- margin: $lineheight/2 0px;
- }
-
- ul {
- padding: 0;
- margin: 0;
- }
-
- li {
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
-
- h4 {
- padding: $lineheight/4 0 $lineheight/4 0;
- font-size: 12px;
- margin: 0;
- }
-}
-
-/*
- * Rules for "optional boxes" which appear in the left sidebar on
- * certain pages. Current users are the seach box on the main page
- * and the tag cloud on the traces pages.
- */
-
-.optionalbox {
- left: 0px;
- padding: $lineheight/4 $lineheight/2;
- margin: $lineheight/4 0;
- text-align: left;
-}
-