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 */
661 /* Rules for the home page */
679 /* Rules for the edit page */
690 /* Rules for the changeset list shown by the history tab etc */
692 #changeset_list_container {
699 border-collapse: collapse;
710 #changeset_list .date {
714 #changeset_list .user {
718 #changeset_list .area {
722 #changeset_list .selected {
723 background-color: rgb(255, 255, 160);
724 background-color: rgba(255, 255, 85, 0.5);
727 #changeset_list_map {
733 border: solid 1px black;
736 /* Rules for the data browser */
743 table.browse_details th {
751 #browse_map #small_map {
754 border: solid 1px black;
757 #browse_map .geolink {
761 /* Rules for the trace list shown by the traces tab etc */
765 border-collapse: collapse;
769 #trace_list .trace_summary {
774 #trace_list .trace_pending {
778 #trace_list .trace_public {
782 #trace_list .trace_identifiable {
786 #trace_list .trace_trackable {
790 #trace_list .trace_private {
794 /* Rules for the user list */
802 vertical-align: middle;
814 /* Rules for the new diary entry page */
816 .diary_entry div#map {
820 border: 1px solid #ccc;
824 /* Rules for the login page */
830 -moz-border-radius: 15px;
834 background-color: #f5f5ff;
835 border: 1px solid #f3f3ff;
837 -moz-border-radius: 15px;
844 table#login_openid_buttons {
845 padding-bottom: 10px;
848 #login_openid_buttons td {
855 #login_openid_buttons img {
859 #login_signup form.button-to div {
864 /* Rules for the account confirmation page */
866 div#contributorTerms {
867 border: 1px solid black;
874 div#slim_content div#contributorTerms {
878 div#contributorTerms p#first {
882 div#contributorTerms p#last {
886 div#contributorTerms ol {
890 div#contributorTerms img {
902 div#slim_content form#termsForm {
906 p#contributorGuidance {
907 background-color: #f5f5ff;
908 border: 1px solid #f3f3ff;
910 -moz-border-radius: 15px;
914 /* Rules for the account settings page */
921 padding-bottom: 10px;
924 #accountForm .user_map {
928 border: 1px solid #ccc;
931 #accountForm td.accountImage {
938 display: inline-block;
955 display: inline !important;
958 #accountForm input[type=submit] {
962 /* Rules for the user view */
964 .user-view .user_map {
968 border: 1px solid #ccc;
971 .user-view .user_map p#no_home_location {
980 /* Rules for the user map */
982 .user_map .olControlSimplePanZoom {
986 .user_map .olControlZoom {
990 /* Rules for user popups on maps */
1001 .user_popup img.user_thumbnail {
1005 /* Rules for message in/out box page */
1009 border-collapse: collapse;
1010 border-spacing: 0px;
1014 .messages tbody tr {
1015 border-top: 1px solid #ccc;
1018 .messages .inbox-row {
1027 .inbox-row .inbox-mark-read {
1032 border-bottom: 1px solid #ccc;
1033 padding: 5px 0px 4px 0px;
1037 .info-line form div {
1041 .info-line .user_thumbnail_tiny {
1042 vertical-align: middle;
1049 .inbox-row-unread .inbox-mark-unread {
1053 /* Rules for "flash" notice boxes shown at the top of the content area */
1056 border: 1px solid red;
1058 background-color: #fff0f0;
1059 margin-bottom: 20px;
1061 -moz-border-radius: 5px;
1065 border: 1px solid orange;
1067 background-color: #fff6f0;
1068 margin-bottom: 20px;
1070 -moz-border-radius: 5px;
1074 border: 1px solid green;
1076 background-color: #f0fff0;
1077 margin-bottom: 20px;
1079 -moz-border-radius: 5px;
1082 /* Rules for highlighting fields with rails validation errors */
1084 .field_with_errors {
1086 background-color: red;
1090 /* Rules for rails validation error boxes */
1094 border: 2px solid red;
1096 padding-bottom: 12px;
1097 margin-bottom: 20px;
1098 background-color: #f0f0f0;
1101 #errorExplanation h2 {
1105 background-color: #c00;
1109 #errorExplanation p {
1115 #errorExplanation ul li {
1120 /* Rules for forms */
1123 vertical-align: top;
1134 input[type="email"],
1136 input[type="password"],
1138 border: 1px solid #ccc;
1141 /* Rules for user images */
1146 border: 1px solid #ccc;
1149 img.user_thumbnail {
1152 border: 1px solid #ccc;
1155 img.user_thumbnail_tiny {
1158 border: 1px solid #ccc;
1161 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1164 white-space: nowrap;
1167 /* Rules for geo microformats */
1170 border-bottom: none;
1173 /* Rules for RSS buttons */
1180 /* Rules for doing distinct colour of alternate table rows */
1183 background: #f6f6f6;
1190 /* Rules for OpenID logo */
1193 vertical-align: text-bottom;
1197 /* Rules for rich text editors */
1199 .richtext_container {
1200 white-space: nowrap;
1203 display: inline-block;
1204 vertical-align: top;
1207 display: inline-block;
1210 border: 4px solid #eee;
1211 background-color: #eee;
1212 white-space: normal;
1215 background-image: image-url("loading.gif");
1216 background-repeat: no-repeat;
1217 background-position: center;
1227 display: inline-block;
1228 vertical-align: top;
1229 background-color: #ddd;
1230 padding: 5px 10px 10px 10px;
1238 vertical-align: top;
1244 padding: 0px !important;
1247 input.richtext_doedit {
1248 margin-top: 5px !important;
1251 input.richtext_dopreview {
1252 margin-top: 5px !important;