Template:Gallery black

From Brajdiscovery
Revision as of 05:23, 7 February 2010 by Ashwani Bhatia (talk | contribs) (Created page with '<css> table.gallery { border: 1px solid #ccc; margin: 2px; padding: 2px; background-color: black; } table.gallery a { color:#fbecc5; } table.gallery a:visited { color:#fbecc5; ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<css> table.gallery { border: 1px solid #ccc; margin: 2px; padding: 2px; background-color: black; }

table.gallery a { color:#fbecc5; }

table.gallery a:visited { color:#fbecc5; }

table.gallery a:active { color:#fbecc5; }

table.gallery a:hover { color: #CC9900; background:none; }

table.gallery tr { vertical-align: top; }

table.gallery td { vertical-align: top; background-color:black; color:#CCCCCC; border: solid 2px #000000; } /* Keep this temporarily so that cached pages will display right */ table.gallery td.galleryheader { text-align: center; font-weight: bold; } table.gallery caption { font-weight: bold; }

div.gallerybox { margin: 2px; }

div.gallerybox div.thumb { text-align: center; border: 1px solid #ccc; margin: 2px; }

div.gallerytext { overflow: hidden; font-size: 94%; padding: 2px 4px; } </css>