]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/common.css.scss
Organize CSS better
[rails.git] / app / assets / stylesheets / common.css.scss
1 /* Parameters */
2 $lineheight: 20px;
3 $typeheight: 14px;
4
5 $offwhite: #f4f4ff;
6 $blue: #7092FF;
7 $lightblue: #B8C5F0;
8 $green: #7ebc6f;
9 $grey: #CCC;
10 $lightgrey: #EEE;
11 $darkgrey: #AAA;
12 $hovercolor: 20%;
13 $headerHeight: 75px;
14 $sidebarWidth: 350px;
15 $keyline: 1px solid $grey;
16
17 /* Styles common to large and small screens */
18
19 /* Minimal CSS reset */
20
21 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
22   margin: 0;
23   padding: 0;
24   border: 0;
25   font-size:100%;
26 }
27
28 fieldset,img { border: 0; }
29
30 legend { color: #000; }
31
32 sup { vertical-align: text-top; }
33
34 sub { vertical-align: text-bottom; }
35
36 table {
37   border-collapse: collapse;
38   border-spacing: 0;
39 }
40
41 li { list-style: none; }
42
43 input,
44 select,
45 textarea,
46 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
47
48 abbr, acronym {
49   border-bottom: .1em dotted;
50   cursor: help;
51 }
52
53 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
54
55 .clearfix:before,
56 .clearfix:after {
57     content: " ";
58     display: table;
59 }
60
61 .clearfix:after {
62     clear: both;
63 }
64
65 /* Basic grid */
66
67 .col0    { float:left; width:04.1666%; }
68 .col1    { float:left; width:08.3333%; }
69 .col2    { float:left; width:16.6666%; }
70 .col3    { float:left; width:25.0000%; }
71 .col4    { float:left; width:33.3333%; }
72 .col5    { float:left; width:41.6666%; }
73 .col6    { float:left; width:50.0000%; }
74 .col7    { float:left; width:58.3333%; }
75 .col8    { float:left; width:66.6666%; }
76 .col9    { float:left; width:75.0000%; }
77 .col10   { float:left; width:83.3333%; }
78 .col11   { float:left; width:91.6666%; }
79 .col12   { width:100%; }
80
81 .margin0  { margin-left:04.1666%; }
82 .margin1  { margin-left:08.3333%; }
83 .margin2  { margin-left:16.6666%; }
84 .margin3  { margin-left:25.0000%; }
85 .margin4  { margin-left:33.3333%; }
86 .margin5  { margin-left:41.6666%; }
87 .margin6  { margin-left:50.0000%; }
88 .margin7  { margin-left:58.3333%; }
89 .margin8  { margin-left:66.6666%; }
90 .margin9  { margin-left:75.0000%; }
91 .margin10 { margin-left:83.3333%; }
92 .margin11 { margin-left:91.6666%; }
93 .margin12 { margin-left:100.0000%; }
94
95 .fillL { background-color: white; }
96
97 /* Default rules for the body of every page */
98
99 * {
100   -webkit-box-sizing: border-box;
101      -moz-box-sizing: border-box;
102           box-sizing: border-box;
103 }
104
105 body {
106   font-family: 'Helvetica Neue',Arial,sans-serif;
107   font-size: $typeheight;
108   line-height: 1.6666;
109   color: #222;
110   background-color: #fff;
111   margin: 0px;
112   padding: 0px;
113   text-align: left;
114 }
115
116 body.slim {
117   background-color: #f0f0f0;
118 }
119
120 h1, h2, h3 {
121   font-weight: bold;
122   line-height: 1.2;
123 }
124
125 h1 {
126   font-size: 18px;
127 }
128
129 h2, h3 {
130   font-size: 16px;
131 }
132
133 p > img {
134   width: auto;
135   max-width: 100%;
136 }
137
138 small, aside {
139   font-size: 12px;
140 }
141
142 .column-1 {
143   width: 50%;
144   margin: 0 0 $lineheight/2 0;
145 }
146
147 .small_icon {
148   vertical-align: middle;
149   margin-right: $lineheight/4;
150 }
151
152 /* Rules for icons */
153
154 .icon {
155   display:inline-block;
156   vertical-align:top;
157   width:20px;
158   height:20px;
159   background:transparent image-url("sprite.png") no-repeat 0 0;
160   text-indent:-9999px;
161   overflow:hidden;
162 }
163
164 .icon.search      { background-position: 0 0; }
165 .icon.donate      { background-position: -20px 0; }
166 .icon.zoomin      { background-position: -40px 0; }
167 .icon.zoomout     { background-position: -60px 0; }
168 .icon.geolocate   { background-position: -80px 0; }
169 .active .icon.geolocate   { background-position: -80px -20px; }
170 .icon.layers      { background-position: -100px 0; }
171 .icon.key         { background-position: -120px 0; }
172 .icon.share       { background-position: -140px 0; }
173 .icon.clipboard   { background-position: -160px 0; }
174 .icon.link        { background-position: -180px 0; }
175 .icon.close       { background-position: -200px 0; }
176 .icon.check       { background-position: -220px 0; }
177 .icon.note        { background-position: -240px 0; }
178 .icon.gear        { background-position: -260px 0; }
179
180 /* Rules for links */
181
182 a {
183   color: #00f;
184   text-decoration: none;
185   &:hover {
186     text-decoration: underline;
187   }
188 }
189
190 /* Rules for horizontal lines */
191
192 hr {
193   border: none;
194   background-color: #ccc;
195   color: #ccc;
196   height: 1px;
197 }
198
199 /* General styles for tables */
200
201 table {
202   width: 100%;
203   margin-bottom: $lineheight;
204   th, td {
205     text-align: left;
206     padding: $lineheight/4;
207     line-height: $lineheight;
208   }
209   th {
210     font-weight: bold;
211     vertical-align: top;
212   }
213   td {
214     vertical-align: middle;
215   }
216 }
217
218 /* Utility for de-emphasizing content */
219
220 .deemphasize {
221   color: #999;
222   a {
223     color: $blue;
224   }
225 }
226
227 /* Rules for the header */
228
229 header {
230   height: $headerHeight;
231   position: relative;
232   border-bottom: $keyline;
233   z-index: 1001;
234
235   h1, nav, nav > ul, nav > ul > li, .dropdown {
236     display: inline-block;
237   }
238
239   > * {
240     height: 100%;
241     padding: $lineheight;
242   }
243
244   h1, nav.primary {
245     float: left;
246   }
247
248   a, a:hover {
249     text-decoration: none;
250   }
251
252   img.logo {
253     width: 40px;
254     height: 40px;
255     vertical-align: middle;
256   }
257
258   h1 {
259     margin: 0;
260     border-right: $keyline;
261
262     a {
263       color: #000;
264     }
265   }
266 }
267
268 nav.primary {
269   > ul {
270     $border: 1px solid darken($green, 20%);
271
272     border: $border;
273     border-radius: 4px;
274
275     > li {
276       border-right: $border;
277       &:last-child { border-right: 0; }
278     }
279   }
280
281   a.tab,
282   .dropdown-toggle {
283     display: inline-block;
284     font-weight: bold;
285     color: $green;
286     padding: 5px 15px;
287   }
288
289   .dropdown-toggle {
290     padding: 5px 10px;
291   }
292
293   #edit_tab a.tab {
294     border-right: 1px solid lighten($green, 20%);
295   }
296
297   .caret {
298     border-top-color: $green;
299   }
300
301   .disabled a {
302     color: #ccc;
303     cursor: default;
304
305     .caret {
306       border-top-color: #ccc;
307     }
308   }
309
310   > ul li.current {
311     background-color: $green;
312
313     .tab {
314       color: #fff;
315     }
316
317     .caret {
318       border-top-color: #fff;
319     }
320   }
321 }
322
323 nav.secondary {
324   position: absolute;
325   right: 0;
326
327   > ul a,
328   .dropdown-toggle {
329     display: inline-block;
330     font-weight: bold;
331     text-decoration: none;
332     color: $darkgrey;
333     padding: 5px 5px;
334   }
335
336   > ul li.current a {
337     color: darken($darkgrey, 25%);
338   }
339
340   .user-menu {
341     $border: 1px solid $grey;
342
343     border: $border;
344     border-radius: 4px;
345     margin-left: 10px;
346
347     > li {
348       border-right: $border;
349       &:last-child { border-right: 0; }
350     }
351
352     a {
353       padding: 5px 15px;
354     }
355   }
356
357   .caret {
358     border-top-color: $grey;
359     margin-top: 10px;
360   }
361
362   img.user_thumbnail_tiny {
363     border: 0;
364     vertical-align: top;
365     margin-top: 2px;
366     border-radius: 2px 0 0 2px;
367   }
368
369   #inboxanchor {
370     display: inline-block;
371     vertical-align: top;
372     height: 20px;
373     margin: 2px 7px 0 0;
374     background-color: $grey;
375     border-radius: 0 2px 2px 0;
376   }
377
378   .dropdown-menu {
379     left: auto;
380     right: 0;
381
382     .count-number {
383       float: right;
384       padding: 0 5px;
385       margin: 0;
386     }
387   }
388 }
389
390 /* Utility for styling notification numbers */
391
392 .count-number {
393   padding: 2px $lineheight/4;
394   border-radius: 2px;
395   background: #d7d7ff;
396   margin: 0 2px;
397   font-size: 11px;
398   color: #333;
399 }
400
401 /* Rules for the message shown in place of the map when javascript is disabled */
402
403 #noscript {
404   z-index: 20000000;
405   position: absolute;
406   top: 15px;
407   left: 15px;
408 }
409
410 /* Rules for bootstrap tooltips */
411
412 .tooltip {
413   position: absolute;
414   display: none;
415   color: #333;
416   text-align: left;
417   font-size: 12px;
418   max-width: 250px;
419 }
420
421 .tooltip.in {
422   opacity: 0.8;
423   z-index: 1030;
424   height: auto;
425   display: block;
426 }
427
428 .tooltip.top {
429   margin-top: -10px;
430   text-align: center;
431 }
432
433 .tooltip.right {
434   margin-left: 10px;
435 }
436
437 .tooltip.bottom {
438   margin-top: 10px;
439   text-align: center;
440 }
441
442 .tooltip.left {
443   margin-left: -10px;
444   text-align: right;
445 }
446
447 .tooltip-inner {
448   display: inline-block;
449   padding: 10px;
450   font-weight: normal;
451   background-color: white;
452 }
453
454 .tooltip-arrow {
455   position: absolute;
456   width: 0;
457   height: 0;
458   border-color: transparent;
459   border-style: solid;
460 }
461
462 .tooltip.top .tooltip-arrow {
463   bottom: -5px;
464   left: 50%;
465   margin-left: -5px;
466   border-top-color: white;
467   border-width: 5px 5px 0;
468 }
469
470 .tooltip.right .tooltip-arrow {
471   top: 50%;
472   left: -5px;
473   margin-top: -5px;
474   border-right-color: white;
475   border-width: 5px 5px 5px 0;
476 }
477
478 .tooltip.left .tooltip-arrow {
479   top: 50%;
480   right: -5px;
481   margin-top: -5px;
482   border-left-color: white;
483   border-width: 5px 0 5px 5px;
484 }
485
486 .tooltip.bottom .tooltip-arrow {
487   top: -5px;
488   left: 50%;
489   margin-left: -5px;
490   border-bottom-color: white;
491   border-width: 0 5px 5px;
492 }
493
494 /* Rules for Leaflet maps */
495
496 .leaflet-control .control-button {
497   display: block;
498   height: 40px;
499   width: 40px;
500   background-color: #333;
501   background-color: rgba(0,0,0,.6);
502   border-radius: 4px 0 0 4px;
503   margin-bottom: 10px;
504   outline: none;
505
506   &:hover {
507     background-color: black;
508   }
509
510   &.active {
511     background-color: #9ed485;
512   }
513
514   &.disabled {
515     background-color: #333;
516     background-color: rgba(0,0,0,.5);
517     cursor: default;
518   }
519
520   .icon {
521     margin: 10px;
522   }
523 }
524
525 .leaflet-control .zoomin,
526 .control-layers .control-button {
527   margin-bottom: 0px;
528   border-radius: 4px 0 0 0;
529 }
530
531 .leaflet-control .zoomout,
532 .control-key .control-button {
533   margin-bottom: 0;
534   border-radius: 0;
535 }
536
537 .control-locate .control-button,
538 .control-share .control-button {
539   border-radius: 0 0 0 4px;
540 }
541
542 /* Rules for the sidebar and main map area */
543
544 .map-layout {
545   #content {
546     position: absolute;
547     top: $headerHeight;
548     bottom: 0;
549     width: 100%;
550   }
551
552   #sidebar, #map {
553     position: relative;
554     height: 100%;
555     overflow-x: hidden;
556     overflow-y: auto;
557   }
558
559   #sidebar {
560     float: left;
561     width: $sidebarWidth;
562     border-right: $keyline;
563
564     .alert {
565       background: #e00;
566     }
567
568     h2, h3, h4 {
569       padding: $lineheight;
570       border-bottom: $keyline;
571     }
572
573     h4 {
574       font-weight: normal;
575     }
576
577     .icon.close {
578       position: absolute;
579       right: $lineheight;
580     }
581
582     .footer {
583       position: absolute;
584       bottom: 0;
585     }
586
587     p.credits {
588       font-size: 11px;
589       color: #999;
590
591       a {
592         color: #666;
593       }
594     }
595   }
596
597   #map {
598     height: 100%;
599     overflow: hidden;
600   }
601
602   #map-ui {
603     display: none;
604     position: relative;
605     float: right;
606     width: 250px;
607     height: 100%;
608     background: white;
609     overflow: auto;
610
611     .section {
612       border-bottom: 1px solid #DDD;
613       padding: 15px;
614     }
615
616     a.close-button {
617       float: right;
618       padding:5px;
619       font-size:20px;
620       line-height:10px;
621       color:#222;
622       border:1px solid #ddd;
623     }
624   }
625 }
626
627 .layers-ui,
628 .share-ui {
629   li:last-child {
630     margin-bottom: 0;
631   }
632 }
633
634 .layers-ui {
635   li {
636     border-radius: 4px;
637     overflow: hidden;
638     margin-bottom: 10px;
639   }
640
641   label {
642     display: block;
643     padding: 5px 5px 5px 7px;
644     background-color: #eee;
645     cursor: pointer;
646   }
647
648   li.active label {
649     background-color: #ccc;
650   }
651
652   .base-layers {
653     .leaflet-container {
654       width: 100%;
655       height: 50px;
656       cursor: pointer;
657     }
658   }
659 }
660
661 .share-ui {
662   .share-tabs {
663     margin-bottom: 10px;
664
665     a {
666       color: #fff;
667       text-decoration: none;
668       background-color: $lightblue;
669       padding: 5px 10px;
670     }
671
672     a:first-child {
673       border-right: 1px solid #fff;
674       border-radius: 4px 0 0 4px;
675     }
676
677     a:last-child {
678       border-left: 1px solid #fff;
679       border-radius: 0 4px 4px 0;
680     }
681
682     a.active {
683       background-color: $blue;
684     }
685   }
686
687   .share-tab {
688     display: none;
689   }
690
691   .share-link {
692     input[type=text],
693     textarea {
694       width: 100%;
695       font-family: monospace;
696       font-size: small;
697       line-height: 1.3;
698     }
699   }
700
701   .share-image {
702     label {
703       margin-right: 10px;
704     }
705   }
706
707   #embed_html {
708     resize: vertical;
709   }
710
711   #mapnik_scale {
712     width: 100px;
713   }
714 }
715
716 .leaflet-top.leaflet-right {
717   top: $lineheight !important;
718   .leaflet-control {
719     margin-right: 0px !important;
720     margin-top: 0px !important;
721   }
722 }
723
724 .leaflet-popup-scrolled {
725   padding-right: $lineheight;
726   border-bottom: 0px !important;
727   border-top: 0px !important;
728 }
729
730 .leaflet-popup-content-wrapper {
731   border-radius: 4px !important;
732   -webkit-border-radius: 4px !important;
733 }
734
735 /* Rules for attribution text under the main map shown on printouts */
736
737 #attribution {
738   display: none;
739 }
740
741 .attribution_license,
742 .attribution_project {
743   text-align: left;
744 }
745
746 .attribution_notice {
747   text-align: center;
748 }
749
750 /* Rules for the sidebar */
751
752 .sidebar_heading {
753   position: relative;
754   padding: $lineheight/2 $lineheight;
755   background: $offwhite;
756   border-bottom: 1px solid #ccc;
757 }
758
759 .sidebar_close {
760   position: absolute;
761   height: $lineheight;
762   top: 0px;
763   bottom: 0;
764   right: $lineheight;
765   margin: auto;
766 }
767
768 #sidebar_content {
769   position: absolute;
770   top: 72px;
771   bottom: 0;
772   width: 100%;
773   overflow-y: auto;
774 }
775
776 /* Rules for the search box */
777
778 #search_form {
779   position: relative;
780   padding: $lineheight;
781   background-color: $lightgrey;
782   border-bottom: $keyline;
783
784   #query_wrapper {
785     position: relative;
786     overflow: hidden;
787   }
788
789   input {
790     width: 100%;
791     height: 30px;
792     border-right: none;
793     border-radius: 2px 0 0 2px;
794
795     transition: 300ms linear;
796     -webkit-transition: 300ms linear;
797     -moz-transition: 300ms linear;
798   }
799
800   input:focus {
801     outline: none;
802     box-shadow: 0px 0px 7px #9ED485;
803   }
804
805   input[type=submit] {
806     float: right;
807     width: auto;
808     min-width: 0;
809     border-radius: 0 2px 2px 0;
810   }
811
812   #describe_location {
813     position: absolute;
814     top: 6px;
815     right: 6px;
816     font-size: 10px;
817     color: $blue;
818   }
819 }
820
821 /* Rules for donation request box */
822
823 a.donate {
824   display: block;
825   width: 163px;
826   padding: $lineheight/4;
827   border: 1px solid #AED1A0;
828   background: #cbeea7;
829   font-size: $typeheight;
830   line-height: 1.4;
831   text-align: center;
832   border-radius: 2px;
833   color: #222;
834   margin: $lineheight/2 auto;
835
836   &:hover {
837     background: #9ed485;
838     text-decoration: none;
839   }
840 }
841
842 /* Rules for rotating sidebar ads */
843
844 .ad-container {
845   display: block;
846   height: 120px;
847   margin: auto;
848   overflow: hidden;
849   position: relative;
850   border-bottom: 1px solid #ccc;
851
852   a {
853     display: block;
854     width: 165px;
855     margin: auto;
856   }
857
858   .ad {
859     height: 100px;
860     border: 0;
861     background: #fff;
862   }
863 }
864
865 /* Rules for the map key which appears in the popout sidebar */
866
867 #mapkey {
868  .mapkey-table-key img {
869     display: block;
870     margin-left: auto;
871     margin-right: auto;
872   }
873   td {
874     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
875   }
876 }
877
878 /* Rules for search results which appear in the popout sidebar */
879
880 .search_searching {
881   margin-top: $lineheight/4;
882   margin-bottom: $lineheight/4;
883 }
884
885 .search_results_entry {
886   .search_searching {
887     text-align: center;
888     margin: $lineheight auto;
889     width: $lineheight;
890     display: block;
891   }
892
893   ul li {
894     border-bottom: 1px solid #ccc;
895   }
896
897   .search_details {
898     display: block;
899     float: right;
900     text-align: right;
901     margin-top: 0.2em;
902     margin-left: 0.5em;
903   }
904 }
905
906 .search_results_error {
907   color: #f00;
908 }
909
910 /* Rules for data browser information which appears in the popout sidebar */
911
912 #browse_content {
913   position: relative;
914   .browse_show_list.button {
915     position: absolute;
916     left: $lineheight;
917     right: $lineheight;
918     bottom: -40px;
919     margin-bottom: 0;
920   }
921   a.more-details {
922     position: absolute;
923     top: 0;
924     right: $lineheight;
925   }
926   ul li {
927     margin-bottom: 0;
928   }
929 }
930
931 .browse_details {
932   position: relative;
933 }
934
935 .browse_status {
936   display: none;
937 }
938
939 /* Rules for the changeset list shown by the history tab */
940
941 #sidebar .changesets {
942   li {
943     padding: $lineheight;
944     border-bottom: $keyline;
945   }
946 }
947
948 /* Rules for the data browser */
949
950 body.browse #sidebar_content {
951   .browse-section {
952     padding: 20px;
953     border-bottom: 1px solid #CCC;
954   }
955
956   .browse-field {
957     margin-bottom: 10px;
958
959     h4 {
960       padding: 5px 0 5px 10px;
961       font-size: 12px;
962       border: 1px solid #CCC;
963       border-radius: 4px 4px 0 0;
964       background-color: #F6F6F6;
965     }
966
967     p {
968       padding: 7px 10px;
969       font-size: 12px;
970       background-color: #FFF;
971       border: 1px solid #CCC;
972       border-top: 0;
973       border-radius: 0 0 4px 4px;
974     }
975   }
976
977   .browse-tag-list {
978     border: 1px solid #CCC;
979     border-radius: 4px;
980     font-size: 12px;
981
982     li {
983       border-bottom: 1px solid #CCC;
984     }
985
986     li:last-child {
987       border-bottom: 0;
988     }
989
990     .browse-tag-k,
991     .browse-tag-v {
992       display: inline-block;
993       width: 50%;
994       height: 30px;
995       float: left;
996       padding: 9px 10px;
997     }
998
999     .browse-tag-k {
1000       font-weight: bold;
1001       background-color: #F6F6F6;
1002       border-radius: 4px 0 0 4px;
1003     }
1004
1005     .browse-tag-v {
1006       border-left: 1px solid #CCC;
1007     }
1008   }
1009 }
1010
1011 /* Rules for export information which appears in the popout sidebar */
1012
1013 .export_bounds {
1014   text-align: center;
1015 }
1016
1017 .export_area_inputs {
1018   margin-bottom: $lineheight/2;
1019   input[type="text"] {
1020     width: 80px;
1021     margin-bottom: 5px;
1022   }
1023 }
1024
1025 .export_bound {
1026   margin: $lineheight/4;
1027 }
1028
1029 /* Rules for non-map content pages */
1030
1031 .content-heading {
1032   background: $lightgrey;
1033   border-bottom: $keyline;
1034 }
1035
1036 .content-body {
1037   h1, h2, h3, p {
1038     margin-bottom: $lineheight;
1039   }
1040
1041   h1, h2, h3 {
1042     margin-top: $lineheight/2;
1043   }
1044 }
1045
1046 .content-inner {
1047   position: relative;
1048   max-width: 900px;
1049   margin: auto;
1050   padding: $lineheight;
1051 }
1052
1053 /* Overrides for pages that use new layout conventions */
1054
1055 .user-new,
1056 .user-create,
1057 .user-terms {
1058   .content-body .content-inner {
1059     padding: 0;
1060   }
1061 }
1062
1063 .user-new,
1064 .user-create,
1065 .user-terms,
1066 .user-confirm {
1067   .content-heading .content-inner {
1068     height: 200px;
1069   }
1070 }
1071
1072 .header-illustration {
1073   background-position: 0 0;
1074   background-repeat: no-repeat;
1075   position: absolute;
1076   height: 200px;
1077   width: 100%;
1078   left: 0;
1079   bottom: 0;
1080
1081   &.new-user-main {
1082     background-image: image-url("sign-up-illustration.png");
1083   }
1084
1085   &.confirm-main {
1086     background-image: image-url("confirm-illustration.png");
1087   }
1088
1089   &.new-user-terms {
1090     background-image: image-url("terms-illustration.png");
1091   }
1092
1093   &.new-user-arm {
1094     height: 110px;
1095     width: 130px;
1096     left: 260px;
1097     top: 160px;
1098     background-image: image-url("sign-up-illustration-arm.png");
1099     z-index: 100;
1100   }
1101 }
1102
1103 @media only screen and (max-width:900px) {
1104   .header-illustration.new-user-arm {
1105     display: none;
1106   }
1107 }
1108
1109 #content.maximised {
1110   top: 0;
1111   left: 0;
1112   right: 0;
1113   bottom: 0;
1114   border: 0;
1115   z-index: 1000;
1116 }
1117
1118 #slim_container {
1119   width: 100%;
1120 }
1121
1122 #slim_container_content {
1123   max-width: 50em;
1124   background-color: #FFFFFF;
1125   margin: $lineheight/2 auto;
1126   padding: 3px;
1127   border-radius: 25px;
1128   -moz-border-radius: 25px;
1129   border: 1px solid #e6e6e6;
1130 }
1131
1132 #slim_content {
1133   margin: $lineheight/2;
1134   margin-top: 95px;
1135   max-width: 50em;
1136
1137   .content-heading {
1138     margin-bottom: 15px;
1139   }
1140 }
1141
1142 #slim_header {
1143   margin: 30px $lineheight/2;
1144   position: absolute;
1145   top: 0px;
1146   margin-right: $lineheight/4;
1147   img {
1148     vertical-align: middle;
1149     margin-bottom: $lineheight/4;
1150     margin-right: $lineheight/4;
1151   }
1152 }
1153
1154 /* Rules for small maps in content areas */
1155
1156 .content_map {
1157   position: relative;
1158   width: 45%;
1159   height: 400px;
1160   border: 1px solid #ccc;
1161   margin-bottom: $lineheight;
1162   float: right;
1163 }
1164
1165 /* Rules for the trace list shown by the traces tab etc */
1166
1167 #trace_list {
1168   font-size: $lineheight/2;
1169   border-width: 0px;
1170   text-align: right;
1171
1172   .trace_summary {
1173     font-size: 12px;
1174     color: gray;
1175   }
1176
1177   .trace_pending {
1178     color: red;
1179   }
1180
1181   .trace_public {
1182     color: green;
1183   }
1184
1185   .trace_identifiable {
1186     color: green;
1187   }
1188
1189   .trace_trackable {
1190     color: red;
1191   }
1192
1193   .trace_private {
1194     color: red;
1195   }
1196 }
1197
1198 /* Rules for the user profile page */
1199
1200 #userinformation {
1201
1202   min-height: 100px;
1203   .userinformation-inner {
1204     float: left;
1205   }
1206   h2 {
1207     margin-top: 0;
1208   }
1209   .user-description {
1210     width: 100%;
1211     clear: both;
1212   }
1213   .deemphasize {
1214     margin: 0;
1215   }
1216 }
1217
1218 .admin-user-info small {
1219   margin-bottom: $lineheight/2;
1220   display: inline;
1221   margin-right: $lineheight;
1222 }
1223
1224 .activity-block {
1225   clear: left;
1226   border-bottom: 1px solid #ccc;
1227   padding-bottom: $lineheight;
1228   float: left;
1229   h3 {
1230     margin-bottom: $lineheight/2;
1231   }
1232 }
1233
1234 .contact-activity {
1235   margin-top: $lineheight;
1236   width: 100%;
1237 }
1238
1239 .activity-details p {
1240   margin-left: 70px;
1241   margin-bottom: 0;
1242 }
1243
1244 #friends-container .contact-activity ul {
1245   margin-left: 70px;
1246 }
1247
1248 .user-view {
1249   p#no_home_location {
1250     margin: $lineheight;
1251   }
1252   .user_thumbnail {
1253     margin-top: $lineheight/4;
1254     float: left;
1255   }
1256 }
1257
1258 /* Rules for the user map */
1259
1260 .content_map .leaflet-popup-content {
1261   margin: $lineheight/2;
1262   min-height: 50px;
1263 }
1264
1265 /* Rules for user popups on maps */
1266
1267 .user_popup {
1268   min-width: 200px;
1269   p {
1270     padding: 0 0 5px 0;
1271     margin-top: 0 0 0 60px;
1272     font-size: 12px;
1273   }
1274   img.user_thumbnail {
1275     float: left;
1276     margin: 0 $lineheight/2 0 0;
1277   }
1278 }
1279
1280 /* Rules for the user list */
1281
1282 #user_list {
1283   font-size: $lineheight/2;
1284   width: 100%;
1285
1286   tr {
1287     vertical-align: middle;
1288   }
1289
1290   p {
1291     margin-top: 0px;
1292     margin-bottom: 0px;
1293   }
1294 }
1295
1296 #user_list_actions {
1297   float: right;
1298   margin-top: $lineheight/2;
1299 }
1300
1301 /* Rules for the diary list page */
1302
1303 .diary_post {
1304   position: relative;
1305   margin-top: $lineheight/2;
1306   padding-top: $lineheight;
1307   border-top: 1px solid #ccc;
1308
1309   .post_heading {
1310     margin-bottom: $lineheight;
1311
1312     h2 {
1313       margin-top: 0;
1314       margin-bottom: $lineheight/2;
1315       font-size: 24px;
1316     }
1317   }
1318
1319   img.user_thumbnail {
1320     float: left;
1321   }
1322
1323   small.deemphasize {
1324     float: left;
1325     display: block;
1326   }
1327
1328   ul.secondary-actions {
1329     display: inline-block;
1330   }
1331 }
1332
1333 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1334   display: inline;
1335 }
1336
1337 /* Rules for the diary entry page */
1338
1339 .diary_entry {
1340   #map {
1341     position: relative;
1342     width: 90%;
1343     height: 400px;
1344     border: 1px solid #ccc;
1345     display: none;
1346     margin-bottom: $lineheight;
1347   }
1348   #newcomment {
1349     border-top: 1px solid #ccc;
1350     padding-top: $lineheight;
1351     margin-top: $lineheight/2;
1352   }
1353   .comments {
1354     max-width: 740px;
1355   }
1356   .diary-comment {
1357     margin-top: $lineheight/2;
1358     border-top: 1px dashed #ccc;
1359     padding-top: $lineheight/2;
1360     &:first-child {
1361       margin-top: $lineheight;
1362       padding-top: $lineheight;
1363       border-top: 1px solid #ccc;
1364     }
1365     p {
1366       margin-bottom: $lineheight/2;
1367     }
1368     .comment-heading {
1369       margin-bottom: 0;
1370       margin-top: 0;
1371     }
1372   }
1373 }
1374
1375 .diary_entry-view img.user_thumbnail {
1376   float: left;
1377 }
1378
1379 /* Rules for the log in page */
1380
1381 #login_openid_buttons {
1382   margin-bottom: 0;
1383 }
1384
1385 #login_openid_buttons li {
1386   float: left;
1387   padding: $lineheight/4 $lineheight/2;
1388 }
1389
1390 /* Rules for the account confirmation page */
1391
1392 .user-terms {
1393   .legale {
1394     border: 1px solid #ccc;
1395     padding: $lineheight;
1396     margin-bottom: $lineheight;
1397     overflow: auto;
1398     height: 10em;
1399   }
1400
1401   #decline {
1402     background: $lightblue;
1403     &:hover {
1404       background: darken($lightblue, $hovercolor);
1405     }
1406   }
1407
1408   .form-row {
1409     margin: auto;
1410     max-width: 370px;
1411   }
1412 }
1413
1414 /* Rules for the account settings page */
1415
1416 #accountForm .user_map {
1417   position: relative;
1418   width: 500px;
1419   height: 400px;
1420   border: 1px solid #ccc;
1421 }
1422
1423 #accountForm .user_image {
1424   margin-bottom: 0;
1425 }
1426
1427 #accountForm #user_image {
1428   margin-left: 20px;
1429 }
1430
1431 #accountForm ul.accountImage-options {
1432   margin-left: 120px;
1433 }
1434
1435 .nohome .location {
1436   display: none;
1437 }
1438
1439 #homerow .message {
1440   display: none;
1441 }
1442
1443 .nohome .message {
1444   display: inline !important;
1445 }
1446
1447 .content_map.settings_map {
1448   width: 50%;
1449   float: none;
1450 }
1451
1452 /* Rules for the oauth settings page */
1453
1454 .oauth_clients .buttons .oauth-edit {
1455   border-radius: 2px 0 0 2px;
1456 }
1457
1458 .oauth_clients .buttons .oauth-delete {
1459   border-radius: 0 2px 2px 0;
1460 }
1461
1462 /* Rules for messages pages */
1463
1464 .messages {
1465   width: 100%;
1466   border: 1px solid #ddd;
1467
1468   input[type="submit"] {
1469     margin: auto;
1470   }
1471   tbody tr {
1472     border-top: 1px solid #ccc;
1473   }
1474
1475   .inbox-row {
1476     background: #f8f8ff;
1477   }
1478
1479   .inbox-row-unread {
1480     background:#CBEEA7;
1481   }
1482
1483   .right {
1484     float: right;
1485   }
1486
1487   tr td,
1488   tr th {
1489     padding: $lineheight/4;
1490   }
1491   p:last-child,
1492   h2:last-child,
1493   h3:last-child,
1494   ol:last-child,
1495   ul:last-child {
1496     margin-bottom:0;
1497   }
1498   tr td {
1499     height: 30px;
1500     border-right: 1px solid $lightgrey;
1501   }
1502 }
1503
1504 .inbox-row .inbox-mark-read {
1505   display: none;
1506 }
1507
1508 .info-line {
1509   margin-bottom: $lineheight;
1510   padding: $lineheight/4 0px 4px 0px;
1511   border-bottom: 1px solid #ccc;
1512
1513   form, form div {
1514     display: inline;
1515   }
1516 }
1517
1518 .info-line .user_thumbnail_tiny {
1519   vertical-align: middle;
1520 }
1521
1522 .inbox-mark-unread,
1523 .inbox-mark-read,
1524 .inbox-delete {
1525   width: 1%;
1526 }
1527
1528 .inbox-row-unread .inbox-mark-unread {
1529   display: none;
1530 }
1531
1532 .message-read .message-buttons {
1533   margin-top: $lineheight;
1534   padding-top: $lineheight;
1535   border-top: 1px solid $lightgrey;
1536 }
1537
1538 .message-read .buttons .mark-unread-button {
1539   border-radius: 0;
1540 }
1541
1542 /* Rules for "flash" notice boxes shown at the top of the content area */
1543
1544 .flash {
1545     padding: $lineheight;
1546   &#error {
1547     background-color: #ff7070;
1548   }
1549   &#warning {
1550     background-color: #ffe0cc;
1551   }
1552   &#notice {
1553     background-color: #CBEEA7;
1554   }
1555 }
1556
1557 /* Rules for highlighting fields with rails validation errors */
1558
1559 .field_with_errors {
1560   padding: 2px;
1561   background-color: #ff7070;
1562   display: inline-block;
1563 }
1564
1565 .formError {
1566   display: inline-block;
1567   padding: 5px 10px;
1568   margin-top: 5px;
1569   border-radius: 4px;
1570   font-size: 12px;
1571   color: #fff;
1572   background-color: #ff7070;
1573 }
1574
1575 /* Rules for rails validation error boxes */
1576
1577 #errorExplanation {
1578   width: 400px;
1579   border: 2px solid #ff7070;
1580   padding: 0 $lineheight/2;
1581   margin-bottom: $lineheight;
1582   background-color: #f0f0f0;
1583
1584   h2 {
1585     margin: 0 -10px 10px -10px;
1586     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1587     font-weight: bold;
1588     font-size: 12px;
1589     background-color: #c00;
1590     color: #fff;
1591     text-align: left;
1592   }
1593
1594   p {
1595     color: #333;
1596     margin-bottom: 0px;
1597     padding: $lineheight/4;
1598   }
1599
1600   ul {
1601     padding-left: $lineheight;
1602
1603     li {
1604       font-size: 12px;
1605       list-style: disc;
1606     }
1607   }
1608 }
1609
1610 /* Rules for forms */
1611
1612 .standard-form {
1613   fieldset {
1614     margin-bottom: $lineheight;
1615   }
1616   label.standard-label {
1617     display: block;
1618     margin-bottom: $lineheight/4;
1619     font-size: $typeheight;
1620     font-weight: bold;
1621     line-height: 1.5;
1622   }
1623   label.standard-label.secondary {
1624     display: inline-block;
1625     font-weight: normal;
1626   }
1627   .form-help {
1628     font-weight: normal;
1629   }
1630   .form-column {
1631     float: left;
1632     margin-right: 20px;
1633   }
1634   .form-divider {
1635     margin-top: $lineheight;
1636     padding-top: $lineheight;
1637     border-top: 1px solid $lightgrey;
1638   }
1639   .horizontal-list .form-row { 
1640     float: left;
1641     padding-right: 10px;
1642   }
1643   .form-row {
1644     margin-bottom: $lineheight/2;
1645   }
1646   .form-list {
1647     margin-bottom: 0;
1648   }
1649   .form-list li {
1650     margin-bottom: 5px;
1651    }
1652   input[type="checkbox"],
1653   input[type="radio"] {
1654     float: left;
1655     margin-top: 5px;
1656   }
1657 }
1658
1659 #remember_me_openid {
1660   display: block;
1661 }
1662
1663 input[type="checkbox"],
1664 input[type="radio"] {
1665     margin-right: 5px;
1666 }
1667
1668 input[type="text"],
1669 input[type="email"],
1670 input[type="url"],
1671 input[type="password"],
1672 textarea {
1673   border: 1px solid #ccc;
1674   padding: 2px 5px;
1675   margin: 0;
1676   width: 200px;
1677 }
1678
1679 textarea {
1680   padding: 5px;
1681   width: 100%;
1682 }
1683
1684 /* Rules for user images */
1685
1686 img.user_image {
1687   max-width: 100px;
1688   max-height: 100px;
1689   border: 1px solid #ccc;
1690   margin-bottom: $lineheight;
1691   float: left;
1692   margin-right: $lineheight;
1693 }
1694
1695 img.user_thumbnail {
1696   max-width: 50px;
1697   max-height: 50px;
1698   border: 1px solid #ccc;
1699   margin-right: $lineheight;
1700 }
1701
1702 img.user_thumbnail_tiny {
1703   max-width: 25px;
1704   max-height: 25px;
1705   border: 1px solid #ccc;
1706 }
1707
1708 /* Rules for geo microformats */
1709
1710 abbr.geo {
1711   border-bottom: none;
1712 }
1713
1714 /* Rules for RSS buttons */
1715
1716 .rsssmall {
1717   position: relative;
1718   top: 5px;
1719 }
1720
1721 /* General styles for action lists / subnavs / pager navs */
1722
1723 ul.secondary-actions {
1724   font-style: normal;
1725   margin-bottom: 0;
1726   margin-left: 0;
1727   &.pager {
1728     display: inline-block;
1729     margin-right: 60px;
1730   }
1731   > li {
1732     display: block;
1733     float: left;
1734     list-style: none;
1735     border-left: 1px solid #ccc;
1736     padding-left: $lineheight/4;
1737     margin-right: $lineheight/4;
1738     &:first-child {
1739       border-left: 0;
1740       padding-left: 0;
1741     }
1742     &:last-child {
1743       margin-right: 0px;
1744     }
1745   }
1746 }
1747
1748 /* Utility for managing inner content areas */
1749
1750 .inner22 { padding: $lineheight;}
1751
1752 .inner12 { padding: $lineheight/2 $lineheight;}
1753
1754 .inner11 { padding: $lineheight/2;}
1755
1756 .inner20 { padding: $lineheight 0;}
1757
1758 .inner02 { padding: 0 $lineheight;}
1759
1760 /* Utility for general button styles */
1761
1762 input[type="button"],
1763 input[type="submit"],
1764 input[type="reset"],
1765 a.button {
1766   cursor: pointer;
1767   border: 0;
1768   display: inline-block;
1769   line-height: 20px;
1770   padding: $lineheight/4 $lineheight/2;
1771   min-height: 20px + $lineheight/2;
1772   min-width: 120px;
1773   margin: 0 0 $lineheight/2 0;
1774   color: white;
1775   background: $blue;
1776   text-align: center;
1777   border-radius: 2px;
1778   -moz-border-radius: 2px;
1779   &:hover {
1780     background: darken($blue, $hovercolor);
1781     text-decoration: none;
1782   }
1783   &.deemphasize {
1784     background: $lightblue;
1785     &:hover {
1786       background: darken($lightblue, $hovercolor);
1787     }
1788   }
1789   &:disabled {
1790     background: $lightgrey;
1791     &:hover {
1792       background: $lightgrey;
1793     }
1794   }
1795   &:last-child {
1796     margin-bottom: 0;
1797   }
1798 }
1799
1800 .buttons {
1801   min-width: 200px;
1802   input[type="submit"],
1803   input[type="button"],
1804   input[type="reset"],
1805   .button {
1806     box-sizing: border-box;
1807     float: left;
1808     border-radius: 0;
1809     margin:0;
1810     min-width: 100px;
1811     max-width: 180px;
1812     border-right:1px solid white;
1813     text-overflow: ellipsis;
1814     white-space: nowrap;
1815     overflow: hidden;
1816   }
1817   input:first-child,
1818   .button:first-child {
1819     border-radius:2px 0 0 2px;
1820   }
1821   input:last-child,
1822   .button:last-child {
1823     border-radius:0 2px 2px 0;
1824     border-right-width: 0;
1825   }
1826   input:only-child,
1827   .button:only-child,
1828   *[value="Hide"] + input:last-child,
1829   *[value="Hide"] + .button:last-child {
1830     border-radius:2px;
1831     border-right-width: 0;
1832   }
1833     /* if a 3-button set has a hidden middle button */
1834   *[value="Hide"] + input:nth-child(3),
1835   *[value="Hide"] + .button:nth-child(3) {
1836     border-radius:0 2px 2px 0;
1837     border-right-width: 0;
1838   }
1839   /* if a 3-button set starts with a hidden button */
1840   *[value="Hide"] + input:nth-child(2):not(:last-child),
1841   *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1842     border-radius:2px 0 0 2px;
1843     border-right-width: 1px;
1844   }
1845 }
1846
1847 /* Rules for doing distinct colour of alternate table rows */
1848
1849 .table0,
1850 .item0 {
1851   background: $offwhite;
1852 }
1853
1854 .table1,
1855 .item1 {
1856   background: #fff;
1857 }
1858
1859 /* Rules for OpenID logo */
1860
1861 .openid_logo {
1862   vertical-align: text-bottom;
1863   border: 0;
1864 }
1865
1866 /* Rules for rich text */
1867
1868 .richtext,
1869 .prose {
1870   h1, h2 {
1871     padding-bottom: $lineheight/2;
1872     border-bottom: 1px dashed #cccccc;
1873     margin-bottom: $lineheight/2;
1874   }
1875
1876   h1 {
1877     font-size: 24px;
1878   }
1879
1880   h2 {
1881     font-size: 18px;
1882   }
1883
1884   h3 {
1885     font-size: $typeheight;
1886   }
1887
1888   code {
1889     font-size: 13px;
1890     background: #e8e8e8;
1891     padding: 2px 3px;
1892   }
1893
1894   pre {
1895     font-size: 13px;
1896     background: #e8e8e8;
1897     padding: 2px 3px;
1898
1899     code {
1900       padding: 0;
1901     }
1902   }
1903
1904   img {
1905     padding: $lineheight;
1906     background-color: $offwhite;
1907     display: block;
1908     max-width: 100%;
1909     margin: auto;
1910   }
1911
1912   blockquote {
1913     border-left: $lineheight solid $offwhite;
1914     padding-left: $lineheight;
1915     margin: 0;
1916     color: #7E7E7E;
1917   }
1918
1919   ul, ol {
1920     padding-left: $lineheight;
1921     margin-bottom: $lineheight;
1922     margin-left: $lineheight;
1923   }
1924
1925   ul li {
1926     list-style: disc;
1927   }
1928
1929   ol li {
1930     list-style: decimal;
1931   }
1932 }
1933
1934 .diary_post .richtext {
1935     margin-top: $lineheight;
1936   }
1937
1938 .comments .richtext {
1939   margin-left: 70px;
1940   margin-top: 0;
1941 }
1942
1943 /* Rules for rich text editors */
1944
1945 .richtext_container {
1946   margin-bottom: $lineheight;
1947
1948   .richtext_content {
1949     width: 50%;
1950     display: inline-block;
1951     vertical-align: top;
1952
1953     .richtext_preview {
1954       display: inline-block;
1955       padding: $lineheight;
1956       background-color: $offwhite;
1957       overflow-x: auto;
1958
1959       &.loading {
1960         background-image: image-url("loading.gif");
1961         background-repeat: no-repeat;
1962         background-position: center;
1963       }
1964
1965       > :first-child {
1966         margin-top: 0px;
1967       }
1968     }
1969   }
1970
1971   .richtext_help {
1972     display: inline-block;
1973     vertical-align: top;
1974     margin-left: 15px;
1975     background-color: #f8f8ff;
1976     padding: $lineheight/2;
1977     width: 220px;
1978
1979     ul {
1980       margin-bottom: 0;
1981     }
1982
1983     h4.heading, li {
1984       border-bottom: 1px solid #ccc;
1985       margin-bottom: $lineheight/4;
1986       padding-bottom: $lineheight/4;
1987     }
1988
1989     li h4, li span, li p {
1990       display: inline-block;
1991       vertical-align: top;
1992       font-size: 11px;
1993     }
1994
1995     li h4 {
1996       width: 40%;
1997       margin: 0;
1998     }
1999
2000     li span, li p {
2001       width: 50%;
2002       margin-left: $lineheight/2;
2003       margin-bottom: $lineheight/4;
2004       white-space: nowrap;
2005     }
2006   }
2007 }
2008
2009 /* Rules for the user notes list */
2010
2011 .note_list {
2012   tr.creator {
2013     background-color: #eeeeee;
2014   }
2015
2016   td {
2017     padding: 3px;
2018   }
2019
2020   p {
2021     margin-bottom: 0px;
2022   }
2023 }
2024
2025 /* Rules for the notes interface */
2026
2027 .leaflet-popup-content .note {
2028   padding-top: $lineheight/2;
2029 }
2030
2031 .leaflet-popup-content .note {
2032   h2 {
2033     margin-bottom: $lineheight/2;
2034   }
2035
2036   div {
2037     margin-top: $lineheight/2;
2038   }
2039
2040   .permalink {
2041     position: absolute;
2042     top: $lineheight/4;
2043     left: $lineheight/4;
2044     min-width: 15px;
2045     min-height: 15px;
2046   }
2047
2048   .permalink span {
2049     display: none;
2050     padding-left: $lineheight;
2051   }
2052
2053   .permalink:hover span {
2054     display: block;
2055   }
2056
2057   .warning {
2058     display: block;
2059     background-color: #ffe0cc;
2060     padding: 4px 6px;
2061     margin-bottom: $lineheight/2;
2062   }
2063
2064   .comment_body {
2065     margin-top: 2px;
2066     margin-bottom: 2px;
2067
2068     p {
2069       margin-top: 0px;
2070       margin-bottom: 0px;
2071     }
2072   }
2073
2074   .comment {
2075     width: 100%;
2076     height: 100px;
2077   }
2078
2079   .buttons {
2080     margin-top: $lineheight/4;
2081     text-align: right;
2082   }
2083 }
2084
2085 /* Rules for the iD editor */
2086
2087 .id-embed {
2088   width: 100%;
2089   height: 100%;
2090 }
2091
2092 /* Rules for dropdown menus */
2093
2094 .dropdown {
2095   position: relative;
2096 }
2097
2098 .dropdown-toggle {
2099   *margin-bottom: -3px;
2100 }
2101
2102 .dropdown-toggle:active,
2103 .open .dropdown-toggle {
2104   outline: 0;
2105 }
2106
2107 .caret {
2108   display: inline-block;
2109   width: 0;
2110   height: 0;
2111   vertical-align: top;
2112   border-top: 4px solid #000000;
2113   border-right: 4px solid transparent;
2114   border-left: 4px solid transparent;
2115   content: "";
2116 }
2117
2118 .dropdown .caret {
2119   margin-top: 8px;
2120   margin-left: 2px;
2121 }
2122
2123 .dropdown-menu {
2124   position: absolute;
2125   top: 100%;
2126   left: 0;
2127   z-index: 1000;
2128   display: none;
2129   float: left;
2130   min-width: 160px;
2131   padding: 5px 0;
2132   margin: 0;
2133   list-style: none;
2134   background-color: #ffffff;
2135   border: 1px solid #ccc;
2136   *border-right-width: 2px;
2137   *border-bottom-width: 2px;
2138   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2139      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2140           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2141   -webkit-background-clip: padding-box;
2142      -moz-background-clip: padding;
2143           background-clip: padding-box;
2144 }
2145
2146 .dropdown-menu.pull-right {
2147   right: 0;
2148   left: auto;
2149 }
2150
2151 .dropdown-menu .divider {
2152   *width: 100%;
2153   height: 1px;
2154   margin: 9px 1px;
2155   *margin: -5px 0 5px;
2156   overflow: hidden;
2157   background-color: #e5e5e5;
2158   border-bottom: 1px solid #ffffff;
2159 }
2160
2161 .dropdown-menu > li > a {
2162   display: block;
2163   padding: 3px 10px;
2164   clear: both;
2165   font-weight: normal;
2166   line-height: 20px;
2167   color: #333333;
2168   white-space: nowrap;
2169 }
2170
2171 .dropdown-menu > li > a:hover,
2172 .dropdown-menu > li > a:focus,
2173 .dropdown-submenu:hover > a,
2174 .dropdown-submenu:focus > a {
2175   color: #ffffff;
2176   text-decoration: none;
2177   background-color: $green;
2178 }
2179
2180 .dropdown-menu > .active > a,
2181 .dropdown-menu > .active > a:hover,
2182 .dropdown-menu > .active > a:focus {
2183   color: #ffffff;
2184   text-decoration: none;
2185   background-color: $green;
2186   outline: 0;
2187 }
2188
2189 .dropdown-menu > .disabled > a,
2190 .dropdown-menu > .disabled > a:hover,
2191 .dropdown-menu > .disabled > a:focus {
2192   color: #999999;
2193 }
2194
2195 .dropdown-menu > .disabled > a:hover,
2196 .dropdown-menu > .disabled > a:focus {
2197   text-decoration: none;
2198   cursor: default;
2199   background-color: transparent;
2200   background-image: none;
2201 }
2202
2203 .open {
2204   *z-index: 1000;
2205 }
2206
2207 .open > .dropdown-menu {
2208   display: block;
2209 }
2210
2211 .dropdown-backdrop {
2212   position: fixed;
2213   top: 0;
2214   right: 0;
2215   bottom: 0;
2216   left: 0;
2217   z-index: 990;
2218 }
2219
2220 /* Rules for the "Welcome" page */
2221 .site-welcome {
2222   .center {
2223     text-align: center;
2224     .sprite { 
2225       float: none;
2226       margin: auto;
2227     }
2228   }
2229
2230   .sprite {
2231     background-image: image-url("welcome-sprite.png");
2232     background-size: 500px 250px;
2233     display: block;
2234     float: left;
2235   }
2236
2237   .icon-list { 
2238     padding-bottom: 20px;
2239     div {
2240       margin-bottom: 10px;
2241       p {
2242         padding-top: 10px;
2243       }
2244     }
2245   }
2246   .sprite.small {
2247     width: 50px;
2248     height: 50px;
2249   }
2250
2251   .sprite.x {
2252     background-position: -50px 0;
2253   }
2254
2255   .sprite.term {
2256     margin-right: 10px;
2257     vertical-align: middle;
2258   }
2259
2260   .sprite.node {
2261     background-position: -100px 0;
2262   }
2263
2264   .sprite.way {
2265     background-position: -150px 0;
2266   }
2267
2268   .sprite.tag {
2269     background-position: -200px 0;
2270   }
2271
2272   .sprite.editor {
2273     background-position: -250px 0;
2274   }
2275
2276   .sprite.question {
2277     background-position: -300px 0;
2278   }
2279
2280   .start-mapping {
2281     margin: auto;
2282     cursor: pointer;
2283     border: none;
2284     padding: 20px 40px;
2285     font-size: 30px;
2286     text-decoration: none;
2287   }
2288
2289   .note-box {
2290     margin-top: 20px;
2291     background-color: $offwhite;
2292   }
2293
2294   .icon.note {
2295     background-color: #333;
2296     border-radius: 4px;
2297   }
2298 }
2299
2300 .site-about #content {
2301   background-color: #000;
2302   background-position: 50% 50%;
2303   background-repeat: no-repeat;
2304   background-size: cover;
2305   background-attachment: fixed;
2306
2307   &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2308   &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2309   &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2310   &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2311   &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2312   &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2313
2314   .caption {
2315     max-width: 200px;
2316     font: italic 14px/20px 'Times New Roman', serif;
2317     position: fixed;
2318     text-align: right;
2319     right: 20px;
2320     bottom: 60px;
2321     text-shadow: #000 0px 1px 5px;
2322     color: #fff;
2323     display: none;
2324   }
2325
2326   .caption a {
2327     color: white;
2328     white-space: nowrap;
2329     text-decoration: none;
2330   }
2331
2332   a.next {
2333     display: block;
2334     position: fixed;
2335     right: 10px;
2336     bottom: 10px;
2337     width: 40px;
2338     height: 40px;
2339     border-radius: 5px;
2340     text-indent: -9999px;
2341     overflow: hidden;
2342     background: image-url('about/sprite.png') -120px 0px no-repeat;
2343     background-color: #000;
2344     background-color: rgba(0, 0, 0, 0.5);
2345   }
2346
2347   .content-inner {
2348     position: relative;
2349     color: #333;
2350     min-width: 320px;
2351     max-width: 640px;
2352
2353     .section {
2354       margin-bottom: 30px;
2355     }
2356
2357     .section:last-child {
2358       margin-bottom: 0;
2359     }
2360   }
2361
2362   .text {
2363     background: white;
2364     padding: 40px;
2365   }
2366
2367   .attr {
2368     position: relative;
2369     padding: 170px 20px 20px 20px;
2370     background: #333;
2371     background: rgba(0, 0, 0, .8);
2372     margin-bottom: 0;
2373
2374     strong {
2375       display: block;
2376       color: white;
2377       font-size: 25px;
2378       span {
2379         color: #76c551;
2380       }
2381     }
2382
2383     .user-image {
2384       position: absolute;
2385       top: 0px;
2386       right: 240px;
2387       left: 0px;
2388       height: 150px;
2389       background-position: 0 50%;
2390       background-repeat: no-repeat;
2391       background-image: image-url('about/osm.png');
2392       background-size: cover;
2393       background-color: #76c551;
2394     }
2395
2396     .byosm {
2397       position: absolute;
2398       top: 0px;
2399       right: 0px;
2400       z-index: 1;
2401       width: 240px;
2402       height: 150px;
2403       padding: 20px 20px 20px 40px;
2404       font: bold 24px/25px Helvetica, Arial, sans-serif;
2405       white-space: nowrap;
2406       color: #fff;
2407       background: #76c551
2408     }
2409
2410     .byosm span {
2411       display: inline-block;
2412       width: 25px;
2413       margin-left: -25px;
2414     }
2415   }
2416
2417   h2 {
2418     margin-bottom: 10px;
2419   }
2420
2421   .icon {
2422     width: 30px;
2423     height: 30px;
2424     margin-right: 10px;
2425     vertical-align: middle;
2426     background: 40px 40px image-url('about/sprite.png') no-repeat;
2427
2428     &.local        { background-position: 0px    0px; }
2429     &.community    { background-position: 0px  -40px; }
2430     &.open         { background-position: 0px  -80px; }
2431     &.contributors { background-position: 0px -120px; }
2432     &.infringement { background-position: 0px -160px; }
2433   }
2434 }
2435
2436 @import 'browse';