User:Pax/sandbox.css

From From Dusk till Jawn
Revision as of 09:02, 16 January 2021 by Pax (talk | contribs)
Jump to navigation Jump to search

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.
#urhan {color: #FFFFFF; background-color: #140E0A; padding:2em; margin-bottom: 0; font-family: Josefin Sans; font-size: 12pt; position: relative; text-align: center;}

.urhanpic {border: 0px solid black; position: absolute; top: 8px; left: 16px;}
/* Opacity #1 */
.urhanpic img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.urhanpic :hover img {
	opacity: .4;
}