- a.reverse_directions {
- cursor: pointer;
- margin: 0px 0px 5px 25px;
- }
- }
-}
-
-/* Rules for user images */
-
-img.user_image {
- max-width: 100px;
- max-height: 100px;
- border: 1px solid $grey;
- margin-bottom: $lineheight;
- float: left;
- margin-right: $lineheight;
-}
-
-img.user_thumbnail {
- max-width: 50px;
- max-height: 50px;
- border: 1px solid $grey;
- margin-right: $lineheight;
-}
-
-img.user_thumbnail_tiny {
- width: auto;
- height: auto;
- max-width: 25px;
- max-height: 25px;
- border: 1px solid $grey;
-}
-
-/* Rules for geo microformats */
-
-abbr.geo {
- border-bottom: none;
-}
-
-/* General styles for action lists / subnavs / pager navs */
-
-ul.secondary-actions {
- font-style: normal;
- margin-bottom: 0;
- margin-left: 0;
- padding: 0;
- &.pager {
- display: inline-block;
- margin-right: 60px;
- }
- > li {
- display: block;
- float: left;
- list-style: none;
- border-left: 1px solid $grey;
- padding-left: $lineheight/2;
- margin-right: $lineheight/2;
- &:first-child {
- border-left: 0;
- padding-left: 0;
- }
- &:last-child {
- margin-right: 0px;
- }
- }
-}
-
-div.secondary-actions {
- padding: 10px;
- text-align: center;
-}
-
-/* Utility for managing inner content areas */
-
-.inner22 { padding: $lineheight;}
-
-.inner12 { padding: $lineheight/2 $lineheight;}
-
-.inner11 { padding: $lineheight/2;}
-
-.inner20 { padding: $lineheight 0;}
-
-.inner02 { padding: 0 $lineheight;}
-
-.buttons {
- min-width: 200px;
- input[type="submit"],
- input[type="button"],
- input[type="reset"],
- .button,
- .button_to {
- box-sizing: border-box;
- float: left;
- border-radius: 0;
- margin:0;
- min-width: 75px;
- max-width: 180px;
- border-right:1px solid white;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- input:first-child,
- .button:first-child,
- .button_to:first-child {
- border-radius:2px 0 0 2px;
- }
- input:last-child,
- .button:last-child,
- .button_to:last-child {
- border-radius:0 2px 2px 0;
- border-right-width: 0;
- }
- input:only-child,
- .button:only-child,
- .button_to:only-child,
- *[value="Hide"] + input:last-child,
- *[value="Hide"] + .button:last-child,
- *[value="Hide"] + .button_to:last-child {
- border-radius:2px;
- border-right-width: 0;
- }
- /* if a 3-button set has a hidden middle button */
- *[value="Hide"] + input:nth-child(3),
- *[value="Hide"] + .button:nth-child(3),
- *[value="Hide"] + .button_to:nth-child(3) {
- border-radius:0 2px 2px 0;
- border-right-width: 0;
- }
- /* if a 3-button set starts with a hidden button */
- *[value="Hide"] + input:nth-child(2):not(:last-child),
- *[value="Hide"] + .button:nth-child(2):not(:last-child),
- *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
- border-radius:2px 0 0 2px;
- border-right-width: 1px;
- }
-}
-
-/* Customise the background colour of striped tables */
-
-.table-striped > tbody > tr:nth-child(2n+1) > td,
-.table-striped > tbody > tr:nth-child(2n+1) > th {
- background-color: $offwhite;
-}
-
-/* Rules for OpenID logo */
-
-.openid_logo {
- vertical-align: text-bottom;
- border: 0;
-}
-
-/* Rules for rich text */
-
-.richtext,
-.prose {
- code {
- font-size: 13px;
- background: $lightgrey;
- padding: 2px 3px;
- }
-
- pre {
- font-size: 13px;
- background: $lightgrey;
- padding: 2px 3px;
- white-space: pre-wrap;
-
- code {
- padding: 0;
- }
- }
-
- img {
- padding: $lineheight;
- background-color: $offwhite;
- display: block;
- max-width: 100%;
- margin: auto;
- }
-
- blockquote {
- border-left: $lineheight solid $offwhite;
- padding-left: $lineheight;
- margin: 0;
- color: $darkgrey;
- }
-}
-
-.diary_post .richtext {
- margin-top: $lineheight;
- }
-
-.comments .richtext {
- margin-left: 70px;
- margin-top: 0;
-}
-
-/* Rules for rich text editors */
-
-.standard-form {
- input.richtext_title[type="text"] {
- width: 50%;
- width: calc(100% - 235px);
-
- @media only screen and (max-width:768px) {
- width: 100%;