Difference between revisions of "Template:Gallery black"

From Brajdiscovery
Jump to navigation Jump to search
(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; ...')
 
 
Line 1: Line 1:
<css>
+
{{#css:
 
table.gallery {
 
table.gallery {
 
border: 1px solid #ccc;
 
border: 1px solid #ccc;
Line 58: Line 58:
 
padding: 2px 4px;
 
padding: 2px 4px;
 
}
 
}
</css>
+
}}

Latest revision as of 08:26, 29 April 2010

{{#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; } }}