added grey subtle gradient in the gray + gradient for the header with a bit more contrast and 90s wink wink
This commit is contained in:
parent
be026c0cb7
commit
30f700ffde
@ -39,7 +39,8 @@ body{
|
|||||||
margin:0px;
|
margin:0px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "serif";
|
font-family: "serif";
|
||||||
background-color: #ccd1cab3;
|
/*background-color: #ccd1cab3;*/
|
||||||
|
background: linear-gradient(to bottom right, #c2c2c2, #fff7f7, #e4e3e3);
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
@ -107,23 +108,21 @@ header{
|
|||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
color:white;
|
color:white;
|
||||||
background-color: #fb4817;
|
background-color: #fb4817;
|
||||||
|
background: linear-gradient(to bottom, #7e2502, #ff4800, #e2dede);
|
||||||
}
|
}
|
||||||
#menu.main{
|
#menu.main{
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
#menu.main .indent{
|
#menu.main .indent{
|
||||||
padding-left:1em;
|
padding-left:60px;
|
||||||
}
|
}
|
||||||
#menu #subtitle{
|
#menu #subtitle{
|
||||||
width: calc(50% - 6em);
|
margin:2em 2em 1em 60px;
|
||||||
top:0;
|
|
||||||
left:calc(50% + 4em);
|
|
||||||
margin:2em;
|
|
||||||
font-family: 'serif';
|
font-family: 'serif';
|
||||||
font-size: 18px;
|
font-size: 32px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1.8;
|
line-height: 1.3;
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
#menu img.shape{
|
#menu img.shape{
|
||||||
@ -174,6 +173,7 @@ header{
|
|||||||
width: calc(50% - 6em);
|
width: calc(50% - 6em);
|
||||||
float: left;
|
float: left;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
|
margin:0 0 2em 0;
|
||||||
background-color: #6ade4e;
|
background-color: #6ade4e;
|
||||||
color:#3c0e02;
|
color:#3c0e02;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
@ -253,7 +253,7 @@ header{
|
|||||||
|
|
||||||
/* article pages */
|
/* article pages */
|
||||||
#content.article{
|
#content.article{
|
||||||
max-width:900px;
|
max-width: 820px;
|
||||||
margin:0 0 5em 50px;
|
margin:0 0 5em 50px;
|
||||||
}
|
}
|
||||||
#content.article .entry-title{
|
#content.article .entry-title{
|
||||||
@ -334,9 +334,9 @@ footer{
|
|||||||
width: calc(100% - 2em);
|
width: calc(100% - 2em);
|
||||||
top: 18em;
|
top: 18em;
|
||||||
left: 1em;
|
left: 1em;
|
||||||
margin: 3em 1em 1em 1em;
|
margin: 2em 1em 1em 1em;
|
||||||
font-family: 'serif';
|
font-family: 'serif';
|
||||||
font-size: 16px;
|
font-size: 22px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
#menu img.shape{
|
#menu img.shape{
|
||||||
|
Loading…
Reference in New Issue
Block a user