Template:Infobox/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
margin:0 0 1em 1em; | margin:0 0 1em 1em; | ||
padding:0; | padding:0; | ||
background-image:linear-gradient(#fff 0%,#eee 100%); | background-image:linear-gradient(135deg,#fff 0%,#eee 100%); | ||
background-color:#390; | background-color:#390; | ||
border-color:#390 | border-color:#390 | ||
Line 15: | Line 15: | ||
div.infobox .heading { | div.infobox .heading { | ||
font-weight:700; | font-weight:700; | ||
background- | background-color:#050 !important; | ||
text-align:center; | text-align:center; | ||
border:1px solid rgba(0,0,0,0.25); | border:1px solid rgba(0,0,0,0.25); |
Revision as of 00:28, 27 June 2024
div.infobox {
float: right;
position: relative;
width:250px;
background:#FFF;
font-size:0.923em;
border:1px solid #AAA;
margin:0 0 1em 1em;
padding:0;
background-image:linear-gradient(135deg,#fff 0%,#eee 100%);
background-color:#390;
border-color:#390
}
div.infobox .heading {
font-weight:700;
background-color:#050 !important;
text-align:center;
border:1px solid rgba(0,0,0,0.25);
border-bottom-width:0;
position:relative;
z-index:1;
margin:-1px -1px 5px !important;
font-family:EasonPro,"Times New Roman",serif !important;
font-size:1.417em !important;
color:#FFF !important;
background-color:#444 !important;
text-shadow:rgba(0,0,0,0.75) 0 0 0.25em;
line-height:1.176em;
font-size-adjust:0.43;
padding:0.5em !important
}
div.infobox .image {
text-align:center;
padding:0;
margin:10px 0
}