/* fuente: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
Uso
Este es el Tema de Nuestras Venas Abiertas, un tema creado por Dc_Yerko con indicaciones de
Kilerpoyo para su uso en artículos pertenecientes al canon de Nuestras Venas Abiertas.
Para importar este tema, pon lo siguiente en la parte más alta de tu artículo:
[[include theme:our-open-veins]]
Uso de Variaciones de Color
Este tema tiene variaciones de color, es decir, versiones alternativas del mismo tema pero con algunos, o todos, sus colores cambiados. Este tema tiene 1 variación de color diferente.
Nuestras Venas Oscuras
Esta variación brinda los colores oscuros de la noche con algunos detalles sangrantes.
Bueno para relatos más oscuros.
Para importar la variación de Nuestras Venas Oscuras, pon lo siguiente en la parte más arriba de tu artículo:
[[include theme:our-open-veins |our-dark-veins= --]]]
Ejemplos
Una línea horizontal como la de arriba puede ser creada con cuatro guiones, así: "----". Un pequeño pero grueso guión de separación puede ser creado si se coloca lo siguiente: "+ -----".
Para hacer una línea horizontal especial tematizada como la de abajo, utiliza el siguiente código:
[[div class="serpiente"]]
[[/span]]
Título 1
Título 2
Título 3
Título 4
Título 5
Título 6
Nunca había visto tanto título junto. Fue un espectáculo impresionante.
Esto es un tab.
Oye, mira, hay más texto por aquí.
Qué intrigante.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.
Esta es una tab larga. Contiene un montón de texto.

FAKE NEWS. ESTA NO ESTABA VACÍA.

Esto es un cuadro de citas, creado al poner "> "al inicio de cada línea. Nótese que el espacio luego del símbolo siempre es necesario ponerlo, incluso cuando solo se pone una línea vacía para separar párrafos.
Más texto
Esta es una línea horizontal. Muy interesante.
Y esto es lo que llamamos Inception.
Esto es una | tabla |
---|---|
Siempre olvido | como usar estas cosas |
aunque no es tan difícil como parece |
Código Fuente
@import url('https://fonts.googleapis.com/css2?family=Rubik+Distressed&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Road+Rage&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); /* ROOT */ :root { --hover-color: rgb(158,173,66); --hover-color-gradient: linear-gradient(151deg, rgba(158,173,66,1) 50%, rgba(195,172,15,1) 100%); } /* HEADER */ div#container-wrap { background: url(https://lafundacionscp.wdfiles.com/local--files/theme:our-open-veins/header-coso.png) top center repeat-x; } #header { height: 18rem; position: relative; z-index: 10; padding-bottom: 22px; background-repeat: no-repeat; background-size: 175px; background-position: 1rem 3rem; } /* CUERPO */ body { background-color: #EEFFF6; box-shadow: 0 0 0 #eefff6, 0 0 6em #d1f0e0 inset, 0px 0px 13px 0px rgba(177,224,119,0.52); font-family: "Jost", serif; font-size: 0.9em; } /* BARRA SUPERIOR */ #top-bar { top: 18rem; right: 0; height: 3rem; line-height: 3rem; display: flex; justify-content: center; } #top-bar a { color: #FFF; } #top-bar ul li a { border-left: solid 1px rgba(255, 0, 0, 0); border-right: solid 1px rgba(255, 0, 0, 0); text-decoration: none; padding-top: 10px; padding-bottom: 10px; line-height: 0px; max-height: 1px; overflow: hidden; background-color: #BB722E; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: rgb(187,114,46); background: linear-gradient(151deg, rgba(187,114,46,1) 50%, rgba(159,90,25,1) 100%); color: #FFF; border-left: solid 1px #a98644; border-right: solid 1px #a98644; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-width: 0; width: 150px; line-height: 160%; height: auto; max-height: none; padding-top: 0; padding-bottom: 0; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: var(--hover-color); background: var(--hover-color-gradient); color: #FFF; text-decoration: none; } .topbar_arrow { color: #FFF; } /* BARRA SUPERIOR EN MÓVIL */ @media (max-width: 767px) { .mobile-top-bar { right: 0; display: flex; justify-content: center; height: 3rem; line-height: 3rem; padding-top: 6px; } } /* LOGO DE CABECERA */ #header { background: none; } /* TÍTULO DE CABECERA */ #header h1 { margin-left: 0; float: none; text-align: center; position: absolute; width: 100%; filter: none; content: ""; } #header h2 { margin-left: 0; float: none; text-align: center; position: absolute; width: 100%; filter: none; content: ""; } #header h1 a { content: ""; max-height: initial; display: block; height: 17rem; width: auto; margin: auto; margin-top: 1.3rem; padding: 0; color: transparent; text-shadow: none; filter: none; } #header h1 a::before { display: inline-block; width: 100%; text-align: center; content: "Nuestras Venas Abiertas"; color: #FFF; position: absolute; left: 0%; top: 150%; font-size: 50px; font-family: "Rubik Distressed", serif; font-weight: 400; font-style: normal; text-shadow: rgb(0, 0, 0) 6px 0px 0px, rgb(0, 0, 0) 5.91686px 0.995377px 0px, rgb(0, 0, 0) 5.66974px 1.96317px 0px, rgb(0, 0, 0) 5.2655px 2.87655px 0px, rgb(0, 0, 0) 4.71532px 3.71022px 0px, rgb(0, 0, 0) 4.03447px 4.44106px 0px, rgb(0, 0, 0) 3.24181px 5.04883px 0px, rgb(0, 0, 0) 2.35931px 5.51667px 0px, rgb(0, 0, 0) 1.41143px 5.83163px 0px, rgb(0, 0, 0) 0.424423px 5.98497px 0px, rgb(0, 0, 0) -0.574341px 5.97245px 0px, rgb(0, 0, 0) -1.55719px 5.79441px 0px, rgb(0, 0, 0) -2.49688px 5.45578px 0px, rgb(0, 0, 0) -3.36738px 4.96596px 0px, rgb(0, 0, 0) -4.14455px 4.33852px 0px, rgb(0, 0, 0) -4.80686px 3.59083px 0px, rgb(0, 0, 0) -5.33596px 2.74364px 0px, rgb(0, 0, 0) -5.71718px 1.8204px 0px, rgb(0, 0, 0) -5.93996px 0.84672px 0px, rgb(0, 0, 0) -5.99811px -0.150428px 0px, rgb(0, 0, 0) -5.89004px -1.14341px 0px, rgb(0, 0, 0) -5.61874px -2.1047px 0px, rgb(0, 0, 0) -5.19172px -3.00766px 0px, rgb(0, 0, 0) -4.62082px -3.82727px 0px, rgb(0, 0, 0) -3.92186px -4.54081px 0px, rgb(0, 0, 0) -3.11421px -5.12852px 0px, rgb(0, 0, 0) -2.22026px -5.57409px 0px, rgb(0, 0, 0) -1.26477px -5.86518px 0px, rgb(0, 0, 0) -0.274238px -5.99373px 0px, rgb(0, 0, 0) 0.723898px -5.95617px 0px, rgb(0, 0, 0) 1.70197px -5.75355px 0px, rgb(0, 0, 0) 2.63288px -5.39147px 0px, rgb(0, 0, 0) 3.49082px -4.87998px 0px, rgb(0, 0, 0) 4.25202px -4.23324px 0px, rgb(0, 0, 0) 4.89538px -3.46919px 0px, rgb(0, 0, 0) 5.40307px -2.60899px 0px, rgb(0, 0, 0) 5.76102px -1.67649px 0px, rgb(0, 0, 0) 5.95932px -0.697531px 0px; } @media (max-width: 767px) { #header h1 a::before { font-size: 25px; } } @media (max-width: 350px) { #header h1 a::before { font-size: 20px; } } /* SUBTÍTULO DE CABECERA */ #header h2 span { position: relative; display: block; line-height: 0px; font-weight: bold; color: transparent; text-shadow: none; filter: none; padding: 0; max-height: initial; display: block; height: 17rem; width: auto; margin: auto; margin-top: 1.3rem; z-index: -5; } #header h2 span::before { margin: 0; filter: none; display: inline-block; width: 100%; text-align: center; content: "Escribirán Nuestra Historia"; color: #FFF; background: #000; text-shadow: rgb(0, 0, 0) 4px 0px 0px, rgb(0, 0, 0) 3.87565px 0.989616px 0px, rgb(0, 0, 0) 3.51033px 1.9177px 0px, rgb(0, 0, 0) 2.92676px 2.72656px 0px, rgb(0, 0, 0) 2.16121px 3.36588px 0px, rgb(0, 0, 0) 1.26129px 3.79594px 0px, rgb(0, 0, 0) 0.282949px 3.98998px 0px, rgb(0, 0, 0) -0.712984px 3.93594px 0px, rgb(0, 0, 0) -1.66459px 3.63719px 0px, rgb(0, 0, 0) -2.51269px 3.11229px 0px, rgb(0, 0, 0) -3.20457px 2.39389px 0px, rgb(0, 0, 0) -3.69721px 1.52664px 0px, rgb(0, 0, 0) -3.95997px 0.56448px 0px, rgb(0, 0, 0) -3.97652px -0.432781px 0px, rgb(0, 0, 0) -3.74583px -1.40313px 0px, rgb(0, 0, 0) -3.28224px -2.28625px 0px, rgb(0, 0, 0) -2.61457px -3.02721px 0px, rgb(0, 0, 0) -1.78435px -3.57996px 0px, rgb(0, 0, 0) -0.843183px -3.91012px 0px, rgb(0, 0, 0) 0.150409px -3.99717px 0px, rgb(0, 0, 0) 1.13465px -3.8357px 0px, rgb(0, 0, 0) 2.04834px -3.43574px 0px, rgb(0, 0, 0) 2.83468px -2.82216px 0px, rgb(0, 0, 0) 3.44477px -2.03312px 0px, rgb(0, 0, 0) 3.84068px -1.11766px 0px, rgb(0, 0, 0) 3.9978px -0.132717px 0px; font-size: 35px; position: absolute; left: 0%; top: 60%; font-weight: bold; font-family: "Road Rage", serif; font-weight: 400; font-style: normal; } @media (max-width: 767px) { #header h2 span::before { content: 'Escribirán Nuestra Historia'; font-size: 25px; } } /* BARRA LATERAL */ #side-bar .side-block { background-image: url("https://lafundacionscp.wdfiles.com/local--files/theme:our-open-veins/sidebar.png"); background-position: center center; background-repeat: repeat-y; background-color: #000; border: solid 2px #000; background-size: contain; box-shadow: none; } #side-bar .side-block.media { background-color: #000; background-position: top center; background-repeat: no-repeat; border: solid 2px #000; box-shadow: none; } #side-bar .side-block.media img { filter: none; } #side-bar .side-block.nuevos { background-color: #000; background-position: top center; background-repeat: no-repeat; border: solid 2px #000; box-shadow: none; } #side-bar .side-block.guias { background-color: #000; background-position: top center; background-repeat: no-repeat; border: solid 2px #000; box-shadow: none; } #side-bar .side-block.borradores { background-color: #000; background-position: top center; background-repeat: no-repeat; border: solid 2px #000; box-shadow: none; } #side-bar .side-block.cc { background-color: #000; background-position: bottom center; background-repeat: no-repeat; border: solid 2px #000; box-shadow: none; } #side-bar .side-block.cc img { filter: none; } #side-bar .side-block.recurso { background-color: #000; background-position: bottom center; background-repeat: no-repeat; border: solid 2px #000; box-shadow: none; } #side-bar, #side-bar:is(:hover,:active,:focus-within) { scrollbar-color: #BB722E #000 !important; } #side-bar a, #side-bar a:visited, #side-bar a.newpage { color: #FFF; } #side-bar a.collapsible-block-link { color: #FFF; } #side-bar .heading { color: #FFF; border-bottom: solid 1px #FFF; } #side-bar .side-block img { filter: grayscale(100%) brightness(200%) saturate(0%) contrast(1000%) invert(100%); } /* MENÚ BARRA LATERAL */ @media (max-width: 767px) { #side-bar { opacity: 1; background-color: #000; border-top: none !important; border-left: none !important; border-bottom: none !important; border-right: solid 1px #000 !important; } } .open-menu a, #top-bar .open-menu a { border: 4px solid #B56F2D !important; background-color: #000 !important; color: #FFF !important; z-index: 35; } .open-menu a:hover, #top-bar .open-menu a:hover { border: solid 2px #B56F2D; background-color: #B56F2D; color: #FFF; box-shadow: none; } /* PUNTUACIÓN */ div.page-rate-widget-box .rate-points { background-color: #1d1818; border: solid 1px #1d1818; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background: #FFF; border-top: solid 1px #1d1818; border-bottom: solid 1px #1d1818; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { color: #000; font-weight: bold; } .page-rate-widget-box .rateup a:hover { background: rgb(158,173,66); background: linear-gradient(151deg, rgba(158,173,66,1) 50%, rgba(195,172,15,1) 100%); color: #FFF; } .page-rate-widget-box .ratedown a:hover { background: rgb(68,7,14); background: linear-gradient(151deg, rgba(68,7,14,1) 50%, rgba(198,17,37,1) 100%); color: #FFF; } .page-rate-widget-box .cancel { background-color: #1d1818; border: solid 1px #1d1818; } .page-rate-widget-box .cancel a { color: #ffffff; } .page-rate-widget-box .cancel a:hover { background: #1d1818; color: red; } /* PUNTUACIÓN CON INFO */ #page-content .rate-box-with-credit-button { background-color: #1d1818; border: 1px solid #1d1818; box-shadow: 1px 1px 3px rgba(0,0,0,.5); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: #ffffff; } #page-content .rate-box-with-credit-button .fa-info { border-color: #ffffff; color: #ffffff; } #page-content .rate-box-with-credit-button .fa-info:hover { color: #f7bb25; } .close-credits, .credit-back { filter: hue-rotate(140deg); } #page-content .modalbox { box-shadow: 0 2px 6px rgba(0,30,0,.5); } /* LOGIN STATUS */ #login-status { background-color: #BB722E; color: #FFF; font-weight: bold; top: 1.2rem; left: 10px; right: initial; border-left: solid 5px #BB722E; border-right: solid 5px #BB722E; z-index: 13; } #login-status a { color: #FFF; } #account-topbutton { color: #FFF; border: solid 1px #FFF; } #login-status ul a { color: #FFF; } #login-status ul a:hover { color: #FFF; background: var(--hover-color); background: var(--hover-color-gradient); } #account-options { border-top: solid 1px #bb722e; border-left: solid 1px #000; border-right: solid 1px #000; border-bottom: solid 1px #000; background: rgb(187,114,46); background: linear-gradient(151deg, rgba(187,114,46,1) 50%, rgba(159,90,25,1) 100%); } /* BUSCADOR */ #search-top-box { top: 1.2rem; right: 10px; } #search-top-box-form input[type=submit] { background: #BB722E; color: #FFF; border: none; border-radius: 0px; font-weight: bold; box-shadow: none; } #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { background: var(--hover-color); background: var(--hover-color-gradient); color: #FFF; border: none; font-weight: bold; box-shadow: none; } /* TÍTULO DE PÁGINA */ #page-title { text-align: center; border-bottom: solid 1px black; font-family: "Rubik Distressed", serif; font-weight: 400; font-style: normal; font-size: 250%; text-transform: uppercase; padding-bottom: 0px; border-bottom: solid 1px #901; text-shadow: 0px 0px 0px #901; } /* TÍTULO DE ENCABEZADO 1 */ h1 { font-family: "Rubik Distressed", serif; font-weight: 400; font-style: normal; text-shadow: 0px 0px 0px #901; } /* LÍNEA HORIZONTAL */ hr { background: #901; } /* ETIQUETAS */ .page-tags span { border-top: solid 1px black; } /* TABLAS */ table.wiki-content-table th { color: #FFF; border: solid 1px black; background: rgb(187,114,46); background: linear-gradient(151deg, rgba(187,114,46,1) 50%, rgba(159,90,25,1) 100%); } table.wiki-content-table td { border: solid 1px black; } /* FOOTNOTE */ .hovertip { color: #FFF; background-color: #000 !important; } /* SELECTION */ ::selection { background-color: #BB722E; color: #FFF; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 13px; } ::-webkit-scrollbar-thumb { background: rgb(187,114,46); background: linear-gradient(151deg, rgba(187,114,46,1) 50%, rgba(159,90,25,1) 100%); } ::-webkit-scrollbar-thumb:hover { background: var(--hover-color); background: var(--hover-color-gradient); } ::-webkit-scrollbar-track { background: #000; } /* IMAGE CAPTION */ .scp-image-block { border: solid 1px black; box-shadow: none; } .scp-image-block .scp-image-caption { background-color: #000; color: #FFF; border-top: solid 1px black; } /* TABS */ .yui-navset .yui-content { background: rgb(224,255,227); background: linear-gradient(171deg, rgba(238,255,246,1) 50%, rgba(224,255,227,1) 100%); border: solid 1px black; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background: rgb(187,114,46); background: linear-gradient(151deg, rgba(187,114,46,1) 50%, rgba(159,90,25,1) 100%); color: #FFF; border-top: solid 1px #000; border-left: solid 1px #000; border-right: solid 1px #000; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background: var(--hover-color); background: var(--hover-color-gradient); color: #FFF; border: solid 1px #000; font-weight: bold; } .yui-navset .yui-nav a:focus, .yui-navset .yui-nav a:hover { background: #000; color: #FFF; border: solid 1px #000; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em { border: none; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: #000; } /* BLOCKQUOTE */ blockquote, div.blockquote { background-color: rgba(224, 255, 239, 0.7); border: dotted 1px black; } /* OWINDOW */ .owindow { background-color: #EEFFF6; border: solid 0px #000; } .owindow h1 { color: #951919; } .owindow .title { background-color: #bb722e; color: #FFF; } .owindow img { background-color: #EEFFF6 !important; } .owindow .button-bar a { background-color: #bb722e; color: #FFF; border-top: solid 1px #000; border-left: solid 1px #000; border-right: solid 1px #000; border-bottom: solid 1px #000; } .owindow .button-bar a:hover { color: #FFF; background: var(--hover-color); background: var(--hover-color-gradient); } .owindow.owait { border: solid 2px black; } .owindow.owait .content{ background-image: url("https://lafundacionscp.wdfiles.com/local--files/theme:our-open-veins/flor-loader.gif"); background-position: center center; background-size: contain; } /* MODALBOX */ .close-credits, .credit-back { filter: hue-rotate(13deg) !important; } /* TOC */ #toc { background-color: rgba(224, 255, 239, 0.7); border: dotted 1px black; } /* CODE */ .code { background-color: rgba(224, 255, 239, 0.7); border: solid 1px black; } /* LÍNEA HORIZONTAL ESPECIAL */ .serpiente { background-image: url('https://scp-yerko-7.wdfiles.com/local--files/hr/linea%20horizontal.png'); background-position: center center; background-repeat: no-repeat; background-size: 100%; background-color: transparent; color: transparent; margin: 1em 2em; padding: 0; height: 30px; border: none; display: block; margin-block-start: 0.5em; margin-block-end: 0.5em; margin-inline-start: auto; margin-inline-end: auto; unicode-bidi: isolate; overflow: hidden; } /* BUG FIX */ #container-wrap-wrap { overflow: hidden; }