MediaWiki:Timeless.css

From dada-engine.org
Revision as of 04:55, 19 November 2023 by E.dada (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */
#p-search {
	display: flex;
    width: 100%;
}

#p-search a {
    height: 1.5em;
    width: 5.4em;
	direction: ltr;
    text-indent: -99999px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/resources/assets/donate.png);
    background-position: center;
    background-size: cover;
    box-shadow: none;
    position: relative;
    top: 0;
    margin: 0.1em;
    order:2;
}

#searchform {
	flex-grow:1;
	order:1;
}

#searchInput {
	height: 1.7em;
}

#searchButton, #mw-searchButton {
	height: 1.9em;
	padding-bottom: 0.2em;
}