30 lines
No EOL
562 B
CSS
30 lines
No EOL
562 B
CSS
<style>/*per scheda produttori*/
|
|
#forma span.wpcf7-list-item {
|
|
width: 300px;
|
|
border: solid 1px white;
|
|
vertical-align: top;
|
|
padding: 0.5em;
|
|
}
|
|
textarea{min-width: 80%;}
|
|
|
|
#produttive .wpcf7-list-item-label {
|
|
font-size: 1.4em;
|
|
}
|
|
.post-content li h3 {
|
|
font-size: 2em;
|
|
text-transform: uppercase;
|
|
font-family: inherit;
|
|
}
|
|
span.wpcf7-list-item {
|
|
width: 155px;
|
|
white-space: inherit;
|
|
display: inline-block;
|
|
}
|
|
|
|
.post-content form ul {
|
|
margin: 0 0 1.6em 3em;
|
|
padding: 1em;
|
|
border: dotted 5px sandybrown;
|
|
}
|
|
|
|
</style> |