12 /* Styles common to large and small screens */
14 /* Minimal CSS reset */
16 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
23 fieldset,img { border: 0; }
25 legend { color: #000; }
27 sup { vertical-align: text-top; }
29 sub { vertical-align: text-bottom; }
32 border-collapse: collapse;
36 li { list-style: none; }
41 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
44 border-bottom: .1em dotted;
48 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
62 .col0 { float:left; width:04.1666%; }
63 .col1 { float:left; width:08.3333%; }
64 .col2 { float:left; width:16.6666%; }
65 .col3 { float:left; width:25.0000%; }
66 .col4 { float:left; width:33.3333%; }
67 .col5 { float:left; width:41.6666%; }
68 .col6 { float:left; width:50.0000%; }
69 .col7 { float:left; width:58.3333%; }
70 .col8 { float:left; width:66.6666%; }
71 .col9 { float:left; width:75.0000%; }
72 .col10 { float:left; width:83.3333%; }
73 .col11 { float:left; width:91.6666%; }
74 .col12 { width:100%; }
76 .margin0 { margin-left:04.1666%; }
77 .margin1 { margin-left:08.3333%; }
78 .margin2 { margin-left:16.6666%; }
79 .margin3 { margin-left:25.0000%; }
80 .margin4 { margin-left:33.3333%; }
81 .margin5 { margin-left:41.6666%; }
82 .margin6 { margin-left:50.0000%; }
83 .margin7 { margin-left:58.3333%; }
84 .margin8 { margin-left:66.6666%; }
85 .margin9 { margin-left:75.0000%; }
86 .margin10 { margin-left:83.3333%; }
87 .margin11 { margin-left:91.6666%; }
88 .margin12 { margin-left:100.0000%; }
90 .pad1 { padding: $lineheight/2; }
91 .pad2 { padding: $lineheight; }
93 .fillL { background-color: white; }
94 /* Default rules for the body of every page */
97 -moz-box-sizing: border-box;
98 -webkit-box-sizing: border-box;
99 box-sizing: border-box;
103 font-family: 'Helvetica Neue',Arial,sans-serif;
104 font-size: $typeheight;
107 background-color: #fff;
114 background-color: #f0f0f0;
118 margin-top: $lineheight/2;
119 margin-bottom: $lineheight;
134 margin-top: $lineheight/2;
135 margin-bottom: $lineheight;
139 font-size: $typeheight;
140 margin-top: $lineheight/2;
141 margin-bottom: $lineheight/2;
147 margin-bottom: $lineheight;
170 margin: 0 0 $lineheight/2 0;
174 vertical-align: middle;
175 margin-right: $lineheight/4;
178 /* Rules for icons */
181 display:inline-block;
185 background:transparent image-url("sprite.png") no-repeat 0 0;
194 .icon.search { background-position: 0 0; }
195 .icon.donate { background-position: -20px 0; }
196 .icon.zoomin { background-position: -40px 0; }
197 .icon.zoomout { background-position: -60px 0; }
198 .icon.geolocate { background-position: -80px 0; }
199 .active .icon.geolocate { background-position: -80px -20px; }
200 .icon.layers { background-position: -100px 0; }
201 .icon.key { background-position: -120px 0; }
202 .icon.share { background-position: -140px 0; }
203 .icon.clipboard { background-position: -160px 0; }
204 .icon.link { background-position: -180px 0; }
205 .icon.close { background-position: -200px 0; }
206 .icon.check { background-position: -220px 0; }
207 .icon.note { background-position: -240px 0; }
209 /* Rules for links */
213 text-decoration: none;
215 text-decoration: underline;
219 /* Rules for horizontal lines */
223 background-color: #ccc;
228 /* General styles for tables */
232 margin-bottom: $lineheight;
235 padding: $lineheight/4;
236 line-height: $lineheight;
243 vertical-align: middle;
247 /* Rules for the whole left sidebar, including the logo */
256 border-right: 1px solid #ccc;
259 /* Rules for the OpenStreetMap logo in the top left corner */
265 padding: $lineheight $lineheight/4;
278 font-size: $lineheight/2;
283 /* Rules for the site name */
289 vertical-align: text-bottom;
293 /* Rules for the introductory text displayed in the left sidebar to new users */
296 padding: $lineheight/4 $lineheight/2;
298 margin: $lineheight/4 0;
301 .sidebar-copy.intro {
302 border-top: 1px solid #ccc;
306 * Rules for alert boxes shown in the left sidebar when important
307 * information needs to be conveyed such as when the site is
308 * undergoing maintenance.
312 padding: $lineheight/4;
313 border-top: 1px solid #ccc;
320 margin: $lineheight/4;
325 * Rules for notice boxes shown in the left sidebar when important, but
326 * non-critical information needs to be conveyed such as notices about
331 padding: $lineheight/4;
332 border-top: 1px solid #ccc;
338 margin: $lineheight/4;
342 /* Rules for the menu displayed in the left sidebar */
347 padding: $lineheight/4 $lineheight/2 $lineheight/2 $lineheight/2;
350 list-style-type: none;
351 border-bottom: 1px solid #ccc;
352 border-top: 1px solid #ccc;
354 margin: $lineheight/2 0px;
363 list-style-type: none;
369 padding: $lineheight/4 0 $lineheight/4 0;
376 * Rules for "optional boxes" which appear in the left sidebar on
377 * certain pages. Current users are the seach box on the main page
378 * and the tag cloud on the traces pages.
383 padding: $lineheight/4 $lineheight/2;
384 margin: $lineheight/4 0;
388 /* Rules for the search box */
400 font-size: $typeheight;
403 padding: 2px 0px 2px $lineheight/4;
404 box-shadow: inset #DDD 0px 1px 3px;
407 input[type="text"]:focus {
409 border: 1px solid #000;
412 input[type="submit"] {
419 text-indent: -1000px;
421 background: image-url("sprite.png") -2px -2px no-repeat;
424 right: $lineheight/4;
430 margin: $lineheight/4 0 0 0;
433 /* Utility for de-emphasizing content */
442 /* Rules for donation request box */
447 padding: $lineheight/4;
448 border: 1px solid #AED1A0;
450 font-size: $typeheight;
455 margin: $lineheight/2 $lineheight/2 0px $lineheight/2;
459 text-decoration: none;
463 /* Rules for Creative Commons logo button */
466 margin: $lineheight/2 0;
470 /* Rules for tabbed navigation bar */
476 border-bottom: 1px solid #ccc;
482 .site-index #top-bar,
483 .site-export #top-bar {
497 a, a:link, a:visited {
500 padding: 3px $lineheight/2;
501 text-decoration: none;
505 -webkit-transition: color 200ms ease-in;
506 -moz-transition: color 200ms ease-in;
507 -o-transition: color 200ms ease-in;
508 transition: color 200ms ease-in;
512 .site-index #tabnav a#viewanchor,
513 .site-edit #tabnav a#editanchor,
514 .changeset-list #tabnav a#historyanchor {
515 border-bottom: 1px solid #aaa;
520 #tabnav a:link:hover, #tabnav a:visited:hover {
521 text-decoration: underline;
524 #tabnav a:link.disabled,
525 #tabnav a:visited.disabled,
526 #tabnav a:link:hover.disabled,
527 #tabnav a:visited:hover.disabled {
531 text-decoration: none;
535 /* Utility for styling notification numbers */
538 padding: 2px $lineheight/4;
546 /* Rules for greeting bar in the top right corner */
551 margin-right: $lineheight/4;
554 .greeting-bar-unread {
558 /* Rules for the message shown in place of the map when javascript is disabled */
567 /* Rules for bootstrap tooltips */
605 display: inline-block;
608 background-color: white;
615 border-color: transparent;
619 .tooltip.top .tooltip-arrow {
623 border-top-color: white;
624 border-width: 5px 5px 0;
627 .tooltip.right .tooltip-arrow {
631 border-right-color: white;
632 border-width: 5px 5px 5px 0;
635 .tooltip.left .tooltip-arrow {
639 border-left-color: white;
640 border-width: 5px 0 5px 5px;
643 .tooltip.bottom .tooltip-arrow {
647 border-bottom-color: white;
648 border-width: 0 5px 5px;
651 /* Rules for Leaflet maps */
653 .leaflet-control .control-button {
657 background-color: #333;
658 background-color: rgba(0,0,0,.6);
659 -bottom: 1px solid #333;
660 border-radius: 4px 0 0 4px;
665 background-color: black;
669 background-color: #9ed485;
673 background-color: #333;
674 background-color: rgba(0,0,0,.5);
683 .leaflet-control .zoomin,
684 .control-layers .control-button {
686 border-radius: 4px 0 0 0;
689 .site .leaflet-control .zoomout,
690 .control-key .control-button {
695 .leaflet-control .zoomout, // For non-main page maps
696 .control-locate .control-button,
697 .control-share .control-button {
698 border-radius: 0 0 0 4px;
701 /* Rules for the home page */
717 border-left: 1px solid #CCC;
721 border-bottom: 1px solid #DDD;
731 border:1px solid #ddd;
737 ul, li:last-child, p:last-child {
751 padding: 5px 5px 5px 7px;
752 background-color: #eee;
757 background-color: #ccc;
775 text-decoration: none;
776 background-color: $lightblue;
781 border-right: 1px solid #fff;
782 border-radius: 4px 0 0 4px;
786 border-left: 1px solid #fff;
787 border-radius: 0 4px 4px 0;
791 background-color: $blue;
803 font-family: monospace;
824 .leaflet-top.leaflet-right {
825 top: $lineheight/2 !important;
827 margin-right: 0px !important;
828 margin-top: 0px !important;
832 .leaflet-popup-scrolled {
833 padding-right: $lineheight;
834 border-bottom: 0px !important;
835 border-top: 0px !important;
838 .leaflet-popup-content-wrapper {
839 border-radius: 4px !important;
840 -webkit-border-radius: 4px !important;
843 /* Rules for edit menu */
846 padding: 0 $lineheight/4;
848 display: inline-block;
850 text-decoration: none !important;
858 background-color: #ffffff;
859 border: 1px solid $lightgrey;
865 padding: 2px $lineheight/4;
866 border-top: 1px solid #eee;
871 /* Rules for attribution text under the main map shown on printouts */
877 .attribution_license,
878 .attribution_project {
882 .attribution_notice {
886 /* Rules for the popout map sidebar */
892 border-right: 1px solid $lightgrey;
898 border-bottom: 1px solid #ccc;
901 margin-bottom: $lineheight/4;
911 padding: $lineheight/2 $lineheight;
913 background: $offwhite;
914 border-bottom: 1px solid #ccc;
936 padding: 0 $lineheight $lineheight/2 $lineheight;
937 margin-top: $lineheight/2;
939 border-bottom: 1px solid #ddd;
943 /* Rules for the map key which appears in the popout sidebar */
946 .mapkey-table-key img {
952 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
956 /* Rules for search results which appear in the popout sidebar */
959 margin-top: $lineheight/4;
960 margin-bottom: $lineheight/4;
963 .search_results_entry {
972 .search_results_entry .search_searching {
974 margin: $lineheight auto;
979 ul.results-list li { border-bottom: 1px solid #ccc; }
981 .search_results_error {
985 /* Rules for data browser information which appears in the popout sidebar */
989 .browse_show_list.button {
1014 /* Rules for export information which appears in the popout sidebar */
1020 .export_area_inputs {
1021 margin-bottom: $lineheight/2;
1022 input[type="text"] {
1029 margin: $lineheight/4;
1032 /* Rules for the main content area */
1038 .site-edit #content,
1039 .site-index #content,
1040 .site-export #content {
1043 top: 30px; bottom: 0;
1044 left: 184px; right: 0;
1045 border-left: 1px solid #ccc;
1048 /* Overrides for pages that use new layout conventions */
1068 .header-illustration {
1069 background-position: 0 0;
1070 background-repeat: no-repeat;
1074 .header-illustration.new-user-main {
1079 background-image: image-url("sign-up-illustration.png");
1082 .header-illustration.new-user-arm {
1087 background-image: image-url("sign-up-illustration-arm.png");
1090 @media only screen and (max-width:770px) {
1091 .new-user-illustration.new-user-arm { display: none;}
1096 border-left: 1px solid #ccc;
1100 #content.maximised {
1113 #slim_container_content {
1115 background-color: #FFFFFF;
1116 margin: $lineheight/2 auto;
1118 border-radius: 25px;
1119 -moz-border-radius: 25px;
1120 border: 1px solid #e6e6e6;
1124 margin: $lineheight/2;
1129 margin-bottom: 15px;
1134 margin: 30px $lineheight/2;
1137 margin-right: $lineheight/4;
1139 vertical-align: middle;
1140 margin-bottom: $lineheight/4;
1141 margin-right: $lineheight/4;
1147 padding: $lineheight;
1148 background: $offwhite;
1151 margin-bottom: $lineheight/2;
1158 margin-top: $lineheight/2;
1163 /* Rules for small maps in content areas */
1169 border: 1px solid #ccc;
1170 margin-bottom: $lineheight;
1174 .content_map #small_map {
1177 margin-bottom: $lineheight;
1180 /* Rules for the changeset list shown by the history tab etc */
1185 padding: $lineheight/2 0;
1187 border-top: 1px solid #ccc;
1189 border-bottom: 1px solid #ccc;
1193 background: #FFFFC0;
1197 border-left: 1px solid #ccc;
1198 padding-left: $lineheight/4;
1199 margin-right: $lineheight/4;
1203 #changeset_list_map_wrapper {
1211 #changeset_list_map_wrapper.scrolled {
1215 #changeset_list_map {
1217 bottom: $lineheight;
1221 border: 1px solid #ccc;
1224 #changeset_list_map_wrapper.scrolled #changeset_list_map {
1228 /* Rules for the data browser */
1231 border-top: 1px solid #ccc;
1232 margin-top: $lineheight/2;
1233 padding-top: $lineheight/2;
1238 background-color: #ffe0cc;
1244 margin-bottom: $lineheight/4;
1247 display: inline-block;
1248 vertical-align: top;
1258 display: inline-block;
1259 vertical-align: top;
1267 padding: $lineheight/4 0;
1269 text-overflow: ellipsis;
1280 #browse_map .geolink {
1284 #browse_map .secondary-actions {
1285 margin-bottom: $lineheight/2;
1288 /* Rules for the trace list shown by the traces tab etc */
1291 font-size: $lineheight/2;
1308 .trace_identifiable {
1321 /* Rules for the user profile page */
1326 .userinformation-inner {
1341 .admin-user-info small {
1342 margin-bottom: $lineheight/2;
1344 margin-right: $lineheight;
1349 border-bottom: 1px solid #ccc;
1350 padding-bottom: $lineheight;
1353 margin-bottom: $lineheight/2;
1358 margin-top: $lineheight;
1362 .activity-details p {
1367 #friends-container .contact-activity ul {
1372 p#no_home_location {
1373 margin: $lineheight;
1376 margin-top: $lineheight/4;
1381 /* Rules for the user map */
1383 .content_map .leaflet-popup-content {
1384 margin: $lineheight/2;
1388 /* Rules for user popups on maps */
1394 margin-top: 0 0 0 60px;
1397 img.user_thumbnail {
1399 margin: 0 $lineheight/2 0 0;
1403 /* Rules for the user list */
1406 font-size: $lineheight/2;
1410 vertical-align: middle;
1419 #user_list_actions {
1421 margin-top: $lineheight/2;
1424 /* Rules for the diary list page */
1426 .diary_entry-list img.user_thumbnail {
1433 margin-top: $lineheight/2;
1434 padding-top: $lineheight;
1435 border-top: 1px solid #ccc;
1450 ul.secondary-actions { display: inline-block;}
1453 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1457 #content .post_heading {
1458 margin-bottom: $lineheight;
1461 margin-bottom: $lineheight/2;
1466 /* Rules for the diary entry page */
1473 border: 1px solid #ccc;
1475 margin-bottom: $lineheight;
1478 border-top: 1px solid #ccc;
1479 padding-top: $lineheight;
1480 margin-top: $lineheight/2;
1486 margin-top: $lineheight/2;
1487 border-top: 1px dashed #ccc;
1488 padding-top: $lineheight/2;
1490 margin-top: $lineheight;
1491 padding-top: $lineheight;
1492 border-top: 1px solid #ccc;
1495 margin-bottom: $lineheight/2;
1504 .diary_entry-view img.user_thumbnail {
1508 /* Rules for the log in page */
1510 #login_openid_buttons {
1514 #login_openid_buttons li {
1516 padding: $lineheight/4 $lineheight/2;
1519 /* Rules for the account confirmation page */
1523 border: 1px solid #ccc;
1524 padding: $lineheight;
1525 margin-bottom: $lineheight;
1539 margin: $lineheight auto inherit auto;
1544 input[type=submit] {
1548 background: $lightblue;
1550 background: darken($lightblue, $hovercolor);
1555 margin-bottom: $lineheight;
1557 #contributorGuidance {
1558 background-color: $offwhite;
1560 -moz-border-radius: 4px;
1567 /* Rules for the account settings page */
1569 #accountForm .user_map {
1573 border: 1px solid #ccc;
1576 #accountForm .user_image {
1580 #accountForm #user_image {
1584 #accountForm ul.accountImage-options {
1597 display: inline !important;
1600 .content_map.settings_map {
1605 /* Rules for the oauth settings page */
1607 .oauth_clients .buttons .oauth-edit {
1608 border-radius: 2px 0 0 2px;
1611 .oauth_clients .buttons .oauth-delete {
1612 border-radius: 0 2px 2px 0;
1615 /* Rules for messages pages */
1619 border: 1px solid #ddd;
1621 input[type="submit"] {
1625 border-top: 1px solid #ccc;
1629 background: #f8f8ff;
1642 padding: $lineheight/4;
1653 border-right: 1px solid $lightgrey;
1657 .inbox-row .inbox-mark-read {
1662 margin-bottom: $lineheight;
1663 padding: $lineheight/4 0px 4px 0px;
1664 border-bottom: 1px solid #ccc;
1671 .info-line .user_thumbnail_tiny {
1672 vertical-align: middle;
1681 .inbox-row-unread .inbox-mark-unread {
1685 .message-read .message-buttons {
1686 margin-top: $lineheight;
1687 padding-top: $lineheight;
1688 border-top: 1px solid $lightgrey;
1691 .message-read .buttons .mark-unread-button {
1695 /* Rules for "flash" notice boxes shown at the top of the content area */
1698 padding: $lineheight;
1700 background-color: #ff7070;
1703 background-color: #ffe0cc;
1706 background-color: #CBEEA7;
1710 /* Rules for highlighting fields with rails validation errors */
1712 .field_with_errors {
1714 background-color: #ff7070;
1718 /* Rules for rails validation error boxes */
1722 border: 2px solid #ff7070;
1723 padding: 0 $lineheight/2;
1724 margin-bottom: $lineheight;
1725 background-color: #f0f0f0;
1728 margin: 0 -10px 10px -10px;
1729 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1732 background-color: #c00;
1740 padding: $lineheight/4;
1744 padding-left: $lineheight;
1753 /* Rules for forms */
1757 margin-bottom: $lineheight;
1759 label.standard-label {
1761 margin-bottom: $lineheight/4;
1762 font-size: $typeheight;
1766 label.standard-label.secondary {
1767 display: inline-block;
1768 font-weight: normal;
1771 font-weight: normal;
1778 margin-top: $lineheight;
1779 padding-top: $lineheight;
1780 border-top: 1px solid $lightgrey;
1783 margin-bottom: $lineheight/2;
1791 input[type="checkbox"],
1792 input[type="radio"] {
1798 #remember_me_openid {
1802 input[type="checkbox"],
1803 input[type="radio"] {
1808 input[type="email"],
1810 input[type="password"],
1812 border: 1px solid #ccc;
1823 /* Rules for user images */
1828 border: 1px solid #ccc;
1829 margin-bottom: $lineheight;
1831 margin-right: $lineheight;
1834 img.user_thumbnail {
1837 border: 1px solid #ccc;
1838 margin-right: $lineheight;
1841 img.user_thumbnail_tiny {
1844 border: 1px solid #ccc;
1847 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1850 white-space: nowrap;
1853 /* Rules for geo microformats */
1856 border-bottom: none;
1859 /* Rules for RSS buttons */
1866 /* General styles for action lists / subnavs / pager navs */
1868 ul.secondary-actions {
1873 display: inline-block;
1880 border-left: 1px solid #ccc;
1881 padding-left: $lineheight/4;
1882 margin-right: $lineheight/4;
1893 /* Utility for managing inner content areas */
1895 .inner22 { padding: $lineheight;}
1897 .inner12 { padding: $lineheight/2 $lineheight;}
1899 .inner11 { padding: $lineheight/2;}
1901 .inner02 { padding: 0 $lineheight;}
1903 /* Utility for general button styles */
1905 input[type="button"],
1906 input[type="submit"],
1907 input[type="reset"],
1911 display: inline-block;
1913 padding: $lineheight/4 $lineheight/2;
1914 min-height: 20px + $lineheight/2;
1916 margin: 0 0 $lineheight/2 0;
1921 -moz-border-radius: 2px;
1923 background: darken($blue, $hovercolor);
1924 text-decoration: none;
1927 background: $lightblue;
1929 background: darken($lightblue, $hovercolor);
1933 background: $lightgrey;
1935 background: $lightgrey;
1945 input[type="submit"],
1946 input[type="button"],
1947 input[type="reset"],
1949 box-sizing: border-box;
1955 border-right:1px solid white;
1956 text-overflow: ellipsis;
1957 white-space: nowrap;
1961 .button:first-child {
1962 border-radius:2px 0 0 2px;
1965 .button:last-child {
1966 border-radius:0 2px 2px 0;
1967 border-right-width: 0;
1971 *[value="Hide"] + input:last-child,
1972 *[value="Hide"] + .button:last-child {
1974 border-right-width: 0;
1976 /* if a 3-button set has a hidden middle button */
1977 *[value="Hide"] + input:nth-child(3),
1978 *[value="Hide"] + .button:nth-child(3) {
1979 border-radius:0 2px 2px 0;
1980 border-right-width: 0;
1982 /* if a 3-button set starts with a hidden button */
1983 *[value="Hide"] + input:nth-child(2):not(:last-child),
1984 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1985 border-radius:2px 0 0 2px;
1986 border-right-width: 1px solid white;
1990 /* Rules for doing distinct colour of alternate table rows */
1994 background: $offwhite;
2002 /* Rules for OpenID logo */
2005 vertical-align: text-bottom;
2009 /* Rules for rich text */
2014 padding-bottom: $lineheight/2;
2015 border-bottom: 1px dashed #cccccc;
2016 margin-bottom: $lineheight/2;
2028 font-size: $typeheight;
2033 background: #e8e8e8;
2039 background: #e8e8e8;
2048 padding: $lineheight;
2049 background-color: $offwhite;
2056 border-left: $lineheight solid $offwhite;
2057 padding-left: $lineheight;
2063 padding-left: $lineheight;
2064 margin-bottom: $lineheight;
2065 margin-left: $lineheight;
2073 list-style: decimal;
2077 .diary_post .richtext {
2078 margin-top: $lineheight;
2081 .comments .richtext {
2086 /* Rules for rich text editors */
2088 .richtext_container {
2089 margin-bottom: $lineheight;
2093 display: inline-block;
2094 vertical-align: top;
2097 display: inline-block;
2098 padding: $lineheight;
2099 background-color: $offwhite;
2103 background-image: image-url("loading.gif");
2104 background-repeat: no-repeat;
2105 background-position: center;
2115 display: inline-block;
2116 vertical-align: top;
2118 background-color: #f8f8ff;
2119 padding: $lineheight/2;
2127 border-bottom: 1px solid #ccc;
2128 margin-bottom: $lineheight/4;
2129 padding-bottom: $lineheight/4;
2132 li h4, li span, li p {
2133 display: inline-block;
2134 vertical-align: top;
2145 margin-left: $lineheight/2;
2146 margin-bottom: $lineheight/4;
2147 white-space: nowrap;
2152 /* Rules for the user notes list */
2156 background-color: #eeeeee;
2168 /* Rules for the notes interface */
2170 .leaflet-popup-content .note {
2171 padding-top: $lineheight/2;
2174 .leaflet-popup-content .note {
2176 margin-bottom: $lineheight/2;
2180 margin-top: $lineheight/2;
2186 left: $lineheight/4;
2193 padding-left: $lineheight;
2196 .permalink:hover span {
2202 background-color: #ffe0cc;
2204 margin-bottom: $lineheight/2;
2223 margin-top: $lineheight/4;
2229 * Rules for the iD editor
2239 display: inline-block;
2244 background-color: #eee;
2245 border-bottom: 1px solid #ccc;
2260 /* Rules for rotating sidebar ads */
2266 border-bottom: 1px solid #ccc;
2275 /* Rules for the "Verify signup" page */
2276 .site-verifysignup .content-heading {
2280 .header-illustration.verify-main {
2281 background-position: 0 0;
2282 background-repeat: no-repeat;
2286 .header-illustration.verify-main {
2291 background-image: image-url("verify-illustration.png");
2294 /* Rules for the "Welcome" page */
2309 background-image: image-url("welcome-sprite.png");
2310 background-size: 500px 250px;
2316 padding-bottom: 20px;
2318 margin-bottom: 10px;
2330 background-position: -50px 0;
2335 vertical-align: middle;
2339 background-position: -100px 0;
2343 background-position: -150px 0;
2347 background-position: -200px 0;
2351 background-position: -250px 0;
2355 background-position: -300px 0;
2364 text-decoration: none;
2368 background-color: $offwhite;