Template:Infobox/styles.css: Difference between revisions
(Created page with "table.root { float: right; text-align: left; border-radius: 10px; background-color: #f8f9fa; color: #202122; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse; } table.root > tr > th, table.root > * > tr > th { background-color: #eaecf0; text-align: center; } table.root > tr > th, table.root > tr > td, table.root > * > tr > th, table.root > * > tr > td { border: 1px solid #a2a9b1; padding: 0.2em 0.4em; }") |
(experimenting) |
||
Line 1: | Line 1: | ||
table.root { | table.root { | ||
float: right; | float: right; | ||
position: relative; | |||
width:250px; | |||
background | background:#FFF; | ||
font-size:0.923em; | |||
border:1px solid #AAA; | |||
border: 1px solid # | margin:0 0 1em 1em; | ||
padding:0; | |||
background-image:linear-gradient(135deg,#fff 0%,#eee 100%); | |||
background-color:#390; | |||
border-color:#390 | |||
background- | |||
border: | |||
} | } |