Neues Layout

This commit is contained in:
Akki
2016-01-14 23:52:18 +01:00
parent 5b6397ea1a
commit 30587e92e7
6 changed files with 45 additions and 52 deletions

View File

@@ -3,6 +3,7 @@
font-family: 'Lobster', cursive;
}
.lobsterMiddle{
font-family: 'Lobster', cursive;
font-size: 1.2em;
@@ -22,35 +23,45 @@
.item-divider{
background-image: linear-gradient(
hsla(340, 100%, 35%, 1) 20%,
hsl(340,100%,54%) 90%
hsla(0, 94%, 33%, 1) 20%,
hsl(0,94%,54%) 90%
);
color:white;
}
.tabs-addddssertive > .tabs{
background-image: linear-gradient(
hsla(340, 100%, 35%, 1) 20%,
hsl(340,100%,54%) 90%
hsla(0, 94%, 33%, 1) 20%,
hsl(0,94%,54%) 90%
) !important;
}
.tabs-assertive > .tabs{
background-color: #BD0340 !important;
.tabs-assertive > .tabs{
background-color: #A50505 !important;
}
.bar-custom{
background-image: linear-gradient(
hsla(340, 100%, 35%, 1) 20%,
hsl(340,100%,54%) 90%
hsla(0, 94%, 33%, 1) 20%,
hsl(0,94%,54%) 90%
) !important;
font-family: 'Bubblegum Sans', cursive;
}
.button-custom{
background-color: #C60545;
text-decoration: none;
border: 1px solid #C60545;
border-color: #F9135F #F9135F #F9135F #F9135F;
color: #fff
}
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;
}