2017-01-26 01:35:41 -05:00
|
|
|
|
strongs .button {
|
2017-01-18 17:51:06 -05:00
|
|
|
|
color: #307e4b;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-02 15:18:49 -05:00
|
|
|
|
.strongs-title {
|
2018-04-19 11:05:23 -04:00
|
|
|
|
background-color:#a7eebe;
|
2017-01-01 10:53:44 -05:00
|
|
|
|
}
|
2017-01-04 15:38:36 -05:00
|
|
|
|
strongs {
|
2018-03-16 19:21:43 -04:00
|
|
|
|
font-family: var(--card-font);
|
|
|
|
|
|
2017-01-04 15:38:36 -05:00
|
|
|
|
ion-scroll {
|
2017-01-24 16:43:58 -05:00
|
|
|
|
height: 250px;
|
2017-01-04 15:38:36 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.strongs-def {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.strongs-cross {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-content {
|
|
|
|
|
padding: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dd {
|
|
|
|
|
-webkit-margin-start: 12px;
|
2017-01-27 23:19:42 -05:00
|
|
|
|
line-height: 1.7em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 12px;
|
|
|
|
|
}
|
|
|
|
|
/* Track */
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
|
-webkit-box-shadow: rgba(0,0,0,0.05) 12px 12px inset;
|
|
|
|
|
}
|
|
|
|
|
/* Handle */
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
background: rgba(0,0,0,0.1);
|
2017-01-04 15:38:36 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 749px) {
|
|
|
|
|
strongs {
|
|
|
|
|
.strongs-def {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.strongs-cross {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 750px) {
|
|
|
|
|
strongs {
|
|
|
|
|
ion-scroll {
|
2017-01-24 16:43:58 -05:00
|
|
|
|
height: 260px;
|
2017-01-04 15:38:36 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.strongs-def {
|
|
|
|
|
width: 50%;
|
|
|
|
|
padding-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.strongs-cross {
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-12-28 15:57:16 -05:00
|
|
|
|
}
|