Dark style
www.heraldo.es - 14/11/2022, 12:51:35 by FGaudes
Details
AuthorFGaudes
LicenseNo License
CategoryDark style
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Dark style
Source code
/* ==UserStyle==
@name www.heraldo.es - nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.heraldo.es/") {
body{
background: #000;
}
#main-container{
background: #000;
color:#fff;
}
.article .top-content h1.title{
color: #ddd;
}
.header-default .header-primary .middle-header{
background: #000;
}
.board .articleModule h1.title a{
color:#ddd;
}
.board-template.blue-back .board-content-container{
background: #000;
}
.header-default .header-primary{
background: #000;
color:#ddd;
}
.top_ads_container {
background: #000;
color:#ddd;
}/* Inserte el código aquí... */
.gallery-v2 .article-details.editor .article-details-content .gallery-main-image .gallery-main-titles {
background: transparent;
}
.gallery-v2 .article-details .article-details-content .title{
color: #ccc;
text-shadow: 1px 1px 2px black;
}
}