~pkgcrosswire/bibletime/main

« back to all changes in this revision

Viewing changes to src/display-templates/Simple.css

  • Committer: Jonathan Marsden
  • Date: 2011-12-23 20:32:12 UTC
  • Revision ID: jmarsden@fastmail.fm-20111223203212-1g3e35rlhbys07iu
New upstream version 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Theme by BibleTime
 
3
 */
 
4
body {
 
5
        background-color: white;
 
6
        color: black;
 
7
}
 
8
#content {
 
9
        margin: 5px;
 
10
}
 
11
#content table {
 
12
        margin:0;
 
13
        padding:0;
 
14
        border-spacing:10px;
 
15
        border-collapse: collapse;
 
16
        vertical-align: top;
 
17
}
 
18
#content table th {
 
19
        padding: 0 0 2px 0;
 
20
        text-align: center;
 
21
        font-weight: bold;
 
22
        font-size: 115%;
 
23
}
 
24
 
 
25
a {
 
26
        text-decoration:none;
 
27
        font-weight:normal;
 
28
        color: blue;
 
29
        padding:2px;
 
30
}
 
31
 
 
32
td.entry, div.entry {
 
33
        padding: 5px;
 
34
        vertical-align: top;
 
35
}
 
36
div.entry {
 
37
        padding: 5px;
 
38
}
 
39
 
 
40
td.currententry, div.currententry {
 
41
        padding: 5px;
 
42
        vertical-align: top;
 
43
        font-weight:bold;
 
44
}
 
45
td.entry + td.entry {
 
46
        margin-left: 5px;
 
47
}
 
48
div.currententry {
 
49
        font-weight:bold;
 
50
        /*vertical-align: middle;*/
 
51
        padding: 5px;
 
52
}
 
53
 
 
54
.footnote {
 
55
        color: gray;
 
56
}
 
57
 
 
58
.strongnumber {
 
59
        vertical-align: top;
 
60
        font-size: 60%;
 
61
        color: blue;
 
62
}
 
63
.morphcode {
 
64
        vertical-align: top;
 
65
        font-size: 60%;
 
66
        color: blue;
 
67
}
 
68
.lemma {
 
69
}
 
70
 
 
71
.sectiontitle {
 
72
        font-weight: bold;
 
73
        font-size: 120%;
 
74
}
 
75
.entry + .sectiontitle {
 
76
        margin-top:35px;
 
77
        padding-top:35px;
 
78
}
 
79
 
 
80
.booktitle {
 
81
        font-weight: bold;
 
82
        font-size: 140%;
 
83
}
 
84
.foreign {
 
85
}
 
86
.jesuswords {
 
87
        color: red;
 
88
        font-size: 0.9em;
 
89
}
 
90
 
 
91
.name > .divine {
 
92
   font-variant: small-caps;
 
93
}
 
94
 
 
95
.quotation {
 
96
}
 
97
.poetry {
 
98
}
 
99
.sup {
 
100
        vertical-align: super;
 
101
}
 
102
.sub {
 
103
        vertical-align: sub;
 
104
}
 
105
.right {
 
106
        text-align: right;
 
107
}
 
108
.center {
 
109
        text-align: center;
 
110
}
 
111
/*TODO: Think of something better here since this will get confusing*/
 
112
/*      on verses but, is needed for things inthe Mag/Info window*/
 
113
.bold {
 
114
        font-weight: bold;
 
115
}
 
116
.italic {
 
117
        font-style: italic;
 
118
}