Template:File/styles.css: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content added Content deleted
(Created page with "→‎Color - pink: .ib-type-band { border: 2px solid #DFCDDD; background: #2B1D42; width: 80%; } .ib-type-band .ib-image { border-color: #DFCDDD; } .ib-type-band .ib-line { border-bottom: 1px solid #DFCDDD; padding-bottom: 3px; }")
 
No edit summary
Line 3: Line 3:
border: 2px solid #DFCDDD; background: #2B1D42;
border: 2px solid #DFCDDD; background: #2B1D42;
width: 80%;
width: 80%;
margin: auto;
}
}
.ib-type-band .ib-image {
.ib-type-band .ib-image {

Revision as of 14:25, 8 October 2022

/* Color - pink */
.ib-type-band {     
     border: 2px solid #DFCDDD; background: #2B1D42;
     width: 80%;
    margin: auto;
}
.ib-type-band .ib-image {
     border-color: #DFCDDD; }
.ib-type-band .ib-line {
     border-bottom: 1px solid #DFCDDD;
     padding-bottom: 3px; }