Template:Text adventure/choice.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* choice */
.text-adventure-choice a {
    color: #000 !important;
    padding: 1em 0.5em 1em 0.5em !important;
    background-image: none !important;
    background-color: #ededed;
    cursor: pointer;
    display: block;
    margin: 0.5em 0 0 0;
    width: fit-content;
    text-decoration: none;
    transition: background-color 0.1s ease-in;
}
.text-adventure-choice a:hover {
    background-color: #d3d3d3;
}
/* link */
.text-adventure-link a {
    color: #000 !important;
    padding: 1em 0.5em 1em 0.5em !important;
    background-image: none !important;
    background-color: #ededed;
    cursor: pointer;
    display: block;
    margin: 0.5em 0 0 0;
    width: fit-content;
    text-decoration: none;
    transition: background-color 0.1s ease-in;
}
.text-adventure-link a:hover {
    background-color: #d3d3d3;
}
/* hidden */
.text-adventure-choice-hidden a {
    padding: 1em 0.5em 1em 0.5em !important;
    background-image: none !important;
    background-color: transparent;
    color: transparent !important;
    text-shadow: 1px 1px 1px transparent;
    cursor: pointer;
    display: block;
    margin: 0.5em 0 0 0;
    width: fit-content;
    text-decoration: none;
    transition: text-shadow 0.5s;
}
.text-adventure-choice-hidden a:hover {
    color: #fff !important;
    text-shadow: 1px 1px 1px #808080;
}
<noinclude>[[Category:Uncyclopedia Games Templates]]</noinclude>