]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/common.css.scss
a5ce309813d16c176f332d59f0b57b4a11556efd
[rails.git] / app / assets / stylesheets / common.css.scss
1 /* Styles common to large and small screens */
2
3 /* Default rules for the body of every page */
4
5 body {
6   font-family: 'Helvetica Neue',Arial,sans-serif;
7   font-size: 14px;
8   line-height: 20px;
9   color: #222;
10   background-color: #fff;
11   margin: 0px;
12   padding: 0px;
13 }
14
15 body.slim {
16   background-color: #f0f0f0;
17 }
18
19 /* Rules for links */
20
21 a {
22   color: #00f;
23   text-decoration: none;
24 }
25
26 a:hover {
27   text-decoration: underline;
28 }
29
30 /* Rules for horizontal lines */
31
32 hr {
33   border: none;
34   background-color: #ccc;
35   color: #ccc;
36   height: 1px;
37 }
38
39 /* Default rules for headings */
40
41 h2 {
42   margin: 5px 0;
43   font-size: 25px;
44   line-height: 30px;
45 }
46
47 /* Rules for the whole left sidebar, including the logo */
48
49 #left {
50   position: absolute;
51   top: 0px;
52   width: 185px;
53   font-size: 11px;
54   line-height: 12px;
55 }
56
57 /* Rules for the OpenStreetMap logo in the top left corner */
58
59 #logo {
60   width: 170px;
61   min-width: 170px;
62   padding: 5px;
63   text-align: center;
64   margin: 25px 0 5px 0;
65 }
66
67 #logo h1 {
68   font-size: 18px;
69   line-height: 20px;
70   text-align: center;
71   margin: 0px;
72 }
73
74 #logo h2 {
75   font-size: 10px;
76   line-height: 15px;
77   margin: 0px;
78 }
79
80 /* Rules for the site name */
81
82 #small-title {
83   display: none;
84 }
85
86 /* Rules for the introductory text displayed in the left sidebar to new users */
87
88 #intro {
89   border-top: 1px solid #ccc;
90 }
91
92 #intro p {
93   margin: 5px;
94 }
95
96 /*
97  * Rules for alert boxes shown in the left sidebar when important
98  * information needs to be conveyed such as when the site is
99  * undergoing maintenance.
100  */
101
102 #alert {
103   width: 170px;
104   margin: 5px;
105   padding: 5px;
106   border: 1px solid #ccc;
107   background: #d00;
108   line-height: 1.2em;
109   font-size: 14px;
110   border-radius: 5px;
111   -moz-border-radius: 5px;
112 }
113
114 /*
115  * Rules for notice boxes shown in the left sidebar when important, but
116  * non-critical information needs to be conveyed such as notices about
117  * donation drives.
118  */
119
120 .notice {
121   width: 170px;
122   margin: 5px;
123   padding: 5px;
124   border: 1px solid #ccc;
125   background: #ea0;
126   line-height: 20px;
127   font-size: 14px;
128   border-radius: 5px;
129   -moz-border-radius: 5px;
130 }
131
132 /* Rules for the menu displayed in the left sidebar */
133
134 .left_menu {
135   padding: 5px;
136   margin: 4px 0;
137   border-top: 1px solid #ccc;
138   border-bottom: 1px solid #ccc;
139   line-height: 20px;
140   font-size: 14px;
141   font-weight: bold;
142 }
143
144 .left_menu h1 {
145   font-style: normal;
146   font-size: 15px;
147 }
148
149 .left_menu ul {
150   margin: 0px;
151   list-style-type: none;
152 }
153
154 .left_menu li {
155   margin: 0px;
156   padding: 0px;
157 }
158
159 .left_menu a {
160   color: #000;
161 }
162
163 /* Rules for SOTM advert */
164
165 #sotm {
166   width: 180px;
167   min-width: 180px;
168   margin: 5px;
169   padding: 0px;
170   border: 0px;
171   background: #fff;
172 }
173
174 /*
175  * Rules for "optional boxes" which appear in the left sidebar on
176  * certain pages. Current users are the seach box on the main page
177  * and the tag cloud on the traces pages.
178  */
179
180 .optionalbox {
181   padding: 5px;
182   margin: 4px 0;
183   border-top: 1px solid #ccc;
184 }
185
186 .optionalbox h1 {
187   font-size: 14px;
188   font-weight: bold;
189   line-height: 20px;
190   margin: 0px;
191   vertical-align: bottom;
192 }
193
194 /* Rules for the search box */
195
196 .whereami {
197   line-height: 20px;
198   vertical-align: bottom;
199 }
200
201 .search_container {
202   height: 15px;
203   padding-bottom: 5px;
204 }
205
206 #search_field form {
207   width: 100%;
208   margin: 0px;
209   padding: 0px;
210 }
211
212 #search_field input[type="text"] {
213   width: 136px;
214 }
215
216 #search_field input[type="submit"] {
217   width: 26px;
218   padding-left: 0px;
219   padding-right: 0px;
220 }
221
222 .search_help {
223   margin-top: 2px;
224   margin-bottom: 0px;
225 }
226
227 /* Rules for donation request box */
228
229 .donate {
230   width: 155px;
231   margin: 10px 5px;
232   padding: 5px;
233   border: 1px solid #ccc;
234   background: #cbeea7;
235   line-height: 20px;
236   text-align: center;
237   font-size: 14px;
238   border-radius: 5px;
239   -moz-border-radius: 5px;
240 }
241
242 /* Rules for Creative Commons logo button */
243
244 #cclogo {
245   margin-top: 10px;
246   margin-bottom: 10px;
247 }
248
249 /* Rules for tabbed navigation bar */
250
251 #tabnav {
252   height: 20px;
253   margin: 0px;
254   padding-top: 5px;
255   background: image-url('tab_bottom.gif') repeat-x bottom;
256 }
257
258 #tabnav li {
259   margin: 0px;
260   padding: 0px;
261   display: inline;
262   list-style-type: none;
263 }
264
265 #tabnav a, #tabnav a:link, #tabnav a:visited {
266   background: #f3f3f3;
267   font-size: 13px;
268   line-height: 14px;
269   font-weight: bold;
270   padding: 2px 10px;
271   border: 1px solid #ccc;
272   text-decoration: none;
273   color: #333;
274   border-top-right-radius: 5px;
275   -moz-border-radius-topright: 5px;
276   border-top-left-radius: 5px;
277   -moz-border-radius-topleft: 5px;
278 }
279
280 #tabnav a:link.active, #tabnav a:visited.active {
281   border-bottom: 1px solid #fff;
282   background: #fff;
283   color: #000;
284 }
285
286 #tabnav a:link:hover, #tabnav a:visited:hover {
287   background: #fff;
288 }
289
290 #tabnav a:link.disabled,
291 #tabnav a:visited.disabled,
292 #tabnav a:link:hover.disabled,
293 #tabnav a:visited:hover.disabled {
294   background: #bbbbbb;
295   color: white
296 }
297
298 /* Rules for greeting bar in the top right corner */
299
300 #greeting {
301   height: 20px;
302   margin: 0px;
303   padding-top: 5px;
304   font-size: 13px;
305   line-height: 15px;
306   background: image-url('tab_bottom.gif') repeat-x bottom;
307 }
308
309 .greeting-bar-unread {
310   font-weight: bold;
311 }
312
313 /* Rules for the message shown in place of the map when javascript is disabled */
314
315 #noscript {
316   z-index: 20000000;
317   position: absolute;
318   top: 15px;
319 }
320
321 /* Rules for OpenLayers maps */
322
323 #map {
324   margin: 0px;
325   padding: 0px;
326 }
327
328 .olControlAttribution {
329   bottom: 15px !important;
330   left: 0px !important;
331   right: 0px !important;
332   text-align: center;
333 }
334
335 #permalink {
336   z-index: 10000;
337   position: absolute;
338   bottom: 0px;
339   right: 0px;
340   padding: 5px;
341   background:#fff;
342   text-align: right;
343   font-size: 12px;
344 }
345
346 #permalink a {
347     padding: 5px;
348 }
349
350 /* Rules for edit menu */
351
352 .menu {
353   display: none;
354   z-index: 10000;
355   position: absolute;
356   background-color: #ffffff;
357   border: 1px solid black;
358 }
359
360 .menu ul {
361   margin-top: 10px;
362   margin-bottom: 10px;
363   padding-left: 10px;
364   padding-right: 10px;
365 }
366
367 .menu li {
368   list-style-type: none;
369   white-space: nowrap;
370 }
371
372 /* Rules for attribution text under the main map shown on printouts */
373
374 #attribution {
375   display: none;
376 }
377
378 .attribution_notice {
379   text-align: center;
380 }
381
382 /* Rules for the popout map sidebar */
383
384 #sidebar {
385   display: none;
386   position: absolute;
387   margin: 0px;
388   padding: 0px;
389   width: 30%;
390   top: 0px;
391   bottom: 0px;
392 }
393
394 #sidebar #sidebar_content {
395   overflow: auto;
396   position: absolute;
397   font-size: 13px;
398   line-height: 15px;
399   top: 29px;
400   bottom: 0px;
401   left: 0px;
402   right: 0px;
403 }
404
405 #sidebar .sidebar_title {
406   margin: 0px;
407   padding: 3px 6px 4px 6px;
408   height: 29px;
409   font-size: 14px;
410   line-height: 15px;
411   background: #bbb;
412 }
413
414 /* Rules for the map key which appears in the popout sidebar */
415
416 #mapkey h3 {
417   font-size: 110%;
418   font-weight: normal;
419   text-align: center;
420 }
421
422 #mapkey .mapkey-table {
423   padding-left: 5px;
424   padding-right: 5px;
425 }
426
427 #mapkey .mapkey-table-key {
428 }
429
430 #mapkey .mapkey-table-value {
431   font-size: 90%;
432 }
433
434 /* Rules for search results which appear in the popout sidebar */
435
436 .search_searching {
437   margin-top: 5px;
438   margin-bottom: 5px;
439 }
440
441 .search_results_heading {
442   margin: 0px;
443   padding: 3px 5px;
444   background: #eee;
445 }
446
447 .search_results_entry {
448   margin: 0px;
449   padding: 2px 5px;
450 }
451
452 .search_results_error {
453   margin: 0px;
454   padding: 2px 6px 0px;
455   color: #f00;
456 }
457
458 /* Rules for data browser information which appears in the popout sidebar */
459
460 .browse_heading {
461   margin: 0px;
462   padding: 3px 6px;
463   border: 1px solid #ccc;
464   background: #ddd;
465 }
466
467 .browse_details {
468   margin: 0px;
469   padding: 0px 6px;
470 }
471
472 /* Rules for export information which appears in the popout sidebar */
473
474 .export_heading {
475   margin: 0px;
476   padding: 2px 5px;
477   border-bottom: 1px solid #ccc;
478   font-weight: bold;
479 }
480
481 .export_bounds {
482   width: 100%;
483   text-align: center;
484 }
485
486 .export_bound {
487   margin: 5px;
488 }
489
490 .export_details {
491   padding: 2px 6px;
492 }
493
494 #export_osm {
495   display: none;
496 }
497
498 #export_mapnik {
499   display: none;
500 }
501
502 #export_osmarender {
503   display: none;
504 }
505
506 .export_hint {
507   padding: 0px 12px;
508   font-style: italic;
509 }
510
511 .export_buttons {
512   width: 100%;
513   text-align: center;
514 }
515
516 /* Rules for the main content area */
517
518 body.site #content {
519   padding: 0px;
520   margin: 0px;
521   position: absolute;
522   bottom: 0px;
523 }
524
525 #content {
526   padding: 10px;
527   margin: 0px;
528   position: absolute;
529   bottom: 0px;
530 }
531
532 #slim_container {
533   width: 100%;
534 }
535
536 #slim_container_content {
537   max-width: 50em;
538   background-color: #FFFFFF;
539   margin: 10px auto;
540   padding: 3px;
541   border-radius: 25px;
542   -moz-border-radius: 25px;
543   border: 1px solid #e6e6e6;
544 }
545
546 #slim_content {
547   margin: 10px;
548   margin-top: 90px;
549   max-width: 50em;
550 }
551
552 #slim_header {
553   margin: 10px;
554   position: absolute;
555   top: 0px;
556 }
557
558 #slim_header img {
559   vertical-align: middle;
560   margin-bottom: 5px;
561 }
562
563 /* Rules for the home page */
564
565 .site_index #map {
566   position: absolute;
567   top: 0px;
568   bottom: 0px;
569   left: 0px;
570   right: 0px;
571 }
572
573 .site_export #map {
574   position: absolute;
575   top: 0px;
576   bottom: 0px;
577   left: 0px;
578   right: 0px;
579 }
580
581 /* Rules for the edit page */
582
583 .site_edit #map {
584   position: absolute;
585   top: 0px;
586   bottom: 0px;
587   left: 0px;
588   right: 0px;
589 }
590
591 /* Rules for the changeset list shown by the history tab etc */
592
593 #changeset_list_container {
594   position: relative;
595 }
596
597 #changeset_list {
598   width: 50%;
599   font-size: small;
600   border-collapse: collapse;
601   border-width: 0px;
602   margin-top: 1px;
603   margin-bottom: 1px;
604 }
605
606 #changeset_list td {
607   vertical-align: top;
608   padding: 3px;
609 }
610
611 #changeset_list .date {
612   white-space: nowrap;
613 }
614
615 #changeset_list .user {
616   white-space: nowrap;
617 }
618
619 #changeset_list .area {
620   white-space: nowrap;
621 }
622
623 #changeset_list .selected {
624   background-color: rgb(255, 255, 160);
625   background-color: rgba(255, 255, 85, 0.5);
626 }
627
628 #changeset_list_map {
629   position: absolute;
630   top: 0px;
631   bottom: 0px;
632   width: 49%;
633   min-height: 400px;
634   border: solid 1px black;
635 }
636
637 /* Rules for the data browser */
638
639 #browse_navigation {
640   width: 250px;
641   text-align: center;
642 }
643
644 table.browse_details th {
645   white-space: nowrap;
646 }
647
648 #browse_map {
649   width: 250px;
650 }
651
652 #browse_map #small_map {
653   width: 250px;
654   height: 300px;
655   border: solid 1px black;
656 }
657
658 #browse_map .geolink {
659   display: none;
660 }
661
662 /* Rules for the trace list shown by the traces tab etc */
663
664 #trace_list {
665   font-size: small;
666   border-collapse: collapse;
667   border-width: 0px;
668 }
669
670 #trace_list .trace_summary {
671   font-size: 12px;
672   color: gray;
673 }
674
675 #trace_list .trace_pending {
676   color: red;
677 }
678
679 #trace_list .trace_public {
680   color: green;
681 }
682
683 #trace_list .trace_identifiable {
684   color: green;
685 }
686
687 #trace_list .trace_trackable {
688   color: red;
689 }
690
691 #trace_list .trace_private {
692   color: red;
693 }
694
695 /* Rules for the user list */
696
697 #user_list {
698   width: 100%;
699   font-size: small;
700 }
701
702 #user_list tr {
703   vertical-align: middle;
704 }
705
706 #user_list p {
707   margin-top: 0px;
708   margin-bottom: 0px;
709 }
710
711 #user_list_actions {
712   margin-top: 10px;
713 }
714
715 /* Rules for the new diary entry page */
716
717 .diary_entry div#map {
718   position: relative;
719   width: 90%;
720   height: 400px;
721   display: none;
722 }
723
724 /* Rules for the login page */
725
726 #login_wrapper div {
727   margin: 5px;
728   padding: 15px;
729   border-radius: 15px;
730   -moz-border-radius: 15px;
731 }
732
733 #login_login {
734   background-color: #f5f5ff;
735   border: 1px solid #f3f3ff;
736   border-radius: 15px;
737   -moz-border-radius: 15px;
738 }
739
740 #login_login h1 {
741   margin-top: 5px;
742 }
743
744 table#login_openid_buttons {
745   padding-bottom: 10px;
746 }
747
748 #login_openid_buttons td {
749   padding-left: 10px;
750   padding-right: 10px;
751   padding-top: 5px;
752   padding-bottom: 5px;
753 }
754
755 #login_openid_buttons img {
756   border: 0;
757 }
758
759 #login_signup form.button-to div {
760   margin: 0px;
761   padding: 0px;
762 }
763
764 /* Rules for the account confirmation page */
765
766 div#contributorTerms {
767   border: 1px solid black;
768   padding: 4px;
769   overflow: auto;
770   width: 95%;
771   height: 400px;
772 }
773
774 div#slim_content div#contributorTerms {
775   width: auto;
776 }
777
778 div#contributorTerms p#first {
779   margin-top: 0px;
780 }
781
782 div#contributorTerms p#last {
783   margin-bottom: 0px;
784 }
785
786 div#contributorTerms ol {
787   margin-bottom: 0px;
788 }
789
790 div#contributorTerms img {
791   display: block;
792   margin-left: auto;
793   margin-right: auto;
794   margin-top: 10%;
795 }
796
797 form#termsForm {
798   width: 95%;
799   margin-bottom: 3em;
800 }
801
802 div#slim_content form#termsForm {
803   width: auto;
804 }
805
806 p#contributorGuidance {
807   background-color: #f5f5ff;
808   border: 1px solid #f3f3ff;
809   border-radius: 15px;
810   -moz-border-radius: 15px;
811   padding: 10px;
812 }
813
814 /* Rules for the account settings page */
815
816 #accountForm td {
817   padding-bottom: 10px;
818 }
819
820 #accountForm .user_map {
821   position: relative;
822   width: 500px;
823   height: 400px; 
824 }
825
826 #accountImage td {
827   padding-bottom: 0px;
828 }
829
830 .nohome .location {
831   display: none;
832 }
833
834 #homerow .message {
835   display: none;
836 }
837
838 .nohome .message {
839   display: inline !important;
840 }
841
842 #accountForm input[type=submit] {
843   margin-top: 15px;
844 }
845
846 /* Rules for the user view */
847
848 .user_view .user_map {
849   position: relative;
850   width: 400px;
851   height: 400px; 
852 }
853
854 .user_view .user_map p#no_home_location {
855   position: absolute;
856   top: 0px;
857   bottom: 0px;
858   width: 90%;
859   height: 30%;
860   margin: auto 5%
861 }
862
863 /* Rules for the user map */
864
865 .user_map .olControlPanZoomBar {
866   display: none;
867 }
868
869 .user_map .olControlPanZoom {
870   display: block;
871 }
872
873 /* Rules for user popups on maps */
874
875 .user_popup p {
876   padding-top: 3px;
877   padding-bottom: 3px;
878   margin-top: 0px;
879   margin-bottom: 0px;
880   margin-left: 55px;
881   margin-right: 2px;
882 }
883
884 .user_popup img.user_thumbnail {
885   float: left;
886 }
887
888 /* Rules for message in/out box page */
889
890 #messages {
891   border: 1px solid #ccc;
892 }
893
894 .inbox-row-unread .inbox-subject {
895   font-weight: bold;
896 }
897
898 /* Rules for "flash" notice boxes shown at the top of the content area */
899
900 #error {
901   border: 1px solid red;
902   padding: 7px;
903   background-color: #fff0f0;
904   margin-bottom: 20px;
905   border-radius: 5px;
906   -moz-border-radius: 5px;
907 }
908
909 #warning {
910   border: 1px solid orange;
911   padding: 7px;
912   background-color: #fff6f0;
913   margin-bottom: 20px;
914   border-radius: 5px;
915   -moz-border-radius: 5px;
916 }
917
918 #notice {
919   border: 1px solid green;
920   padding: 7px;
921   background-color: #f0fff0;
922   margin-bottom: 20px;
923   border-radius: 5px;
924   -moz-border-radius: 5px;
925 }
926
927 /* Rules for highlighting fields with rails validation errors */
928
929 .field_with_errors {
930   padding: 2px;
931   background-color: red;
932   display: table;
933 }
934
935 /* Rules for rails validation error boxes */
936
937 #errorExplanation {
938   width: 400px;
939   border: 2px solid red;
940   padding: 7px;
941   padding-bottom: 12px;
942   margin-bottom: 20px;
943   background-color: #f0f0f0;
944 }
945
946 #errorExplanation h2 {
947   font-weight: bold;
948   font-size: 12px;
949   margin: -7px;
950   background-color: #c00;
951   color: #fff;
952 }
953
954 #errorExplanation p {
955   color: #333;
956   margin-bottom: 0px;
957   padding: 5px;
958 }
959
960 #errorExplanation ul li {
961   font-size: 12px;
962   list-style: square;
963 }
964
965 /* Rules for forms */
966
967 .fieldName {
968   vertical-align: top;
969   font-weight: bold;
970   font-size: 12px;
971   line-height: 20px;
972 }
973
974 .minorNote {
975   font-size: 0.8em;
976 }
977
978 input[type="text"],
979 input[type="email"],
980 input[type="url"],
981 input[type="password"],
982 textarea {
983   border: 1px solid #888;
984 }
985
986 /* Rules for user images */
987
988 img.user_image {
989   max-width: 100px;
990   max-height: 100px;
991   border: 1px solid black;
992 }
993
994 img.user_thumbnail {
995   max-width: 50px;
996   max-height: 100px;
997   border: 1px solid black;
998 }
999
1000 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1001
1002 .nowrap {
1003   white-space: nowrap;
1004 }
1005
1006 /* Rules for geo microformats */
1007
1008 abbr.geo {
1009   border-bottom: none;
1010 }
1011
1012 /* Rules for RSS buttons */
1013
1014 .rsssmall {
1015   position: relative;
1016   top: 4px;
1017 }
1018
1019 /* Rules for doing distinct colour of alternate table rows */
1020
1021 .table0 {
1022   background: #f6f6f6;
1023 }
1024
1025 .table1 {
1026   background: #fff;
1027 }
1028
1029 /* Rules for OpenID logo */
1030
1031 .openid_logo {
1032   vertical-align: text-bottom;
1033   border: 0;
1034 }