User:AMZ/common.css: Difference between revisions
< User:AMZ
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
a {color: #CFCFCF !important; background-color: transparent !important; text-decoration: none !important} | a {color: #CFCFCF !important; background-color: transparent !important; text-decoration: none !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:hover {color: ##59B6DD !important; background-color: transparent !important; text-decoration: none !important} | |||
a.new, .error, .newpage {color: #A82C2C !important;} | a.new, .error, .newpage {color: #A82C2C !important;} | ||
img {background-color: transparent !important; opacity: .7 !important} | img {background-color: transparent !important; opacity: .7 !important} | ||
html, html > *, body, body > *, div, div > *, class, class > *, i, i > *, frame, frame > *, table, table > *,* | 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} | {text-decoration: none !important; background-color: black !important; color: #8F8F8F !important} | ||
#mw-content-text>div:first-child {width: auto !important;} |
Revision as of 14:52, 6 December 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 {color: #CFCFCF !important; background-color: transparent !important; text-decoration: none !important} a:visited {color: #4F4F4F !important; background-color: transparent !important; text-decoration: none !important} a:hover {color: ##59B6DD !important; background-color: transparent !important; text-decoration: none !important} a.new, .error, .newpage {color: #A82C2C !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} #mw-content-text>div:first-child {width: auto !important;}