}
}
-/* Rules for donation request box */
-
-a.donate {
- display: block;
- padding: $lineheight/4 $lineheight;
- border: 1px solid $green;
- font-size: $typeheight;
- line-height: 1.4;
- text-align: center;
- border-radius: 2px;
- color: #222;
- margin: $lineheight/2 $lineheight;
-
- &:hover {
- background: $green;
- text-decoration: none;
- }
-}
-
-/* Rules for rotating sidebar ads */
-
-.ad-container {
- display: block;
- height: 120px;
- margin: auto;
- overflow: hidden;
- position: relative;
- border-bottom: 1px solid #ccc;
-
- a {
- display: block;
- width: 165px;
- margin: auto;
- }
-
- .ad {
- height: 100px;
- border: 0;
- background: #fff;
- }
-}
-
/* Rules for the map key which appears in the popout sidebar */
#mapkey {
color: #f00;
}
-/* Rules for data browser information which appears in the popout sidebar */
-
-#browse_content {
- position: relative;
- .browse_show_list.button {
- position: absolute;
- left: $lineheight;
- right: $lineheight;
- bottom: -40px;
- margin-bottom: 0;
- }
- a.more-details {
- position: absolute;
- top: 0;
- right: $lineheight;
- }
- ul li {
- margin-bottom: 0;
- }
-}
-
/* Rules for entity history */
#sidebar_content {
.browse_details {