"साँचा:Gallery black" के अवतरणों में अंतर

ब्रज डिस्कवरी, एक मुक्त ज्ञानकोष से
नेविगेशन पर जाएँ खोज पर जाएँ
(नया पन्ना: table.gallery { border: 1px solid #ccc; margin: 2px; padding: 2px; background-color: black; } table.gallery a { color:#fbecc5; } table.gallery a:visited { color:#fbe...)
 
 
(इसी सदस्य द्वारा किया गया बीच का एक अवतरण नहीं दर्शाया गया)
पंक्ति १: पंक्ति १:
 +
<css>
 
table.gallery {
 
table.gallery {
border: 1px solid #ccc;
+
border: 1px solid #ccc;
margin: 2px;
+
margin: 2px;
padding: 2px;
+
padding: 2px;
background-color: black;
+
background-color: black;
 
}
 
}
  
पंक्ति २४: पंक्ति २५:
  
 
table.gallery tr {
 
table.gallery tr {
vertical-align: top;
+
vertical-align: top;
 
}
 
}
  
 
table.gallery td {
 
table.gallery td {
vertical-align: top;
+
vertical-align: top;
background-color:black;
+
background-color:black;
color:#CCCCCC;
+
color:#CCCCCC;
border: solid 2px #000000;
+
border: solid 2px #000000;
 
}
 
}
 
/* Keep this temporarily so that cached pages will display right */
 
/* Keep this temporarily so that cached pages will display right */
 
table.gallery td.galleryheader {
 
table.gallery td.galleryheader {
    text-align: center;
+
text-align: center;
font-weight: bold;
+
font-weight: bold;
 
}
 
}
 
table.gallery caption {
 
table.gallery caption {
font-weight: bold;
+
font-weight: bold;
 
}
 
}
  
 
div.gallerybox {
 
div.gallerybox {
margin: 2px;
+
margin: 2px;
 
}
 
}
  
 
div.gallerybox div.thumb {
 
div.gallerybox div.thumb {
text-align: center;
+
text-align: center;
border: 1px solid #ccc;
+
border: 1px solid #ccc;
margin: 2px;
+
margin: 2px;
 
}
 
}
  
 
div.gallerytext {
 
div.gallerytext {
overflow: hidden;
+
overflow: hidden;
font-size: 94%;
+
font-size: 94%;
padding: 2px 4px;
+
padding: 2px 4px;
 
}
 
}
 +
</css>

१२:२२, ६ फ़रवरी २०१० के समय का अवतरण

<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>