Jump to content

MediaWiki:Styling.css: Difference between revisions

no edit summary
imported>Wingy
No edit summary
No edit summary
Line 89: Line 89:
}
}


/*CSSUnderline*/
.pi-data-value {
.UnderlineStyle .noexternal {
margin: auto;
transition: all 1s !important;
margin-bottom: 5px;
}
}
.UnderlineStyle .noexternal .header1 a{
position: relative;
display: inline;
}
.UnderlineStyle .noexternal .header1 span:after {
content: '';
position: absolute;
left: 50%;
bottom: -2px;
width: 0px;
height: 2px;
background-color: white;
transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
top: 100%;
}
.UnderlineStyle:hover .header1 span:after {
width: 100%;
left: 0;
}
.Underlineactive .header1 span:after {
width: 100% !important;
left: 0 !important;
top: 50% !important;
}
.Underlinective .noexternal{
margin-bottom: 0px !important;
}


/*Lines 77-89: Infobox panel colors (e.g. Planetary Infobox)*/
/*Lines 77-89: Infobox panel colors (e.g. Planetary Infobox)*/
Line 137: Line 106:
box-shadow: inset 0 -2px 0 0 #1E5EBF;
box-shadow: inset 0 -2px 0 0 #1E5EBF;
}
}
/*Re-style the preformatted elements for total cost and material cost to match the rest of the infobox*/
/*Re-style the preformatted elements for total cost and material cost to match the rest of the infobox*/
[data-source="total_cost"] > pre {
[data-source="total_cost"] > pre {
Hey there! The Galaxypedia uses cookies to enhance your user experience. Press "More information" to learn more. Thank you, we hope you enjoy your stay!