- larvale version 5.6 to 5.8
This commit is contained in:
parent
a2967b90ee
commit
265cfbcd30
43 changed files with 925 additions and 246 deletions
35
resources/sass/style.scss
Normal file
35
resources/sass/style.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
html, body
|
||||
{
|
||||
font-family:"Raleway", sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:100%;
|
||||
width:100%;
|
||||
}
|
||||
.fontface1
|
||||
{
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-size: 26px;
|
||||
color: #99cc00;
|
||||
}
|
||||
|
||||
.title{
|
||||
margin-top: 1em;
|
||||
margin-bottom: 50px;
|
||||
padding-bottom: 1em;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
border-bottom: 1px solid red;
|
||||
font-family: "Marvel", sans-serif;
|
||||
}
|
||||
|
||||
.marvel{
|
||||
color: #E41030;
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue