Tech, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Administrators
12,456
edits
Bongolium500 (talk | contribs) No edit summary |
Bongolium500 (talk | contribs) No edit summary |
||
Line 54: | Line 54: | ||
background: rgba(var(--theme-page-text-color--rgb),.04) url(https://images.wikia.nocookie.net/tardis/images/7/7f/Spoiler200px.jpg) no-repeat; | background: rgba(var(--theme-page-text-color--rgb),.04) url(https://images.wikia.nocookie.net/tardis/images/7/7f/Spoiler200px.jpg) no-repeat; | ||
z-index:5; | z-index:5; | ||
} | |||
/* ========================= | |||
SPECIAL STYLES | |||
mainly used in template design | |||
========================= | |||
These designs are all unique | |||
to tardis.fandom.com and were | |||
mostly created by CzechOut | |||
========================= */ | |||
/* Dabtag and mosbox */ | |||
.dabtag, | |||
#dabtag { | |||
border:2px solid var(--theme-accent-color); | |||
-webkit-border-radius: 0; | |||
-moz-border-radius: 0; | |||
-o-border-radius: 0; | |||
-ms-border-radius: 0; | |||
border-radius: 0; | |||
overflow:hidden; | |||
font-size: 0.80em; | |||
line-height:.95em; | |||
font-family: "Rubik"; | |||
display:inline-block; | |||
width:276px; /* this is precise width of two stub tags */ | |||
margin-top:10px; | |||
margin-bottom:10px; | |||
margin-right:17px!important; /*overrides the div.dabtag elsewhere */ | |||
float:left; | |||
line-height:130%; | |||
clear:left; | |||
} | |||
/*improves formatting on smaller screen sizes*/ | |||
.dabtag + p, #dabtag + p { | |||
word-wrap: normal; | |||
} | } |
edits