[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.22,1.23

Paul POULAIN tipaul at users.sourceforge.net
Fri Aug 12 15:57:05 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6879/koha-tmpl/opac-tmpl/css/en/includes

Modified Files:
	opac.css 
Log Message:



Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** opac.css	27 Jun 2005 22:23:58 -0000	1.22
--- opac.css	12 Aug 2005 13:57:03 -0000	1.23
***************
*** 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;
***************
*** 143,146 ****
--- 148,153 ----
  table {
  	border:1px solid #000000;
+ 	margin:10px;
+ /* 	margin-right:10px; */
  	border-collapse:collapse;
  	position:static;
***************
*** 149,153 ****
  th {
  	background-color: #99cccc;
- 	background-image: url(/opac-tmpl/css/en/images/background-opac.gif);
  	font-weight:bold;
  	text-align:center;
--- 156,159 ----
***************
*** 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;
--- 191,198 ----
  	text-align: center;
  	padding: 2px 2px;
! 	border:1px solid #888888;
  	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;
  }
--- 202,210 ----
  	text-align: center;
  	padding: 2px 2px;
! 	border:1px solid black;
  	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;
  }
***************
*** 312,320 ****
  	border:0;
  }
! #rightbloc {
! 	float:right;
! 	width:40%;
! 	border:0;
! }
  #bottombloc {
  	width:100%;
--- 296,300 ----
  	border:0;
  }
! 
  #bottombloc {
  	width:100%;
***************
*** 330,343 ****
  	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,323 ----
  	float:left;
  	border:1px solid #000000;
! 	margin-left:10px;
! 	padding-bottom:10px;
! 	margin-bottom:10px;
  }
  #bloc60, .bloc60 {
  	float:left;
  	border:1px solid #000000;
! 	margin-left:10px;
! 	padding-bottom:10px;
! 	margin-bottom:10px;
  }
  
***************
*** 352,356 ****
  #itembloc {
  	float:left;
! 	width:50%;
  	border:0;
  }
--- 332,337 ----
  #itembloc {
  	float:left;
! 	padding-left:10px;
! /* 	width:50%; */
  	border:0;
  }
***************
*** 361,367 ****
  	padding-left:10pt;
  	padding-right:10pt;
- /* 	float:left; */
  	margin-bottom:10px;
- 	-moz-border-radius: 6px;
  	display:inline;
  }
--- 342,346 ----
***************
*** 375,378 ****
--- 354,358 ----
  	display:block;
  	margin-left:100px;
+ 	margin-bottom:20px;
  }
  
***************
*** 453,460 ****
  .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%;
  }
--- 433,440 ----
  .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%;
  }





More information about the Koha-cvs mailing list