[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-basket-men
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-basket-menu.inc,1.2.2.1,1.2.2.2 opac.css,1.17.2.10,1.17.2.11 |
Date: |
Wed, 14 Sep 2005 07:24:40 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32063/koha-tmpl/opac-tmpl/css/en/includes
Modified Files:
Tag: rel_2_2
opac-basket-menu.inc opac.css
Log Message:
some graphic & link fixes in OPAC
+ some changes in sylesheet (looks nicer, imho)
Index: opac-basket-menu.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-basket-menu.inc,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** opac-basket-menu.inc 1 Mar 2005 13:18:05 -0000 1.2.2.1
--- opac-basket-menu.inc 14 Sep 2005 14:24:38 -0000 1.2.2.2
***************
*** 1,18 ****
<!-- MENUS -->
! <div id="menuline"
style="font-size:11pt;margin-top:20px;margin-bottom:20px;">
! <span class="spacer"> </span>
! <A href='javascript:delBasket()' class="menu">Empty</A>
! <span class="basketspacer"> </span>
! <A href='javascript:delSelRecords()' class="menu">Remove
selection</A>
! <span class="basketspacer"> </span>
! <A href='javascript:sendBasket()' class="menu">Send</A>
! <span class="basketspacer"> </span>
! <A href='javascript:printBasket()' class="menu">Print</A>
! <span class="basketspacer"> </span>
! <A href='javascript:quit()' class="menu">Close</A>
<!-- TMPL_IF NAME="verbose" -->
! <a href="javascript:showLess()" class="menu">Brief
Display</a>
<!-- TMPL_ELSE -->
! <a href="javascript:showMore()" class="menu">More
Details</a>
<!-- /TMPL_IF -->
--- 1,13 ----
<!-- MENUS -->
! <div id="menuline"
style="font-size:11pt;margin-top:20px;margin-bottom:20px;padding-left:0px;">
! <a href='javascript:delBasket()' class="menu">Empty</A>
! <a href='javascript:delSelRecords()' class="menu">Remove
selection</A>
! <a href='javascript:sendBasket()' class="menu">Send</A>
! <a href='javascript:printBasket()' class="menu">Print</A>
! <a href='javascript:quit()' class="menu">Close</A>
<!-- TMPL_IF NAME="verbose" -->
! <a href="javascript:showLess()" class="menu">Brief</a>
<!-- TMPL_ELSE -->
! <a href="javascript:showMore()" class="menu">Details</a>
<!-- /TMPL_IF -->
Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v
retrieving revision 1.17.2.10
retrieving revision 1.17.2.11
diff -C2 -r1.17.2.10 -r1.17.2.11
*** opac.css 24 Aug 2005 17:58:59 -0000 1.17.2.10
--- opac.css 14 Sep 2005 14:24:38 -0000 1.17.2.11
***************
*** 1,4 ****
body {
! background-color:#009999;
font-family:verdana,arial,helvetica,sans-serif;
font-size:12pt;
--- 1,10 ----
+ /*
+ blue/green : # 009999
+ light-blue/green : #ACE6E6
+ orange : #FFB380
+ light orange : #FFD9BF
+ */
body {
! background-color:#006b6b;
font-family:verdana,arial,helvetica,sans-serif;
font-size:12pt;
***************
*** 9,14 ****
/* base tags */
a {
! background-color: #ACE6E6;
text-decoration:none;
color:#000000;
}
--- 15,21 ----
/* base tags */
a {
! background-color: #FFD9BF;
text-decoration:none;
+ /* padding:2px 2px; */
color:#000000;
}
***************
*** 21,29 ****
a:hover {
! /* background-color: #FF6600; */
! background-image: url(/opac-tmpl/css/en/images/bar.gif);
! background-repeat:repeat-y;
! text-decoration:none;
! color:#000000;
}
--- 28,32 ----
a:hover {
! background-color: #FFB380;
}
***************
*** 36,40 ****
a.results:hover {
! background-color: #FFFFCC;
padding : 0px 2px 0px 2px;
margin : 2px 1px 2px 0px;
--- 39,43 ----
a.results:hover {
! background-color: #FFB380;
padding : 0px 2px 0px 2px;
margin : 2px 1px 2px 0px;
***************
*** 66,76 ****
h1 {
color:#FFD9BF;
! background-color:#FF6600;
font-weight:bold;
font-size: 150%;
text-align:center;
! padding: 2px;
! border: 4px inset #FFD9BF;
! width:60%;
}
--- 69,80 ----
h1 {
color:#FFD9BF;
! background-color:#006b6b;
font-weight:bold;
font-size: 150%;
text-align:center;
! padding: 5px;
! margin:0px 25% 10px 25%;
! border: 1px solid black;
! width:50%;
}
***************
*** 78,88 ****
/* in opac-main page */
.LibraryName {
! color:#FFD9BF;
! background-color:transparent;
font-weight:bold;
font-size: 150%;
text-align:center;
padding: 2px;
! border: 4px inset #FF6600;
width:75%;
}
--- 82,92 ----
/* in opac-main page */
.LibraryName {
! color:#000000;
! background-color:#FFD9BF;
font-weight:bold;
font-size: 150%;
text-align:center;
padding: 2px;
! border: 1px solid #000000;
width:75%;
}
***************
*** 102,109 ****
h2 {
color:#000000;
! background-image: url(/opac-tmpl/css/en/images/bar.gif);
! background-repeat:repeat-y;
font-weight:bold;
font-size: 125%;
margin: 0px 0px 10px 0px;
}
--- 106,113 ----
h2 {
color:#000000;
! background-color:#009999;
font-weight:bold;
font-size: 125%;
+ width:100%;
margin: 0px 0px 10px 0px;
}
***************
*** 119,123 ****
/* paragraphs */
p {
! padding-left:10pt;
padding-bottom:0pt;
margin:0pt;
--- 123,128 ----
/* paragraphs */
p {
! padding-left:10px;
! padding-right:10px;
padding-bottom:0pt;
margin:0pt;
***************
*** 149,153 ****
th {
background-color: #99cccc;
- background-image: url(/opac-tmpl/css/en/images/background-opac.gif);
font-weight:bold;
text-align:center;
--- 154,157 ----
***************
*** 185,196 ****
text-align: center;
padding: 2px 2px;
! border-style: solid;
! border-width: 1px;
! border-color: black;
text-decoration: none;
color: black;
line-height:175%;
- border-radius: 6px;
- -moz-border-radius: 6px;
background-color:#FFD9BF;
margin : 3px 3px 3px 0px;
--- 189,197 ----
text-align: center;
padding: 2px 2px;
! border-bottom:1px solid #FFB380;
! border-left: 3px solid #FFB380;
text-decoration: none;
color: black;
line-height:175%;
background-color:#FFD9BF;
margin : 3px 3px 3px 0px;
***************
*** 200,214 ****
text-align: center;
padding: 2px 2px;
! border-style: solid;
! border-width: 1px;
! border-color: black;
text-decoration: none;
color: black;
line-height:175%;
! border-radius: 6px;
! -moz-border-radius: 6px;
! background-color:#FF6600;
! background-image: url(/opac-tmpl/css/en/images/bar.gif);
! background-repeat:no-repeat;
margin : 3px 3px 3px 0px;
}
--- 201,210 ----
text-align: center;
padding: 2px 2px;
! border-bottom:1px solid #FFB380;
! border-left: 3px solid #FFB380;
text-decoration: none;
color: black;
line-height:175%;
! background-color:#FFB380;
margin : 3px 3px 3px 0px;
}
***************
*** 216,229 ****
/* standard input field */
input {
! border:0px;
! border-bottom:1px solid #000000;
margin-bottom:2px;
! background-color:#009999;
}
-
input:hover {
! border:0px;
! border-bottom:1px solid #000000;
! background-color:#FF6600;
}
--- 212,221 ----
/* standard input field */
input {
! border:1px solid #888888;
margin-bottom:2px;
! background-color:#FFFFFF;
}
input:hover {
! border:1px solid #000000;
}
***************
*** 231,257 ****
textarea {
border:0px;
! border-bottom:1px solid #000000;
! background-color:#009999;
}
textarea:hover {
! border:0px;
! border-bottom:1px solid #000000;
! background-color:#FF6600;
}
-
/* select input field */
select {
border:0px;
! border-bottom:1px solid #000000;
! background-color:#009999;
! }
!
! select:hover {
! border:0px;
! border-bottom:1px solid #000000;
! background-color:#FF6600;
}
-
/* span classes */
/* used to show small 1,2,3, to reach other pages when too much results */
--- 223,240 ----
textarea {
border:0px;
! border:1px solid #888888;
! background-color:#FFFFFF;
}
+
textarea:hover {
! border:1px solid #000000;
}
/* select input field */
select {
border:0px;
! border:1px solid #888888;
! background-color:#FFFFFF;
}
/* span classes */
/* used to show small 1,2,3, to reach other pages when too much results */
***************
*** 266,270 ****
.smallnumberactive {
! background-color:#FF6600;
font-family:Times,serif;
font-size:small;
--- 249,253 ----
.smallnumberactive {
! background-color:#FFB380;
font-family:Times,serif;
font-size:small;
***************
*** 302,307 ****
#homebloc {
! float:left;
! width:60%;
border:0;
}
--- 285,291 ----
#homebloc {
! float:right;
! width:65%;
! margin-right:10px;
border:0;
}
***************
*** 326,339 ****
float:left;
border:1px solid #000000;
! margin-right:20px;
! margin-bottom:20px;
! padding-right:20px;
}
#bloc60, .bloc60 {
float:left;
border:1px solid #000000;
! margin-right:20px;
! margin-bottom:20px;
! padding-right:20px;
}
--- 310,321 ----
float:left;
border:1px solid #000000;
! padding-bottom:10px;
! margin-bottom:10px;
}
#bloc60, .bloc60 {
float:left;
border:1px solid #000000;
! padding-bottom:10px;
! margin-bottom:10px;
}
***************
*** 348,352 ****
#itembloc {
float:left;
! width:50%;
border:0;
}
--- 330,335 ----
#itembloc {
float:left;
! padding-left:10px;
! /* width:50%; */
border:0;
}
***************
*** 357,363 ****
padding-left:10pt;
padding-right:10pt;
- /* float:left; */
margin-bottom:10px;
- -moz-border-radius: 6px;
display:inline;
}
--- 340,344 ----
***************
*** 371,374 ****
--- 352,356 ----
display:block;
margin-left:100px;
+ margin-bottom:20px;
}
***************
*** 449,456 ****
.MARCtag { /* style for tag definition (700 - Statement of responsability) */
font-weight:bold;
! color:#FF6600;
background-color:#FFFFFF;
background-image:none;
! border-bottom: thin solid #FF6600;
margin-right:30%;
}
--- 431,438 ----
.MARCtag { /* style for tag definition (700 - Statement of responsability) */
font-weight:bold;
! color:#FFB380;
background-color:#FFFFFF;
background-image:none;
! border-bottom: thin solid #FFB380;
margin-right:30%;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-basket-menu.inc,1.2.2.1,1.2.2.2 opac.css,1.17.2.10,1.17.2.11,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/value_builder unimarc_field_100.tmpl,1.3.2.1,1.3.2.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.15.2.14,1.15.2.15 opac-full-serial-issues.tmpl,1.1.2.4,1.1.2.5 opac-passwd.tmpl,1.1.2.1,1.1.2.2 opac-user.tmpl,1.8.2.6,1.8.2.7
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/value_builder unimarc_field_100.tmpl,1.3.2.1,1.3.2.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.15.2.14,1.15.2.15 opac-full-serial-issues.tmpl,1.1.2.4,1.1.2.5 opac-passwd.tmpl,1.1.2.1,1.1.2.2 opac-user.tmpl,1.8.2.6,1.8.2.7
- Index(es):