css rorschach theme
This commit is contained in:
@@ -6,9 +6,22 @@
|
||||
// }
|
||||
// }
|
||||
|
||||
thead th {
|
||||
border-bottom: 1px solid #333;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
thead th{
|
||||
border: 1px solid #333;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
tbody td {
|
||||
border: 1px solid #333;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
|
||||
|
||||
.block{
|
||||
box-shadow: 1px 0px 1px $black;
|
||||
// box-shadow: 0px 0px 1px $black;
|
||||
}
|
||||
|
||||
// .layout-sidebar-first{
|
||||
// clear: left;
|
||||
// }
|
||||
|
||||
// .form-wrapper{
|
||||
// visibility: hidden;
|
||||
// }
|
||||
|
||||
.layout-container {
|
||||
font-family: $font-family-default;
|
||||
@@ -16,33 +18,53 @@
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
;
|
||||
// display: flex;
|
||||
// flex-flow: row wrap;
|
||||
// display: -ms-grid;
|
||||
// display: grid;
|
||||
// -ms-grid-rows: 5fr;
|
||||
// grid-template-rows: 5fr;
|
||||
// -ms-grid-columns: (minmax(0, 1fr));
|
||||
// grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
// grid-column-gap: 1.125rem;
|
||||
|
||||
header{
|
||||
flex: 0 0 100%;
|
||||
grid-row: 1;
|
||||
}
|
||||
main{
|
||||
|
||||
width: 100%;
|
||||
position: relative;
|
||||
// top: -7rem;
|
||||
.layout-sidebar-first{
|
||||
grid-column: 1 / 5;
|
||||
grid-row: 2 / span 4;
|
||||
|
||||
.layout-content{
|
||||
margin-left: 3rem;
|
||||
margin-right: 3rem;
|
||||
// padding-top: 7rem;
|
||||
padding-bottom: 6rem;
|
||||
.field__label{
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
aside{
|
||||
grid-column: 5 /span 6;
|
||||
grid-row: 2 /span 4;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
footer{
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.layout-content{
|
||||
padding-top: 7rem;
|
||||
padding-bottom: 6rem;
|
||||
.field__label{
|
||||
visibility: hidden;
|
||||
}
|
||||
// flex: 0 0 100%;
|
||||
grid-column: 1 / span 10;
|
||||
grid-row: 6;
|
||||
}
|
||||
}
|
||||
|
||||
// .path-frontpage{
|
||||
// margin: 0;
|
||||
// }
|
||||
|
||||
@@ -2,12 +2,7 @@
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.block{
|
||||
border: black;
|
||||
}
|
||||
h2{
|
||||
|
||||
}
|
||||
article.node-type-book{
|
||||
width: 70%;
|
||||
h2{
|
||||
@@ -17,5 +12,13 @@ article.node-type-book{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
list-style: none;
|
||||
box-shadow: 0px 0px 1px black;
|
||||
|
||||
}
|
||||
}
|
||||
.links.inline{
|
||||
list-style: none;
|
||||
box-shadow: 0px 0px 1px black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
|
||||
|
||||
|
||||
#edit-field-article-0-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#edit-field-article-1-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#edit-field-article-2-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#edit-field-article-3-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
#edit-field-article-4-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#edit-field-article-5-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
#edit-field-article-6-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
#edit-field-article-8-subform-field-subheading-0-format{
|
||||
font-size: 1rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
#block-breadcrumbs{
|
||||
nav {
|
||||
ol {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
|
||||
li{
|
||||
padding-right: 1rem;
|
||||
::after{
|
||||
padding-left: 1rem;
|
||||
content: " >";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// #block-breadcrumbs > nav:nth-child(1) > ol:nth-child(2)
|
||||
@@ -6,7 +6,7 @@
|
||||
header{
|
||||
// display: block;
|
||||
// width: 100%;
|
||||
position: fixed;
|
||||
// position: fixed;
|
||||
z-index: 99;
|
||||
width: 100vw;
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
padding-bottom: 0.8rem;
|
||||
max-width: inherit;
|
||||
width: 220px;
|
||||
align-items: center;
|
||||
// align-items: center;
|
||||
// padding-left: 1rem;
|
||||
height: 20px;
|
||||
// text-align: none
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// @import "global/_reset";
|
||||
@import "global/_typography";
|
||||
@import "global/_mediaqueries";
|
||||
|
||||
// @import "global/grid";
|
||||
|
||||
/*pages*/
|
||||
/*
|
||||
@@ -24,6 +24,7 @@
|
||||
@import "pages/_static";
|
||||
@import "pages/_home";
|
||||
@import "pages/_bookpage";
|
||||
@import "pages/_editform";
|
||||
|
||||
|
||||
|
||||
@@ -31,5 +32,7 @@
|
||||
@import "partials/_header";
|
||||
@import "partials/_footer";
|
||||
@import "partials/_navigation";
|
||||
@import "partials/_breadcrumbs.scss";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user