Protected page

Template:Text adventure.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.text-adventure-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  animation: fadein 1s;
}
@keyframes fadein {
  from { opacity: 0;}
  to { opacity: 1;}
}
.text-adventure-container #title {
  color: rgba(0,0,0,0.8);
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
}
.text-adventure-container #image {
  margin: 0 0.5em;
  max-width: 640px;
}
.text-adventure-container #image img {
  width: 100%;
  height: auto;
}
.text-adventure-container #body {
  display: inline-block;
  margin: 0 0.5em;
  width: 640px;
}
<noinclude>[[Category:Uncyclopedia Games Templates]]</noinclude>