Adding initial BurguillosDental Ad support.

This commit is contained in:
sergiotarxz 2023-12-02 13:00:26 +01:00
parent 6c20bd7535
commit 158721f858
7 changed files with 13 additions and 0 deletions

View File

@ -9,6 +9,10 @@ body {
min-height: 100%;
width: 100%;
height: 100%; }
body div.page-contents div.footer p.attribution {
font-size: 0.8em; }
body div.page-contents div.footer p.attribution a {
font-size: 0.8em; }
body span.round-center {
background: blueviolet;
color: #FEFEFA;

View File

@ -10,6 +10,7 @@ $accent-secondary: #fde68f;
$primary-secondary: #590e11;
$background_sidebar: $background-page; //#F5F5DC;
$color_sidebar: #dcdcf5;
$attribution_font_size: 0.8em;
html {
height: 100%;
@ -17,6 +18,12 @@ html {
}
body {
div.page-contents div.footer p.attribution {
font-size: $attribution_font_size;
a {
font-size: $attribution_font_size;
}
}
span.round-center {
background: $background_div;
color: $background_sidebar;

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

View File

@ -94,6 +94,8 @@
<a class="suscribe-category-rss" href="/all.rss">
<img src="/img/rss.svg" alt="Icono de suscripción rss"/>
</a>
<p class="attribution"><a rel="nofollow noreferrer" href="https://www.freepik.com/free-photo/portrait-happy-european-woman-has-broad-smile-closes-eyes-feels-excitement-being-high-spirit_10583645.htm">Imagen Sonrisa Anuncio Burguillos Dental por Wayhomestudio</a>.</p>
<p class="attribution"><a rel="nofollow noreferrer" href="https://www.freepik.com/free-photo/dentists-treat-patients-teeth_6170497.htm">Imagen Tratamiento Dental Burguillos Dental por Jcomp</a>.</p>
</div>
</div>
%= include 'ads/_carousel'