Skip to content

Commit a85160b

Browse files
committed
Fix info box style
1 parent bc52465 commit a85160b

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

wikipedia/common.css

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,28 @@ https://en.wikipedia.org/wiki/User:<Username>/common.css
5151
background-color: #ccc !important;
5252
}
5353

54+
#mw-content-text > div > table.infobox.vcard > tbody > tr:nth-child(odd) > td > div.mw-customtoggle-maps1.noprint.mw-customtoggle {
55+
background-color: #eee !important;
56+
}
57+
5458
#mw-content-text > div > table.infobox.vcard > tbody > tr:nth-child(even) > td > div.mw-customtoggle-maps1.noprint.mw-customtoggle {
5559
background-color: #eee !important;
5660
}
5761

62+
#mw-content-text > div > table.infobox.vcard > tbody > tr:nth-child(odd) > td {
63+
border-color: #eee !important;
64+
border-bottom: 1px solid #000 !important;
65+
}
66+
67+
#mw-content-text > div > table:nth-child(2) > tbody > tr:nth-child(7) > td > table {
68+
border: 1px solid #ccc !important;
69+
background-color: #ccc !important;
70+
}
71+
72+
#mw-content-text > div > table:nth-child(2) > tbody > tr:nth-child(7) > td > table > tbody > tr > td:nth-child(3) > table {
73+
background-color: #ccc !important;
74+
}
75+
5876
.ambox {
5977
margin: 0 10%;
6078
border: 1px solid #ddd !important;
@@ -263,7 +281,6 @@ table.plainlinks {
263281
}
264282

265283

266-
267284
.standard > tr > th, .standard > * > tr > th, .wide > tr > th, .wide > * > tr > th {
268285
background-color: #ddd !important;
269286
}
@@ -410,7 +427,7 @@ h1 {
410427
}
411428

412429
table {
413-
border: 1px solid #ddd !important;
430+
/*border: 1px solid #ddd !important;*/
414431
background: #eee !important;
415432
}
416433

0 commit comments

Comments
 (0)