added contrib theme basic
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
// Use this stylesheet for print styles only.
|
||||
*
|
||||
background-color: transparent
|
||||
|
||||
.sidebar,
|
||||
#navigation,
|
||||
#header-region,
|
||||
#footer,
|
||||
.breadcrumb,
|
||||
.tabs,
|
||||
.feed-icon,
|
||||
.links
|
||||
display: none
|
||||
|
||||
.layout-container
|
||||
width: 100%
|
||||
|
||||
#content,
|
||||
.title
|
||||
margin: 20px 0
|
||||
width: auto
|
||||
|
||||
a
|
||||
&:hover,
|
||||
&:active,
|
||||
&:link,
|
||||
&:visited
|
||||
color: black
|
||||
|
||||
// CSS2 selector to add visible href after links.
|
||||
#content a
|
||||
&:link:after,
|
||||
&:visited:after
|
||||
content: " (" attr(href) ") "
|
||||
font-size: 0.8em
|
||||
font-weight: normal
|
||||
@@ -0,0 +1,9 @@
|
||||
@import "../config/config"
|
||||
|
||||
// THEME: purely visual styling (“look-and-feel”) for a component.
|
||||
// Read more about SMACSS categorization for Drupal Themes: https://www.drupal.org/node/1887922
|
||||
// When following SMCASS, this would be used for dark/light themes (not general styling): https://smacss.com/book/type-theme
|
||||
|
||||
// This file is complied separately so we can pull in config dependencies above
|
||||
// while also maintaining Drupals SMACSS structure.
|
||||
// @import "theme/theme--light"
|
||||
Reference in New Issue
Block a user