MediaWiki:Darkvector.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1,567: | Line 1,567: | ||
} | } | ||
.pi-theme- | .pi-theme-darkvector { | ||
border-color: # | background: linear-gradient(to bottom right, #8AB8FF, #BDDFFF, #FFFFFF, #BDDFFF, #8AB8FF); | ||
border-radius: 5px; | |||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); | |||
font-family: Arial, sans-serif; | |||
font-size: 14px; | |||
line-height: 1.5; | |||
overflow: hidden; | |||
padding: 10px; | |||
background-color: #2d2d2d; | |||
color: #fff; | |||
max-width: 300px; | |||
width: 100%; | |||
} | |||
.pi-title { | |||
background-color: #55aaff; | |||
border-radius: 5px; | |||
color: #fff; | |||
font-size: 18px; | |||
font-weight: bold; | |||
margin-bottom: 10px; | |||
padding: 5px 10px; | |||
text-align: center; | |||
text-shadow: 1px 1px #000; | |||
} | } | ||