summaryrefslogtreecommitdiff
path: root/local.scss
blob: dafa97c28b67cad71d3f0a9b058a536375f1e85b (plain)
  1. @import "partials/base";
  2. @import "compass/reset/utilities";
  3. @import "compass/typography";
  4. @import "blueprint";
  5. @include blueprint-typography;
  6. h1 {
  7. font-size: 2.75em;
  8. }
  9. .branding {
  10. z-index: -1;
  11. position: fixed;
  12. height: 100%;
  13. width: 100%;
  14. background-color: transparent;
  15. background-image: url("sr_logo.png");
  16. background-repeat: no-repeat;
  17. background-position: right bottom;
  18. }
  19. p {
  20. clear: both;
  21. }
  22. h1, h2, h3, .inlineheader {
  23. color: $headerColor;
  24. clear: both;
  25. }
  26. a {
  27. @include hover-link;
  28. @include link-colors($linkColor, $linkHoverColor, $linkColor, $linkColor, $linkHoverColor);
  29. font-weight: bold;
  30. }
  31. .selflink {
  32. color: $linkHoverColor;
  33. }
  34. .header,
  35. .author,
  36. .recentchanges,
  37. .committype,
  38. #footer,
  39. .inlinefooter {
  40. font-size: 80%;
  41. }
  42. .header {
  43. margin: 0 1em;
  44. }
  45. .topbar {
  46. padding: 1em 2em;
  47. }
  48. .topbar ul {
  49. @include inline-list;
  50. li {
  51. margin-right: 4%;
  52. }
  53. }
  54. .sidebar {
  55. background: none;
  56. padding: 1em;
  57. border: none;
  58. margin-top: 4em;
  59. margin-right: 2em;
  60. margin-bottom: 2em;
  61. margin-left: 2em;
  62. }
  63. .sidebar ul li {
  64. list-style-type: none;
  65. }
  66. .sidebar ul li .selflink {
  67. color: $linkHoverColor;
  68. }
  69. .pagecloud {
  70. float: right;
  71. width: auto;
  72. color: $linkHoverColor !important;
  73. border: none;
  74. background-color: none;
  75. }
  76. #wrapper,
  77. #pagebody {
  78. float: left;
  79. margin: 1em 0 4.2em 5%;
  80. @media only screen and (min-width: 40em) {
  81. margin-left: 25%;
  82. }
  83. }
  84. #content {
  85. max-width: 40em;
  86. padding: 0;
  87. }
  88. #content img {
  89. float: left;
  90. margin: 0 25px 25px 0px;
  91. }
  92. .inlinepage {
  93. border: 0;
  94. padding: 1em 0;
  95. min-height: 100px;
  96. clear: both;
  97. overflow: visible;
  98. }
  99. .inlineheader {
  100. font-size: 2em;
  101. a {
  102. font-weight: normal;
  103. }
  104. }
  105. .inlinepage .tags {
  106. display: none;
  107. }
  108. .inlineposttext {
  109. clear: both;
  110. }
  111. .tags {
  112. display: none;
  113. }
  114. #footer {
  115. z-index: -1;
  116. position: fixed;
  117. bottom: 0;
  118. width: 100%;
  119. }
  120. #backlinks {
  121. display: none;
  122. }
  123. #pageinfo {
  124. margin: 0 1em;
  125. padding: 1em 0 0;
  126. border-top: 0;
  127. }
  128. .pageheader .actions ul {
  129. border-bottom: 0;
  130. }