Initial commit
This commit is contained in:
@@ -0,0 +1,173 @@
|
||||
@CHARSET "ISO-8859-1";
|
||||
|
||||
.ui-bar-a {
|
||||
background-image: none;
|
||||
}
|
||||
.psalmheader {
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
.psalmverseheader {
|
||||
font-size: 60px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.psalmtext {
|
||||
/* line-height: 3; */
|
||||
|
||||
}
|
||||
|
||||
.psalmline {
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
.hclinequestion {
|
||||
font-size: 60px;
|
||||
line-height: 150%;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hclineanswer {
|
||||
font-size: 60px;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
.indexknoppengroep {
|
||||
margin-bottom: 0.1em !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.indexlabel {
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0.1em !important;
|
||||
width: 50%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.invalid {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.ui-icon {
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
|
||||
#minus .ui-icon {
|
||||
background: rgba(0,0,0,0);
|
||||
background-image: url(images/14-minus@2x.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#plus .ui-icon {
|
||||
background: rgba(0,0,0,0);
|
||||
background-image: url(images/13-plus@2x.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#left .ui-icon {
|
||||
background: rgba(0,0,0,0);
|
||||
background-image: url(images/05-arrow-west@2x.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#right .ui-icon {
|
||||
background: rgba(0,0,0,0);
|
||||
background-image: url(images/01-arrow-east@2x.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#index .ui-icon {
|
||||
background: rgba(0,0,0,0);
|
||||
background-image: url(images/60-dialpad@2x.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#book .ui-icon {
|
||||
background: rgba(238,238,238,1);
|
||||
background-image: url(images/96-book@2x.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#note .ui-icon {
|
||||
background: rgba(238,238,238,1);
|
||||
background-image: url(images/194-note-2@2x.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#sv .ui-icon {
|
||||
background: rgba(238,238,238,1);
|
||||
background-image: url(images/sv.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#hsv .ui-icon {
|
||||
background: rgba(238,238,238,1);
|
||||
background-image: url(images/hsv.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#hc .ui-icon {
|
||||
background: rgba(238,238,238,1);
|
||||
background-image: url(images/hc.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#bw .ui-icon {
|
||||
background: rgba(238,238,238,1);
|
||||
background-image: url(images/bw.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.bigbuttons .ui-btn .ui-btn-inner {
|
||||
padding-top: 40px !important;
|
||||
}
|
||||
|
||||
.bigbuttons .ui-btn .ui-icon {
|
||||
width: 60px !important;
|
||||
height: 60px !important;
|
||||
margin-left: -15px !important;
|
||||
box-shadow: none !important;
|
||||
-moz-box-shadow: none !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
-webkit-border-radius: none !important;
|
||||
border-radius: none !important;
|
||||
}
|
||||
|
||||
.bigbuttons .ui-btn-inner .ui-icon {
|
||||
width: 60px !important;
|
||||
height: 60px !important;
|
||||
margin-left: -15px !important;
|
||||
box-shadow: none !important;
|
||||
-moz-box-shadow: none !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
-webkit-border-radius: none !important;
|
||||
border-radius: none !important;
|
||||
}
|
||||
|
||||
#psalmhoofd button{height:50px;width:200px;}
|
||||
|
||||
.bijbelvers {
|
||||
font-weight: bold;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
.ui-header .ui-btn, .ui-header .ui-icon, .ui-header .ui-btn-inner {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
.ui-header .ui-icon {
|
||||
margin: 0px;
|
||||
border-radius: 0;
|
||||
}
|
||||
.ui-header {
|
||||
height: 71px;
|
||||
border-radius: 0;
|
||||
}
|
||||
.ui-btn-inner {
|
||||
border-top: none;
|
||||
overflow: visible;
|
||||
text-overflow: clip;
|
||||
white-space: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user