Análisis del set Vivid Voltage: cartas con mayor potencial y las piezas imprescindibles para coleccionistas.
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
a:hover{
color:white;}
@media (max-width: 1070px) {
#main-nav > ul > li {
padding: 0 7px;
}
}
#bottom ul.bottom-nav > li > a,
.woocommerce-Price-amount,
.shopping-cart-items-count,
#sidebar .product_list_widget,
.wprt-progress .title,
.wprt-progress .perc,
.wprt-price-table .title,
.add_to_cart_button {
font-weight: 600 !important;
}
.product_list_widget,
.woocommerce-page .product-name a,
.sub-heading {
font-weight: 500 !important;
}
.wprt-price-table .price-table-features ul.style-1 li {
border-bottom: 1px solid #e7e7e7 !important;
}
.wprt-price-table .price-table-features ul.style-1 li:first-child {
border-top: 1px solid #e7e7e7 !important;
}
.footer-promotion .heading {
letter-spacing: 1px;
}
#featured-title .featured-title-heading-wrap {
width: 25%;
}
/*catalog*/
.nav-cart-trigger{
display:none!important;
}
.post-comment.item{
display:none!important;
}
.post-by-author.item{
display:none!important;
}
/*Post*/
.hentry {
margin-top: 0px;
}
.cart-info{
display:none!important;
}
/*Inicio*/
.wpsp-image-left{
border: 2px solid #f7f7f7;
}
.wpsp-image-center{
border: 2px solid #f7f7f7;
}
/***/
.wp-show-posts-read-more{
padding:20px!important;
padding:25px!important;
font-size:15px!important;
font-family:Montserrat;
}
/******************/
/*
@-webkit-keyframes stripe-slide {
0% {
background-position: 0% 0;
}
100% {
background-position: 100% 0;
}
}
@keyframes stripe-slide {
0% {
background-position: 0% 0;
}
100% {
background-position: 100% 0;
}
}
.wp-show-posts-read-more {
overflow: visible;
margin: 0;
padding: 0;
border: 0;
background: transparent;
line-height: normal;
cursor: pointer;
-moz-user-select: text;
display: block;
text-decoration: none;
padding: 16px 36px 22px;
background-color: #fff;
color: #666;
border: 2px solid #666;
border-radius: 6px;
margin-bottom: 16px;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.wp-show-posts-read-more:-moz-focus-inner {
padding: 0;
border: 0;
}
.wp-show-posts-read-more {
overflow: hidden;
position: relative;
}
.wp-show-posts-read-more:after {
content: '';
display: block;
height: 7px;
width: 100%;
background-image: repeating-linear-gradient(45deg, #666, #666 1px, transparent 2px, transparent 5px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-top: 1px solid #666;
position: absolute;
left: 0;
bottom: 0;
background-size: 7px 7px;
}
.wp-show-posts-read-more:hover {
background-color: #666;
color: #fff;
border-color: white!important;
}
.wp-show-posts-read-more:hover:after {
background-image: repeating-linear-gradient(45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
border-top: 1px solid #000;
-webkit-animation: stripe-slide 12s infinite linear forwards;
animation: stripe-slide 12s infinite linear forwards;
}
*/
/**********************************************************************************************************/
/*
#container {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
padding: 0 20%;
}
@media (max-width: 968px) {
#container {
flex-wrap: wrap;
}
}
#container .item {
position: relative;
width: 240px;
height: 240px;
cursor: pointer;
z-index: 0;
margin: 20px;
}
@media (max-width: 968px) {
#container .item {
width: 100%;
}
}
#container .item .content {
height: 100%;
width: 100%;
border: 2px solid #e8e8ee;
display: flex;
align-items: flex-end;
padding: 10px 15px;
border-radius: 4px;
background: #fff;
transform: rotate(0) scale(1);
transition: all 0.2s cubic-bezier(0.28, 0.05, 0.65, 0.97);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
#container .item .content h2 {
font-weight: 600;
color: #5a5863;
transition: all 0.3s cubic-bezier(0.28, 0.05, 0.65, 0.97);
}
#container .item .content:after {
position: absolute;
bottom: -2px;
right: -2px;
content: "";
width: calc(100% + 4px);
height: 4px;
background: #1a7fa8;
border-radius: 0 0 4px 4px;
transition: all 0.3s cubic-bezier(0.28, 0.05, 0.65, 0.97);
}
#container .item .previews {
position: relative;
bottom: 0;
left: 0;
z-index: -1;
}
#container .item .previews:nth-child(2) .preview-image {
right: 0;
}
#container .item .previews .preview-image {
width: 160px;
height: 110px;
transition: all 0.2s cubic-bezier(0.28, 0.05, 0.65, 0.97);
position: absolute;
bottom: 10px;
left: 0;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
#container .item .previews .preview-image img {
width: 140%;
}
#container .item:hover {
z-index: 5;
}
#container .item:hover .content {
background: #5a5863;
border: 2px solid #5a5863;
transform: rotate(0) scale(1.2);
animation: shake .4s 1;
animation-delay: .4s;
box-shadow: -27px 18px 80px 0 rgba(0, 0, 0, 0.3);
transition: all 0.3s cubic-bezier(0.28, 0.05, 0.65, 0.97);
}
#container .item:hover .content:after {
width: 0;
transition: all 0.3s cubic-bezier(0.28, 0.05, 0.65, 0.97);
}
#container .item:hover .content h2 {
color: #e8e8ee;
transition: all 0.3s cubic-bezier(0.28, 0.05, 0.65, 0.97);
}
#container .item:hover .previews .preview-image {
transition: all 0.2s cubic-bezier(0.28, 0.05, 0.65, 0.97);
box-shadow: -8px 5px 30px 0 rgba(0, 0, 0, 0.2);
}
#container .item:hover .previews .preview-image:nth-child(1) {
transform: rotate(6deg) translate(-150px, -100px);
transition-delay: .4s;
}
#container .item:hover .previews .preview-image:nth-child(2) {
transform: rotate(8deg) translate(-120px, 0);
transition-delay: .45s;
}
#container .item:hover .previews .preview-image:nth-child(3) {
transform: rotate(2deg) translate(-40px, 100px);
transition-delay: .55s;
}
#container .item:hover .previews .preview-image:nth-child(4) {
transform: rotate(7deg) translate(130px, 70px);
transition-delay: .5s;
}
#container .item:hover .previews .preview-image:nth-child(5) {
transform: rotate(9deg) translate(180px, -40px);
transition-delay: .6s;
}
@keyframes shake {
0% {
transform: rotate(3deg) scale(1.2);
}
20% {
transform: rotate(-3deg) scale(1.2);
}
40% {
transform: rotate(3deg) scale(1.2);
}
60% {
transform: rotate(-3deg) scale(1.2);
}
80% {
transform: rotate(3deg) scale(1.2);
}
100% {
transform: rotate(0) scale(1.2);
}
}
*/
/**********************************************************************************************************************/
/*boton*/
@import url("https://fonts.googleapis.com/css?family=PT+Mono");
.box {
width: 25%;
min-width: 250px;
display: block;
height: 50px;
position: relative;
border-radius: 5px;
background: -webkit-gradient(linear, left top, right top, color-stop(35%, #abbd73), to(#d6e2ad));
background: linear-gradient(to right, #abbd73 35%, #d6e2ad 100%);
margin-bottom: 40px;
padding: 15px 25px 0 40px;
color: darkslategray;
box-shadow: 1px 2px 1px -1px #777;
-webkit-transition: background 200ms ease-in-out;
transition: background 200ms ease-in-out;
}
.shadow {
position: relative;
}
.shadow:before {
z-index: -1;
position: absolute;
content: "";
bottom: 13px;
right: 7px;
width: 75%;
top: 0;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(4deg);
transform: rotate(4deg);
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
.box:hover {
background: -webkit-gradient(linear, left top, right top, from(#abbd73), to(#abbd73));
background: linear-gradient(to right, #abbd73 0%, #abbd73 100%);
}
.shadow:hover::before {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
bottom: 20px;
z-index: -10;
}
.circle {
position: absolute;
top: 14px;
left: 15px;
border-radius: 50%;
box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), inset 0 0 0 25px antiquewhite;
width: 20px;
height: 20px;
display: inline-block;
}
.header-search-field{
position:absolute;
top: -70px!important;
right: -280px!important;
}
/*Menu
#main-nav > ul > li {
background:#333333;
}
#main-nav > ul > li > a > span {
color:white;
}
.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before, .header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
background-color: #5a70b5!important;
}
#site-header{
background:#333333!important;
}
.header-style-1.cur-menu-1 #main-nav > ul > li > a:before {
background-color: #5a70b5;
}
*/
.site-main {
background:#192824!important;
}
h1{
color:white
}
.wp-show-posts-entry-title{
color:white
}
.wp-show-posts-entry-date.published{
color:white;
}
.wp-show-posts-terms.wp-show-posts-meta a{
color:white!important;
}
.clearfix .style-1{
background:#192824!important;
}
p{
color:#e4e4e4;
}
.wp-show-posts-entry-summary{
color:#e4e4e4;
}
/**************caja multicolor***********************/
:root {
--primary: white;
--secondary: #192824;
--background: #192824;
--green: #05E9FB;
--yellow: #f979fd;
--orange: #05E9FB;
--red: #f979fd;
}
.card {
background-color: var(--background);
display: block;
width: 80%;
cursor: pointer;
padding: 15px;
margin: calc(10vh - 30px) auto 0 auto;
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
margin-bottom:10px!important;
margin-left:20px;
}
.card:hover {
animation: shadow-wave 1s ease infinite;
}
@keyframes shadow-wave {
0% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
}
20% {
border: 3px solid var(--red);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--primary),
20px -20px 0 -3px var(--background), 20px -20px var(--green),
30px -30px 0 -3px var(--background), 30px -30px var(--yellow),
40px -40px 0 -3px var(--background), 40px -40px var(--orange);
}
40% {
border: 3px solid var(--orange);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--red),
20px -20px 0 -3px var(--background), 20px -20px var(--primary),
30px -30px 0 -3px var(--background), 30px -30px var(--green),
40px -40px 0 -3px var(--background), 40px -40px var(--yellow);
}
60% {
border: 3px solid var(--yellow);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--orange),
20px -20px 0 -3px var(--background), 20px -20px var(--red),
30px -30px 0 -3px var(--background), 30px -30px var(--primary),
40px -40px 0 -3px var(--background), 40px -40px var(--green);
}
80% {
border: 3px solid var(--green);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--yellow),
20px -20px 0 -3px var(--background), 20px -20px var(--orange),
30px -30px 0 -3px var(--background), 30px -30px var(--red),
40px -40px 0 -3px var(--background), 40px -40px var(--primary);
}
100% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
}
}
body {
background-image: radial-gradient(var(--secondary) 30%, var(--background) 30%);
background-size: 2px 3px;
font-family: "Archivo", sans-serif;
color: var(--primary);
}
.card p {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 10px;
}
.card h2 {
font-size: 14px;
font-family: "Archivo Black", "Archivo", sans-serif;
font-weight: normal;
}
/******************/
.styletext3{
font-family: 'Press Start 2P', cursive;
}
.styletext4{
font-family: 'Press Start 2P', cursive;
border-bottom:3px solid #05F8FA;
}
@media only screen and (max-width: 800px) {
.styletext4{
font-size:14px;
}
}
/*Inicio 2*/
.vc_single_image-img.attachment-full{
border:2px solid white;
}
/*menu**********************************************************************/
.demo hover{
width:400px;
height:400px;
font-size:5em;
float:left;
text-align:center;
}
.rainbow-bg{
animation: rainbow-bg 2.5s linear;
animation-iteration-count: infinite;
}
.rainbow:hover{
animation: rainbow 2.5s linear;
animation-iteration-count: infinite;
}
@keyframes rainbow-bg{
100%,0%{
background-color: rgb(255,0,0);
}
8%{
background-color: rgb(255,127,0);
}
16%{
background-color: rgb(255,255,0);
}
25%{
background-color: rgb(127,255,0);
}
33%{
background-color: rgb(0,255,0);
}
41%{
background-color: rgb(0,255,127);
}
50%{
background-color: rgb(0,255,255);
}
58%{
background-color: rgb(0,127,255);
}
66%{
background-color: rgb(0,0,255);
}
75%{
background-color: rgb(127,0,255);
}
83%{
background-color: rgb(255,0,255);
}
91%{
background-color: rgb(255,0,127);
}
}
@keyframes rainbow{
100%,0%{
color: rgb(56,209,250);
}
8%{
color: rgb(56,209,250);
}
16%{
color: rgb(255,63,240);
}
25%{
color: rgb(255,63,240);
}
33%{
color: rgb(232,245,53);
}
41%{
color: rgb(232,245,53);
}
50%{
color: rgb(29,249,230);
}
58%{
color: rgb(29,249,230);
}
66%{
color: rgb(255,63,240);
}
75%{
color: rgb(255,63,240);
}
83%{
color: rgb(56,209,250);
}
91%{
color: rgb(56,209,250);
}
}
/***************NOTICIAS POKEMON*******************************************************************************/
:root {
/* Base font size */
font-size: 10px;
/* Set neon color */
--neon-text-color: #05F8FA;
--neon-border-color: #FB37F0;
}
.wp-show-posts-read-more {
font-size: 13rem;
font-weight: 200;
color: #fff;
padding: 4rem 6rem 5.5rem;
border: 0.4rem solid #fff;
text-transform: uppercase;
animation: flicker 15s infinite alternate;
}
.wp-show-posts-read-more::-moz-selection {
background-color: var(--neon-border-color);
color: var(--neon-text-color);
}
.wp-show-posts-read-more::selection {
background-color: var(--neon-border-color);
color: var(--neon-text-color);
}
.wp-show-posts-read-more:focus {
outline: none;
}
/* Animate neon flicker */
@keyframes flicker {
0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
text-shadow:
-0.2rem -0.2rem 0.5rem #fff,
0.2rem 0.2rem 1rem #fff,
0 0 2rem var(--neon-text-color),
0 0 4rem var(--neon-text-color),
0 0 6rem var(--neon-text-color),
0 0 8rem var(--neon-text-color),
0 0 10rem var(--neon-text-color);
box-shadow:
1 0 .5rem #fff,
inset 0 0 .5rem #fff,
0 0 2rem var(--neon-border-color),
inset 0 0 2rem var(--neon-border-color),
0 0 4rem var(--neon-border-color),
inset 0 0 4rem var(--neon-border-color);
}
20%, 24%, 55% {
text-shadow: none;
box-shadow: none;
}
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
padding: 8px 15px;
border: none;
color: #222;
font-size: .8em;
text-decoration: none;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:hover {
padding: 8px 15px;
border: none;
color: #222;
font-size: .8em;
text-decoration: none;
}
.wp-show-posts-read-more{
color:white!important;
font-family: 'Press Start 2P';
border:4px white solid!important;
}
/***************************************************************/
.position {
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 15%;
}
#workarea {
position: absolute;
width: 100%;
height: 100%;
background-color: #1e1a3e;
font-family: Raleway;
}
#personal {
color: white;
text-decoration: none;
position: absolute;
bottom: 15px;
right: 2%;
}
/* start code for the actual button: */
/*
Spot is the span on the inside of the href that
fills the parent and makes the hover and link work
for the entire div
*/
.spot {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
/*
This is the outer svg wrapper that the SVG itself will
fill. Multiple svg-wrapper classes can be put side by side.
*/
.svg-wrapper {
margin-top: 0;
position: relative;
width: 150px;
/*make sure to use same height/width as in the html*/
height: 40px;
display: inline-block;
border-radius: 3px;
margin-left: 5px;
margin-right: 5px;
}
/*
This is where we define the fill, color, thickness,
and stroke pattern of the SVG when there is no hover.
The dasharray and offset together define the line position
under the words. Here's also where the transition speed is set.
*/
#shape {
stroke-width: 6px;
fill: transparent;
stroke: #009ffd;
stroke-dasharray: 85 400;
stroke-dashoffset: -220;
transition: 1s all ease;
}
/*
Pushing the text up into the SVG. Without this the
text would be below the div's.
*/
#text {
margin-top: -35px;
text-align: center;
}
#text a {
color: white;
text-decoration: none;
font-weight: 100;
font-size: 1.1em;
}
/*
Changing the shape on hover. I change the color of the stroke,
make it thinner, then set it to again wrap around the entire parent element.
*/
.svg-wrapper:hover #shape {
stroke-dasharray: 50 0;
stroke-width: 3px;
stroke-dashoffset: 0;
stroke: #06d6a0;
}
/******CARTA HOLO************/
#app {
height: 100%;
-webkit-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
-webkit-perspective: 800px;
perspective: 800px;
}
.pk {
width: 340px;
height: 480px;
background-color: #211799;
background-image: url(https://images.pokemontcg.io/smp/SM156.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
border-radius: 8px;
box-shadow: 0 0 6px 2px rgba(255, 230, 0, 0.75), 0 35px 25px -15px rgba(0, 0, 0, 0.5);
position: relative;
overflow: hidden;
display: inline-block;
margin: 20px 10px;
will-change: transform;
-webkit-transition: -webkit-transform 100ms ease;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease;
transition: transform 100ms ease, -webkit-transform 100ms ease;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: translate3d(0%, 0%, -400px);
transform: translate3d(0%, 0%, -400px);
}
.pk:hover {
z-index: 2;
}
.pk.charizard {
background-image: url(https://images.pokemontcg.io/xy12/12_hires.png);
}
.pk.mewtwo {
background-image: url(https://images.pokemontcg.io/xy12/52_hires.png);
}
.pk.mewtwo:before, .pk.mewtwo:after {
-webkit-animation-delay: 0.33s;
animation-delay: 0.33s;
}
.pk.dragonite {
background-image: url(https://images.pokemontcg.io/xy12/72_hires.png);
}
.pk.dragonite:before, .pk.dragonite:after {
-webkit-animation-delay: 0.66s;
animation-delay: 0.66s;
}
.pk:before,
.pk:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-image: linear-gradient(115deg, transparent 0%, #00e7ff 30%, #ff00e7 70%, transparent 100%);
background-position: 0% 0%;
background-repeat: no-repeat;
background-size: 300% 300%;
mix-blend-mode: color-dodge;
opacity: 0;
z-index: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-animation: holoGradient 15s ease infinite;
animation: holoGradient 15s ease infinite;
}
.pk:after {
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/13471/sparkles.gif");
background-position: center;
background-size: 180%;
mix-blend-mode: color-dodge;
opacity: 0;
z-index: 2;
-webkit-animation: holoSparkle 20s ease infinite;
animation: holoSparkle 20s ease infinite;
}
.pk.active:before {
opacity: 0.5;
-webkit-animation: none;
animation: none;
-webkit-transition: none;
transition: none;
background-image: linear-gradient(115deg, transparent 0%, transparent 25%, #00e7ff 45%, #ff00e7 55%, transparent 70%, transparent 100%);
}
@-webkit-keyframes holoSparkle {
0% {
opacity: 0;
}
12% {
opacity: 1;
}
70% {
opacity: 0.5;
}
95% {
opacity: 0.2;
}
}
@keyframes holoSparkle {
0% {
opacity: 0;
}
12% {
opacity: 1;
}
70% {
opacity: 0.5;
}
95% {
opacity: 0.2;
}
}
@-webkit-keyframes holoGradient {
3% {
opacity: 0;
}
5% {
background-position: 0% 0%;
}
7% {
opacity: 0.5;
}
9% {
background-position: 100% 100%;
}
11% {
opacity: 0;
}
50% {
opacity: 0;
background-position: 100% 100%;
}
55% {
opacity: 0.3;
}
70% {
opacity: 0;
background-position: 0% 0%;
}
}
@keyframes holoGradient {
3% {
opacity: 0;
}
5% {
background-position: 0% 0%;
}
7% {
opacity: 0.5;
}
9% {
background-position: 100% 100%;
}
11% {
opacity: 0;
}
50% {
opacity: 0;
background-position: 100% 100%;
}
55% {
opacity: 0.3;
}
70% {
opacity: 0;
background-position: 0% 0%;
}
}
/*Menu*/
#featured-title{
display:none;
}
#site-header{
display:none;
}
#top-bar{
display:none;
}
.wp-show-posts-entry-title{
font-family: 'Press Start 2P';
font-size:15px;
}
.wp-show-posts-entry-title:hover{
color: #fff;
text-shadow:
0 0 5px #fff,
0 0 10px #fff,
0 0 20px #fff,
0 0 20px #0ff,
0 0 20px #0ff,
0 0 20px #0ff,
0 0 100px #0ff,
0 0 150px #0ff;
}
.wp-show-posts-entry-date.published{
font-family: 'Press Start 2P';
font-size:10px;
}
div{
background:#192824;
}
.stylelink1{
color:white;
}
.stylelink1:hover{
color:white
}
.styletext6:hover{
animation: rainbow 2.5s linear;
animation-iteration-count: infinite;
}
/*Image */
.styleimage2:hover{
position: relative;
z-index: 0;
overflow: hidden;
padding: 1rem;
}
.styleimage2:hover:before{
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-color: #399953;
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
background-image: linear-gradient(#192824, #192824), linear-gradient(#05E9FB, #f979fd), linear-gradient(#192824, #192824), linear-gradient(#f979fd, #05E9FB);
-webkit-animation: rotate 4s linear infinite;
animation: rotate 4s linear infinite;
}
.styleimage2:hover:after{
content: '';
position: absolute;
z-index: -1;
left: 6px;
top: 6px;
width: calc(100% - 12px);
height: calc(100% - 12px);
}
@-webkit-keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
/*SIN HOVER 1**/
.styleimage2{
position: relative;
z-index: 0;
overflow: hidden;
padding: 1rem;
}
.styleimage2:before{
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-color: #399953;
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
background-image: linear-gradient(#192824, #192824), linear-gradient(#05E9FB, #f979fd), linear-gradient(#192824, #192824), linear-gradient(#f979fd, #05E9FB);
}
.styleimage2:{
content: '';
position: absolute;
z-index: -1;
left: 6px;
top: 6px;
width: calc(100% - 12px);
height: calc(100% - 12px);
}
/*SIN HOVER 2**/
.styleimage3{
position: relative;
z-index: 0;
overflow: hidden;
padding: 1rem;
}
.styleimage3:before{
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-color: #399953;
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
background-image: linear-gradient(#192824, #192824), linear-gradient(#FFCC33, #FC3896), linear-gradient(#192824, #192824), linear-gradient(#FC3896, #FFCC33);
}
.styleimage3:{
content: '';
position: absolute;
z-index: -1;
left: 6px;
top: 6px;
width: calc(100% - 12px);
height: calc(100% - 12px);
}
/**************caja multicolor pokemon***********************/
.card2 {
background-color: var(--background);
display: block;
width: 80%;
cursor: pointer;
padding: 15px;
margin: calc(10vh - 30px) auto 0 auto;
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
margin-bottom:10px!important;
margin-left:20px;
}
.card2:hover {
animation: shadow-wave 1s ease infinite;
}
@keyframes shadow-wave {
0% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
}
20% {
border: 3px solid var(--red);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--primary),
20px -20px 0 -3px var(--background), 20px -20px var(--green),
30px -30px 0 -3px var(--background), 30px -30px var(--yellow),
40px -40px 0 -3px var(--background), 40px -40px var(--orange);
}
40% {
border: 3px solid var(--orange);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--red),
20px -20px 0 -3px var(--background), 20px -20px var(--primary),
30px -30px 0 -3px var(--background), 30px -30px var(--green),
40px -40px 0 -3px var(--background), 40px -40px var(--yellow);
}
60% {
border: 3px solid var(--yellow);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--orange),
20px -20px 0 -3px var(--background), 20px -20px var(--red),
30px -30px 0 -3px var(--background), 30px -30px var(--primary),
40px -40px 0 -3px var(--background), 40px -40px var(--green);
}
80% {
border: 3px solid var(--green);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--yellow),
20px -20px 0 -3px var(--background), 20px -20px var(--orange),
30px -30px 0 -3px var(--background), 30px -30px var(--red),
40px -40px 0 -3px var(--background), 40px -40px var(--primary);
}
100% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
20px -20px 0 -3px var(--background), 20px -20px var(--yellow),
30px -30px 0 -3px var(--background), 30px -30px var(--orange),
40px -40px 0 -3px var(--background), 40px -40px var(--red);
}
}
.card2 p {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 10px;
}
/**PRIMERA imagen***/
/*Image */
.styleimage3:hover{
position: relative;
z-index: 0;
overflow: hidden;
padding: 1rem;
}
.styleimage3:hover:before{
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-color: #399953;
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
background-image: linear-gradient(#192824, #192824), linear-gradient(#FFCC33, #FC3896), linear-gradient(#192824, #192824), linear-gradient(#FC3896, #FFCC33);
-webkit-animation: rotate 4s linear infinite;
animation: rotate 4s linear infinite;
}
.styleimage3:hover:after{
content: '';
position: absolute;
z-index: -1;
left: 6px;
top: 6px;
width: calc(100% - 12px);
height: calc(100% - 12px);
}
@-webkit-keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
/**segunda imagen***/
/*Image */
.styleimage4:hover{
position: relative;
z-index: 0;
overflow: hidden;
padding: 1rem;
}
.styleimage4:hover:before{
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-color: #399953;
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
background-image: linear-gradient(#192824, #192824), linear-gradient(#00FF9F, #8500F7), linear-gradient(#192824, #192824), linear-gradient(#8500F7, #00FF9F);
-webkit-animation: rotate 4s linear infinite;
animation: rotate 4s linear infinite;
}
.styleimage4:hover:after{
content: '';
position: absolute;
z-index: -1;
left: 6px;
top: 6px;
width: calc(100% - 12px);
height: calc(100% - 12px);
}
@-webkit-keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
/**tercera imagen***/
/*Image */
.styleimage4{
position: relative;
z-index: 0;
overflow: hidden;
padding: 1rem;
}
.styleimage4:before{
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-color: #399953;
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
background-image: linear-gradient(#192824, #192824), linear-gradient(#00FF9F, #8500F7), linear-gradient(#192824, #192824), linear-gradient(#8500F7, #00FF9F);
}
.styleimage4:hover:after{
content: '';
position: absolute;
z-index: -1;
left: 6px;
top: 6px;
width: calc(100% - 12px);
height: calc(100% - 12px);
}
@-webkit-keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes rotate{
100%{
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
/**borde imagen**/
.wp-show-posts-image.wpsp-image-left{
border:none;
border-bottom:6px solid #FFCC33;
}
/*pokemon*/
:root {
--color1: #FFCC33;
--color2: #FC3896;
--color3: #FFCC33;
--color4: #FC3896;
}
.card2 {
background-color: var(--background);
display: block;
width: 80%;
cursor: pointer;
padding: 15px;
margin: calc(10vh - 30px) auto 0 auto;
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color1),
20px -20px 0 -3px var(--background), 20px -20px var(--color2),
30px -30px 0 -3px var(--background), 30px -30px var(--color3),
40px -40px 0 -3px var(--background), 40px -40px var(--color4);
margin-bottom:10px!important;
margin-left:20px;
}
.card2:hover {
animation: shadow-wave1 1s ease infinite;
}
@keyframes shadow-wave1 {
0% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color1),
20px -20px 0 -3px var(--background), 20px -20px var(--color2),
30px -30px 0 -3px var(--background), 30px -30px var(--color3),
40px -40px 0 -3px var(--background), 40px -40px var(--color4);
}
20% {
border: 3px solid var(--color4);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--primary),
20px -20px 0 -3px var(--background), 20px -20px var(--color1),
30px -30px 0 -3px var(--background), 30px -30px var(--color2),
40px -40px 0 -3px var(--background), 40px -40px var(--color3);
}
40% {
border: 3px solid var(--color3);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color4),
20px -20px 0 -3px var(--background), 20px -20px var(--primary),
30px -30px 0 -3px var(--background), 30px -30px var(--color1),
40px -40px 0 -3px var(--background), 40px -40px var(--color2);
}
60% {
border: 3px solid var(--color2);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color3),
20px -20px 0 -3px var(--background), 20px -20px var(--color4),
30px -30px 0 -3px var(--background), 30px -30px var(--primary),
40px -40px 0 -3px var(--background), 40px -40px var(--color1);
}
80% {
border: 3px solid var(--color1);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color2),
20px -20px 0 -3px var(--background), 20px -20px var(--color3),
30px -30px 0 -3px var(--background), 30px -30px var(--color4),
40px -40px 0 -3px var(--background), 40px -40px var(--primary);
}
100% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color1),
20px -20px 0 -3px var(--background), 20px -20px var(--color2),
30px -30px 0 -3px var(--background), 30px -30px var(--color3),
40px -40px 0 -3px var(--background), 40px -40px var(--color4);
}
}
/*NOTICIAS DIGIMON*/
:root {
--color5: #8500F7;
--color6: #5b9cff;
--color7: #8500F7;
--color8: #5b9cff;
}
.card4 {
background-color: var(--background);
display: block;
width: 80%;
cursor: pointer;
padding: 15px;
margin: calc(10vh - 30px) auto 0 auto;
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color5),
20px -20px 0 -3px var(--background), 20px -20px var(--color6),
30px -30px 0 -3px var(--background), 30px -30px var(--color7),
40px -40px 0 -3px var(--background), 40px -40px var(--color8);
margin-bottom:10px!important;
margin-left:20px;
}
.card4:hover {
animation: shadow-wave2 1s ease infinite;
}
@keyframes shadow-wave2 {
0% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color5),
20px -20px 0 -3px var(--background), 20px -20px var(--color6),
30px -30px 0 -3px var(--background), 30px -30px var(--color7),
40px -40px 0 -3px var(--background), 40px -40px var(--color8);
}
20% {
border: 3px solid var(--color8);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--primary),
20px -20px 0 -3px var(--background), 20px -20px var(--color5),
30px -30px 0 -3px var(--background), 30px -30px var(--color6),
40px -40px 0 -3px var(--background), 40px -40px var(--color7);
}
40% {
border: 3px solid var(--color7);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color8),
20px -20px 0 -3px var(--background), 20px -20px var(--primary),
30px -30px 0 -3px var(--background), 30px -30px var(--color5),
40px -40px 0 -3px var(--background), 40px -40px var(--color6);
}
60% {
border: 3px solid var(--color6);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color7),
20px -20px 0 -3px var(--background), 20px -20px var(--color8),
30px -30px 0 -3px var(--background), 30px -30px var(--primary),
40px -40px 0 -3px var(--background), 40px -40px var(--color5);
}
80% {
border: 3px solid var(--color5);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color6),
20px -20px 0 -3px var(--background), 20px -20px var(--color7),
30px -30px 0 -3px var(--background), 30px -30px var(--color8),
40px -40px 0 -3px var(--background), 40px -40px var(--primary);
}
100% {
border: 3px solid var(--primary);
box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--color5),
20px -20px 0 -3px var(--background), 20px -20px var(--color6),
30px -30px 0 -3px var(--background), 30px -30px var(--color7),
40px -40px 0 -3px var(--background), 40px -40px var(--color8);
}
}
.card4 p {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 10px;
}
/*******MENUMOBILE********/
.menumobile{
text-align:center;
padding-top:3%;
font-family: 'Press Start 2P';
border-bottom:4px solid
}
.menumobile a{
color:white;
}
.menumobile a:hover{
color:#05E9FB
}
@media (min-width: 800px) {
.menumobile{
display:none
}
}
/**POST**/
.widget-title{
font-family: 'Press Start 2P';
color:white;
}
.widget.widget_recent_entries{
font-family: 'Press Start 2P';
}
.widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_archive ul li a, .widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li a {
color: #FFCC33;
}
/*listas*/
li a:hover{
color:white!important;
}
#sidebar .widget .widget-title > span:after, #footer-widgets .widget .widget-title > span:after {
width: 70px;
border:2px solid #FC3896;
height: 2px;
background-color: #FC3896;
content: "";
position: absolute;
left: 0;
top: 100%;
z-index: -2;
}
.post-title{
font-family: 'Press Start 2P';
}
.entry-date{
font-family: 'Press Start 2P';
}
.meta-nav{
font-family: 'Press Start 2P'!important;
}
.meta-nav:hover{
color:white!important;
}
.comment-reply-title{
color:white!important;
font-family: 'Press Start 2P'!important;
font-size:12px!important;
}
.logged-in-as{
font-family: 'Press Start 2P'!important;
font-size:12px!important;
}
.logged-in-as a{
color:white!important;
}
.submit{
font-family: 'Press Start 2P'!important;
font-size:12px!important;
}



