User:Petewr/common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "*/ .portable-infobox { border-bottom: 20px solid #404a57; border-radius: 0 0 5px 5px; } .portable-infobox .pi-title { border-radius: 5px 5px 5px 5px; background-image: -o-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#404a57)); background-image: -ms-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#404a57)); background-image: -moz-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),co...") |
No edit summary |
||
Line 1: | Line 1: | ||
.portable-infobox { | .portable-infobox { | ||
border-bottom: 20px solid #404a57; | border-bottom: 20px solid #404a57; | ||
Line 45: | Line 44: | ||
border:none; | border:none; | ||
} | } | ||
Latest revision as of 11:36, 8 August 2022
.portable-infobox { border-bottom: 20px solid #404a57; border-radius: 0 0 5px 5px; } .portable-infobox .pi-title { border-radius: 5px 5px 5px 5px; background-image: -o-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#404a57)); background-image: -ms-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#404a57)); background-image: -moz-linear-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#404a57)); background-image: -webkit-gradient(linear,0% 0%,0% 40%,color-stop(0%,#566374),color-stop(100%,#404a57)); } .portable-infobox .pi-header { background-image:none; background-color: #404a57; border-top: 1px solid #404040; } .portable-infobox .pi-header, .portable-infobox .pi-title { color:#fff; } .portable-infobox .pi-secondary-background, .portable-infobox .pi-header, .portable-infobox .pi-title { background-color: #404a57; } .portable-infobox, .portable-infobox .pi-navigation { background-color: #f9f9f9; } .pi-navigation { border-top: 1px solid #404040; } .portable-infobox .pi-data:not(:last-of-type), .portable-infobox .pi-group, .portable-infobox .pi-data:last-of-type + .pi-group, .portable-infobox .pi-horizontal-group .pi-horizontal-group-item:not(:first-child) { border:none; }