|
@@ -1,59 +1,32 @@
|
|
//
|
|
//
|
|
-// Forum Footer
|
|
|
|
|
|
+// Misago Footer
|
|
// --------------------------------------------------
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
|
|
-//== Footer container
|
|
|
|
-//
|
|
|
|
-//**
|
|
|
|
-.main-footer {
|
|
|
|
- margin-top: @line-height-computed * 1.5;
|
|
|
|
- margin-bottom: @line-height-computed * 1.5;
|
|
|
|
|
|
+.site-footer {
|
|
|
|
+ margin-top: @line-height-computed;
|
|
|
|
|
|
|
|
+ color: @footer-color;
|
|
text-align: center;
|
|
text-align: center;
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
|
|
-//== Footer menu
|
|
|
|
-//
|
|
|
|
-//**
|
|
|
|
-.main-footer {
|
|
|
|
.footer-nav {
|
|
.footer-nav {
|
|
- margin: 0px;
|
|
|
|
- overflow: auto;
|
|
|
|
- padding: 0px;
|
|
|
|
-
|
|
|
|
- text-align: center;
|
|
|
|
-
|
|
|
|
- li {
|
|
|
|
- display: inline-block;
|
|
|
|
- padding: @padding-large-vertical @padding-xs-horizontal;
|
|
|
|
- padding-bottom: @padding-small-vertical;
|
|
|
|
-
|
|
|
|
- a {
|
|
|
|
- &:link, &:visited {
|
|
|
|
- color: @footer-link-color;
|
|
|
|
- text-decoration: none;
|
|
|
|
- }
|
|
|
|
|
|
+ a, a:link, a:visited {
|
|
|
|
+ color: @footer-link-color;
|
|
|
|
+ }
|
|
|
|
|
|
- &:hover {
|
|
|
|
- color: @footer-link-hover-color;
|
|
|
|
- text-decoration: underline;
|
|
|
|
- }
|
|
|
|
|
|
+ a:hover, a:focus {
|
|
|
|
+ color: @footer-link-hover-color;
|
|
|
|
+ }
|
|
|
|
|
|
- &:active {
|
|
|
|
- color: @footer-link-active-color;
|
|
|
|
- text-decoration: underline;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ a:active {
|
|
|
|
+ color: @footer-link-active-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
|
|
-//== Misago branding
|
|
|
|
-//
|
|
|
|
-//**
|
|
|
|
-.main-footer {
|
|
|
|
|
|
+ .noscript-message {
|
|
|
|
+ color: @footer-noscript-color;
|
|
|
|
+ }
|
|
|
|
+
|
|
.misago-branding {
|
|
.misago-branding {
|
|
a {
|
|
a {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -62,6 +35,14 @@
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: @misago-branding-size;
|
|
font-size: @misago-branding-size;
|
|
|
|
|
|
|
|
+ .subscript {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ position: relative;
|
|
|
|
+ bottom: (@misago-branding-size - (@misago-branding-size * 0.75)) / 2 - 1px;
|
|
|
|
+
|
|
|
|
+ font-size: @misago-branding-size;
|
|
|
|
+ }
|
|
|
|
+
|
|
.brand-border {
|
|
.brand-border {
|
|
background: @text-color;
|
|
background: @text-color;
|
|
border: none;
|
|
border: none;
|
|
@@ -87,16 +68,8 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .subscript {
|
|
|
|
- display: inline-block;
|
|
|
|
- position: relative;
|
|
|
|
- bottom: (@misago-branding-size - (@misago-branding-size * 0.6)) / 2 - 1px;
|
|
|
|
-
|
|
|
|
- font-size: @misago-branding-size * 0.6;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
&, &:link, &:visited {
|
|
&, &:link, &:visited {
|
|
- .opacity(0.4);
|
|
|
|
|
|
+ .opacity(0.3);
|
|
}
|
|
}
|
|
|
|
|
|
&:active, &:hover {
|
|
&:active, &:hover {
|
|
@@ -106,4 +79,23 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /* Small devices (tablets, 768px and up) */
|
|
|
|
+ @media (min-width: @screen-sm-min) {
|
|
|
|
+ text-align: left;
|
|
|
|
+
|
|
|
|
+ .first-row {
|
|
|
|
+ overflow: auto;
|
|
|
|
+
|
|
|
|
+ &>* {
|
|
|
|
+ float: left;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .noscript-message {
|
|
|
|
+ margin-left: @line-height-computed;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|