Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,676
edits
(Test if copying entire css breaks everything on mobile) |
m (Copying desktop css to mobile css) |
||
Line 1: | Line 1: | ||
/* ========================================================================= */ | |||
/* */ | |||
/* Default MediaWiki Styling */ | |||
/* */ | |||
/* ========================================================================= */ | |||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
cite, dfn { | cite, dfn { | ||
Line 1,947: | Line 1,955: | ||
.book_rightarrow:hover { | .book_rightarrow:hover { | ||
background-image: url(https://wiki.gm4.co/images/4/4e/Book_arrow_right_selected.png); | background-image: url(https://wiki.gm4.co/images/4/4e/Book_arrow_right_selected.png); | ||
} | |||
/* ========================================================================= */ | |||
/* */ | |||
/* Classes corresponding to GM4-specific Table Styling */ | |||
/* */ | |||
/* ========================================================================= */ | |||
table.wikitable > * > tr > .halloween-th { | |||
background-color: #4A406C; | |||
color: white; | |||
} | |||
table.wikitable > * > tr > .halloween-th a { | |||
color: #848484; | |||
} | |||
.halloween-tr { | |||
background-color: #655784; | |||
color: white; | |||
} | |||
.halloween-tr a { | |||
color: #acacac; | |||
} | } |
edits