-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkoha_theme_template.css
More file actions
178 lines (125 loc) · 3.22 KB
/
koha_theme_template.css
File metadata and controls
178 lines (125 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
/*
Designed by: [your name here]
|/ |¯| | | /¯\ ¯|¯ |¯ |\/| |¯| | /¯\ ¯|¯ |¯
|¯\ |_| |¯| |¯| | |¯ | | |¯ |_ |¯| | |¯
¯ ¯
/// Colour scheme reference //
Default koha opac colour scheme::
main search background-color is #739ACF;
links are #006699 and #990033 on hover
body background is #ffffff
font color is black
form field have a border of #eeeeee
action buttons are #F3F3F3;
#cartmenulink button is #98cb58
#listmenulink button is #9fbfff
#moresearches a:link color is #E5EBFF;
#advsearch-itemtype table cells have a background-color of #F8F8EB;
*/
/*generic styles
*/
body {
background-color: ;
color: ;
font-family: ;
font-size: 14px;
margin: 0; }
/*typography additions can go here
*/
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
margin: .5em 0; }
h2 { font-size: 131%; }
h5.author { }
h3 { font-size: 123.1%; }
h4 { font-size: 116%; }
h5 { font-size: 108%; }
h6 { font-size: 100%; }
/* Header --------------------------------------
================================================>
*/
#header-wrapper { }
h1#library { }
h1#libraryname {
background: transparent url(your_logo.png) no-repeat scroll 0%;
border: 0;
float: left !important;
margin: 0;
padding: 0;
width: }
h1#libraryname a {
border: 0;
cursor: pointer;
display: block;
height: 0px !important;
margin: 0;
overflow: hidden;
padding: 40px 0 0;
text-decoration: none;
width: }
h1#libraryname a:hover { }
/* The members section is in the top-right corner by default and lists the login link(s) */
#members {
background-color: #fff;
font-size: 85%;
margin-left: -10px;
margin-right: -10px;
padding: 4px 0 4px 0;
color: #000066; }
#members a { }
/*main search bar styles */
#opac-main-search {
background-image: url( ../../images/menu-background.gif);
background-repeat: repeat-x;
background-color: ;
background-position: -10px top;
border-top: 1px solid #555
border-bottom: 1px solid #335599;
margin-left: -10px;
margin-right: -10px;
padding: .7em 0 .4em .5em;
font-size: 108%;
line-height: 116%; }
#opac-main-search form {
display: inline;
padding-right: 1em; }
#opac-main-search label {
color: #FFFFCC;
font-weight: bold;
margin: .2em .3em 0 0; }
#opac-main-search #listsmenu ul { border-color: #b8d0e6; }
/* selection dropdown on the left of the main search */
#masthead_search { }
/* selection dropdown on the right of the main search (optional) */
#select_library { }
#moresearches { }
#moresearches > a { }
/****************************
/*main content area
*****************************/
#breadcrumbs { }
.yui-main { }
#doc3 .yuit1 { }
#bd { }
#opac-main { }
/* left column is given a width of 12.3207em, set by .yui-b */
#opacnav { }
#opacnav ul { list-style-type: none; }
div.yui-b, div.yui-u { width: 45%; }
/* right column is given a width of 24%; set by .yui-u
*/
#login { }
#auth { }
#action { }
/* the footer */
#footer {
margin-top: 30px;
margin-left: 30%;
margin-right: 20%;
border-top: 1px solid #384b73;
color: #384b73;
font-size: 1em;
text-align: center; }
/* form styles */
form label { color: #555; }
form legend { color: #555; }