diff --git a/index.html b/index.html index 4955810..666e2ab 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,8 @@
+ +
class: DIY

Aserradero portatil Bolport Rm100

@@ -114,6 +116,8 @@
+ +
class: DIY

Aserradero portatil Bolport Rm100

@@ -151,6 +155,8 @@
+ +
class: DIY

Aserradero portatil Bolport Rm100

@@ -188,6 +194,8 @@
+ +
class: DIY

Aserradero portatil Bolport Rm100

@@ -225,6 +233,8 @@
+ +
class: DIY

Aserradero portatil Bolport Rm100

@@ -262,6 +272,8 @@
+ +
class: DIY

Aserradero portatil Bolport Rm100

@@ -299,6 +311,8 @@
+ +
class: DIY

Aserradero portatil Bolport Rm100

diff --git a/style.css b/style.css index 81879e0..6faff4e 100644 --- a/style.css +++ b/style.css @@ -381,6 +381,37 @@ body > .row ~ .row { .search-results-item .search-results-item-img { border-top-left-radius:7px; border-top-right-radius:7px; + position: relative; +} +.search-results-item .search-results-item-img .to-my-list, +.search-results-item .search-results-item-img .category { + display: none; + position: absolute; + right:0; + width:auto; + padding:6px 10px; +} +.search-results-item:hover .search-results-item-img .to-my-list, +.search-results-item:hover .search-results-item-img .category { + display: inline-block; +} +.search-results-item .search-results-item-img .to-my-list { + top:0; + background:#002b3e; + border-top-right-radius:7px; + border-bottom-left-radius:7px; +} +.search-results-item .search-results-item-img .category { + bottom:3px; + background:#fff; + border-radius: none; +} +.search-results-item .search-results-item-img .to-my-list a { + color:#fff; + font-weight: bold; +} +.search-results-item .search-results-item-img .category a { + font-weight: bold; } .search-results-item .search-results-item-img img { -webkit-clip-path:inset(33px 0 33px 0);