MediaWiki:Gadget-cosmostweaks.css: Difference between revisions
can we get some transparencyyyyy |
m weh |
||
| Line 4: | Line 4: | ||
max-width:100%; | max-width:100%; | ||
height:auto; | height:auto; | ||
} | |||
/* default skin for navigation boxes */ | |||
table.navbox { | |||
background-color: #f9f9f92b; | |||
border: 1px solid #aaaaaa4a; | |||
clear: both; | |||
font-size: 90%; | |||
margin: 1em 0em 0em; | |||
padding: 2px; | |||
text-align: center; | |||
width: 100%; | |||
} | |||
table.navbox th { | |||
background-color: rgba(var(--banner-color), 0.8); | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | |||
table.navbox tr:not(:first-child) th { | |||
background-color: rgba(var(--banner-color), 0.5); | |||
} | |||
@media print { | |||
.navbox { | |||
display: none; | |||
} | |||
} | } | ||
/*CS added this^^^ */ | /*CS added this^^^ */ | ||
| Line 103: | Line 127: | ||
.imagedropshadow { | .imagedropshadow { | ||
filter:drop-shadow(0 3px 2px #290B18); | filter:drop-shadow(0 3px 2px #290B18); | ||
} | } | ||
/* ----------[^^^CS added this part^^^]------*/ | /* ----------[^^^CS added this part^^^]------*/ | ||