Adding initial BurguillosDental Ad support.
This commit is contained in:
parent
6c20bd7535
commit
158721f858
@ -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;
|
||||
|
@ -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;
|
||||
|
BIN
public/img/burguillos-dental-ad-0-small.webp
Normal file
BIN
public/img/burguillos-dental-ad-0-small.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
public/img/burguillos-dental-ad-0.webp
Normal file
BIN
public/img/burguillos-dental-ad-0.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
BIN
public/img/burguillos-dental-ad-1-small.webp
Normal file
BIN
public/img/burguillos-dental-ad-1-small.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 MiB |
BIN
public/img/burguillos-dental-ad-1.webp
Normal file
BIN
public/img/burguillos-dental-ad-1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 MiB |
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user