User:Pax/secret.css

From From Dusk till Jawn
Revision as of 16:35, 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.
#topbox {color: white; background-color: #140E0A; padding: .5em; border-radius:2em 2em 0 0; font-size: 12pt; text-align: center; font-weight: bold;}
#midbox {color: white; background-color: #140E0A; font-size: 12pt; padding: 2em;}
#bottombox {color: #140E0A; background-color: #140E0A; padding: .5em; border-radius: 0 0 2em 2em; font-size: 12pt;}

#topbox, #midbox, #bottombox {font-family: Josefin Sans;}
.container {
  position: relative;
  width: 50%;
  border-radius:2em 2em 2em 2em;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius:2em 2em 2em 2em;
}

.overlay {
  position: absolute;
  border-radius:2em 2em 2em 2em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: #140E0A;
}

.container:hover .overlay {
  opacity: 0;
    border-radius:2em 2em 2em 2em;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  font-family: Josefin Sans;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;

}