Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 90: Line 90:


.wikitable > tr > th, .wikitable > * > tr > th {
.wikitable > tr > th, .wikitable > * > tr > th {
background: transparent !important;
background-color: #eaecf0 !important;
border: none !important;
border: 1px solid #a2a9b1;
font-style: italic !important;
    padding: 0.2em 0.4em;
font-size: 88%
}
}


Line 415: Line 414:


.img-ulmer {
.img-ulmer {
box-shadow: 0.1rem 0.1rem 0.3rem rgb(0 0 0 / 25%);
box-shadow: 0.1rem 0.1rem 0.3rem rgba(0 0 0 / .25);
     height: 32px;
     height: 32px;
     width: 32px;
     width: 32px;
Line 424: Line 423:


.dmj-main-image { float: right; }
.dmj-main-image { float: right; }
.thumbinner { box-shadow: 0 .5rem .5rem rgba(0,0,0,.1); }
/* .thumbinner { box-shadow: 0 .5rem .5rem rgba(0,0,0,.1); } */