We should specify some basic styles for the lightbox. Authors may of course
make changes or adjustments as they desire either in the core files or by
overriding styles with their own CSS.
Here are my suggestions:
#tinybox {
background: #FFFFCC;
color: #000000;
}
#tinycontent {
background: transparent;
}
#tinycontent h1, #tinycontent h2, #tinycontent h3,
#tinycontent h4, #tinycontent h5, #tinycontent h6 {
margin-top: 0;
margin-bottom: 0.2em;
}
#tinycontent h1 {
font-size: 150%;
}
#tinycontent h2 {
font-size: 130%;
}
#tinycontent h3 {
font-size: 110%;
}
#tinycontent h1 + p {
margin-top: 0;
}
Original issue reported on code.google.com by jbjor...@gmail.com on 28 Aug 2013 at 7:07
Original issue reported on code.google.com by
jbjor...@gmail.com
on 28 Aug 2013 at 7:07