123 lines
1.9 KiB
CSS
123 lines
1.9 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;
|
|
|
|
}
|
|
|
|
.tabsakki{
|
|
background-color: #A50505 !important;
|
|
|
|
}
|
|
|
|
.bar-custom{
|
|
background-color: #A50505 !important;
|
|
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;
|
|
|
|
}
|
|
|
|
.tab-item{
|
|
background-color: #A50505 !important;
|
|
}
|
|
|
|
.image-list-thumb {
|
|
padding: 2px 2px 2px 2px;
|
|
height: 100px;
|
|
}
|
|
|
|
.image-modal {
|
|
width: 100% !important;
|
|
height: 100%;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
}
|
|
|
|
.transparent {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.fullscreen-image {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
overflow: auto;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.slider {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |