fixed taxonomy term page display (lieux, topologie, structure)
This commit is contained in:
@@ -1105,8 +1105,59 @@ html.no-js, html.classic-nav{
|
||||
|
||||
}
|
||||
|
||||
body.page-taxonomy-term{
|
||||
#main{
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.generale-design;
|
||||
#block-system-main{
|
||||
>.content{
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
.term-listing-heading{
|
||||
display: none;
|
||||
}
|
||||
>*{
|
||||
flex: 1 1 auto;
|
||||
margin: 0 0.5em 0.5em 0;
|
||||
&.item-list{
|
||||
flex: 0 0 100%;
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
>article.node{
|
||||
}
|
||||
}
|
||||
}
|
||||
.node.type-performance{
|
||||
color:#A5A5A5;
|
||||
background-color:#fff;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
line-height:1;
|
||||
margin-bottom:1em;
|
||||
padding-right:1em;
|
||||
padding-left:0.5em;
|
||||
h1{
|
||||
margin: 0.7em 0;
|
||||
}
|
||||
figure{
|
||||
position: relative;
|
||||
// width:auto!important;
|
||||
height: auto!important;
|
||||
// margin: 0.5em;
|
||||
.blank{ position:absolute; top:0; left:0; width:100%; height:100%;}
|
||||
// &:hover{figcaption{.opacity(1);}}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//EFFECTUATIONS, DOCUMENTS, OBJETS, ETC.//
|
||||
body.node-type-document, .node-type-document-sonor, .node-type-object, .page-taxonomy-term {
|
||||
body.node-type-document, .node-type-document-sonor, .node-type-object{
|
||||
.generale-design;
|
||||
#center #content {
|
||||
width: 720px;
|
||||
|
||||
Reference in New Issue
Block a user