summaryrefslogtreecommitdiff
path: root/design/old/v9/_footer.scss
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-01-16 14:57:53 -0500
committerluxagraf <sng@luxagraf>2021-01-16 14:57:53 -0500
commita9f3a16398ca8f463bf4618f654ef25f5b85f1e5 (patch)
tree4cf367d8dd4588bbcdcceafc3545ad3fcbd439a9 /design/old/v9/_footer.scss
parent510c50ae52131f0977cd591ad4b7a12bb5a91da1 (diff)
design: moved old sass files to 'old'
Diffstat (limited to 'design/old/v9/_footer.scss')
-rw-r--r--design/old/v9/_footer.scss83
1 files changed, 83 insertions, 0 deletions
diff --git a/design/old/v9/_footer.scss b/design/old/v9/_footer.scss
new file mode 100644
index 0000000..08c9942
--- /dev/null
+++ b/design/old/v9/_footer.scss
@@ -0,0 +1,83 @@
+footer {
+ margin-top: 5em;
+ @include breakpoint(gamma) {
+ max-width: 960;
+ }
+ &:before {
+ @include breakpoint(beta) {
+ @include faded_line_after;
+ margin-bottom: 1.2em;
+ }
+ }
+ .footer-nav {
+ list-style-type: none !important;
+ margin-left: 0 !important;
+ border-top: 1px $brown dotted;
+ border-bottom: 1px $brown dotted;
+ padding: .5rem 0;
+ @include breakpoint(beta) {
+ border: none;
+ }
+ }
+ li {
+ display: inline;
+ margin: 0 .25em;
+ &:after {
+ content: "\00b7";
+ color: #999999;
+ padding-left: 0.75em;
+ }
+ a {
+ color: $secondary-link-color;
+ text-decoration: none;
+ }
+ ul { display:inline;}
+ }
+ li:last-of-type {
+ margin-right: 0;
+ &:after {
+ content: " ";
+ }
+ }
+ p {
+ @include fontsize(10);
+ text-align: center;
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
+ }
+}
+.black footer, .dark footer {
+ &:before {
+ @include light_faded_line_after;
+ }
+ a {
+ color: $body_font_light;
+}
+}
+.donate-btn {
+ display: inline-block;
+ margin-left: .5rem;
+ input[type="submit"] {
+ background: url("img/pp_donate.gif") 0 0 no-repeat;
+ border: none;
+ width: 100px;
+ text-indent: -9999em;
+ line-height: 19px;
+ padding: 2px 7px 10px;
+ }
+}
+.liberapay-btn {
+ background: url("img/lpdonate.svg") 0 0 no-repeat;
+ text-indent: -9999em;
+ display: inline-block;
+ line-height: 25px;
+ padding: 5px 7px 3px;
+ text-decoration: none;
+ width: 70px;
+}
+#license {
+ @include fancy_sans;
+ @include fontsize(12);
+ text-transform: none;
+ letter-spacing: normal;
+}