|
Line 0
Link Here
|
|
|
1 |
/* Adjust text directions */ |
| 2 |
body, |
| 3 |
body #doc, |
| 4 |
#doc2, |
| 5 |
#doc3, |
| 6 |
#doc4, |
| 7 |
.yui-t1, |
| 8 |
.yui-t2, |
| 9 |
.yui-t3, |
| 10 |
.yui-t4, |
| 11 |
.yui-t5, |
| 12 |
.yui-t6, |
| 13 |
.yui-t7 |
| 14 |
{ |
| 15 |
text-align:right; |
| 16 |
direction: rtl; |
| 17 |
} |
| 18 |
|
| 19 |
caption, |
| 20 |
table#marc th |
| 21 |
{ |
| 22 |
text-align: right; |
| 23 |
} |
| 24 |
|
| 25 |
/* Swap floats */ |
| 26 |
|
| 27 |
body#advsearch #cartmenulink, |
| 28 |
body#advsearch #listsmenulink, |
| 29 |
#renewcontrols, |
| 30 |
.commentline .avatar, |
| 31 |
.resort, |
| 32 |
.yui-t1 #yui-main, |
| 33 |
.yui-t2 #yui-main, |
| 34 |
.yui-t3 #yui-main |
| 35 |
{ |
| 36 |
float: left; |
| 37 |
} |
| 38 |
|
| 39 |
div.lang, |
| 40 |
fieldset.rows label, |
| 41 |
fieldset.rows span.label, |
| 42 |
#auth, |
| 43 |
#bookcover, |
| 44 |
.left, |
| 45 |
.nav_results ul.pg_menu li, |
| 46 |
.ui-tabs-nav li, |
| 47 |
.yui-g div.first, |
| 48 |
.yui-gc div.first, |
| 49 |
.yui-gc div.first div.first, |
| 50 |
.yui-gd div.first, |
| 51 |
.yui-ge div.first, |
| 52 |
.yui-gf div.first, |
| 53 |
.yui-t1 .yui-b |
| 54 |
{ |
| 55 |
float: right; |
| 56 |
} |
| 57 |
|
| 58 |
h1#libraryname |
| 59 |
{ |
| 60 |
float: right !important; |
| 61 |
} |
| 62 |
|
| 63 |
#fluid-offset |
| 64 |
{ |
| 65 |
float: none; |
| 66 |
} |
| 67 |
|
| 68 |
/* Adjust margins, padding, alignment and table-element widths */ |
| 69 |
|
| 70 |
div#menu li a |
| 71 |
{ |
| 72 |
margin-left: -1px; |
| 73 |
} |
| 74 |
|
| 75 |
.yui-t1 #yui-main, |
| 76 |
.yui-t1 #yui-main .yui-b, |
| 77 |
.yui-t2 #yui-main, |
| 78 |
.yui-t3 #yui-main |
| 79 |
{ |
| 80 |
margin-left: 0; |
| 81 |
} |
| 82 |
|
| 83 |
h1, |
| 84 |
h2, |
| 85 |
h3, |
| 86 |
h4, |
| 87 |
h5, |
| 88 |
h6 |
| 89 |
{ |
| 90 |
margin-left: 0.5em; |
| 91 |
} |
| 92 |
|
| 93 |
.results_summary .label |
| 94 |
{ |
| 95 |
margin-left: 0.5em; |
| 96 |
} |
| 97 |
|
| 98 |
ul li |
| 99 |
{ |
| 100 |
margin-right: 1.5em; |
| 101 |
} |
| 102 |
|
| 103 |
ul.pg_menu li, |
| 104 |
.author, |
| 105 |
.nav_results |
| 106 |
{ |
| 107 |
margin-right: 0.5em; |
| 108 |
} |
| 109 |
|
| 110 |
#usershowreviews |
| 111 |
{ |
| 112 |
margin-right: 15em; |
| 113 |
} |
| 114 |
|
| 115 |
#moresearches |
| 116 |
{ |
| 117 |
margin: .6em 10em .3em 0; |
| 118 |
} |
| 119 |
|
| 120 |
#menu ul |
| 121 |
{ |
| 122 |
padding-left:0; |
| 123 |
} |
| 124 |
|
| 125 |
#custom-doc, |
| 126 |
#opac-main-search |
| 127 |
{ |
| 128 |
padding-right: 2em; |
| 129 |
} |
| 130 |
|
| 131 |
.nav_results .l_Results a |
| 132 |
{ |
| 133 |
padding: 8px 3px 8px 28px; |
| 134 |
} |
| 135 |
|
| 136 |
body#advsearch #moresearches |
| 137 |
{ |
| 138 |
clear:none; |
| 139 |
} |
| 140 |
|
| 141 |
span.koha_url |
| 142 |
{ |
| 143 |
left: 2em; |
| 144 |
right:auto; |
| 145 |
} |
| 146 |
|
| 147 |
.yui-u first |
| 148 |
{ |
| 149 |
right: 15em; |
| 150 |
} |
| 151 |
|
| 152 |
table#marc td:first-child |
| 153 |
{ |
| 154 |
width: 15em; |
| 155 |
} |
| 156 |
|
| 157 |
.yui-t1 #yui-main, |
| 158 |
.yui-t2 #yui-main, |
| 159 |
.yui-t3 #yui-main { |
| 160 |
width: 80%; |
| 161 |
} |
| 162 |
|
| 163 |
/* Borders */ |
| 164 |
|
| 165 |
div#menu { |
| 166 |
border-right: 0; |
| 167 |
border-left: 1px solid #979797; |
| 168 |
} |
| 169 |
|
| 170 |
#menu ul li.active a { |
| 171 |
border-left: 0; |
| 172 |
border-right: 1px solid #979797; |
| 173 |
} |
| 174 |
|
| 175 |
/* flip over breadcrumb image */ |
| 176 |
|
| 177 |
h3 img { |
| 178 |
-moz-transform: scaleX(-1); |
| 179 |
-o-transform: scaleX(-1); |
| 180 |
-webkit-transform: scaleX(-1); |
| 181 |
transform: scaleX(-1); |
| 182 |
filter: FlipH; |
| 183 |
-ms-filter: "FlipH"; |
| 184 |
} |