Template:Infobox/styles.css: Difference between revisions
(changed table to div) |
No edit summary |
||
Line 15: | Line 15: | ||
div.infobox .heading { | div.infobox .heading { | ||
font-weight:700; | font-weight:700; | ||
background-image:linear-gradient(135deg,#fff 0%,#eee 100%); | background-image:linear-gradient(135deg,#fff 0%,#eee 100%) !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); | ||
Line 21: | Line 21: | ||
position:relative; | position:relative; | ||
z-index:1; | z-index:1; | ||
margin:-1px -1px 5px; | margin:-1px -1px 5px !important; | ||
font-family:EasonPro,"Times New Roman",serif; | font-family:EasonPro,"Times New Roman",serif !important; | ||
font-size:1.417em; | font-size:1.417em !important; | ||
color:#FFF; | color:#FFF !important; | ||
background-color:#444; | background-color:#444 !important; | ||
text-shadow:rgba(0,0,0,0.75) 0 0 0.25em; | text-shadow:rgba(0,0,0,0.75) 0 0 0.25em; | ||
line-height:1.176em; | line-height:1.176em; |
Revision as of 00:20, 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-image:linear-gradient(135deg,#fff 0%,#eee 100%) !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
}