mourningdove/htdocs/scss/skins/gradation/gradation-horizontal.scss

56 lines
1.5 KiB
SCSS
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
/** Tropospherical Red CSS
*
* Authors:
* Janine Smith <janine@netrophic.com>
* Jesse Proulx <jproulx@jproulx.net>
* Elizabeth Lubowitz <grrliz@gmail.com>
* Denise Paolucci <denise@dreamwidth.org>
*
* Copyright (c) 2009 by Dreamwidth Studios, LLC.
*
* This program is NOT free software or open-source; you can use it as an
* example of how to implement your own site-specific extensions to the
* Dreamwidth Studios open-source code, but you cannot use it on your site
* or redistribute it, with or without modifications.
*
*/
/**
* Dreamwidth Site Scheme
*
* Standard layout for Dreamwidth
*
* Mockups designed by grrliz, hence grrliz.css
*
* @project Dreamwidth Site Design
* @author Jesse Proulx
* @date 2009-01-07
* @version Alpha
* @revision $Revision$
* @copyright Copyright (c) 2009 by Dreamwidth Studios, LLC
*
*/
/** Gradation Horizontal CSS
*
* Authors:
* Emily Ravenwood <ravenwood@alltrees.org>
*
* Copyright (c) 2009-2013 by Dreamwidth Studios, LLC.
*
* This program is free software; you may redistribute it and/or modify it under
* the same terms as Perl itself. For a copy of the license, please reference
* 'perldoc perlartistic' or 'perldoc perlgpl'.
*/
// Shared stylesheets
@import "skins/gradation/gradation-base";
// Skin-specific styles
@include main-nav( horizontal, left, $masthead-height );
@media #{$topbar-media-query} {
.main-nav {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
}