Difference between pages "Master Guide 5 promotional cards" and "Template:Card table sets/styles.css"

From Yugipedia
(Difference between pages)
Jump to: navigation, search
 
(Restoring revision 4444804 by User:Deltaneos on 2020-03-20 16:51:24. "These were setting the width inside the padding. The padding changes if the table-sorting JS doesn't run (i.e. no sorting icons). Updating to set the overall width, so columns ar...)
 
Line 1: Line 1:
{{Infobox set
+
.cts td[title] {
| image            = MG05-PromoJP.png
+
white-space: nowrap;
 +
}
  
| en_name          = Master Guide 5 promotional cards
+
.cts th {
| ja_name          = Yu-Gi-Oh! Official Card Game Duelmonsters MASTER GUIDE 5 付録カード
+
box-sizing: border-box;
| romaji_name      =
+
}
| ja_trans_name    = Yu-Gi-Oh! Official Card Game Duel Monsters Master Guide 5 promotional cards
 
  
| type            = [[Book promotional cards]]
+
.cts tbody td:nth-child(3),
| series          = Master Guide promotional cards (series)
+
.cts :lang(fr),
| prefix          = MG05
+
.cts :lang(de),
| size            = 2
+
.cts :lang(it),
| ja_database_id  = 121219003
+
.cts :lang(pt),
 +
.cts :lang(es) {
 +
font-style: italic;
 +
}
  
| jp_release_date  = April 28, 2017
+
.cts__header--release {
 +
width: 6.5em;
 +
}
  
| prev            = Master Guide 4 promotional cards
+
.cts__header--number {
| next            = Master Guide 6 promotional cards
+
min-width: 8em;
}}
+
}
  
The '''''Master Guide 5'' promotional cards''' are two promotional cards, "[[Odd-Eyes Wing Dragon]]" and "[[D/D/D Super Doom King Purple Armageddon]]", included with copies of ''[[Master Guide 5]]''.
+
.cts__header--rarity {
 +
min-width: 9em;
 +
max-width: 14em;
 +
}
  
==Galleries==
+
.cts tr td:nth-child(2) {
<gallery captionalign="center">
+
white-space: nowrap;
MG05-PromoJP.png | Japanese<br />[[Set Card Galleries:Master Guide 5 promotional cards (OCG-JP)|Unlimited Edition]]
+
}
</gallery>
 
 
 
==Lists==
 
{{Set navigation
 
| lists        = JP
 
| ue_galleries = JP
 
}}
 
 
 
{{Set list tabs|JP}}
 
 
 
{{Promotional cards}}
 
 
 
[[Category:OCG promotional cards]]
 

Revision as of 02:34, 15 March 2023

.cts td[title] {
	white-space: nowrap;
}

.cts th {
	box-sizing: border-box;
}

.cts tbody td:nth-child(3),
.cts :lang(fr),
.cts :lang(de),
.cts :lang(it),
.cts :lang(pt),
.cts :lang(es) {
	font-style: italic;
}

.cts__header--release {
	width: 6.5em;
}

.cts__header--number {
	min-width: 8em;
}

.cts__header--rarity {
	min-width: 9em;
	max-width: 14em;
}

.cts tr td:nth-child(2) {
	white-space: nowrap;
}