-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtables_vertical-align_top_test.user.css
38 lines (38 loc) · 1.25 KB
/
tables_vertical-align_top_test.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* ==UserStyle==
@name wikimedia tables vertical-align top test
@namespace StylishThemes
@version 1.0.3
@homepageURL https://github.com/quiddity-wp/wikimedia-style-tweaks
@updateURL https://raw.githubusercontent.com/quiddity-wp/wikimedia-style-tweaks/master/tables_vertical-align_top_test.user.css
@license CC-BY-SA-4.0
@author quiddity-wp
==/UserStyle== */
@-moz-document domain("wikipedia.org"),
domain("meta.wikimedia.org"),
domain("office.wikimedia.org"),
domain("commons.wikimedia.org"),
domain("species.wikimedia.org"),
domain("outreach.wikimedia.org"),
domain("wikimania.wikimedia.org"),
domain("foundation.wikimedia.org"),
domain("wikitech.wikimedia.org"),
domain("wiktionary.org"),
domain("mediawiki.org"),
domain("wikisource.org"),
domain("wikivoyage.org"),
domain("wikibooks.org"),
domain("wikinews.org"),
domain("wikiversity.org"),
domain("wikiquote.org"),
domain("wikidata.org"),
domain("beta.wmflabs.org"),
domain("wikifunctions.org") {
/* NOTE: VECTOR SKIN is assumed. */
/* test for discussion at https://en.wikipedia.org/wiki/Wikipedia_talk:Manual_of_Style/Tables */
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
vertical-align: top;
}
}