Initial-Release
This commit is contained in:
56
platforms/android/assets/www/css/style.css
Normal file
56
platforms/android/assets/www/css/style.css
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user