fine tunning print fiche
This commit is contained in:
parent
df107a0443
commit
538c791bae
@ -5628,24 +5628,34 @@ article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull {
|
||||
padding-top: 1em;
|
||||
text-align: right;
|
||||
font-size: 0.8em; }
|
||||
.print-content .node-materiau.vm-print .group-head-right .field-name-field-reference-materio {
|
||||
font-weight: 800;
|
||||
font-size: 1.2em; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-left {
|
||||
width: 45%;
|
||||
position: absolute; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-left .field-name-field-description {
|
||||
font-size: 0.8em; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-left .field-type-taxonomy-term-reference {
|
||||
.print-content .node-materiau.vm-print .side.group-side-left > .field-type-taxonomy-term-reference {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
max-width: 45%;
|
||||
margin: 1em 1em 0 0;
|
||||
font-size: 0.6em; }
|
||||
width: 45%;
|
||||
margin: 0.5em 1em 0 0;
|
||||
font-size: 0.7em; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-left > .field-type-taxonomy-term-reference > .field-label {
|
||||
font-size: 0.8em;
|
||||
font-weight: 300; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-left > .field-type-taxonomy-term-reference > .node-company .field-name-field-tode-company {
|
||||
font-size: 1.2em; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-left > .field-type-taxonomy-term-reference > .node-company .field-label {
|
||||
display: none; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-right section, .print-content .node-materiau.vm-print .side.group-side-right div, .print-content .node-materiau.vm-print .side.group-side-right figure {
|
||||
max-width: 100%; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-right .field-name-field-materiau-image {
|
||||
text-align: right; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-right .field-name-field-materiau-image .field-item {
|
||||
display: none;
|
||||
max-width: 18.5%;
|
||||
max-width: 19%;
|
||||
margin: 0.5em 0 0 0.5em; }
|
||||
.print-content .node-materiau.vm-print .side.group-side-right .field-name-field-materiau-image .field-item:nth-child(-n+7) {
|
||||
display: inline-block; }
|
||||
@ -5677,23 +5687,17 @@ article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull {
|
||||
.print-site_name {
|
||||
width: 100%;
|
||||
vertical-align: bottom;
|
||||
margin-bottom: 1em; }
|
||||
margin-bottom: 0.5em; }
|
||||
.print-site_name h1 {
|
||||
margin: 0 1em 0 0;
|
||||
font-size: 1.2em;
|
||||
display: moz-inline-stack;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
line-height: 1.25; }
|
||||
margin: 0 0 0 0;
|
||||
font-size: 1.4em;
|
||||
text-align: center; }
|
||||
.print-site_name h1 a {
|
||||
color: inherit; }
|
||||
.print-site_name h1 a:hover {
|
||||
text-decoration: none; }
|
||||
.print-site_name span.slogan {
|
||||
display: none;
|
||||
font-size: 0.8em;
|
||||
margin-top: -3px;
|
||||
margin-left: -0.5em;
|
||||
|
@ -1678,6 +1678,7 @@ body.print-body-materiau{
|
||||
padding-top:1em;
|
||||
text-align: right;
|
||||
font-size:0.8em;
|
||||
.field-name-field-reference-materio{font-weight: 800; font-size: 1.2em;}
|
||||
}
|
||||
|
||||
.side{
|
||||
@ -1685,10 +1686,15 @@ body.print-body-materiau{
|
||||
width:45%;
|
||||
position:absolute;
|
||||
.field-name-field-description{font-size:0.8em;}
|
||||
.field-type-taxonomy-term-reference{
|
||||
display:inline-block; vertical-align: top; max-width: 45%;
|
||||
margin:1em 1em 0 0;
|
||||
font-size:0.6em;
|
||||
>.field-type-taxonomy-term-reference{
|
||||
display:inline-block; vertical-align: top; width: 45%;
|
||||
margin:0.5em 1em 0 0;
|
||||
font-size:0.7em;
|
||||
>.field-label{font-size: 0.8em; font-weight: 300;}
|
||||
>.node-company{
|
||||
.field-name-field-tode-company{font-size: 1.2em;}
|
||||
.field-label{display:none;}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@ -1701,7 +1707,7 @@ body.print-body-materiau{
|
||||
&:nth-child(-n+7){
|
||||
display:inline-block;
|
||||
}
|
||||
max-width:18.5%;
|
||||
max-width:19%;
|
||||
margin:0.5em 0 0 0.5em;
|
||||
&:nth-child(-n+2){
|
||||
max-width:100%;
|
||||
@ -1739,17 +1745,19 @@ body.print-body-materiau{
|
||||
.print-site_name{
|
||||
width:100%;
|
||||
vertical-align: bottom;
|
||||
margin-bottom:1em;
|
||||
margin-bottom:0.5em;
|
||||
h1{
|
||||
margin:0 1em 0 0;
|
||||
font-size: 1.2em;
|
||||
@include inlineblock(); vertical-align: baseline; position:relative; line-height:1.25;
|
||||
margin:0 0 0 0;
|
||||
font-size: 1.4em;
|
||||
text-align: center;
|
||||
// @include inlineblock(); vertical-align: baseline; position:relative; line-height:1.25;
|
||||
a{
|
||||
color:inherit;
|
||||
&:hover{text-decoration: none ;}
|
||||
}
|
||||
}
|
||||
span.slogan{
|
||||
display: none;
|
||||
font-size: 0.8em;
|
||||
margin-top:-3px;
|
||||
margin-left:-0.5em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user