MediaWiki:Common.css: Difference between revisions

Content deleted Content added
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
Move styles (that ideally should not complicate the examples) here, for hlistattr, hitemattr, listattr, itemattr, and test
Line 129: Line 129:
.dpl-orange-background {
.dpl-orange-background {
background: #fdebdb;
background: #fdebdb;
border:1px solid orange;
padding:3px;
}
}
.dpl-blue-background {
.dpl-blue-background {
background: #d2e4fb;
background: #d2e4fb;
border:1px solid blue;
}
padding:3px;
.dpl-blue-background {
background: #d2e4fb;
}
}
.dpl-dark-background {
.dpl-dark-background {
background: navy;
background: navy;
}
.list-item-heading,
.list-item-heading-attrubite {
background-color:pink;
border:1px solid red;
padding:3px;
}
.li-example {
background:white;
font-style: italic;
border:1px solid gray;
padding:3px;
}
}