1 /* Styles common to large and small screens */
3 /* Default rules for the body of every page */
6 font-family: 'Helvetica Neue',Arial,sans-serif;
10 background-color: #fff;
16 background-color: #f0f0f0;
23 text-decoration: none;
27 text-decoration: underline;
30 /* Rules for horizontal lines */
34 background-color: #ccc;
39 /* Default rules for headings */
47 /* Rules for the whole left sidebar, including the logo */
57 /* Rules for the OpenStreetMap logo in the top left corner */
84 /* Rules for the site name */
94 /* Rules for the introductory text displayed in the left sidebar to new users */
104 .sidebar-copy.intro {
106 border-top: 1px solid #ccc;
110 * Rules for alert boxes shown in the left sidebar when important
111 * information needs to be conveyed such as when the site is
112 * undergoing maintenance.
116 padding: 4px 5px 4px 5px;
117 border-top: 1px solid #ccc;
131 * Rules for notice boxes shown in the left sidebar when important, but
132 * non-critical information needs to be conveyed such as notices about
137 padding: 4px 5px 4px 5px;
138 border-top: 1px solid #ccc;
150 /* Rules for the menu displayed in the left sidebar */
155 border-top: 1px solid #ccc;
168 list-style-type: none;
177 .left_menu ul li ul {
187 /* Rules for SOTM advert */
202 * Rules for "optional boxes" which appear in the left sidebar on
203 * certain pages. Current users are the seach box on the main page
204 * and the tag cloud on the traces pages.
217 vertical-align: bottom;
220 /* Rules for the search box */
235 #search_field input[type="text"] {
241 box-shadow: inset #DDD 0px 1px 3px;
242 box-sizing: border-box;
243 -webkit-box-sizing: border-box;
244 -moz-box-sizing: border-box;
245 -ms-box-sizing: border-box;
248 #search_field input[type="text"]:focus {
250 border: 1px solid #000;
253 #search_field input[type="submit"] {
260 background: url(sprite.png);
279 /* Rules for donation request box */
285 border: 1px solid #AED1A0;
291 -moz-border-radius: 2px;
298 /* Rules for Creative Commons logo button */
305 /* Rules for tabbed navigation bar */
308 border-bottom: 1px solid #ccc;
322 list-style-type: none;
325 #tabnav a, #tabnav a:link, #tabnav a:visited {
331 text-decoration: none;
333 -webkit-transition: color 200ms ease-in;
334 -moz-transition: color 200ms ease-in;
335 -o-transition: color 200ms ease-in;
336 transition: color 200ms ease-in;
339 body.site-index #tabnav a#viewanchor,
340 body.site-edit #tabnav a#editanchor,
341 body.changeset-list #tabnav a#historyanchor,
342 body.site-export #tabnav a#exportanchor {
343 border-bottom: 1px solid #aaa;
348 #tabnav a:link:hover, #tabnav a:visited:hover {
349 text-decoration:underline;
352 #tabnav a:link.disabled,
353 #tabnav a:visited.disabled,
354 #tabnav a:link:hover.disabled,
355 #tabnav a:visited:hover.disabled {
360 #tabnav a:link.disabled:hover,
361 #tabnav a:visited.disabled:hover,
362 #tabnav a:link:hover.disabled:hover,
363 #tabnav a:visited:hover.disabled:hover {
364 text-decoration: none;
376 /* Rules for greeting bar in the top right corner */
385 .greeting-bar-unread {
389 /* Rules for the message shown in place of the map when javascript is disabled */
397 /* Rules for OpenLayers maps */
405 .olControlAttribution {
406 bottom: 15px !important;
407 left: 0px !important;
408 right: 0px !important;
427 /* Rules for edit menu */
434 text-decoration: none !important;
442 background-color: #ffffff;
443 border: 1px solid #cccccc;
455 list-style-type: none;
456 border-top: 1px solid #eee;
460 /* Rules for attribution text under the main map shown on printouts */
466 .attribution_notice {
470 /* Rules for the popout map sidebar */
482 #sidebar #sidebar_content {
493 #sidebar .sidebar_title {
495 padding: 3px 6px 4px 6px;
502 /* Rules for the map key which appears in the popout sidebar */
510 #mapkey .mapkey-table {
515 #mapkey .mapkey-table-key img {
521 #mapkey .mapkey-table-value {
525 /* Rules for search results which appear in the popout sidebar */
532 .search_results_heading {
535 border-bottom: 1px solid #ccc;
539 .search_results_entry {
544 .search_results_error {
546 padding: 2px 6px 0px;
550 /* Rules for data browser information which appears in the popout sidebar */
555 border: 1px solid #ccc;
564 /* Rules for export information which appears in the popout sidebar */
569 border-bottom: 1px solid #ccc;
608 /* Rules for the main content area */
617 .site-index #content,
619 .site-export #content {
628 #slim_container_content {
630 background-color: #FFFFFF;
634 -moz-border-radius: 25px;
635 border: 1px solid #e6e6e6;
651 vertical-align: middle;
655 /* rules for text content pages */
660 /* Rules for the home page */
678 /* Rules for the edit page */
689 /* Rules for the changeset list shown by the history tab etc */
691 #changeset_list_container {
698 border-collapse: collapse;
709 #changeset_list .date {
713 #changeset_list .user {
717 #changeset_list .area {
721 #changeset_list .selected {
722 background-color: rgb(255, 255, 160);
723 background-color: rgba(255, 255, 85, 0.5);
726 #changeset_list_map {
732 border: solid 1px black;
735 /* Rules for the data browser */
742 table.browse_details th {
750 #browse_map #small_map {
753 border: solid 1px black;
756 #browse_map .geolink {
760 /* Rules for the trace list shown by the traces tab etc */
764 border-collapse: collapse;
768 #trace_list .trace_summary {
773 #trace_list .trace_pending {
777 #trace_list .trace_public {
781 #trace_list .trace_identifiable {
785 #trace_list .trace_trackable {
789 #trace_list .trace_private {
793 /* Rules for the user list */
801 vertical-align: middle;
813 /* Rules for the new diary entry page */
815 .diary_entry div#map {
819 border: 1px solid #ccc;
823 /* Rules for the login page */
829 -moz-border-radius: 15px;
833 background-color: #f5f5ff;
834 border: 1px solid #f3f3ff;
836 -moz-border-radius: 15px;
843 table#login_openid_buttons {
844 padding-bottom: 10px;
847 #login_openid_buttons td {
854 #login_openid_buttons img {
858 #login_signup form.button-to div {
863 /* Rules for the account confirmation page */
865 div#contributorTerms {
866 border: 1px solid black;
873 div#slim_content div#contributorTerms {
877 div#contributorTerms p#first {
881 div#contributorTerms p#last {
885 div#contributorTerms ol {
889 div#contributorTerms img {
901 div#slim_content form#termsForm {
905 p#contributorGuidance {
906 background-color: #f5f5ff;
907 border: 1px solid #f3f3ff;
909 -moz-border-radius: 15px;
913 /* Rules for the account settings page */
920 padding-bottom: 10px;
923 #accountForm .user_map {
927 border: 1px solid #ccc;
943 display: inline !important;
946 #accountForm input[type=submit] {
950 /* Rules for the user view */
952 .user-view .user_map {
956 border: 1px solid #ccc;
959 .user-view .user_map p#no_home_location {
968 /* Rules for the user map */
970 .user_map .olControlSimplePanZoom {
974 .user_map .olControlZoom {
978 /* Rules for user popups on maps */
989 .user_popup img.user_thumbnail {
993 /* Rules for message in/out box page */
996 border-collapse:collapse;
1001 .messages tbody tr {
1002 border-top:1px solid #ccc;
1005 .messages .inbox-row {
1014 .inbox-row .inbox-mark-read {
1019 border-bottom:1px solid #ccc;
1020 padding:5px 0 4px 0;
1024 .info-line form div {
1028 .info-line .user_thumbnail_tiny {
1029 vertical-align:middle;
1036 .inbox-row-unread .inbox-mark-unread {
1040 /* Rules for "flash" notice boxes shown at the top of the content area */
1043 border: 1px solid red;
1045 background-color: #fff0f0;
1046 margin-bottom: 20px;
1048 -moz-border-radius: 5px;
1052 border: 1px solid orange;
1054 background-color: #fff6f0;
1055 margin-bottom: 20px;
1057 -moz-border-radius: 5px;
1061 border: 1px solid green;
1063 background-color: #f0fff0;
1064 margin-bottom: 20px;
1066 -moz-border-radius: 5px;
1069 /* Rules for highlighting fields with rails validation errors */
1071 .field_with_errors {
1073 background-color: red;
1077 /* Rules for rails validation error boxes */
1081 border: 2px solid red;
1083 padding-bottom: 12px;
1084 margin-bottom: 20px;
1085 background-color: #f0f0f0;
1088 #errorExplanation h2 {
1092 background-color: #c00;
1096 #errorExplanation p {
1102 #errorExplanation ul li {
1107 /* Rules for forms */
1110 vertical-align: top;
1121 input[type="email"],
1123 input[type="password"],
1125 border: 1px solid #ccc;
1128 /* Rules for user images */
1133 border: 1px solid #ccc;
1136 img.user_thumbnail {
1139 border: 1px solid #ccc;
1142 img.user_thumbnail_tiny {
1145 border: 1px solid #ccc;
1148 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1151 white-space: nowrap;
1154 /* Rules for geo microformats */
1157 border-bottom: none;
1160 /* Rules for RSS buttons */
1167 /* Rules for doing distinct colour of alternate table rows */
1170 background: #f6f6f6;
1177 /* Rules for OpenID logo */
1180 vertical-align: text-bottom;
1184 /* Rules for rich text editors */
1186 .richtext_container {
1187 white-space: nowrap;
1190 display: inline-block;
1191 vertical-align: top;
1194 display: inline-block;
1197 border: 4px solid #eee;
1198 background-color: #eee;
1199 white-space: normal;
1202 background-image: image-url("loading.gif");
1203 background-repeat: no-repeat;
1204 background-position: center;
1214 display: inline-block;
1215 vertical-align: top;
1216 background-color: #ddd;
1217 padding: 5px 10px 10px 10px;
1225 vertical-align: top;
1231 padding: 0px !important;
1234 input.richtext_doedit {
1235 margin-top: 5px !important;
1238 input.richtext_dopreview {
1239 margin-top: 5px !important;