Initial-Release

This commit is contained in:
2016-01-07 21:34:26 +01:00
parent 5111718e44
commit 307d5a772c
1397 changed files with 656529 additions and 0 deletions

56
www/css/style.css Normal file
View File

@@ -0,0 +1,56 @@
/* Empty. Add your own CSS if you like */
.lobster{
font-family: 'Lobster', cursive;
}
.lobsterMiddle{
font-family: 'Lobster', cursive;
font-size: 1.2em;
line-height: 1.5;
}
.lobstershadow{
font-family: 'Lobster', cursive;
text-shadow: 4px 4px 4px #aaa;
}
.oswald{
font-family: 'Oswald', sans-serif;
font-weight: 400;
}
.item-divider{
background-image: linear-gradient(
hsla(340, 100%, 35%, 1) 20%,
hsl(340,100%,54%) 90%
);
color:white;
}
.tabs-addddssertive > .tabs{
background-image: linear-gradient(
hsla(340, 100%, 35%, 1) 20%,
hsl(340,100%,54%) 90%
) !important;
}
.tabs-assertive > .tabs{
background-color: #BD0340 !important;
}
.bar-custom{
background-image: linear-gradient(
hsla(340, 100%, 35%, 1) 20%,
hsl(340,100%,54%) 90%
) !important;
}
.button-custom{
background-color: #C60545;
text-decoration: none;
border: 1px solid #C60545;
border-color: #F9135F #F9135F #F9135F #F9135F;
color: #fff
}