MediaWiki:Common.css: Difference between revisions

Added comment section styles
(Added default navbox styles)
(Added comment section styles)
 
(4 intermediate revisions by the same user not shown)
Line 140:
background-color: #AB486C; // murray
}
.ns-FileSly_4 {
background-color: #AC2A2D; // penelope
}
.ns-File {
background-color: #CB9900; // panda
}
.ns-Template {
Line 148 ⟶ 151:
.ns-Category {
background-color: #6E4F83; // dmitri
}
.ns-Guide {
background-color: #5E5E93; // guru
}
 
Line 518 ⟶ 524:
/* @noflip */
margin-right: 0.5em;
}
 
/* navbox horizontal lists */
.hlist ul {
margin: 0;
}
 
.hlist ul li {
display: inline;
}
 
.hlist ul li:after {
content: " \00b7";
}
 
.hlist ul li:last-child:after {
content: none;
}
 
/* Article comment sections */
.c-order select {
outline: none;
border: none;
text-transform: lowercase;
border-radius: 2px;
}
 
.c-item {
padding: 10px;
margin: 5px 0px;
border-radius: 2px;
}
 
.c-avatar {
padding: 10px;
}
 
.c-actions {
margin-top: -5px;
margin-right: -5px;
}
 
.commentForm {
width: fit-content !important;
}
 
.c-form-button {
padding: 0;
}
 
.c-form-button input[type=button] {
padding: 5px 8px;
text-transform: lowercase;
border: none;
cursor: pointer;
}
 
.comment-preview {
padding: 10px 20px;
max-width: 25%;
}
 
/* Miscellaneous */
.shadow-box {
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}