Welcome to our new Skyland! Article rewrites are welcome. If you see any missing images, please feel free to add them. Please use the Aboutfile template when uploading and add categories.
We are also aware of some articles being unavailable. Please bear with us while we are working to get them fixed.
Leviathan (character) and MediaWiki:Vintage css.css: Difference between pages
From Skylanders Wiki
(Difference between pages)
No edit summary |
WF Sysadmin (talk | contribs) m 1 revision imported |
||
Line 1: | Line 1: | ||
.whitelinks a { | |||
color: #FFFFFF!important; | |||
{ | } | ||
/*** Portable Infobox theming ***/ | |||
.portable-infobox { | |||
box-shadow: 0 0 8px #0c2501; | |||
border-radius: 6px; | |||
border: 3px solid #00A2FF; | |||
border-top: 3px solid #00A2FF; | |||
margin-right:3px; | |||
} | |||
/*** Title ***/ | |||
.portable-infobox .pi-title { | |||
font-size: 0.96em; | |||
font-weight: bold; | |||
color: #000; | |||
text-align: center; | |||
line-height: 1.5; | |||
} | |||
.pi-background { | |||
background-color: #00BFFF; | |||
} | |||
.portable-infobox .pi-group { | |||
margin-top: 2px; | |||
} | |||
/*** Image background ***/ | |||
.portable-infobox .pi-image { | |||
background-color: #ddf6ff; | |||
} | |||
/*** Title bar formatting ***/ | |||
.portable-infobox .pi-title { | |||
color: #000; | |||
text-align: center; | |||
} | |||
/*** Section header formatting ***/ | |||
.portable-infobox .pi-secondary-background { | |||
background-color:#00BFFF; | |||
text-align:center; | |||
color:#000; | |||
} | |||
/*** Alternating row colors ***/ | |||
.portable-infobox .pi-data:nth-child(even) { | |||
background-color: #ddf6ff; | |||
} | |||
{ | .portable-infobox .pi-data:nth-child(odd) { | ||
background-color: #ccf2ff; | |||
} | |||
.pi-horizontal-group-item { | |||
background-color:#ccf2ff | |||
} |
Revision as of 21:51, May 20, 2025
.whitelinks a { color: #FFFFFF!important; } /*** Portable Infobox theming ***/ .portable-infobox { box-shadow: 0 0 8px #0c2501; border-radius: 6px; border: 3px solid #00A2FF; border-top: 3px solid #00A2FF; margin-right:3px; } /*** Title ***/ .portable-infobox .pi-title { font-size: 0.96em; font-weight: bold; color: #000; text-align: center; line-height: 1.5; } .pi-background { background-color: #00BFFF; } .portable-infobox .pi-group { margin-top: 2px; } /*** Image background ***/ .portable-infobox .pi-image { background-color: #ddf6ff; } /*** Title bar formatting ***/ .portable-infobox .pi-title { color: #000; text-align: center; } /*** Section header formatting ***/ .portable-infobox .pi-secondary-background { background-color:#00BFFF; text-align:center; color:#000; } /*** Alternating row colors ***/ .portable-infobox .pi-data:nth-child(even) { background-color: #ddf6ff; } .portable-infobox .pi-data:nth-child(odd) { background-color: #ccf2ff; } .pi-horizontal-group-item { background-color:#ccf2ff }