Suite
This commit is contained in:
parent
cef977f8ad
commit
d869f517e7
@ -9,6 +9,8 @@ $sans_serif_font:"Lato", Arial, sans-serif;
|
|||||||
$serif_font : "Roboto Slab", serif;
|
$serif_font : "Roboto Slab", serif;
|
||||||
$cursive_font : 'Galada', cursive;
|
$cursive_font : 'Galada', cursive;
|
||||||
|
|
||||||
|
$blue_2:#313E43;
|
||||||
|
|
||||||
$title_font : "futura-pt", serif;
|
$title_font : "futura-pt", serif;
|
||||||
|
|
||||||
@import "jquery.bxslider";
|
@import "jquery.bxslider";
|
||||||
@ -173,7 +175,7 @@ h1{
|
|||||||
|
|
||||||
padding:20px 0;
|
padding:20px 0;
|
||||||
background:no-repeat bottom right;
|
background:no-repeat bottom right;
|
||||||
background-color:$blue;
|
background-color:$blue_2;
|
||||||
background-image:url('/filigrane-left.png');
|
background-image:url('/filigrane-left.png');
|
||||||
background-size: auto 60%;
|
background-size: auto 60%;
|
||||||
h2{
|
h2{
|
||||||
@ -227,7 +229,7 @@ h1{
|
|||||||
#sub_footer{
|
#sub_footer{
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
padding-right:20px;
|
padding-right:20px;
|
||||||
background:rgba(0,0,0,0.9);
|
background:$blue_2;
|
||||||
color:rgba(255,255,255,0.9);
|
color:rgba(255,255,255,0.9);
|
||||||
a{
|
a{
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 90 KiB |
Loading…
x
Reference in New Issue
Block a user