/*
Royal Purple fixed-width variation
Produced by the Wikidot Rainbow Theme Factory
by Pieter Hintjens
Color chart:
* Primary: #5600f4
* Hilite: #9e6afe
* Header: #8549f4
*/
/*
Rainbow Theme Set by Pieter Hintjens,
based on a design by Gabrys
using elements by James Kanjo
and by Steven Heynderickx
and with help from many others.
(c) the Authors cc-by-sa
Changelog:
* 2009-10-31 - added table formatting for PageManager module
* 2009-10-27 - added classes for tab views, by Steven Heynderickx
* 2009-10-25 - added elegant code block design from Wikidot Community
* 2009-10-25 - added join-text class for Join module
* 2009-10-06 - uses link colors for span popup texts
* 2009-09-12 - hides the error boxes shown to site members on system:join page
* 2009-09-11 - added support for hover popups over images and links
* 2009-09-10 - removed underline on links, now appears on a:hover instead
* 2009-09-09 - moved search box out of nav:side to make it less cluttered
* 2009-09-06 - buttons have a more elegant shaded look (from Wikidot www theme)
* 2009-09-01 - rainbow-base CSS is included into each rainbow theme to reduce include levels
* 2009-08-30 - a.newpage no longer shows white-on-dark but hilite-on-white
* 2009-08-21 - use http://snippets.wikidot.com/code:quotes-in-blockquotes
* 2009-08-21 - use primary color for links (instead of blue)
* 2009-08-21 - removed lowercase transform on page title
* 2009-08-21 - created, as base theme for all Rainbow themes
*/
html,body {
min-height: 101%;
}
a {
text-decoration: none;
}
a:hover {
background-color: transparent;
text-decoration: underline;
}
#container-wrap {
background: url(/local--files/green-fresh/body-bg.png) repeat-x top;
}
/* Use 950 pixels width for normal screens, 100% for iPhones */
#container {
width: 950px;
margin: 0 auto;
padding-left: 8px;
background: url(/local--files/green-fresh/shadow-left.png) no-repeat 0 89px;
position: relative;
}
@media only screen and (max-device-width: 480px) {
#container {
width: 100%;
}
}
#header {
height: 118px;
padding-right: 8px;
background: url(/local--files/green-fresh/shadow-right.png) no-repeat right 89px;
}
#header h1 {
float: left;
padding: 43px 0 0 16px;
}
#header h1 span {
padding-right: 7px;
}
#header h1 a {
font-family: "Bitstream Charter", "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: bold;
letter-spacing: 1px;
line-height: 26px;
}
#header h2 {
padding: 49px 7px 0;
font-family: "Verdana", Arial, Helvetica, sans;
font-size: 16px;
line-height: 20px;
color: #fff;
}
#header h2:before {
content: "|";
}
#header h2 span {
padding-left: 7px;
font-size: 10px;
text-transform: uppercase;
color: #777;
}
#top-bar {
width: 100%;
height: 29px;
right: 0;
left: 0;
}
#top-bar li, #top-bar ul {
margin: 0;
padding: 0;
}
#top-bar ul {
margin-right: 8px;
height: 29px;
}
#top-bar ul ul {
margin-right: 0;
}
#top-bar li a {
border-right: 1px solid #fff;
color: #fff;
font-size: 13px;
font-weight: bold;
line-height: 29px;
padding: 0 15px;
text-decoration: none;
}
#top-bar li a:hover {
text-decoration: none;
}
#top-bar li ul {
border: none;
}
#top-bar li ul li a {
width: 18em;
color: #fff;
}
#top-bar li ul li a:hover {
color: #000;
}
#content-wrap {
padding-right: 8px;
background: url(/local--files/green-fresh/shadow-right.png) no-repeat right -29px;
overflow: hidden;
}
#side-bar {
border-left:1px dashed #DDDDDD;
float:right;
margin-top:10px;
overflow:hidden;
padding:0 15px 0;
width:200px;
}
#main-content {
margin: 20px 0 20px 0;
padding: 0 15px;
min-height: 150px;
overflow: hidden;
}
h1, h2, h3, #page-title {
padding: 0;
margin: 15px 0;
}
#page-content > *:first-child {
margin-top: 0;
}
#page-title {
padding-bottom: 2px;
border-bottom: 1px solid #eee;
margin-top: 0;
font-size: 180%;
}
#login-status {
right: 8px;
top: 8px;
}
#top-bar li a:hover {
background: white;
}
#search-top-box {
right:-53px;
top:50px;
}
#search-top-box .button {
visibility: hidden;
}
#search-top-box input.empty {
background-color:#EEEEEE;
color:#999999;
}
#search-top-box .text {
padding:2px 2px 2px 5px;
width:220px;
}
#login-status a {
text-decoration: none;
}
#login-status #account-topbutton, #account-options li a:hover, .change-textarea-size a {
color: #fff;
}
#login-status #account-topbutton:hover, .change-textarea-size a:hover {
color: #000;
}
div.buttons input, input.button, button, file, a.button {
background: #F4F4F4 url(http://themes.wikidot.com/local--files/rainbow-base/button_2.png) repeat-x;
border: 1px solid #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 26px;
}
div.buttons input:hover, input.button:hover, button:hover, a.button:hover {
background-color: #DDD;
background-position: 0 -26px;
border: 1px solid #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #000;
height: 26px;
}
div.page-calendar-box {
padding: 0;
}
/* Quotes in Blockquotes by James Kanjo */
/* http://snippets.wikidot.com/code:quotes-in-blockquotes */
blockquote {
background-image: url(http://snippets.wikidot.com/local--files/code:quotes-in-blockquotes/quote-right.gif);
background-repeat: no-repeat;
background-position: bottom right;
}
blockquote p {
background-image: url(http://snippets.wikidot.com/local--files/code:quotes-in-blockquotes/quote-left.gif);
background-repeat: no-repeat;
margin-top: 0;
padding: 1em 60px 0;
min-height: 37px;
}
blockquote p + p { padding-top: 0; background-image: none;}
#breadcrumbs {
margin-bottom: 1em;
}
.odate, .like-odate {
font-size: 85%;
font-weight: bold;
color: #666;
background: transparent;
margin: 0;
padding-top: 0;
padding-bottom: 0;
}
#membership-by-password-box error-block,
#membership-apply-box error-block,
.member .error-block {
display:none;
}
/* Pop-up hover text over images or links, based on James Kanjo's design, improved & simplified by Pieter Hintjens */
/* Use: [[span class="hover"]]Image or link[[span]]Hover text[[/span]][[/span]] */
.hover span {
display: none;
}
.hover:hover span {
position: absolute;
display: inline;
margin: 20px -20px 0 0;
height: auto;
width: auto;
background: #eee;
border: 1px solid #555;
color: #555;
padding: 1em;
font-size: 12px;
}
.hover:hover span span {
position: relative;
margin: auto;
height: auto;
width: auto;
border: none;
padding: 0;
}
.hover:hover {
background-color: transparent;
text-decoration: underline;
}
/* Text-only Join link by Ken Tsang */
.join-text a {
display: inline;
margin: 0;
padding: 0;
font-size: 100%;
background: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
text-decoration: none;
}
.join-text a:hover {
text-decoration: underline;
}
/* Use elegant code brackets from Wikidot Community */
.code {
-moz-box-shadow: 10px -5px 15px #ddd;
background-color:#E1E8E8;
background-image:url(http://community.wikidot.com/local--files/admin:css/brackets.png);
background-repeat:no-repeat;
border:2px dotted darkgrey;
font-family:monospace;
font-size:12px;
margin:0.4em 0 0.4em 40px;
min-height:65px;
overflow:auto;
padding: 0 1em 0 40px;
width:85%;
}
/* For PageManager module (http://modules.wikidot.com) */
/* Table style is layout, header/footer are top & bottom rows */
.layout {
border-collapse:collapse;
color:#3B485F;
width: 100%;
table-layout:fixed;
}
.layout tr {
background: #FCFFDF;
border-bottom:1px solid #EFEFEF;
}
.layout td {
padding-left: 1em;
}
.layout .truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.layout .header {
height: 2em;
background: #AFCCFF;
border-bottom: 1px solid #9F9F9F;
font-weight: bold;
font-size: 13px;
}
.layout .footer {
background: #FCFFDF;
border-top: 1px solid #9F9F9F;
border-bottom: 1px solid #9F9F9F;
font-weight: bold;
}
body {
background: #fff url(http://themes.wdfiles.com/local--files/royal-purple/footer-bg.png) repeat-x bottom;
}
a {
color: #5600f4;
}
a:hover {
color: #5600f4;
}
a.newpage {
color: #9e6afe;
}
h1, h2, h3, #page-title {
color: #5600f4;
}
#header h1 a {
color: #8549f4;
}
#top-bar ul {
background: url(http://themes.wdfiles.com/local--files/royal-purple/menu-bg.png) repeat-x top;
}
#top-bar li a:hover {
background: url(http://themes.wdfiles.com/local--files/royal-purple/menu-hover.png);
}
#top-bar li ul li a {
background: #5600f4;
}
#top-bar li ul li a:hover {
background: #9e6afe;
}
#login-status a {
color: #5600f4;
}
#login-status #account-topbutton, #account-options li a:hover, .change-textarea-size a {
background: #5600f4;
}
#login-status #account-topbutton:hover, .change-textarea-size a:hover {
background: #9e6afe;
}
input.text, textarea {
border-color: #5600f4;
}
.hover {
color: #0a9200;
}
.hover:hover{
color: #0a9200;
}
/* Classes for tab views, by Steven Heynderickx */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
border:solid #5600f4; /* color of the line between tab list and content */
border-width:0 0 3px; /*thickness of the line between tab list and content */
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
margin:0 1px 0 0; /* space between tabs */
}
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected {
margin:0 1px -1px 0; /* for overlap */
}
/* Settings for unselected tabs */
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background:#8549f4 url(http://themes.wikidot.com/local--files/rainbow-base/tabcolor.png) repeat-x -3px;
border-top:solid #5600f4 1px;
border-left:solid #5600f4 1px;
border-right:solid #5600f4 1px;
font-weight:600;
font-size:80%;
color:#000;/*tab text color*/
}
/* Settings for unselected tabs */
.yui-navset .yui-nav a:hover,
.yui-navset .yui-navset-top .yui-nav a:hover {
background:#9e6afe
}
/* Settings for unselected tabs */
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
border:solid #f00 0px;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
background:#5600f4 url(http://themes.wikidot.com/local--files/rainbow-base/tabcolor.png) repeat-x -3px;
color:#fff;border:1px solid #5600f4;
}
nice one
This is a test!!!
/ *
Royal Purple variación de ancho fijo
Producido por Wikidot Rainbow Theme Factory
por Pieter Hintjens
Catálogo de colores:
* Primaria: # 5600f4
* Hilite: # 9e6afe
* Encabezado: # 8549f4
/ *
Conjunto temático del arco iris por Pieter Hintjens,
Basado en un diseño de Gabrys.
utilizando elementos de James Kanjo
y por Steven Heynderickx
y con la ayuda de muchos otros.
(c) los autores cc-by-sa
Registro de cambios:
html, cuerpo {
min-altura: 101%;
}
una {
texto-decoración: ninguno;
}
a: flotar {
color de fondo: transparente;
texto-decoración: subrayado;
}
fondo: url (/local—files/green-fresh/body-bg.png) repeat-x top;
}
/ * Use 950 píxeles de ancho para pantallas normales, 100% para iPhones * /
#envase {
ancho: 950px;
margen: 0 auto;
relleno-izquierda: 8px;
fondo: url (/local—files/green-fresh/shadow-left.png) no-repeat 0 89px;
posición: relativa;
}
Pantalla de solo media y (ancho máximo del dispositivo: 480 px) {
#envase {
ancho: 100%;
}
}
#encabezado {
altura: 118px;
derecho de relleno: 8px;
fondo: url (/local—files/green-fresh/shadow-right.png) no-repetir derecha 89px;
}
#header h1 {
flotador izquierdo;
relleno: 43px 0 0 16px;
}
#header h1 span {
derecho de relleno: 7px;
}
#header h1 a {
Familia tipográfica: "Bitstream Charter", "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
tamaño de fuente: 25px;
estilo de letra: normal;
font-weight: negrita;
espacio entre letras: 1px;
línea de altura: 26px;
}
#header h2 {
relleno: 49px 7px 0;
Familia tipográfica: "Verdana", Arial, Helvetica, sans;
tamaño de fuente: 16px;
línea de altura: 20px;
color: #fff;
}
#header h2: antes de {
contenido: "|";
}
#header h2 span {
relleno-izquierda: 7px;
tamaño de fuente: 10px;
transformación de texto: mayúsculas;
color: # 777;
}
#barra superior {
ancho: 100%;
altura: 29px;
derecha: 0;
izquierda: 0;
}
margen: 0;
relleno: 0;
}
margen derecho: 8px;
altura: 29px;
}
margen derecho: 0;
}
borde derecho: 1px sólido #fff;
color: #fff;
tamaño de fuente: 13px;
font-weight: negrita;
línea de altura: 29px;
relleno: 0 15px;
texto-decoración: ninguno;
}
texto-decoración: ninguno;
}
frontera: ninguna;
}
ancho: 18em;
color: #fff;
}
color: # 000;
}
derecho de relleno: 8px;
fondo: url (/local—files/green-fresh/shadow-right.png) no-repetir a la derecha -29px;
desbordamiento: oculto;
}
borde izquierdo: 1px punteado #DDDDDD;
flotar derecho;
margen superior: 10px;
desbordamiento: oculto;
relleno: 0 15px 0;
ancho: 200px;
}
#contenido principal {
margen: 20px 0 20px 0;
relleno: 0 15px;
min-height: 150px;
desbordamiento: oculto;
}
h1, h2, h3, # page-title {
relleno: 0;
margen: 15px 0;
}
margen superior: 0;
}
#Título de la página {
parte inferior de relleno: 2px;
borde inferior: 1px sólido #eee;
margen superior: 0;
tamaño de letra: 180%;
}
derecha: 8px;
arriba: 8px;
}
fondo: blanco;
}
derecha: -53px;
superior: 50px;
}
visibilidad: oculta;
}
color de fondo: #EEEEEE;
color: # 999999;
}
relleno: 2px 2px 2px 5px;
ancho: 220px;
}
texto-decoración: ninguno;
}
color: #fff;
}
color: # 000;
}
div.buttons input, input.button, button, file, a.button {
fondo: # F4F4F4 url (http://themes.wikidot.com/local--files/rainbow-base/button_2.png) repetir-x;
borde: 1px sólido #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
radio del borde: 5px;
altura: 26px;
}
div.buttons input: hover, input.button: hover, button: hover, a.button: hover {
color de fondo: #DDD;
posición de fondo: 0 -26px;
borde: 1px sólido #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
radio del borde: 5px;
color: # 000;
altura: 26px;
}
div.page-calendar-box {
relleno: 0;
}
/ * Cotizaciones en Blockquotes por James Kanjo * /
/ * http://snippets.wikidot.com/code:quotes-in-blockquotes * /
blockquote {
imagen de fondo: url (http://snippets.wikidot.com/local--files/code:quotes-in-blockquotes/quote-right.gif);
repetición de fondo: no repetición;
posición de fondo: abajo a la derecha;
}
blockquote p {
imagen de fondo: url (http://snippets.wikidot.com/local--files/code:quotes-in-blockquotes/quote-left.gif);
repetición de fondo: no repetición;
margen superior: 0;
relleno: 1em 60px 0;
min-height: 37px;
}
blockquote p + p {padding-top: 0; imagen de fondo: ninguna;}
#migas de pan {
margen inferior: 1em;
}
.odate, .like-odate {
tamaño de letra: 85%;
font-weight: negrita;
color: # 666;
fondo: transparente;
margen: 0;
relleno superior: 0;
parte inferior de relleno: 0;
}
.member .error-block {
pantalla: ninguna;
}
/ * El texto desplegable sobre imágenes o enlaces, basado en el diseño de James Kanjo, mejorado y simplificado por Pieter Hintjens * /
/ * Use: [[span class = "hover"]] Imagen o enlace [[span]] Hover text [span] [span] * /
.hover span {
pantalla: ninguna;
}
.hover: hover span {
posición: absoluta;
pantalla: en línea;
margen: 20px -20px 0 0;
altura: auto;
ancho: auto;
fondo: #eee;
borde: 1px sólido # 555;
color: # 555;
relleno: 1em;
tamaño de fuente: 12px;
}
.hover: hover span span {
posición: relativa;
margen: auto;
altura: auto;
ancho: auto;
frontera: ninguna;
relleno: 0;
}
.hover: hover {
color de fondo: transparente;
texto-decoración: subrayado;
}
/ * Solo enlace de texto por Ken Tsang * /
.join-text a {
pantalla: en línea;
margen: 0;
relleno: 0;
tamaño de letra: 100%;
fondo: ninguno;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
texto-decoración: ninguno;
}
.join-text a: hover {
texto-decoración: subrayado;
}
/ * Usa elegantes corchetes de código de la comunidad de Wikidot * /
.code {
-moz-box-shadow: 10px -5px 15px #ddd;
color de fondo: # E1E8E8;
imagen de fondo: url (http://community.wikidot.com/local--files/admin:css/brackets.png);
repetición de fondo: no repetición;
borde: 2px puntos de color gris oscuro;
Familia tipográfica: monoespacio;
tamaño de fuente: 12px;
margen: 0.4em 0 0.4em 40px;
min-height: 65px;
desbordamiento: auto;
Relleno: 0 1em 0 40px;
ancho: 85%;
}
/ * Para el módulo PageManager (http://modules.wikidot.com) * /
/ * El estilo de la tabla es el diseño, el encabezado / pie de página son las filas superior e inferior * /
.diseño {
colapso de la frontera: colapso;
color: # 3B485F;
ancho: 100%;
diseño de la mesa: fijo;
}
.layout tr {
fondo: #FCFFDF;
borde inferior: 1px sólido #EFEFEF;
}
.layout td {
relleno-izquierda: 1em;
}
.layout .truncate {
desbordamiento: oculto;
desbordamiento de texto: puntos suspensivos;
espacio en blanco: nowrap;
}
.layout .header {
altura: 2em;
fondo: #AFCCFF;
borde inferior: 1px sólido # 9F9F9F;
font-weight: negrita;
tamaño de fuente: 13px;
}
.layout .footer {
fondo: #FCFFDF;
borde superior: 1px sólido # 9F9F9F;
borde inferior: 1px sólido # 9F9F9F;
font-weight: negrita;
}
cuerpo {
fondo: #fff url (http://themes.wdfiles.com/local--files/royal-purple/footer-bg.png) repetir-x parte inferior;
}
una {
color: # 5600f4;
}
a: flotar {
color: # 5600f4;
}
a.newpage {
color: # 9e6afe;
}
h1, h2, h3, # page-title {
color: # 5600f4;
}
#header h1 a {
color: # 8549f4;
}
fondo: url (http://themes.wdfiles.com/local--files/royal-purple/menu-bg.png) repetir-x arriba;
}
fondo: url (http://themes.wdfiles.com/local--files/royal-purple/menu-hover.png);
}
fondo: # 5600f4;
}
fondo: # 9e6afe;
}
color: # 5600f4;
}
fondo: # 5600f4;
}
fondo: # 9e6afe;
}
, textarea {
color de borde: # 5600f4;
}
.hover {
color: # 0a9200;
}
.hover: hover {
color: # 0a9200;
}
/ * Clases para vistas de pestañas, por Steven Heynderickx * /
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
borde: sólido # 5600f4; / * color de la línea entre la lista de pestañas y el contenido * /
ancho del borde: 0 0 3px; / * grosor de la línea entre la lista de pestañas y el contenido * /
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
margen: 0 1px 0 0; / * espacio entre pestañas * /
}
.yui-navset .yui-nav .seleccionado,
.yui-navset .yui-navset-top .yui-nav .selected {
margen: 0 1px -1px 0; / * por superposición * /
}
/ * Configuraciones para pestañas no seleccionadas * /
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
fondo: # 8549f4 url (http://themes.wikidot.com/local--files/rainbow-base/tabcolor.png) repetir-x -3px;
borde superior: sólido # 5600f4 1px;
borde izquierdo: sólido # 5600f4 1px;
borde derecho: sólido # 5600f4 1px;
peso de la fuente: 600;
tamaño de letra: 80%;
color: # 000; / * color del texto de la pestaña * /
}
/ * Configuraciones para pestañas no seleccionadas * /
.yui-navset .yui-nav a: flotar,
.yui-navset .yui-navset-top .yui-nav a: hover {
fondo: # 9e6afe
}
/ * Configuraciones para pestañas no seleccionadas * /
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
borde: solid # f00 0px;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav. seleccionó a: foco, / * sin efecto de foco para seleccionado * /
.yui-navset .yui-nav .selected a: hover {/ * no hover efecto para seleccionado * /
fondo: # 5600f4 url (http://themes.wikidot.com/local--files/rainbow-base/tabcolor.png) repetir-x -3px;
color: #fff; borde: 1px sólido # 5600f4;
}
? ? ? What do you want ?? ? a Translation? is this helpfull?
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Sie können fragen und mitwirken in der deutschsprachigen » User-Gemeinschaft für WikidotNutzer oder
im deutschen » Wikidot Handbuch ?
Durante décadas se ha afirmado y estudiado la existencia de la relación del ser humano y los animales, la cual radica en dos formas principales; el hombre utiliza a los seres vivos para asegurar su subsistencia y como compañeros, los animales además de ser una compañía social para los humanos son también ayudantes y pueden convivir con el hombre. Se vive en una sociedad en donde no respetan los derechos entre personas, mucho menos lo hacen con los animales.
Los animales son seres vivos y al igual que el ser humano tiene un propósito importante en el planeta; pero las personas se han encargado de ir acabando su ecosistema y terminar con su ciclo de vida. Es por esto que se hablará sobre el maltrato animal, una problemática social que involucra derechos y deberes. Algunas personas están en contra y otras a favor, pero independientemente de sus opiniones, esto no se deja de ver como una violación a la vida y la libertad de seres vivos indefensos.
¿Es necesario llegar al maltrato animal para satisfacer nuestras necesidades y diversiones?
https://jumpin.chat/love2021
Good one! i like purple
I am Groot.