Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
âś“ Live Streamingâś“ Interactive Chatâś“ Private Showsâś“ HD Qualityâś“ Free Actions
Free to watch • No registration required • HD streaming
With Caution's closing, I've moved the free templates I had posted there to my testing site. Feel free to continue using them on your sites! If you can, just change the credit link from CTTW to this Tumblr (https://diacodes.tumblr.com/).
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
âś“ Live Streamingâś“ Interactive Chatâś“ Private Showsâś“ HD Qualityâś“ Free Actions
Free to watch • No registration required • HD streaming
El JS debe estar marcado para Todas las páginas. Puedes tener el CSS directamente en tu panel o de forma externa en tu overall_header, antes de </head>.
Debes agregar una caja de texto ([role="text"]) por cada columna; si una tab no tiene una caja de reglas, simplemente mostrará las normas generales (que siempre irán marcadas por [data-tab="general"]). Las data-tab deben de ser únicas para cada columna, como puedes ver en el ejemplo, y las comparten en las cajas de texto ([role="text"], en las tabs (<span> dentro de [role="tabs"]) y las diferentes columnas dentro de [role="table-head"] y [role="user"].
PARA AGREGAR NUEVAS PESTAÑAS: Como se explica en el primer punto, cada pestaña debe tener sus columnas, su botón y su caja de reglas. Por lo que tendrás que agregar una caja de texto:
<div role="text" data-tab="sangre">Normas de pureza de sangre.</div>
Una pestaña:
<span data-tab="sangre">Sangre</span>
Y columnas:
<div role="table-head">
<b data-tab="general">Usuario</span>
[--resto de columnas--]
<b data-tab="sangre">Sangre</b>
</div>
<div role="user">
<b data-tab="general"><a href="#" style="color:#8a4343;">Alexandre E. Baldi</a></span>
[--resto de columnas--]
<b data-tab="sangre">Mestizo</b>
</div>
Si quieres retirar pestañas: Quita los inputs, labels y [role=“box”] que no te hagan falta.
Si quieres agregar pestañas: Añade un input con un id nuevo (recomiendo usar numerados), label nuevo con for igual al id del input y un [role=“box”] con number igual al id del input.
El XX serĂa el nĂşmero que has puesto en tu input, y en tab vas a poner ese nĂşmero menos 1. Por ejemplo, si es tu pestaña 5, serĂa #cd23-c5, y –tab serĂa igual a 4. A continuaciĂłn, añadirás esto: