minutekey / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

CSS for lightbox #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r280.

Original comment by aeharding on 28 Aug 2013 at 8:16