Difference between revisions of "Template:GeoTemplate/sandbox/main.css"

From blackwiki
Jump to navigation Jump to search
imported>Suntag
(Fixed post)
imported>Pppery
(Pppery changed the content model of the page Template:GeoTemplate/sandbox/main.css from "wikitext" to "plain text": Trying to unbreak this page, which is currently in an inconsistent content model, will revert momentarily)
(No difference)

Revision as of 18:47, 19 May 2020

<noinclude>{{Template sandbox notice|subpage-name=main.css}}</noinclude> /* User editable CSS file for {{lts|GeoTemplate/sandbox}} * * It is suggested that you test using the [https://addons.mozilla.org/en-US/firefox/addon/60 Web Developer extension] in Firefox * before committing changes (use ctrl-shift-E). * It is recommend that your test in the following browser Internet Explorer version 6 and 7, * KHTML or Safari, Opera, and Firefox using the [[Template:GeoTemplate/sandbox|sandbox]]. <source lang="css"> */ /* These are already included on the page @import "http://en.wikipedia.org/skins-1.5/monobook/main.css"; @import "http://en.wikipedia.org/skins-1.5/common/shared.css"; */ @import "http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400"; @import "http://en.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400"; tr:hover, li:hover { background-color:#eef !important; } .icon-map a, .icon-satellite a, .icon-hybrid a{ background: no-repeat !important; overflow: hidden; display: block; width: 21px; padding-top: 21px; height: 0; margin: auto; } .icon-map a{ background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Gnome-fs-map.svg/20px-Gnome-fs-map.svg.png) !important; } .icon-satellite a{ background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Gartoon-Galeon.png/20px-Gartoon-Galeon.png) !important; } .icon-hybrid a{ background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Gnome-html.png/20px-Gnome-html.png) !important; } /*</source>*/