User:AMZ/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
AMZ (talk | contribs)
No edit summary
AMZ (talk | contribs)
No edit summary
Line 16: Line 16:
{ background: none !important; }
{ background: none !important; }


a.new, .error, .newpage { color: #f55 !important; }
a:visited {color: #4F4F4F !important; background-color: transparent !important; text-decoration: none !important}
a:visited {color: #4F4F4F !important; background-color: transparent !important; text-decoration: none !important}
a {color: #CFCFCF !important; background-color: transparent !important; text-decoration: none !important}
a {color: #CFCFCF !important; background-color: transparent !important; text-decoration: none !important}

Revision as of 19:10, 29 November 2014

/* main elements */ html > body, table, tbody, tr, td, h1, h2, h3, ul, ol, li, dl, dt, dd, p, blockquote, q, cite, fieldset, form, label
, iframe, header, main, footer, nav, article, section, caption, center, abbr, sub, sup, font, span:not([class]), code,
/* make it stick on other browsers */ #content tbody, #content tr, #content td,
/* most of the page */ .noprint, .vectorTabs, .vectorMenu, .portal, .portal > .body,
/* further reading */ .reflist, .refbegin, .catlinks, .references,
/* edit links */ .editsection, /* edit page */ .option, /* "from Wikipedia" */ #siteSub,
/* rare finds */ .toccolours, #template-documentation, .iezoomfix, /* listen to article */ .infobox,
/* image blocks */ .thumb, /* internal wiki images */ .image.image > img[src^="//bits.wikimedia.org/"],
/* fix images inside notes */ #bodyContent .metadata img, #bodyContent .infobox img, #bodyContent .noprint img
, #bodyContent .plainlinks img, .collapsible img,
/* search */ #searchButton, .suggestions-results, .suggestions-special, /* lang */ .search,
/* blog.wikimedia.org */ #column-content, #simpleSearch > input,
/* www-subdomain */ .divTop10item, /* mobile subdomain */ body.mobile div,
/* JS created UI */ .ui-dialog div, .ve-ui-mwCategoryItemButton, /* syntax highlighter fix */ .mw-geshi > div > pre,
/* almost everything else; div[rel] created by JS */ div[id="content"] div:not([rel]):not([style])
{ background: none !important; }

a.new, .error, .newpage { color: #f55 !important; }
a:visited {color: #4F4F4F !important; background-color: transparent !important; text-decoration: none !important}
a {color: #CFCFCF !important; background-color: transparent !important; text-decoration: none !important}
img {background-color: transparent !important; opacity: .7 !important}
html, html > *, body, body > *, div, div > *, class, class > *, i, i > *, frame, frame > *, table, table > *,* 
{text-decoration: none !important; background-color: black !important; color: #8F8F8F !important}
a.new, .error, .newpage { color: #f55 !important; }