Jump to content

User:Arthurteb303/modern.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Arthurteb303 (talk | contribs) at 14:19, 23 January 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
font-family: monospace;
font-size:11pt;
}
   li {
        position: relative;
        list-style: none;
        left:30px;
    }

    li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: -50px;
        width: 30px;
        height: 30px;
        background-image: url('http://192.168.0.28/~Arthur/ko.gif');
    }
a {
	color:blue;
}