Layout Preview

Yellow

Author: v4v1c4
Category: yellow
Created: August 16, 2026
Downloads: 10
There is not enough yellow here
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

/* Página completa */
body {
    background-image: url("https://i.pinimg.com/736x/08/5f/0f/085f0f668e948679ec3064c317120282.jpg");
}

/* Entrada completa */
.blog-entry {
    background-image: url("https://i.pinimg.com/736x/13/2e/65/132e65ab06d96cc1b383d338bee9a004.jpg");
}

/* Título */
.blog-entry .title {
    background-image: url("URL.AQUI");
}

/* Contenido */
.blog-entry .content {
    background-image: url("https://i.pinimg.com/736x/fd/aa/53/fdaa53ba8dfc3f294b802699a4a96457.jpg");
}

/* Párrafos */
.blog-entry .content p {
    background-image: url("URL_AQUI");
}

/* Citas */
.blog-entry .content blockquote {
    background-image: url("URL_AQUI");
}

/* Enlaces */
.blog-entry .content a {
    background-image: url("URL_AQUI");
}

/* Imágenes */
.blog-entry .content img {
    background-image: url("https://i.pinimg.com/736x/b3/ce/75/b3ce75d94c08002780b36b482696321a.jpg");
}

/* Foto de perfil */
.blog-entry .profile-pic {
    background-image: url("URL_AQUI");
}

/* Información del autor */
.blog-entry .author-details {
    background-image: url("https://i.pinimg.com/736x/e2/51/67/e251672fe53cec934032f37b48d5787c.jpg");
}

/* Fecha */
.blog-entry .publish-date {
    background-image: url("URL_AQUI");
}

/* Kudos */
.blog-entry .kudos-container {
    background-image: url("URL_AQUI");
}

/* Fila del artículo */
.row.article {
    background-image: url("https://i.pinimg.com/736x/33/63/d0/3363d0bcab74f882cc60415bea7ef133.jpg");
}

/* Comentarios */
.comments-table {
    background-image: url("URL_AQUI");
}