divers css
This commit is contained in:
parent
49fbec1caa
commit
e39fa50cd8
@ -34,7 +34,8 @@ body {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: Georgia;
|
font-family: Georgia;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-top: 0px; }
|
margin-top: 0px;
|
||||||
|
color:#93c01f;}
|
||||||
.menu a {
|
.menu a {
|
||||||
color: RGB(100, 74, 60);
|
color: RGB(100, 74, 60);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -183,6 +184,7 @@ border:1px solid #42210b;
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: white;
|
color: white;
|
||||||
background: #93c01f;
|
background: #93c01f;
|
||||||
|
text-align:center;
|
||||||
&:first-child{
|
&:first-child{
|
||||||
border-radius:9px 9px 0px 0px;
|
border-radius:9px 9px 0px 0px;
|
||||||
-moz-border-radius:9px 9px 0px 0px;
|
-moz-border-radius:9px 9px 0px 0px;
|
||||||
@ -225,9 +227,10 @@ border:1px solid #42210b;
|
|||||||
width: 960px;
|
width: 960px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
#promotions_header{
|
#promotions_header{
|
||||||
background: #6d563e;
|
background: #93c01f;
|
||||||
|
text-align:center;
|
||||||
font-family: georgia;
|
font-family: georgia;
|
||||||
font-size: 18px;
|
font-size: 22px;
|
||||||
color: white;
|
color: white;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
margin-bottom:20px;
|
margin-bottom:20px;
|
||||||
|
@ -50,7 +50,8 @@
|
|||||||
#promotions_header
|
#promotions_header
|
||||||
Promotions
|
Promotions
|
||||||
.column_1.column
|
.column_1.column
|
||||||
|
.cat
|
||||||
|
Cosmétiques
|
||||||
-if @home.promotion_1
|
-if @home.promotion_1
|
||||||
-promotion = @home.promotion_1
|
-promotion = @home.promotion_1
|
||||||
|
|
||||||
@ -66,6 +67,8 @@
|
|||||||
.description
|
.description
|
||||||
=link_to simple_format(promotion.description), "/pages/promotions.html"
|
=link_to simple_format(promotion.description), "/pages/promotions.html"
|
||||||
.column_2.column
|
.column_2.column
|
||||||
|
.cat
|
||||||
|
Bébés
|
||||||
-if @home.promotion_2
|
-if @home.promotion_2
|
||||||
-promotion = @home.promotion_2
|
-promotion = @home.promotion_2
|
||||||
|
|
||||||
@ -81,6 +84,8 @@
|
|||||||
.description
|
.description
|
||||||
=link_to simple_format(promotion.description), "/pages/promotions.html"
|
=link_to simple_format(promotion.description), "/pages/promotions.html"
|
||||||
.column_3.column
|
.column_3.column
|
||||||
|
.cat
|
||||||
|
Hygiène
|
||||||
-if @home.promotion_3
|
-if @home.promotion_3
|
||||||
-promotion = @home.promotion_3
|
-promotion = @home.promotion_3
|
||||||
|
|
||||||
|
@ -48,7 +48,8 @@
|
|||||||
=link_to "Plan d'accès", "/pages/infos-utiles.html"
|
=link_to "Plan d'accès", "/pages/infos-utiles.html"
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
info@pharmacieboissier.com
|
email :
|
||||||
|
=link_to "contact@pharmacieboissier.com", "mailto:contact@pharmacieboissier.com"
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
tel : 04 76 65 35 69
|
tel : 04 76 65 35 69
|
||||||
|
Loading…
x
Reference in New Issue
Block a user