Template:CRT section/styles.css
Jump to navigation
Jump to search
.crt-section-header {
background-color: #f8f8f8;
}
.crt-section-transcludedfrom {
float: right;
margin-left: 5px;
margin-right: 0;
border: 1px solid gray;
background: linear-gradient(white, #f8f8f8);
padding: 5px;
font-size: 90%;
}
/* @noflip */
.crt-section-header[dir="ltr"] .crt-section-transcludedfrom {
float: right;
margin-left: 5px;
margin-right: 0;
}
/* @noflip */
.crt-section-header[dir="rtl"] .crt-section-transcludedfrom {
float: left;
margin-right: 5px;
margin-left: 0;
}