summaryrefslogtreecommitdiffstats
path: root/src/data
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-21 19:16:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-21 19:16:24 +0200
commit44c23c4159d9195718a7e80e005cc5c12c7001ce (patch)
tree65ab21fde66beb0aeee124631e0f65b0fb8c18bd /src/data
downloadtdeio-sword-44c23c4159d9195718a7e80e005cc5c12c7001ce.tar.gz
tdeio-sword-44c23c4159d9195718a7e80e005cc5c12c7001ce.zip
Initial import of kio-sword 0.3
Diffstat (limited to 'src/data')
-rw-r--r--src/data/Makefile.am4
-rw-r--r--src/data/kio_sword.css273
-rw-r--r--src/data/kio_sword.css.in273
-rw-r--r--src/data/swordvertical.pngbin0 -> 5729 bytes
4 files changed, 550 insertions, 0 deletions
diff --git a/src/data/Makefile.am b/src/data/Makefile.am
new file mode 100644
index 0000000..486fc57
--- /dev/null
+++ b/src/data/Makefile.am
@@ -0,0 +1,4 @@
+kiosworddatadir = $(kde_datadir)/kio_sword
+kiosworddata_DATA = kio_sword.css swordvertical.png
+
+EXTRA_DIST = $(kiosworddata_DATA)
diff --git a/src/data/kio_sword.css b/src/data/kio_sword.css
new file mode 100644
index 0000000..bf6cdb2
--- /dev/null
+++ b/src/data/kio_sword.css
@@ -0,0 +1,273 @@
+body {
+ background-color: #d0d0d0;
+ margin: 0px;
+ padding: 0px;
+ line-height: 1.5em;
+}
+
+
+div.page
+{
+ margin: 10px;
+}
+
+div.content
+{
+ padding: 5px 5px 5px 25px;
+ margin: 0px;
+ background: #ffffff;
+ border: solid #808080 1px;
+ /* background-image: url('file:///usr/share/apps/kio_sword/swordvertical.png');
+ background-repeat: no-repeat;
+ background-position: 50% 50%; */
+}
+
+
+h1, h2, h3 {
+ color: #404040;
+}
+
+h1 {
+ font-size: 135%;
+ margin-left: -15px;
+}
+
+h2
+{
+ font-size: 120%;
+ margin-left: -10px;
+}
+
+h3
+{
+ font-size: 110%;
+ margin-left: -5px;
+}
+
+h4, h5, h6 { font-size: 100%; }
+
+
+hr {
+ text-align: center ;
+}
+
+a {
+ color: #4000ff;
+ font-weight: bold;
+}
+
+a:link, a:visited {
+ text-decoration: none ;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+div.text {
+ margin-bottom: 10px;
+}
+
+td.page {
+ background-color: #ffffff;
+ width: 100%;
+}
+
+.jesusquote {
+ color: red ;
+}
+
+.versenumber {
+ vertical-align: super;
+ font-size: 0.7em ;
+}
+
+.biblename {
+ text-align: right ;
+ color: #202020 ;
+ font-style: italic;
+ font-size: small;
+}
+
+img.tableimg {
+ display: block;
+ margin: 0px;
+ padding: 0px;
+ border: none;
+}
+
+.error {
+ font-size: 1.2em ;
+ color: red ;
+}
+
+.fixme {
+ font-size: 1.2em ;
+ color: red ;
+}
+
+h1.moduletitle, h2.moduletitle, h1.bibleref, h2.biblref {
+ text-align: center;
+}
+
+h1.moduleslist {
+ text-align: center;
+}
+
+/* Page links */
+div.links {
+ font-size: 90%;
+ text-align: center;
+ clear: both;
+ padding-top: 5px;
+}
+
+div.links ul {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+div.links li {
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+}
+
+div.links li:before {
+ display: inline;
+ content: " | ";
+}
+div.links li:first-child:before {
+ display: inline;
+ content: "";
+}
+
+/* Page toggles */
+div.toggles {
+ font-size: 90%;
+ text-align: right;
+ border-bottom: 1px solid #808080;
+ border-left: 1px solid #808080;
+ border-right: 1px solid #808080;
+ padding-left: 2px;
+ padding-right: 2px;
+ background: #e0e0e0;
+}
+
+div.toggles ul {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+div.toggles li {
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+}
+
+div.toggles li:before {
+ display: inline;
+ content: " | ";
+}
+div.toggles li:first-child:before {
+ display: inline;
+ content: "Toggles: ";
+}
+
+/* Settings page */
+
+table.settings {
+ border-top: 1px solid black;
+ border-left: 1px solid black;
+}
+table.settings td,
+table.settings th {
+ border-right: 1px solid black;
+ border-bottom: 1px solid black;
+ margin: 0px;
+}
+
+
+table.settings th {
+ padding: 3pt 5pt 3pt 5pt ;
+ vertical-align: middle;
+ text-align: center;
+ background-color: #c0c0c0;
+}
+
+table.settings td {
+ padding: 2pt 5pt 2pt 5pt;
+ vertical-align: top;
+ text-align: left;
+ background-color: white;
+}
+
+
+table.settings td.settingscategory {
+ text-align: center;
+ vertical-align: middle;
+ font-weight: bold ;
+ background-color: #e0e0e0;
+}
+
+/* Search form */
+
+h1.searchform {
+ text-align: center;
+}
+
+div.searchform {
+ text-align: center;
+}
+div.searchform table {
+ margin: auto;
+}
+
+/* Nav links */
+div.navbottom,
+div.navtop {
+ font-size: 0.9em;
+ text-align: right;
+ margin-top: 1em;
+}
+div.navbottom {
+ padding-top: 0px;
+ margin-top: 0px;
+}
+
+div.navtop {
+ padding-bottom: 0px;
+ margin-bottom: 0px;
+}
+
+div.navtop li,
+div.navbottom li {
+ display: inline;
+ margin: 0px;
+}
+
+div.navtop li:before,
+div.navbottom li:before {
+ content: "| ";
+}
+
+div.navtop li.first:before,
+div.navbottom li.first:before {
+ content: ""
+}
+
+div.navtop ul,
+div.navbottom ul {
+ margin-bottom: 0px;
+ margin-top: 0px
+}
+
+
+/* Misc */
+
+
+.strongs, .morph {
+ font-size: small;
+ font-style: italic;
+}
+
diff --git a/src/data/kio_sword.css.in b/src/data/kio_sword.css.in
new file mode 100644
index 0000000..4b139f2
--- /dev/null
+++ b/src/data/kio_sword.css.in
@@ -0,0 +1,273 @@
+body {
+ background-color: #d0d0d0;
+ margin: 0px;
+ padding: 0px;
+ line-height: 1.5em;
+}
+
+
+div.page
+{
+ margin: 10px;
+}
+
+div.content
+{
+ padding: 5px 5px 5px 25px;
+ margin: 0px;
+ background: #ffffff;
+ border: solid #808080 1px;
+ /* background-image: url('file://@prefix@/share/apps/kio_sword/swordvertical.png');
+ background-repeat: no-repeat;
+ background-position: 50% 50%; */
+}
+
+
+h1, h2, h3 {
+ color: #404040;
+}
+
+h1 {
+ font-size: 135%;
+ margin-left: -15px;
+}
+
+h2
+{
+ font-size: 120%;
+ margin-left: -10px;
+}
+
+h3
+{
+ font-size: 110%;
+ margin-left: -5px;
+}
+
+h4, h5, h6 { font-size: 100%; }
+
+
+hr {
+ text-align: center ;
+}
+
+a {
+ color: #4000ff;
+ font-weight: bold;
+}
+
+a:link, a:visited {
+ text-decoration: none ;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+div.text {
+ margin-bottom: 10px;
+}
+
+td.page {
+ background-color: #ffffff;
+ width: 100%;
+}
+
+.jesusquote {
+ color: red ;
+}
+
+.versenumber {
+ vertical-align: super;
+ font-size: 0.7em ;
+}
+
+.biblename {
+ text-align: right ;
+ color: #202020 ;
+ font-style: italic;
+ font-size: small;
+}
+
+img.tableimg {
+ display: block;
+ margin: 0px;
+ padding: 0px;
+ border: none;
+}
+
+.error {
+ font-size: 1.2em ;
+ color: red ;
+}
+
+.fixme {
+ font-size: 1.2em ;
+ color: red ;
+}
+
+h1.moduletitle, h2.moduletitle, h1.bibleref, h2.biblref {
+ text-align: center;
+}
+
+h1.moduleslist {
+ text-align: center;
+}
+
+/* Page links */
+div.links {
+ font-size: 90%;
+ text-align: center;
+ clear: both;
+ padding-top: 5px;
+}
+
+div.links ul {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+div.links li {
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+}
+
+div.links li:before {
+ display: inline;
+ content: " | ";
+}
+div.links li:first-child:before {
+ display: inline;
+ content: "";
+}
+
+/* Page toggles */
+div.toggles {
+ font-size: 90%;
+ text-align: right;
+ border-bottom: 1px solid #808080;
+ border-left: 1px solid #808080;
+ border-right: 1px solid #808080;
+ padding-left: 2px;
+ padding-right: 2px;
+ background: #e0e0e0;
+}
+
+div.toggles ul {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+div.toggles li {
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+}
+
+div.toggles li:before {
+ display: inline;
+ content: " | ";
+}
+div.toggles li:first-child:before {
+ display: inline;
+ content: "Toggles: ";
+}
+
+/* Settings page */
+
+table.settings {
+ border-top: 1px solid black;
+ border-left: 1px solid black;
+}
+table.settings td,
+table.settings th {
+ border-right: 1px solid black;
+ border-bottom: 1px solid black;
+ margin: 0px;
+}
+
+
+table.settings th {
+ padding: 3pt 5pt 3pt 5pt ;
+ vertical-align: middle;
+ text-align: center;
+ background-color: #c0c0c0;
+}
+
+table.settings td {
+ padding: 2pt 5pt 2pt 5pt;
+ vertical-align: top;
+ text-align: left;
+ background-color: white;
+}
+
+
+table.settings td.settingscategory {
+ text-align: center;
+ vertical-align: middle;
+ font-weight: bold ;
+ background-color: #e0e0e0;
+}
+
+/* Search form */
+
+h1.searchform {
+ text-align: center;
+}
+
+div.searchform {
+ text-align: center;
+}
+div.searchform table {
+ margin: auto;
+}
+
+/* Nav links */
+div.navbottom,
+div.navtop {
+ font-size: 0.9em;
+ text-align: right;
+ margin-top: 1em;
+}
+div.navbottom {
+ padding-top: 0px;
+ margin-top: 0px;
+}
+
+div.navtop {
+ padding-bottom: 0px;
+ margin-bottom: 0px;
+}
+
+div.navtop li,
+div.navbottom li {
+ display: inline;
+ margin: 0px;
+}
+
+div.navtop li:before,
+div.navbottom li:before {
+ content: "| ";
+}
+
+div.navtop li.first:before,
+div.navbottom li.first:before {
+ content: ""
+}
+
+div.navtop ul,
+div.navbottom ul {
+ margin-bottom: 0px;
+ margin-top: 0px
+}
+
+
+/* Misc */
+
+
+.strongs, .morph {
+ font-size: small;
+ font-style: italic;
+}
+
diff --git a/src/data/swordvertical.png b/src/data/swordvertical.png
new file mode 100644
index 0000000..9254aaa
--- /dev/null
+++ b/src/data/swordvertical.png
Binary files differ