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

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 1 14:17:09 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac.css 
Log Message:
just adding some comments to the style sheet (for easier modifications, see opacstylesheet systempref). 
(missed commit, those changes are already in the 2.2.1)

Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -C2 -r1.17.2.1 -r1.17.2.2
*** opac.css	26 Jan 2005 16:39:23 -0000	1.17.2.1
--- opac.css	1 Mar 2005 13:17:07 -0000	1.17.2.2
***************
*** 28,31 ****
--- 28,32 ----
  }
  
+ /* the page result number */
  a.results {
  	background-color : #FFD9BF;
***************
*** 40,43 ****
--- 41,45 ----
  }
  
+ /* label size & look just before input fields */
  label {
  	float:left;
***************
*** 45,48 ****
--- 47,51 ----
  }
  
+ /* images */
  img {
  	border-width:0px;
***************
*** 57,60 ****
--- 60,64 ----
  }
  
+ /* main title */
  h1 {
  	color:#FFD9BF;
***************
*** 69,72 ****
--- 73,77 ----
  
  /* style for library name, on top of menu (defined in LibraryName systempref) */
+ /* in opac-main page */
  .LibraryName {
  	color:#FFD9BF;
***************
*** 80,83 ****
--- 85,89 ----
  }
  
+ /* in all other pages */
  .SmallLibraryName {
  	color:#FFD9BF;
***************
*** 92,98 ****
  }
  
  h2 {
  	color:#000000;
- /* 	background-color:#FF6600; */
  	background-image: url(/opac-tmpl/css/en/images/bar.gif);
  	background-repeat:repeat-y;
--- 98,104 ----
  }
  
+ /* subtitles. headers of blocks */
  h2 {
  	color:#000000;
  	background-image: url(/opac-tmpl/css/en/images/bar.gif);
  	background-repeat:repeat-y;
***************
*** 101,104 ****
--- 107,112 ----
  	margin: 0px 0px 10px 0px;
  }
+ 
+ /* probably useless */
  h3 {
  	color:#000000;
***************
*** 108,111 ****
--- 116,120 ----
  }
  
+ /* paragraphs */
  p {
  	padding-left:10pt;
***************
*** 115,118 ****
--- 124,128 ----
  }
  
+ /* centered paragraphs */
  p.center {
  	padding-left:10pt;
***************
*** 121,124 ****
--- 131,136 ----
  	text-align:center;
  }
+ 
+ /* the copyright (at the end of the main page */
  p.copyright {
  	border-top: 1px solid #000000;
***************
*** 194,197 ****
--- 206,210 ----
  }
  
+ /* standard input field */
  input {
  	border:0px;
***************
*** 207,210 ****
--- 220,224 ----
  }
  
+ /* textarea input field */
  textarea {
  	border:0px;
***************
*** 212,216 ****
  	background-color:#009999;
  }
- 
  textarea:hover {
  	border:0px;
--- 226,229 ----
***************
*** 219,222 ****
--- 232,236 ----
  }
  
+ /* select input field */
  select {
  	border:0px;
***************
*** 292,306 ****
  #bloc20, .bloc20 {
  	float:left;
- 	width:30%;
  	border:1px solid #000000;
  	margin-right:20px;
  	margin-bottom:20px;
  }
  #bloc60, .bloc60 {
  	float:left;
- 	width:60%;
  	border:1px solid #000000;
  	margin-right:20px;
  	margin-bottom:20px;
  }
  
--- 306,320 ----
  #bloc20, .bloc20 {
  	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;
  }
  
***************
*** 330,337 ****
  
  #menuline {
- /*	width:100%;
- 	vertical-align:top;*/
  	float:left;
- /*	position:relative;*/
  	display:block;
  }
--- 344,348 ----
***************
*** 382,388 ****
  	margin-right:10%;
  }
- td {
- 	border:0px;
- }
  
  .MARCtag { /* style for tag definition (700 - Statement of responsability) */
--- 393,396 ----





More information about the Koha-cvs mailing list