added contrib theme basic

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-21 22:15:52 +01:00
parent fc8365264d
commit 9c6a1ce9a9
83 changed files with 4035 additions and 0 deletions
@@ -0,0 +1,34 @@
* {
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, a:active, a:link, a:visited {
color: black;
}
#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 0.8em;
font-weight: normal;
}
@@ -0,0 +1,7 @@
html {
box-sizing: border-box;
}
*, *::after, *::before {
box-sizing: inherit;
}