Design improvements
This commit is contained in:
parent
800e2ac979
commit
fa9bcbcab3
3 changed files with 74 additions and 71 deletions
|
|
@ -62,18 +62,19 @@ body
|
|||
}
|
||||
}
|
||||
|
||||
.top-bar-left .sitename
|
||||
.top-bar-left .menu .menu-text
|
||||
{
|
||||
// Display the site name in a larger font
|
||||
font-size: 26px;
|
||||
padding: 8px 5px 3px 0;
|
||||
color: $dark-gray;
|
||||
font-weight: normal;
|
||||
|
||||
// Extra space around the Linux distribution's logo
|
||||
img
|
||||
{
|
||||
padding: 0 5px;
|
||||
}
|
||||
// img
|
||||
// {
|
||||
// padding: 0 5px;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -99,28 +100,28 @@ body
|
|||
|
||||
// ----------------------------------
|
||||
|
||||
.top-bar-right .menu li a
|
||||
{
|
||||
padding-top: 1.3rem;
|
||||
padding-bottom: 1.3rem;
|
||||
}
|
||||
// .top-bar-right .menu li a
|
||||
// {
|
||||
// padding-top: 1.3rem;
|
||||
// padding-bottom: 1.3rem;
|
||||
// }
|
||||
|
||||
.top-bar
|
||||
{
|
||||
// Draw a colored line below the navigation topbar
|
||||
border-bottom: 5px solid $debian_color;
|
||||
color: #8a8a8a;
|
||||
// .top-bar
|
||||
// {
|
||||
// // Draw a colored line below the navigation topbar
|
||||
// border-bottom: 5px solid $debian_color;
|
||||
// color: #8a8a8a;
|
||||
|
||||
a
|
||||
{
|
||||
color: #8a8a8a;
|
||||
}
|
||||
// a
|
||||
// {
|
||||
// color: #8a8a8a;
|
||||
// }
|
||||
|
||||
a.active
|
||||
{
|
||||
color: #fefefe;
|
||||
}
|
||||
}
|
||||
// a.active
|
||||
// {
|
||||
// color: #fefefe;
|
||||
// }
|
||||
// }
|
||||
|
||||
// ------- Footer - format as table cell to allow vertical centering
|
||||
/*@import "compass/layout/sticky-footer";*/
|
||||
|
|
@ -406,7 +407,9 @@ a.black
|
|||
*/
|
||||
|
||||
.menu .menu-text {
|
||||
font-size: 2.5rem;
|
||||
font-size: 2rem;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
// Nicer callouts
|
||||
// https://foundation.zurb.com/building-blocks/blocks/alert-callout-subtle.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue