81 lines
1.3 KiB
CSS
81 lines
1.3 KiB
CSS
/* 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(0, 94%, 33%, 1) 20%,
|
|
hsl(0,94%,54%) 90%
|
|
);
|
|
color:white;
|
|
}
|
|
|
|
|
|
.tabs-addddssertive > .tabs{
|
|
background-image: linear-gradient(
|
|
hsla(0, 94%, 33%, 1) 20%,
|
|
hsl(0,94%,54%) 90%
|
|
) !important;
|
|
}
|
|
|
|
.tabs-assertive > .tabs{
|
|
background-color: #A50505 !important;
|
|
|
|
}
|
|
|
|
.bar-custom{
|
|
background-image: linear-gradient(
|
|
hsla(0, 94%, 33%, 1) 20%,
|
|
hsl(0,94%,54%) 90%
|
|
) !important;
|
|
font-family: 'Bubblegum Sans', cursive;
|
|
|
|
}
|
|
|
|
|
|
.button-custom{
|
|
font-family: 'Bubblegum Sans', cursive;
|
|
background-color: #A50505;
|
|
text-decoration: none;
|
|
border: 1px solid #A50505;
|
|
color: #fff
|
|
}
|
|
|
|
.oleo{
|
|
font-family: 'Bubblegum Sans', cursive;
|
|
font-size: 1.3em !important;
|
|
}
|
|
|
|
.oleo-small{
|
|
font-family: 'Bubblegum Sans', cursive;
|
|
font-weight: 200 !important;
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
.oleo-vsmall{
|
|
font-family: 'Bubblegum Sans', cursive;
|
|
font-weight: 200 !important;
|
|
font-size: 0.9em;
|
|
|
|
}
|