Untitled diff

Created Diff never expires
5 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
52 lines
13 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
60 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
/* -- Conteneur des messages de la shoutbox.*/
/* -- Conteneur des messages de la shoutbox.*/
#shoutbox-messages-container {
#shoutbox-messages-container {
margin: auto;
margin: auto;
height: 150px;
height: 150px;
overflow: auto;
overflow: auto;
text-align: left;
text-align: left;
word-wrap: break-word;
word-wrap: break-word;
line-height: 1;
}
}
.shout-horizontal {
.shout-horizontal {
padding-left: 1.5em;
padding-left: 1.5em;
}
}
.shout-spacing {
.shout-spacing {
margin: 10px 0 10px 0;
margin: 0.618em 0;
}
}
.shout-pseudo.not-connected {
.shout-pseudo.not-connected {
width: 90%;
width: 90%;
}
}
.shout-form-container {
.shout-form-container {
margin: 2px 0 5px 0;
margin: 0.1618em 0 0.309em 0;
text-align: center;
text-align: center;
}
}
.shout-form-container label {
.shout-form-container label {
display: block;
display: block;
}
}
#module-mini-shoutbox textarea,
#module-mini-shoutbox textarea,
#module-mini-shoutbox textarea:valid {
#module-mini-shoutbox textarea:valid {
width: 90%;
width: 90%;
}
}
#shoutbox-bbcode-container ul {
#shoutbox-bbcode-container ul {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
.shoutbox-message-container {}
.shoutbox-message-container {}
.shoutbox-message-date {}
.shoutbox-message-date {}
.shoutbox-message {
.shoutbox-message {
font-size: 0.9em;
font-size: 0.809em;
}
}
span.shoutbox-message-author {
span.shoutbox-message-author {
text-decoration: italic;
text-decoration: italic;
}
}
.shoutbox-message-content {}
.shoutbox-message-content {
}