[html]
<style>
@import "https://files.jcink.net/uploads/snicklefritz/css/modern_normalize.css";
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,600,600i,700,700i|Playfair+Display:400,400i,700,700i|Montserrat:400,400i,700|UnifrakturMaguntia");
@import url("https://nagoshiashumari.github.io/Rpg-Awesome/stylesheets/rpg-awesome.min.css");
/*======================================= *
Rockett's Custom Base Clean-up Project
*=======================================
January 2019, v1.0
*======================================= */
html {
overflow-x: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
form {
display: inline;
}
body {
font: 11px Montserrat, sans-serif;
color: #555;
padding: 0;
text-align: center;
background: url(https://files.jcink.net/uploads/mythmak … TMC_bg.jpg)
no-repeat center center fixed;
background-size: cover;
--serif1: "Cormorant Garamond", Garamond, Times New Roman, serif;
--serif2: "Playfair Display", serif;
--blackletter: "UnifrakturMaguntia";
--sans1: "Montserrat", Arial, sans-serif;
--basicborder: 1px solid #fff;
--offwhite: #f2efea;
--mainblue: #19435c;
--maingreen: #26554d;
--maindarkgreen: #11575c;
--mainred: #ba1e23;
--mainbrown: #806736;
--mainrust: #914834;
--maindarkbrown: #33281f;
--mainyellow: #eed28a;
--barbarian: #e64a31 !important;
--bard: #1d7ec5 !important;
--bloodhunter: #a4323c !important;
--cleric: #bbe2f0 !important;
--druid: #78a878 !important;
--fighter: #687b85 !important;
--monk: #4949f5 !important;
--paladin: #9ba09c !important;
--ranger: #92a650 !important;
--rogue: mediumslateblue !important;
--sorcerer: coral !important;
--warlock: #429e18 !important;
--wizard: #01b4b8 !important;
--g-2: mediumpurple;
--g-3: #9e959c;
--g-4: #eed28a;
--g-10: #e64a31;
--g-11: #1d7ec5;
--g-12: #a4323c;
--g-13: #bbe2f0;
--g-14: #78a878;
--g-15: #687b85;
--g-16: #4949f5;
--g-17: #9ba09c;
--g-18: #92a650;
--g-19: mediumslateblue;
--g-20: coral;
--g-21: #429e18;
--g-22: #01b4b8;
--g-23: #bd893c;
--bg: rgba(37, 52, 69, 0.75);
--hov: all 0.75s ease-in-out;
}
a:link,
a:visited,
a:active {
font-family: var(--serif1);
text-decoration: none;
color: var(--paladin);
-webkit-transition: var(--hov);
-o-transition: var(--hov);
transition: var(--hov);
}
a:hover {
color: var(--mainyellow);
text-decoration: none;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
}
::-webkit-scrollbar-thumb {
background: #3c596c;
border: 0 none #fff;
border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
background: #fff;
}
::-webkit-scrollbar-thumb:active {
background: #fff;
}
::-webkit-scrollbar-track {
background: #121415;
border: 0 none #fff;
border-radius: 0;
}
::-webkit-scrollbar-track:hover {
background: #121415;
}
::-webkit-scrollbar-track:active {
background: #e3e3e3;
}
::-webkit-scrollbar-corner {
background: transparent;
}
/**********************
>> GLOBAL <<
**********************/
.mcp-0,
.acp-0,
.m-2 {
display: none;
}
.g-2 {
display: block !important;
}
.firstletter {
color: var(--maingreen);
font-family: var(--blackletter);
font-size: 60px;
float: left;
margin-right: 5px;
margin-top: -6px;
line-height: 80%;
}
#redirect-screen,
#redirect-screen a {
font: 14px var(--serif1);
}
#redirect-screen a {
color: var(--mainyellow);
}
.scale-in-center {
-webkit-animation: scale-in-center 0.5s ease-in-out both;
animation: scale-in-center 0.5s ease-in-out both;
}
/**
* ----------------------------------------
* animation scale-in-center
* ----------------------------------------
*/
@-webkit-keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
/**********************
>> NAV <<
**********************/
#navi {
height: 40px;
position: relative;
top: -10px;
left: -4px;
}
#navstrip {
height: 40px;
line-height: 40px;
color: var(--offwhite);
text-transform: uppercase;
font-family: var(--serif2);
font-size: 8px;
letter-spacing: 1.5px;
text-align: left;
}
#navstrip a,
#guestnav a,
#usernav a,
.postlinksbar a,
.post_bottom-links a {
color: var(--offwhite);
margin-right: 5px;
font-family: var(--serif2);
padding: 3px 6px;
background: var(--mainblue);
text-transform: uppercase;
letter-spacing: 1.5px;
}
#top-nav {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100vw;
height: 55px;
background: var(--maingreen);
}
#nav-av {
background-image: url(/uploads/mythmakers/assets/coast.jpg);
background-size: cover;
width: 55px;
height: 55px;
border: 5px solid white;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
#toggle {
display: inline-block;
font-size: 30px;
position: absolute;
top: 0;
left: 60px;
height: 55px;
width: 55px;
line-height: 55px;
color: var(--offwhite);
/cursor: crosshair;
}
#toggle .th {
display: none;
}
#usernav,
#guestnav {
position: absolute;
top: 0;
right: 20px;
height: 55px;
line-height: 55px;
}
#usernav {
font-size: 14px;
}
#guestnav a {
font-size: 14px;
margin-right: 0;
}
#guestnav .th {
font-size: 14px;
color: var(--offwhite);
margin: 0 20px;
}
@media screen and (max-width: 1024px) {
#usernav,
#guestnav {
font-size: 10px !important;
}
}
.g-welcome {
font: italic bold 18px var(--serif2);
margin-right: 20px;
letter-spacing: 0.5px;
color: var(--mainyellow);
}
.alert0,
.msg0,
#userlinks {
display: none;
}
/**********************
>> BOARD WRAPPER <<
**********************/
#wrapper {
text-align: left;
width: 1000px;
margin: 99px auto 50px auto;
padding: 20px;
}
#innerwrapper {
padding: 20px;
background: rgba(0, 0, 0, 0.5);
}
#delcookiesrow {
padding: 5px;
color: var(--offwhite);
text-align: center;
font: 12px Playfair Display, serif;
text-transform: uppercase;
letter-spacing: 1px;
word-spacing: 1px;
margin-top: -4px;
display: none;
}
/**********************
>> BOARD HEADER <<
**********************/
#board-header {
position: relative;
width: 100%;
height: 510px;
background: rgba(37, 52, 69, 0.75);
padding: 20px;
margin-bottom: 20px;
overflow: hidden;
}
#board-header .left {
width: 310px;
height: 350px;
position: relative;
}
#board-header .staff {
width: 60px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
#board-header .staff a {
height: 60px;
width: 60px;
border: 5px solid var(--maingreen);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-size: cover;
}
#board-header .staff a:nth-child(even) {
border-color: var(--mainrust);
}
#board-header .middle {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 235px;
}
#board-header .info,
#board-header .topic-cont {
position: absolute;
right: 0;
width: 235px;
height: 165px;
border: 5px solid var(--offwhite);
padding: 5px;
}
#board-header .info {
top: 0;
}
#board-header .info .title {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
background: var(--mainred);
color: var(--offwhite);
font-family: var(--serif2);
font-size: 8px;
letter-spacing: 0.65px;
text-align: center;
text-transform: uppercase;
padding: 7px 0;
}
#board-header .info .bottom {
position: absolute;
bottom: 5px;
left: 5px;
display: block;
width: calc(100% - 10px);
height: 120px;
font-size: 12px;
overflow: auto;
text-align: justify;
text-indent: 20px;
}
#board-header .bottom p {
margin: 0 5px 10px 0;
font-family: var(--sans1);
color: var(--offwhite);
}
#board-header .topic-cont {
bottom: 0;
overflow: auto;
}
#recents {
width: 100%;
height: 100%;
}
#recents .holdrec {
color: transparent;
overflow: hidden;
width: 210px;
margin-bottom: 5px;
position: relative;
}
#recents .holdrec:after {
display: block;
position: absolute;
bottom: 4px;
right: 5px;
font-size: 26px;
color: var(--offwhite);
-webkit-transform: rotate(16deg);
-ms-transform: rotate(16deg);
transform: rotate(16deg);
text-shadow: 1px 1px 0 black;
}
#recents .holdrec a {
color: var(--offwhite);
font-family: var(--serif1);
font-style: italic;
letter-spacing: 0.5px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#recents .holdrec strong {
background: var(--maindarkgreen);
font-family: var(--serif2);
font-size: 10px;
font-weight: 400;
font-style: normal;
letter-spacing: 0.5px;
word-spacing: 2px;
text-transform: uppercase;
padding: 2px 6px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
text-align: left;
margin-bottom: 3px;
}
#recents p {
display: none;
}
.blogo {
position: absolute;
top: 20px;
right: 20px;
width: 550px;
height: 350px;
border: 5px solid var(--mainyellow);
background-image: url(/uploads/mythmakers/assets/TMC_Header.jpg);
background-size: cover;
z-index: 1;
}
.blogo .inner {
z-index: 2;
font-family: var(--serif2);
font-size: 9px;
color: var(--offwhite);
padding: 3px 15px;
text-transform: uppercase;
letter-spacing: 1.5px;
word-spacing: 5px;
background: var(--maindarkgreen);
position: absolute;
bottom: 114px;
left: 55px;
text-align: center;
}
#board-header .below {
height: 100px;
width: calc(100% - 40px);
position: absolute;
bottom: 20px;
left: 20px;
}
#board-header #ticker-cont,
#board-header #featured {
position: absolute;
top: 0;
border: 5px solid var(--mainyellow);
width: 180px;
height: 100%;
}
#ticker-cont {
left: 0;
font: 11px var(--sans1);
}
#ticker-cont #ticker {
width: 100%;
height: calc(100% - 5px);
padding: 5px;
overflow: hidden;
}
#ticker ul {
list-style-position: inside;
display: unset;
margin: 0;
padding: 0;
}
#ticker li {
background: var(--offwhite);
color: var(--maindarkgreen);
padding: 2px;
}
#ticker li:nth-of-type(odd) {
background: var(--maindarkgreen);
color: var(--offwhite);
}
#ticker li b,
#ticker li b a {
font: bold 10px var(--serif2);
text-transform: uppercase;
letter-spacing: 0.5px;
}
#ticker li a {
color: var(--maindarkgreen);
}
#ticker li:nth-of-type(odd) a {
color: var(--offwhite);
}
#board-header #midbot {
position: absolute;
top: 0;
left: 200px;
height: 100%;
width: 480px;
}
#midbot .links,
#midbot .events {
position: absolute;
left: 0;
width: 100%;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#midbot .links {
top: 0;
height: 53px;
margin-bottom: 10px;
background: white;
padding: 0 10px;
}
#midbot .links a {
font-size: 20px;
color: var(--mainred);
text-align: center;
line-height: 18px;
}
#midbot .events {
position: absolute;
bottom: 0;
height: 31px;
}
#midbot .events a {
display: inline-block;
background: var(--mainred);
padding: 6px 8px;
color: var(--offwhite);
text-transform: uppercase;
font: 12px var(--serif2);
letter-spacing: 1px;
border-bottom: 3px solid var(--offwhite);
}
#featured {
right: 0;
border-color: var(--maingreen) !important;
background: url(https://66media.tumblr.com/8480fdbb61c1 … o4_250.gif);
background-size: cover;
}
/**********************
>> CATEGORY HEADER <<
**********************/
.maintitle {
padding: 40px;
text-align: center;
background: rgba(37, 52, 69, 0.75);
overflow: hidden;
white-space: nowrap;
border-bottom: 10px solid var(--mainblue);
margin: 10px 0 5px 0;
}
.maintitle:first-of-type {
margin-top: 0;
}
.maintitle,
.maintitle a {
font: bold 12px var(--serif2);
letter-spacing: 6px;
word-spacing: 3px;
text-transform: uppercase;
color: #fff;
position: relative;
}
.maintitle a {
z-index: 5;
text-shadow: 1px 1px 0 black;
}
.maintitle a:before,
.bstats-text:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 0;
left: 0;
bottom: -8px;
border-bottom: 2px solid var(--mainyellow);
}
.maintitle2 {
display: block;
text-align: center;
font: italic 900 72px var(--serif2);
letter-spacing: -1px;
text-transform: lowercase;
position: absolute;
width: 100%;
height: 0;
left: 0;
top: 0;
color: var(--offwhite);
opacity: 0.075;
text-shadow: 2px 2px 0 var(--wizard);
z-index: 1;
}
.forum-row {
font-size: 10px;
}
.forum-row a {
font-size: 14px;
}
.copyright {
padding: 5px;
text-transform: uppercase;
margin-top: 12px;
color: var(--paladin);
}
.copyright,
.copyright a {
font: 9px var(--sans1);
}
.copyright a {
color: var(--bard);
}
#skin_selector {
position: fixed;
left: 10px;
bottom: 10px;
font: 11px Playfair Display, serif;
}
/**********************
>> BOARD STATS <<
**********************/
#boardstats {
width: 100%;
position: relative;
border: 5px solid var(--mainyellow);
border-top: 0 solid white;
border-bottom: 10px solid var(--mainblue);
padding-top: 10px;
}
#topper,
#bott,
#midd {
margin: 10px;
height: 100px;
width: calc(100% - 20px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#topper {
margin-top: 0;
}
#midd {
height: 250px;
}
.i-left,
.i-right,
.i-mid,
.i-right2 {
width: 100px;
height: 100px;
border: 5px solid var(--maingreen);
}
.i-left,
.i-right,
#frow .i-right2 {
text-align: center;
line-height: 95px;
font-size: 30px;
background: rgba(37, 52, 69, 0.75);
color: var(--offwhite);
text-shadow: 1px 1px 0 black;
}
.i-mid {
width: 670px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
text-transform: uppercase;
font: bold 9px var(--sans1);
letter-spacing: 0.5px;
background: var(--offwhite);
border-color: var(--paladin);
}
.i-mid i,
.i-mid .txt {
display: inline-block;
height: 100%;
text-align: center;
line-height: 90px;
color: black;
}
.i-mid i {
font-size: 20px;
}
.i-mid .txt {
word-spacing: 5px;
}
.i-mid .txt a {
font: bold 9px var(--sans1);
letter-spacing: 0.5px;
}
#midd .left,
#midd .right {
height: 100%;
width: 100px;
border: 5px solid var(--paladin);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: space-evenly;
align-content: space-evenly;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
background: var(--offwhite);
}
#midd .left i,
#midd .right i {
font-size: 26px;
display: block;
text-align: center;
color: var(--maindarkgreen);
}
#midd .left a:nth-of-type(even) i,
#midd .right a:nth-of-type(even) i {
color: var(--bard);
}
#midd-stats {
height: 100%;
width: 460px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#online-now,
#online-today {
border: 5px solid var(--mainblue);
width: 100%;
height: 150px;
padding: 10px;
overflow: auto;
background: rgba(37, 52, 69, 0.5);
}
#online-now {
text-align: justify;
font: italic bold 26px var(--serif2);
line-height: 30px;
letter-spacing: 0.5px;
}
#online-today {
height: 90px;
text-align: justify;
text-transform: uppercase;
}
#online-today a {
font: 11px var(--serif1);
letter-spacing: 1px;
line-height: 15px;
}
#midd-rt {
height: 100%;
width: 200px;
border: 5px solid var(--mainblue);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.statistic {
text-align: center;
background: var(--offwhite);
color: black;
padding: 20px 0;
font: 12px var(--serif1);
text-transform: uppercase;
}
.statistic:nth-of-type(even) {
background: var(--mainrust);
color: var(--offwhite);
}
/**********************
>> FORUM ROW <<
**********************/
#frow {
border: 5px solid rgba(37, 52, 69, 0.75);
border-bottom: none;
width: 100%;
padding: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
position: relative;
}
#frow .i-left i,
#frow .i-right i {
color: var(--offwhite);
text-shadow: 1px 1px 0 black;
}
#frow i.forum-new-post {
color: var(--mainred);
}
#frow .i-right {
overflow: hidden;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#frow .txt {
display: block;
text-align: center;
font: 12px var(--serif1);
letter-spacing: 1px;
line-height: 21px;
}
#frow .txt b {
font-weight: 700;
font-style: italic;
font-size: 20px;
color: var(--mainyellow);
}
#ficons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 14px;
color: var(--paladin);
background: rgba(37, 52, 69, 0.75);
padding: 2px 5px;
margin-bottom: 5px;
}
#ficons i {
display: inline-block;
height: 100%;
line-height: 30px;
}
#ficons i:nth-of-type(even) {
color: var(--mainbrown);
}
#divider {
padding: 5px;
width: 100%;
height: 30px;
background: rgba(37, 52, 69, 0.75);
overflow: hidden;
line-height: 26px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
text-align: center;
}
#divider a {
margin-right: 5px;
}
#divider a.subforums-macro {
display: none;
}
#divider .subforums {
width: 100%;
}
#divider a,
.subforums a {
color: var(--offwhite);
font-family: var(--serif2);
text-transform: uppercase;
letter-spacing: 1.5px;
background: var(--mainblue);
font-size: 9px;
padding: 3px 5px;
border-bottom: 2px solid var(--mainred);
}
.subforums a {
margin-right: 2px !important;
}
.tinfo {
height: 100px;
width: 465px;
border: 5px solid var(--mainblue);
padding: 5px;
}
.fname {
text-align: center;
width: 100%;
font: italic bold 42px var(--serif2);
text-transform: lowercase;
text-shadow: 1px 1px 0 black;
}
.fname a {
color: var(--offwhite);
text-decoration: underline;
-webkit-text-decoration-color: var(--bard);
text-decoration-color: var(--bard);
}
.fname a:hover {
color: var(--mainyellow);
}
.tinfo .info {
width: 100%;
text-align: center;
height: 25px;
line-height: 25px;
text-transform: uppercase;
color: var(--offwhite);
white-space: nowrap;
overflow: hidden;
font-size: 9px;
}
.tinfo .info a {
font-size: 11px;
}
.tinfo .info a:first-of-type {
color: var(--mainyellow);
}
.f-desc {
width: 220px;
height: 100px;
border: 5px solid var(--mainblue);
padding: 5px;
background: var(--offwhite);
overflow: hidden;
background-size: cover;
}
.desc {
width: 100%;
height: 100%;
overflow: auto;
padding: 5px;
font: 10px var(--sans1);
letter-spacing: 1px;
text-align: justify;
}
#frow.forum-4 .f-desc {
background-image: url(/uploads/mythmakers/assets/Wiki.jpg);
}
#frow.forum-11 .f-desc {
background-image: url(/uploads/mythmakers/assets/Wildemount.jpg);
}
#frow.forum-12 .f-desc {
background-image: url(/uploads/mythmakers/assets/Taldorei.jpg);
}
#frow.forum-13 .f-desc {
background-image: url(/uploads/mythmakers/assets/ShatteredTeeth.jpg);
}
#frow.forum-14 .f-desc {
background-image: url(/uploads/mythmakers/assets/Marquet.jpg);
}
#frow.forum-15 .f-desc {
background-image: url(/uploads/mythmakers/assets/Issylra.jpg);
}
#frow.forum-16 .f-desc {
background-image: url(/uploads/mythmakers/assets/Oceans.jpg);
}
#frow.forum-17 .f-desc {
background-image: url(/uploads/mythmakers/assets/Messages.jpg);
}
#frow.forum-21 .f-desc {
background-image: url(/uploads/mythmakers/assets/Underdark.jpg);
}
/**********************
>> FORUM VIEW <<
**********************/
.topic-row .row2 span {
display: none;
}
/**********************
>> POST BUTTONS <<
**********************/
a .buttons {
color: var(--mainyellow);
-webkit-transition: var(--hov);
-o-transition: var(--hov);
transition: var(--hov);
}
a:hover .buttons {
color: var(--offwhite);
}
.buttons {
display: inline-block;
font: italic 32px var(--serif2);
text-transform: lowercase;
margin: 0 10px;
text-align: center;
}
.buttons .small,
.rec_one .small {
text-transform: uppercase;
font: 7px var(--sans1);
margin-top: -2px;
color: var(--offwhite);
text-shadow: 1px 1px 0 black;
}
/**********************
>> TOPIC VIEW <<
**********************/
.topic-title-space {
display: none;
}
.postlinksbar {
text-transform: uppercase;
text-align: center;
color: transparent;
position: relative;
top: -18px;
margin-top: -4px;
margin-bottom: -18px;
border-bottom: 8px solid var(--mainblue);
}
.postlinksbar a,
.post_bottom-links a {
color: var(--offwhite);
text-transform: uppercase;
font: 8px var(--serif2);
letter-spacing: 1.5px;
border-bottom: 1px solid var(--mainyellow);
}
.topic-desc {
display: block;
margin-top: 1px;
font: 9px var(--sans1);
color: var(--mainyellow);
text-transform: uppercase;
}
.pagination {
display: inline-block;
text-align: center;
}
.pagination_pagetxt,
.goto-firstunread {
display: none;
}
.pagination a,
.pagination_current {
display: inline-block;
font: bold 24px var(--serif1);
height: 26px;
width: 26px;
line-height: 22px;
color: var(--offwhite);
background: var(--bard);
border-radius: 50%;
text-align: center;
margin: 0 2px;
}
.pagination_current {
color: var(--bard) !important;
background: var(--offwhite) !important;
}
.post-buttons-top .buttons {
font-size: 14px;
}
.post_content {
background: var(--bg);
}
.activeuserstrip,
.activeuserstrip + .row2 {
font: 11px var(--sans1);
color: var(--mainbrown);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.activeuserstrip a {
font-size: 11px;
color: var(--offwhite);
-webkit-transition: var(--hov);
-o-transition: var(--hov);
transition: var(--hov);
}
.activeuserstrip strong a {
font-weight: 700;
font-size: 12px;
letter-spacing: 2.5px;
color: var(--mainyellow);
}
.activeuserstrip a:hover {
color: var(--mainyellow);
}
a[title="Open Topic Options"] + .pagination {
display: block;
position: relative;
top: -22px;
left: 100px;
}
a[title="Open Topic Options"] > .buttons {
position: relative;
top: 13px;
}
.tablepad,
.tablepad a {
color: var(--offwhite);
font: 12px var(--serif2);
}
.tablepad a:hover {
color: var(--mainyellow);
}
.tablepad select,
.tablepad input {
font-family: var(--sans1);
}
.quick-edit .textinput::-webkit-scrollbar {
width: 15px;
}
.quick-edit .textinput {
max-width: 640px !important;
}
.quick-edit [type="button"] {
font-size: 60%;
background: white;
border: 1px solid #e0e0e0;
margin: 0;
padding: 5px 8px 7px 8px;
}
.quick-edit a {
text-transform: capitalize;
font: bold 60% var(--serif2);
color: var(--mainblue);
}
.quick-edit textarea {
font-size: 110%;
}
/**********************
>> POST TOP <<
**********************/
#post_top {
height: 160px;
width: 100%;
background: var(--mainblue);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.post_date {
width: 33%;
height: 40px;
padding: 10px;
font: italic bold 18px/20px var(--serif2);
color: var(--offwhite);
}
.picon {
width: 33%;
height: 40px;
padding: 5px;
text-align: center;
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
font: bold 18px/28px var(--serif2);
color: var(--offwhite);
}
.picon i {
font-size: 16px;
margin-right: 5px;
}
.post_date-icon {
width: 33%;
height: 40px;
font-size: 22px;
padding: 5px;
line-height: 32px;
color: var(--bard);
text-align: right;
}
#top_bottom {
width: 100%;
height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px;
}
.rec_one {
width: 205px;
height: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: center;
}
.rec_one a {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 38px;
color: var(--offwhite);
}
.rec_one i {
-webkit-transition: var(--hov);
-o-transition: var(--hov);
transition: var(--hov);
}
.rec_one i:hover {
color: var(--offwhite);
}
.char_info {
width: 470px;
text-align: center;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.char_name a,
.g-2 .char_name {
text-decoration: underline;
-webkit-text-decoration-color: var(--offwhite);
text-decoration-color: var(--offwhite);
}
.char_name a span,
.g-2 .char_name {
font: italic bold 32px var(--serif2);
}
.g-2 .char_name {
color: var(--g-2);
}
.char_basics {
height: 30px;
margin-top: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font: 9px var(--sans1);
text-transform: uppercase;
color: var(--offwhite);
letter-spacing: 0.5px;
}
.g-2 .char_basics {
display: none;
}
.char_basics span,
.char_basics i {
display: inline-block;
height: 30px;
line-height: 30px;
}
.char_basics i {
font-size: 14px;
margin: 0 12px;
color: var(--mainred);
}
.rec_two {
width: 205px;
height: 100%;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
border: 1px solid var(--offwhite);
}
.rec_two .img {
width: 100%;
height: 100%;
background-position: center;
background-size: 205px 100px;
}
.post_content.post1 .char_info,
.post_content.post2 .char_info {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.post_content.post1 .rec_one {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.post_content.post1 .rec_two {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
/**********************
>> POST BOTTOM <<
**********************/
#post_bottom {
height: 160px;
width: 100%;
position: relative;
margin-bottom: 10px;
}
#bottom_top {
width: 100%;
height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px;
}
.controls {
width: 205px;
height: 100%;
background: var(--offwhite);
border: 1px solid var(--mainyellow);
text-align: center;
font: bold 14px var(--serif1);
color: var(--maindarkgreen);
text-transform: uppercase;
padding: 10px;
position: relative;
}
.controls .text {
width: 100%;
display: block;
margin: 6px 0;
}
.controls .text a {
font: 9px var(--sans1);
text-transform: uppercase;
color: black;
}
.controls .check {
position: absolute;
bottom: 5px;
right: 5px;
width: 15px;
}
.ooc_info {
width: 470px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
border: 2px solid var(--mainyellow);
}
.ooc_info div {
color: var(--offwhite);
font: 11px/30px var(--serif2);
text-transform: uppercase;
letter-spacing: 2px;
word-spacing: 2px;
padding: 2px 6px;
width: 50%;
height: 34%;
}
.ooc_info div:nth-of-type(odd) {
text-align: right;
border-right: 2px solid var(--mainyellow);
}
.ooc_info div:nth-of-type(even) {
text-align: left;
}
.ooc_info div:nth-of-type(3),
.ooc_info div:nth-of-type(4) {
border-top: 2px solid var(--mainyellow);
border-bottom: 2px solid var(--mainyellow);
line-height: 26px;
}
.ooc_info div:nth-of-type(4n),
.ooc_info div:nth-of-type(4n + 1) {
background: var(--maindarkgreen);
}
.ooc_deets {
width: 205px;
height: 100%;
border: 1px solid var(--offwhite);
padding: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ooc_deets div {
width: 50%;
color: var(--offwhite);
font: 10px var(--serif2);
font-weight: bold;
text-transform: uppercase;
}
.ooc_deets div:nth-of-type(even) {
text-align: right;
font-weight: normal;
}
.post_bottom-links {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 40px;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: center;
}
.post_bottom-links i {
font-size: 16px;
text-align: center;
color: var(--offwhite);
line-height: 20px;
}
.post_bottom-links a {
margin-right: 0 !important;
font-size: 10px;
}
/**********************
>> POST MID <<
**********************/
#post_mid {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: stretch;
align-content: stretch;
}
#actual_post {
width: 695px;
padding: 35px;
outline: 1px solid black;
outline-offset: -10px;
background: var(--offwhite);
}
.post2 #actual_post {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.post1 #actual_post {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
/**********************
>> MINI PROFILE <<
**********************/
#minip {
height: 490px;
}
.avvie {
width: 225px;
height: 400px;
outline: 1px solid black;
outline-offset: -10px;
background-size: cover;
position: relative;
}
.g-2 .avvie {
background-image: url(/uploads/mythmakers/assets/TMC_DefaultAv.jpg);
}
#stat_container {
opacity: 0;
width: 205px;
height: 380px;
background: var(--offwhite);
position: absolute;
top: 10px;
left: 10px;
overflow: hidden;
-webkit-transition: var(--hov);
-o-transition: var(--hov);
transition: var(--hov);
}
.avvie:hover #stat_container {
opacity: 1;
}
#stat_container .icon {
width: 60px;
height: 60px;
margin: 18px auto 0 auto;
border: 5px solid gray;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: white;
position: relative;
overflow: hidden;
-webkit-box-shadow: 1px 1px 0 black;
box-shadow: 1px 1px 0 black;
}
.icon .icon_bg {
width: 200%;
height: 200%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: -50%;
left: -50%;
background-size: cover;
background-position: center;
}
#stat_container .cont {
position: absolute;
left: 10px;
bottom: 10px;
width: calc(100% - 20px);
height: 275px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cont .statblock {
display: block;
width: 100%;
overflow: hidden;
}
.statblock .label {
display: block;
font: bold 12px var(--serif2);
color: black;
height: 18px;
text-transform: uppercase;
letter-spacing: 1px;
}
.statblock .bar {
display: block;
height: 14px;
padding: 2px;
}
.bar .modifier {
background: var(--maindarkgreen);
height: 100%;
width: 0%;
border: 1px solid white;
-webkit-box-shadow: 1px 1px 0 var(--bg);
box-shadow: 1px 1px 0 var(--bg);
position: relative;
}
.g-2 #stat_container {
display: none;
}
.post2 #minip {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.post1 #minip {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.postcolor {
text-align: justify;
font-size: 12px;
}
.triggers {
width: 225px;
height: 95px;
overflow: hidden;
padding: 5px;
}
.triggers div {
display: block;
width: 100%;
text-align: center;
}
.triggers div b {
font: italic bold 18px var(--sans1);
color: var(--mainyellow);
text-transform: uppercase;
}
.trig_list {
margin: 3px auto;
width: 200px !important;
height: 60px;
border: 3px solid var(--paladin);
overflow: auto;
padding: 5px;
background: var(--offwhite);
text-align: left !important;
}
/**********************
>> PAGES <<
**********************/
#pg-container {
position: relative;
width: 100%;
height: auto;
display: table;
}
#pg-container .header {
font-family: var(--serif1);
font-size: 20px;
text-transform: uppercase;
color: var(--offwhite);
background: rgba(25, 67, 92, 0.75);
height: 45px;
width: 100%;
line-height: 50px;
text-align: center;
letter-spacing: 8px;
display: table-caption;
margin-bottom: 7px;
word-spacing: 5px;
border-bottom: 2px solid var(--mainyellow);
}
#pg-container .right b {
color: var(--mainblue);
}
#pg-container .navi {
display: table-cell;
margin-top: 7px;
width: 198px;
overflow: hidden;
border-right: 7px solid rgba(0, 0, 0, 0);
vertical-align: top;
}
#pg-container .right {
display: table-cell;
padding: 20px 20px 13px 20px;
background: white;
text-align: justify;
}
.navi ul {
list-style-type: none;
margin: 0 0 7px 0;
padding: 0;
width: 100%;
white-space: nowrap;
}
.navi ul:first-of-type {
margin-top: -4px;
}
.navi li {
margin: 4px 0;
}
.navi li a {
padding: 5px 0 5px 15px;
text-transform: none;
font-family: var(--serif2);
font-style: italic;
font-size: 12px;
letter-spacing: 1.5px;
color: var(--offwhite);
}
.navi li a:hover {
color: var(--mainred);
}
.navi ul li:first-of-type a {
text-transform: uppercase;
display: block;
background: var(--maingreen);
padding: 10px 20px;
text-align: center;
font-family: var(--serif1);
font-size: 14px;
font-style: unset;
letter-spacing: 0.5px;
margin-bottom: 7px;
}
.navi ul li:first-of-type a:hover {
color: var(--offwhite);
}
.navi ul:last-of-type,
.navi ul:last-of-type li a {
margin-bottom: 0;
}
/**********************
>> MAIN PROFILE <<
**********************/
/**********************
>> MAIN PROFILE <<
**********************/
#mprof {
background: rgba(37, 52, 69, 0.75);
padding: 20px;
}
#mprof #wrap {
margin: 0 auto;
width: 880px;
background: var(--mainblue);
padding: 20px;
display: flex;
justify-content: space-between;
}
#mprof #wrap #avatar {
width: 235px;
height: 410px;
border: 5px solid #0c212e;
outline: 1px solid rgba(255, 255, 255, 0.5);
outline-offset: 4px;
background-size: cover;
background-position: center;
margin: 5px 0 0 5px;
overflow: hidden;
position: relative;
}
#mprof #avatar .av_links {
width: 215px;
height: 50px;
background: rgba(15, 23, 31, 0.75);
position: absolute;
bottom: 5px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
padding: 5px;
border: 1px solid rgba(242, 239, 234, 0.5);
}
.av_links a {
display: inline-block;
font-size: 30px;
margin: 0 10px;
line-height: 42px;
color: var(--offwhite);
opacity: 0.5;
transition: var(--hov);
}
.av_links a:hover {
opacity: 1;
}
#mprof #right {
width: 590px;
height: 420px;
background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 255, 0.5);
overflow: hidden;
position: relative;
}
#mprof #right .icon-holder {
position: absolute;
top: 37px;
left: 37px;
width: 100px;
height: 100px;
background: white;
transform: translateZ(1px) rotate(45deg);
border: 5px solid #061017;
outline: 1px solid rgba(255,255,255,0.5);
outline-offset: 4px;
overflow: hidden;
}
#mprof #right .icon-holder .icon {
width: 200%;
height: 200%;
background-image: url(/uploads/mythmakers/assets/defaultsq.gif);;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
transform: rotate(-45deg);
position: absolute;
top: -50%;
left: -50%;
}
#mprof #right .divider {
position: absolute;
top: 186px;
left: 41px;
display: block;
width: 100px;
height: 6px;
border-top: 1px solid var(--mainyellow);
border-bottom: 1px solid var(--mainyellow);
}
#mprof #right input {
display: none;
}
#mprof #right .labels {
height: 200px;
width: 165px;
position: absolute;
left: 4px;
bottom: 4px;
background: rgba(0, 0, 0, 0.5);
padding: 10px;
overflow: hidden;
}
#mprof #right .labels label {
text-decoration: none;
color: var(--paladin);
transition: var(--hov);
position: relative;
}
#mprof #right .labels label, #mprof #right .labels a {
font-family: var(--sans1);
font-weight: bold;
font-size: 75%;
letter-spacing: 0.5px;
display: block;
text-align: left;
text-transform: uppercase;
margin: 5px 0;
}
#mprof #right .labels label:first-of-type {
margin-top: 0;
}
#mprof #right .labels label:hover {
cursor: pointer;
color: var(--mainyellow);
}
#mprof #right .content {
width: 410px;
height: 410px;
position: absolute;
right: 4px;
top: 4px;
background: rgba(0, 0, 0, 0.5);
padding: 10px;
opacity: 0;
transition: var(--hov);
visibility: hidden;
transform: translatey(410px);
}
#mprof #right .labels label:after {
content: '';
opacity: 0;
position: absolute;
bottom: -2px;
left: 0;
height: 2px;
width: 70%;
background: var(--offwhite);
}
#mprof #right input#basics:checked ~ .content#basics,
#mprof #right input#charsheet:checked ~ .content#charsheet,
#mprof #right input#history:checked ~ .content#history,
#mprof #right input#player:checked ~ .content#player
{
visibility: visible;
opacity: 1;
transform: translatey(0);
transition-delay: .4s;
}
#mprof #right input#basics:checked ~ .labels label[for=basics]:after,
#mprof #right input#charsheet:checked ~ .labels label[for=charsheet]:after,
#mprof #right input#history:checked ~ .labels label[for=history]:after,
#mprof #right input#player:checked ~ .labels label[for=player]:after {
display: inline-block;
transition: var(--hov);
opacity: 1;
}
#mprof #right input#basics:checked ~ .labels label[for=basics],
#mprof #right input#charsheet:checked ~ .labels label[for=charsheet],
#mprof #right input#history:checked ~ .labels label[for=history],
#mprof #right input#player:checked ~ .labels label[for=player] {
color: var(--mainyellow);
}
#mprof .content#basics .rec {
margin: 0 auto;
display: block;
width: 205px;
height: 100px;
background-size: 205px 100px;
background-position: center;
border: 1px solid rgba(255,255,255,0.5);
background-image: url(/uploads/mythmakers/assets/defaultrec.gif);
}
#mprof .content#basics name {
display: block;
text-align: center;
text-transform: uppercase;
font: bold 11px var(--sans1);
}
#mprof .content#basics .bottom {
width: calc(100% - 10px);
height: 276px;
position: absolute;
left: 5px;
bottom: 5px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-around;
flex-wrap: wrap;
flex: 1;
}
#mprof .content#basics .bottom div {
font: italic 10px var(--sans1);
color: var(--offwhite);
}
#mprof .content#basics .bottom div b {
font: bold 10px var(--sans1);
text-transform: uppercase;
}
/**********************
>> THREAD #1 STYLE <<
**********************/
.t1-wrap {
margin: 0 auto;
width: 400px;
padding: 40px;
background: white;
border: 10px solid var(--maindarkgreen);
position: relative;
}
.t1-wrap p {
margin: 0 0 15px 0;
padding: 0;
text-indent: 20px;
font: 13px/17px var(--sans1);
}
.t1-wrap p:last-of-type,
.thread2 p:last-of-type {
margin-bottom: 0;
}
.t1-wrap img {
display: block;
margin: 0 auto 15px auto;
width: 300px;
height: 150px;
border: 5px solid var(--maindarkgreen);
}
.t1-wrap br {
display: none;
}
.thread-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
background: var(--offwhite);
text-align: right;
font: bold 13px/18px var(--serif2);
text-transform: uppercase;
letter-spacing: 0.5px;
border-top: 1px solid #e0e0e0;
}
.thread-footer i {
margin: 0 5px;
}
/**********************
>> THREAD #2 STYLE <<
**********************/
.thread2 {
margin: 0 auto;
padding: 20px;
width: 300px;
height: 450px;
overflow: hidden;
background: white;
border: 5px solid var(--maindarkgreen);
position: relative;
}
.thread2 .inner {
padding: 5px 10px;
width: 100%;
height: 98%;
font: 14px/16px var(--serif1);
overflow: auto;
}
.thread2 .inner p {
margin: 0 0 15px 0;
padding: 0;
}
/**********************
>> MEMBERGROUPS <<
**********************/
/* MEMBERS */
.members {
color: #9e959c;
}
/* OOC, GROUP 23 */
.ooc {
color: #bd893c;
}
/* ADMIN, GROUP 4 */
.admin {
color: var(--mainyellow);
}
/* GUESTS, GROUP 2 */
.guests {
color: var(--g-2);
}
/* BARBARIAN, GROUP 10 */
.barbarian {
color: #e64a31 !important;
}
.g-10 .t1-wrap,
.g-10 img,
.g-10 .thread-2 {
border-color: var(--g-10);
}
/* BARD, GROUP 11 */
.bard {
color: #1d7ec5 !important;
}
.g-11 .t1-wrap,
.g-11 img,
.g-11 .thread-2 {
border-color: var(--g-11);
}
/* BLOOD HUNTER, GROUP 12 */
.bloodhunter {
color: #a4323c !important;
}
.g-12 .t1-wrap,
.g-12 img,
.g-12 .thread-2 {
border-color: var(--g-12);
}
/* CLERIC, GROUP 13 */
.cleric {
color: #bbe2f0 !important;
}
.g-13 .t1-wrap,
.g-13 img,
.g-13 .thread-2 {
border-color: var(--g-13);
}
/* DRUID, GROUP 14 */
.druid {
color: #78a878 !important;
}
.g-14 .t1-wrap,
.g-14 img,
.g-14 .thread-2 {
border-color: var(--g-14);
}
/* FIGHTER, GROUP 15 */
.fighter {
color: #687b85 !important;
}
.g-15 .t1-wrap,
.g-15 img,
.g-15 .thread-2 {
border-color: var(--g-15);
}
/* MONK, GROUP 16 */
.monk {
color: #4949f5 !important;
}
.g-16 .t1-wrap,
.g-16 img,
.g-16 .thread-2 {
border-color: var(--g-16);
}
/* PALADIN, GROUP 17 */
.paladin {
color: #9ba09c !important;
}
.g-17 .t1-wrap,
.g-17 img,
.g-17 .thread-2 {
border-color: var(--g-17);
}
/* RANGER, GROUP 18 */
.ranger {
color: #92a650 !important;
}
.g-18 .t1-wrap,
.g-18 img,
.g-18 .thread-2 {
border-color: var(--g-18);
}
/* ROGUE, GROUP 19 */
.rogue {
color: mediumslateblue !important;
}
.g-19 .t1-wrap,
.g-19 img,
.g-19 .thread-2 {
border-color: var(--g-19);
}
/* SORCERER, GROUP 20 */
.sorcerer {
color: coral !important;
}
.g-20 .t1-wrap,
.g-20 img,
.g-20 .thread-2 {
border-color: var(--g-20);
}
/* WARLOCK, GROUP 21 */
.warlock {
color: #429e18 !important;
}
.g-21 .t1-wrap,
.g-21 img,
.g-21 .thread-2 {
border-color: var(--g-21);
}
/* WIZARD, GROUP 22 */
.wizard {
color: #01b4b8 !important;
}
.g-22 .t1-wrap,
.g-22 img,
.g-22 .thread-2 {
border-color: var(--g-22);
}
/**********************
>> HIDDEN ELEMENTS <<
**********************/
#logostrip,
#submenu,
.newstext,
#field-website,
#field-gtalk,
#field-aim,
#field-yim,
#field-msn,
#field-skype,
#field-location,
#field-interests,
#recent-topics {
display: none;
}
</style>
<link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover-min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link type="text/javascript" href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/core.js">
<div id="wrapper">
<div id="innerwrapper">
<div id="mprof" class="g-<!-- |g_id| -->">
<div id="wrap">
<div id="avatar" style="background-image: url(<!-- |avatar_url| -->), url(https://66.media.tumblr.com/64c41fb19f9 … o1_250.jpg);">
<div class="av_links">
<a title="Message <!-- |name| -->" href="/index.php?act=Msg&CODE=04&MID=<!-- |id| -->"><i class="fas fa-scroll"></i></a>
<a title="View Topics" href="/index.php?act=Search&CODE=getalluser&mid=<!-- |id| -->&type=topics"><i class="fas fa-bookmark"></i></a>
<a title="View Posts" href="/index.php?act=Search&CODE=getalluser&mid=<!-- |id| -->"><i class="fas fa-highlighter"></i></a>
</div>
</div>
<div id="right">
<div class="icon-holder">
<div class="icon" style="background-image: url(<!-- |field_48| -->)"></div>
</div>
<div class="divider g-<!-- |g_id| -->"></div>
<input type="radio" name="profile-menu" id="basics" checked>
<input type="radio" name="profile-menu" id="charsheet">
<input type="radio" name="profile-menu" id="history">
<input type="radio" name="profile-menu" id="player">
<div class="labels g-<!-- |g_id| -->">
<label for="basics">Basics</label>
<label for="charsheet">Character Sheet</label>
<label for="history">History</label>
<label for="player">Player</label>
<br />
<a href="<!-- |field_37| -->">Directory</a>
<a href="<!-- |field_36| -->">Plotter</a>
<a href="<!-- |field_33| -->">Want Ad</a>
<a href="<!-- |field_40| -->">Char Dev</a>
<a href="<!-- |field_41| -->">Aesthetic</a>
<a href="<!-- |field_42| -->">Playlist</a>
<a href="<!-- |field_43| -->">Ship Dev</a>
</div>
<div class="content" id="basics">
<name><!-- |name| --></name>
<div class="rec" style="background-image: url(<!-- |field_46| -->)">
</div>
<div class="bottom">
<div><b>Nickname:</b> <!-- |field_44| --></div>
<div><b>Pronouns:</b> <!-- |field_32| --></div>
<div><b>Age:</b> <!-- |field_13| --></div>
<div><b>Race:</b> <!-- |field_1| --></div>
<div><b>Class:</b> <!-- |field_49| --></div>
<div><b>Origin:</b> <!-- |field_34| --></div>
</div>
</div>
<div class="content" id="charsheet">
Character Sheet
</div>
<div class="content" id="history">
History
</div>
<div class="content" id="player">
Player
</div>
</div>
</div>
</div>
</div>
</div>
[/html]