Template:Infobox/styles.css: Difference between revisions
(experimenting) |
No edit summary |
||
Line 1: | Line 1: | ||
table. | table.infobox { | ||
float: right; | float: right; | ||
position: relative; | position: relative; | ||
Line 11: | Line 11: | ||
background-color:#390; | background-color:#390; | ||
border-color:#390 | border-color:#390 | ||
} | |||
table.infobox .heading { | |||
font-weight:700; | |||
background-image:linear-gradient(135deg,#fff 0%,#eee 100%); | |||
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; | |||
font-family:EasonPro,"Times New Roman",serif; | |||
font-size:1.417em; | |||
color:#FFF; | |||
background-color:#444; | |||
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 | |||
} | |||
table.infobox .image { | |||
text-align:center; | |||
padding:0; | |||
margin:10px 0 | |||
} | } |
Revision as of 23:57, 26 June 2024
table.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
}
table.infobox .heading {
font-weight:700;
background-image:linear-gradient(135deg,#fff 0%,#eee 100%);
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;
font-family:EasonPro,"Times New Roman",serif;
font-size:1.417em;
color:#FFF;
background-color:#444;
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
}
table.infobox .image {
text-align:center;
padding:0;
margin:10px 0
}