Jump to content

User:Jp26jp/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Jp26jp (talk | contribs)
Created page with 'div { background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'); }'
 
Jp26jp (talk | contribs)
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
div {
*:focus {
outline:none!important;
background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

html, body, .mw-body {
color: #212121;
color: rgba(0,0,0,.87);
font-size: 16px;
}

a:link {
color:#4184F3!important;
}
}

Latest revision as of 16:50, 11 December 2016

*:focus {
	outline:none!important;
}

html, body, .mw-body {
    color: #212121;
    color: rgba(0,0,0,.87);
    font-size: 16px;
}

a:link {
  color:#4184F3!important;
}