<html> <style type=“text/css”> #dokuwikicontent p {text-align:justify;} #dokuwikicontent a {} #dokuwikicontent a:hover {} #dokuwikicontent a:active {}
#dokuwikicontent .wikilink1 { font-weight: bold; color: green; transition:1.5s; } #dokuwikicontent .wikilink1:hover { text-decoration:none; color:brown; transition:1.5s; }
h1 {margin-bottom:1px;} h2 {margin-bottom:1px;} h3 {margin-top:5px;margin-bottom:1px;} h4 {margin-bottom:1px;}
.toc {border:0px #666666 solid;} .toc ul {border:0px #666666 solid;} .toc li {border:0px #666666 solid;}
#dokuwiki__content hr {margin-bottom:2px;margin-top:2px;}
.user {}
.elite {
color:gray;
}
.officer {
color:blue;
} .officer .bracket {
color:darkblue; font-weight:bold;
} .officer a {
font-weight: bold; color: blue;
}
.mod {
color:green;
} .mod .bracket {
color:darkgreen; font-weight:bold;
}
.admin {
color:red;
} .admin .bracket {
color:darkred; font-weight:bold;
}
.owner {
color:gold;
} .owner .bracket {
color:orange; font-weight:bold;
}
.toc a {color:darkgreen;} .toc a:hover {color:green;transistion:1.5s;} .toc a:active {color:lime;transistion:1.5s;}
.prompt {
padding:5px; border-radius:10px; text-align:justify;
} .prompt-blue {
border:darkblue 1px solid; background-color:lightblue;
} .prompt-green {
border:darkgreen 1px solid; background-color:lightgreen;
} .prompt-red {
border:darkred 1px solid; background-color:pink;
}
.prompt-ugly {
border:gray 1px solid; background-color:lightgray;
}
</style> </html>