MediaWiki:Common.css: Difference between revisions

Added comment section styles
(Added mbox styles)
(Added comment section styles)
 
(5 intermediate revisions by the same user not shown)
Line 93:
/* change heading font */
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Helvetica, sans-serif !important;
}
 
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 450 ⟶ 456:
}
 
table.fmboxh1fmbox-editnotice {
background-color: transparent;
}
Line 479 ⟶ 485:
font-size: 88%;
line-height: 1.25em;
}
 
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @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);
}