font-size: 16px;
}
-p {
- margin-bottom: $lineheight;
-}
-
p > img {
width: auto;
max-width: 100%;
border-bottom: $keyline;
#query_wrapper {
+ position: relative;
overflow: hidden;
}
min-width: 0;
border-radius: 0 2px 2px 0;
}
+
+ #describe_location {
+ position: absolute;
+ top: 6px;
+ right: 6px;
+ font-size: 10px;
+ color: $blue;
+ }
}
/* Utility for de-emphasizing content */
float: left;
}
+ a, a:hover {
+ text-decoration: none;
+ }
+
img.logo {
- width: 30px;
- height: 30px;
+ width: 40px;
+ height: 40px;
vertical-align: middle;
}
h1 {
margin: 0;
border-right: $keyline;
+
+ a {
+ color: #000;
+ }
}
}
nav.primary {
> ul {
- border: 1px solid darken($green, 20%);
+ $border: 1px solid darken($green, 20%);
+
+ border: $border;
border-radius: 4px;
+
+ > li {
+ border-right: $border;
+ &:last-child { border-right: 0; }
+ }
}
- a.tab {
+ a.tab,
+ .dropdown-toggle {
display: inline-block;
font-weight: bold;
- text-decoration: none;
color: $green;
padding: 5px 15px;
- border-right: 1px solid darken($green, 20%);
}
- #edit_tab a.tab {
- border-right: 1px solid lighten($green, 20%);
+ .dropdown-toggle {
+ padding: 5px 10px;
}
- .dropdown-toggle {
- padding: 5px 10px 5px 5px;
+ #edit_tab a.tab {
+ border-right: 1px solid lighten($green, 20%);
}
.caret {
- margin-top: 15px;
border-top-color: $green;
}
border-top-color: #ccc;
}
}
-}
-.site-index #view_tab,
-.changeset-list #history_tab,
-.site-export #export_tab,
-.site-edit #edit_tab {
- background-color: $green;
+ > ul li.current {
+ background-color: $green;
- .tab {
- color: #fff;
- }
+ .tab {
+ color: #fff;
+ }
- .caret {
- border-top-color: #fff;
+ .caret {
+ border-top-color: #fff;
+ }
}
}
position: absolute;
right: 0;
- > ul a {
+ > ul a,
+ .dropdown-toggle {
+ display: inline-block;
font-weight: bold;
text-decoration: none;
color: $darkgrey;
- padding-right: 10px;
+ padding: 5px 5px;
}
- .dropdown {
- border: 1px solid $grey;
+ > ul li.current a {
+ color: darken($darkgrey, 25%);
+ }
+
+ .user-menu {
+ $border: 1px solid $grey;
+
+ border: $border;
border-radius: 4px;
+ margin-left: 10px;
+
+ > li {
+ border-right: $border;
+ &:last-child { border-right: 0; }
+ }
+
+ a {
+ padding: 5px 15px;
+ }
}
- img {
+ .caret {
+ border-top-color: $grey;
+ margin-top: 10px;
+ }
+
+ img.user_thumbnail_tiny {
+ border: 0;
vertical-align: top;
+ margin-top: 2px;
border-radius: 2px 0 0 2px;
- margin-right: 5px;
}
#inboxanchor {
display: inline-block;
- position: relative;
+ vertical-align: top;
height: 20px;
- top: -2px;
- margin: 0 2px 0 0;
- padding: 0 5px 0 0;
- border-radius: 2px;
- }
-
- .dropdown-toggle {
- display: block;
- padding: 3px 7px;
- color: #000;
- text-decoration: none;
+ margin: 2px 7px 0 0;
+ background-color: $grey;
+ border-radius: 0 2px 2px 0;
}
.dropdown-menu {
.layers-ui,
.share-ui {
- ul, li:last-child, p:last-child {
+ li:last-child {
margin-bottom: 0;
}
}
}
.leaflet-top.leaflet-right {
- top: 10px !important;
+ top: $lineheight !important;
.leaflet-control {
margin-right: 0px !important;
margin-top: 0px !important;
-webkit-border-radius: 4px !important;
}
-/* Rules for edit menu */
-
-.menu {
- display: none;
- z-index: 10000;
- position: absolute;
- background-color: #ffffff;
- border: 1px solid $lightgrey;
- border-top: 0px;
- ul {
- margin: 0px;
- }
- li {
- padding: 2px $lineheight/4;
- border-top: 1px solid #eee;
- white-space: nowrap;
- }
-}
-
/* Rules for attribution text under the main map shown on printouts */
#attribution {
right: $lineheight;
}
- p {
- padding: $lineheight;
- margin: 0;
- }
-
.footer {
position: absolute;
bottom: 0;
padding: $lineheight/2 $lineheight;
background: $offwhite;
border-bottom: 1px solid #ccc;
- h4 {
- margin: 0;
- }
}
.sidebar_close {
}
.content-heading {
- position: relative;
- padding: $lineheight;
background: $lightgrey;
border-bottom: $keyline;
}
.content-body {
+ h1, h2, h3, p {
+ margin-bottom: $lineheight;
+ }
+
+ h1, h2, h3 {
+ margin-top: $lineheight/2;
+ }
+}
+
+.content-inner {
+ position: relative;
+ max-width: 900px;
+ margin: auto;
padding: $lineheight;
}
.user-new,
.user-create,
-.user-terms,
-.user-confirm {
- .content-heading {
- height: 200px;
+.user-terms {
+ .content-body .content-inner {
+ padding: 0;
}
}
.user-new,
.user-create,
-.user-terms {
- .content-body {
- padding: 0;
+.user-terms,
+.user-confirm {
+ .content-heading .content-inner {
+ height: 200px;
}
}
left: 260px;
top: 160px;
background-image: image-url("sign-up-illustration-arm.png");
+ z-index: 100;
}
}
@media only screen and (max-width:900px) {
- .header-illustration.new-user-arm { display: none;}
-.wrapper {
- margin-left: $sidebarWidth;
- text-align: left;
-}
-
+ .header-illustration.new-user-arm {
+ display: none;
+ }
}
#content.maximised {
float: right;
}
-/* Rules for the changeset list shown by the history tab etc */
+/* Rules for the changeset list shown by the history tab */
+#sidebar .changesets {
+ li {
+ padding: $lineheight;
+ border-bottom: $keyline;
+ }
+}
/* Rules for the data browser */
.browse-section {
padding: 20px;
border-bottom: 1px solid #CCC;
-
- ul {
- margin: 0;
- }
}
.browse-field {
margin-bottom: 10px;
h4 {
- margin: 0;
padding: 5px 0 5px 10px;
font-size: 12px;
border: 1px solid #CCC;
}
p {
- margin: 0;
padding: 7px 10px;
font-size: 12px;
background-color: #FFF;
/* Rules for the diary list page */
-.diary_entry-list img.user_thumbnail {
- float: left;
-}
-
.diary_post {
- max-width: 740px;
position: relative;
margin-top: $lineheight/2;
padding-top: $lineheight;
border-top: 1px solid #ccc;
- &:first-child {
- margin-top: 0;
- border-top: 0;
- padding-top: 0;
+ .post_heading {
+ margin-bottom: $lineheight;
+
+ h2 {
+ margin-top: 0;
+ margin-bottom: $lineheight/2;
+ font-size: 24px;
+ }
}
- h1, h2 {
- font-size: 21px;
- line-height: 1em;
+
+ img.user_thumbnail {
+ float: left;
}
+
small.deemphasize {
float: left;
display: block;
}
- ul.secondary-actions { display: inline-block;}
+
+ ul.secondary-actions {
+ display: inline-block;
+ }
}
.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
display: inline;
}
-#content .post_heading {
- margin-bottom: $lineheight;
- h2 {
- margin-top: 0;
- margin-bottom: $lineheight/2;
- font-size: 24px;
- }
-}
-
/* Rules for the diary entry page */
.diary_entry {
margin-bottom: $lineheight;
overflow: auto;
height: 10em;
-
- &:p#last {
- margin-bottom: 0px;
- }
-
- &:ol {
- margin-bottom: 0px;
- }
-
- &:img {
- display: block;
- margin: $lineheight auto inherit auto;
- }
}
#decline {
border: 1px solid #ccc;
}
-/* Rule for "nowrap" class that can be applied to anything to stop wrapping */
-
-.nowrap {
- white-space: nowrap;
-}
-
/* Rules for geo microformats */
abbr.geo {
margin-right: 0px;
}
}
- .dropdown-menu {
- left: auto;
- right: 0;
- }
}
/* Utility for managing inner content areas */
.dropdown-submenu:focus > a {
color: #ffffff;
text-decoration: none;
- background-color: #0081c2;
+ background-color: $green;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
- background-color: #0081c2;
+ background-color: $green;
outline: 0;
}
border-radius: 4px;
}
}
+
+.site-about #content {
+ background-color: #000;
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-attachment: fixed;
+
+ &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
+ &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
+ &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
+ &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
+ &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
+ &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
+
+ .caption {
+ max-width: 200px;
+ font: italic 14px/20px 'Times New Roman', serif;
+ position: fixed;
+ text-align: right;
+ right: 20px;
+ bottom: 60px;
+ text-shadow: #000 0px 1px 5px;
+ color: #fff;
+ display: none;
+ }
+
+ .caption a {
+ color: white;
+ white-space: nowrap;
+ text-decoration: none;
+ }
+
+ a.next {
+ display: block;
+ position: fixed;
+ right: 10px;
+ bottom: 10px;
+ width: 40px;
+ height: 40px;
+ border-radius: 5px;
+ text-indent: -9999px;
+ overflow: hidden;
+ background: image-url('about/sprite.png') -120px 0px no-repeat;
+ background-color: #000;
+ background-color: rgba(0, 0, 0, 0.5);
+ }
+
+ .content-inner {
+ position: relative;
+ color: #333;
+ min-width: 320px;
+ max-width: 640px;
+
+ .section {
+ margin-bottom: 30px;
+ }
+
+ .section:last-child {
+ margin-bottom: 0;
+ }
+ }
+
+ .text {
+ background: white;
+ padding: 40px;
+ }
+
+ .attr {
+ position: relative;
+ padding: 170px 20px 20px 20px;
+ background: #333;
+ background: rgba(0, 0, 0, .8);
+ margin-bottom: 0;
+
+ strong {
+ display: block;
+ color: white;
+ font-size: 25px;
+ span {
+ color: #76c551;
+ }
+ }
+
+ .user-image {
+ position: absolute;
+ top: 0px;
+ right: 240px;
+ left: 0px;
+ height: 150px;
+ background-position: 0 50%;
+ background-repeat: no-repeat;
+ background-image: image-url('about/osm.png');
+ background-size: cover;
+ background-color: #76c551;
+ }
+
+ .byosm {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ z-index: 1;
+ width: 240px;
+ height: 150px;
+ padding: 20px 20px 20px 40px;
+ font: bold 24px/25px Helvetica, Arial, sans-serif;
+ white-space: nowrap;
+ color: #fff;
+ background: #76c551
+ }
+
+ .byosm span {
+ display: inline-block;
+ width: 25px;
+ margin-left: -25px;
+ }
+ }
+
+ h2 {
+ margin-bottom: 10px;
+ }
+
+ .icon {
+ width: 30px;
+ height: 30px;
+ margin-right: 10px;
+ vertical-align: middle;
+ background: 40px 40px image-url('about/sprite.png') no-repeat;
+
+ &.local { background-position: 0px 0px; }
+ &.community { background-position: 0px -40px; }
+ &.open { background-position: 0px -80px; }
+ &.contributors { background-position: 0px -120px; }
+ &.infringement { background-position: 0px -160px; }
+ }
+}