Deltacms/core/layout/pageComment.css

92 lines
1.3 KiB
CSS

/**
* This file is part of DeltaCMS.
*/
#formFileReset {
background-color: red;
border-width:1px;
border-color: orange;
font-size: 1.15em;
font-style: bold;
color: yellow;
}
#formFileReset:hover {
background-color: orange;
border-color: orange;
font-style: normal;
color:black;
}
.formInputFile {
padding: 9px;
border-radius: 2px;
border: 1px solid;
}
.formOuter{
text-align: center;
margin: 0 auto;
width: 50%;
border-radius: 2px;
border: 1px solid;
}
/*formulaire*/
#commentPageFormForm {
max-width: 85vw;
margin: auto;
}
/* messages */
.msgs {
max-width: 85vw;
margin: auto;
overflow: hidden;
box-sizing: border-box;
border: ridge rgba(0,0,0,0.3) 2px;
padding: 5px;
}
div.clef {
font-weight: 600;
display: inline-block;
margin: 3px 0 2px;
}
div.valeur {
display: block;
padding: 3px;
}
div.valeur > p {
margin: 0;
line-height: 1.2;
}
.msgs > hr {
width: 50%;
border: ridge var(--hr_color) 2px;
margin: 25px auto;
}
#commentPageFormForm .editorWysiwygComment {
overflow: auto;
resize: vertical;
min-height: 220px;
}
.formInner{
display: inline-block;
}
.formCheckBlue {
display: none;
}
.commentPageButtonPrevNext{
border-radius: 10%;
width: 60px;
font-size: 1.2em;
}
.commentPageButtonPageNb{
width: 120px;
font-size: 1em;
}