Template:Tt/styles.css

Template page
< Template:Tt
Revision as of 14:42, 2 May 2025 by Kaladin (talk | contribs) (Created page with ".tt-wrapper { position: absolute; visibility: hidden; } .tt { display: block; position: relative; top: 2em; right: 100%; width: 140px; height: 96px; color: #FFFFFF; background: #000000; line-height: 96px; text-align: center; border-radius: 8px; box-shadow: 4px 3px 10px #800000; } .tt-after { display: block; position: relative; top: 2em; right: 100%; width: 140px; height: 96px; →‎margin-left: -76px;: color: #FFFFFF; ba...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.tt-wrapper {
  position: absolute;
  visibility: hidden;
}

.tt {
 display: block;
 position: relative;
    top: 2em;
    right: 100%;
  width: 140px;
  height: 96px;
  color: #FFFFFF;
  background: #000000;
  line-height: 96px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 4px 3px 10px #800000;
}

.tt-after {
 display: block;
  position: relative;
    top: 2em;
    right: 100%;
  width: 140px;
  height: 96px;
  /*margin-left: -76px;*/
  color: #FFFFFF;
  background: #000000;
  line-height: 96px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 4px 3px 10px #800000;
}