[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes marc-editor.css,NONE,1.1 about-top.inc,1.11,1.12 acquisitions-top.inc,1.17,1.18 cat-top.inc,1.24,1.25 circulation-top.inc,1.23,1.24 common-style.css,1.14,1.15 intranet-main.css,1.1,1.2 members-top.inc,1.19,1.20 parameters-top.inc,1.22,1.23 reports-top.inc,1.17,1.18

Paul POULAIN tipaul at users.sourceforge.net
Wed Apr 14 21:47:02 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18558/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
	about-top.inc acquisitions-top.inc cat-top.inc 
	circulation-top.inc common-style.css intranet-main.css 
	members-top.inc parameters-top.inc reports-top.inc 
Added Files:
	marc-editor.css 
Log Message:
CSS'ing

--- NEW FILE ---
body {
	font-family:verdana,arial,helvetica;
	font-size:12pt;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

div.tabbed {
	position: absolute;
	margin-left:5%;
	width:90%;
	text-align:center;
}

div.tabs {
	width:10px;
	position:absolute;
}
div.tabs a {
	display:block;
	font-size: small;
	background-color: #ad11ad;
	color: #FFFFFF;
	border: thin solid black;
	margin-right: 2px;
	padding: 20px 10px;
	-moz-border-radius: 5px 0px 0px 5px;
}

div.tab {
	display: none;
	width:90%;
	text-align: center;
	background-color:white;
}

div.tab:target {
	width:95%;
	text-align: center;
	display: block;
	position:absolute;
	margin-left:5%;
}

:target div.tab {
	width:100%;
	text-align: center;
	display: block;
	position:absolute;
	margin-left:10%;
}
:target div.tab + div.tab{
	display: none;
}

Index: about-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/about-top.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** about-top.inc	24 Mar 2004 10:46:04 -0000	1.11
--- about-top.inc	14 Apr 2004 19:47:00 -0000	1.12
***************
*** 13,22 ****
  <style>
  
! a.about {
  	background-color: #86c268;
- 	font-weight: normal;
- 	text-decoration: none;
- 	cursor: hand;
  	color: #FFFFFF;
  	font-weight: bold;
  	}
--- 13,20 ----
  <style>
  
! .about {
  	background-color: #86c268;
  	color: #FFFFFF;
+ 	text-decoration: normal;
  	font-weight: bold;
  	}

Index: acquisitions-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** acquisitions-top.inc	24 Mar 2004 10:46:04 -0000	1.17
--- acquisitions-top.inc	14 Apr 2004 19:47:00 -0000	1.18
***************
*** 10,19 ****
  
  <style>
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
  	background-color: #ffdf61;
! 	cursor: hand;
! 	color:#FFFFFF;
  	font-weight: bold;
  	}
--- 10,18 ----
  
  <style>
! .acquisition {
  	background-color: #ffdf61;
! 	color:#000000;
! 	background-image:none;
! 	text-decoration: normal;
  	font-weight: bold;
  	}

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** cat-top.inc	2 Apr 2004 15:22:07 -0000	1.24
--- cat-top.inc	14 Apr 2004 19:47:00 -0000	1.25
***************
*** 17,28 ****
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
  <style>
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
  	background-color:#ad11ad;
  	color:#FFFFFF;
  	font-weight: bold;
- 	margin:0;
  	}
  a.catalogue:hover {
--- 17,26 ----
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
  <style>
! .catalogue {
  	background-color:#ad11ad;
  	color:#FFFFFF;
+ 	background-image:none;
+ 	text-decoration: normal;
  	font-weight: bold;
  	}
  a.catalogue:hover {
***************
*** 32,36 ****
  	font-weight: normal;
  	font-weight: bold;
- 	margin:0;
  	}
  </style>
--- 30,33 ----

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** circulation-top.inc	24 Mar 2004 10:46:04 -0000	1.23
--- circulation-top.inc	14 Apr 2004 19:47:00 -0000	1.24
***************
*** 20,29 ****
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
  <style>
! a.circulation {
! 	font-weight: normal;
! 	text-decoration: none;
  	background-color: #be6170;
- 	cursor: hand;
  	color:#FFFFFF;
  	font-weight: bold;
  	}
--- 20,28 ----
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
  <style>
! .circulation {
  	background-color: #be6170;
  	color:#FFFFFF;
+ 	background-image:none;
+ 	text-decoration: normal;
  	font-weight: bold;
  	}
***************
*** 36,101 ****
  </style>
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 onLoad="javascript:focusOnFirst()">
  
  <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Issues</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Returns</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch transfers</a>
! 					</td>
! 				</tr>
! 			</table>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 35,59 ----
  </style>
  </head>
! <body onLoad="javascript:focusOnFirst()">
  
  <!------------------------MENUS-------------------------------->
! <div id="menubar">
! 	<span class="koha">KOHA</span>
! 	<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 	<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 	<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
! 	<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 	<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 	<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 	<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 	<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
! 	<a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Issues</a>
! 	<a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Returns</a>
! 	<a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch transfers</a>
! </div>
! 
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** common-style.css	2 Apr 2004 15:29:51 -0000	1.14
--- common-style.css	14 Apr 2004 19:47:00 -0000	1.15
***************
*** 1,3 ****
! label10 {
  	float:left;
  	width: 10em;
--- 1,14 ----
! p {
! 	margin-bottom:0px;
! 	margin-top:0px;
! 	margin-left:10px;
! 	margin-right:10px;
! 	padding:0px;
! }
! .center {
! 	text-align:center;
! }
! 
! label {
  	float:left;
  	width: 10em;
***************
*** 7,10 ****
--- 18,25 ----
  	width: 10em;
  }
+ label100 {
+ 	float:left;
+ 	width: 100em;
+ }
  
  body {
***************
*** 20,23 ****
--- 35,40 ----
  	font: 1.2em sans-serif;
  	padding: 3px;
+ 	margin:5px;
+ 	display:block;
  	border-style: solid;
  	border-width: 1px;
***************
*** 26,29 ****
--- 43,47 ----
  	color: black;
  	border-radius: 6px;
+ 	cursor:pointer;
  	-moz-border-radius: 6px;
  	background-color:#FFFFFF;
***************
*** 50,54 ****
  th {
  	background-color: #99cccc;
! 	background-image:url("/opac-tmpl/default/images/background-mem.gif");
  	font-weight:bold;
  	text-align:center;
--- 68,72 ----
  th {
  	background-color: #99cccc;
! 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
  	font-weight:bold;
  	text-align:center;
***************
*** 80,84 ****
  	color:#000000;
  	background-color:#DDDDDD;
! 	background-image:url("/opac-tmpl/default/images/background-mem.gif");
  	font-size: 150%;
  	text-align:center;
--- 98,102 ----
  	color:#000000;
  	background-color:#DDDDDD;
! 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
  	font-size: 150%;
  	text-align:center;
***************
*** 87,92 ****
  }
  
  #bloctitle{
! 	background-image:url("/opac-tmpl/default/images/background-mem.gif");
  	color:#000000;
  	font-size: 125%;
--- 105,116 ----
  }
  
+ h2 {
+ 	margin-top:0px;
+ 	margin-bottom:4px;
+ 	text-align:center;
+ 	padding:0px;
+ }
  #bloctitle{
! 	background-image:url("/intranet-tmpl/default/images/background-mem.gif");
  	color:#000000;
  	font-size: 125%;
***************
*** 97,102 ****
  }
  #problem {
! 	color: red;
  	font-weight:bold;
  }
  
--- 121,132 ----
  }
  #problem {
! 	color: white;
  	font-weight:bold;
+ 	background-color:red;
+ }
+ .problem {
+ 	color: white;
+ 	font-weight:bold;
+ 	background-color:red;
  }
  
***************
*** 116,119 ****
--- 146,152 ----
  	padding-right:10px;
  }
+ #main {
+ 	position:absolute;
+ }
  
  #bloc25 {
***************
*** 135,141 ****
--- 168,176 ----
  	text-decoration: none;
  }
+ 
  a:hover {
  	text-decoration: none;
  }
+ 
  a.submenu {
  	font-weight: normal;
***************
*** 209,213 ****
  }
  
! a.home {
  	color:#777777;
  	}
--- 244,248 ----
  }
  
! .home {
  	color:#777777;
  	}
***************
*** 217,221 ****
  	}
  
! a.catalogue {
  	color:#777777;
  	}
--- 252,256 ----
  	}
  
! .catalogue {
  	color:#777777;
  	}
***************
*** 224,228 ****
  	}
  
! a.members {
  	color:#777777;
  	}
--- 259,263 ----
  	}
  
! .members {
  	color:#777777;
  	}
***************
*** 232,236 ****
  	}
  
! a.acquisition {
  	color:#777777;
  	}
--- 267,271 ----
  	}
  
! .acquisition {
  	color:#777777;
  	}
***************
*** 240,244 ****
  	}
  
! a.reports {
  	color:#777777;
  	}
--- 275,279 ----
  	}
  
! .reports {
  	color:#777777;
  	}
***************
*** 248,252 ****
  	}
  
! a.circulation {
  	color:#777777;
  	}
--- 283,287 ----
  	}
  
! .circulation {
  	color:#777777;
  	}
***************
*** 256,260 ****
  	}
  
! a.parameters {
  	color:#777777;
  	}
--- 291,295 ----
  	}
  
! .parameters {
  	color:#777777;
  	}
***************
*** 263,267 ****
  	color: #000000;
  	}
! a.about {
  	color:#777777;
  	}
--- 298,302 ----
  	color: #000000;
  	}
! .about {
  	color:#777777;
  	}

Index: intranet-main.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** intranet-main.css	2 Apr 2004 15:29:51 -0000	1.1
--- intranet-main.css	14 Apr 2004 19:47:00 -0000	1.2
***************
*** 8,15 ****
  }
  
! .mainbloc {
  /* 	margin:5% 5% 5% 5%; */
  	margin:2%;
  }
  .hint {
  	background-color:#FFF;
--- 8,18 ----
  }
  
! #mainbloc {
  /* 	margin:5% 5% 5% 5%; */
  	margin:2%;
  }
+ #menus {
+ 	margin:0%;
+ }
  .hint {
  	background-color:#FFF;
***************
*** 17,24 ****
  	border:1px solid #000000;
  	padding:5px;
! 	margin-left:40%;
! 	margin-right:5%;
! 	width:40%;
  	height:90%;
  	-moz-border-radius:6px;
  	position:absolute;
--- 20,27 ----
  	border:1px solid #000000;
  	padding:5px;
! 	margin-left:500px;
! 	margin-right:10px;
  	height:90%;
+ 	width:40%;
  	-moz-border-radius:6px;
  	position:absolute;
***************
*** 38,42 ****
  a {
  	text-decoration: none;
! 	font-size:24pt;
  	padding:3px 50px 3px 3px;
  	line-height:200%;
--- 41,45 ----
  a {
  	text-decoration: none;
! 	font-size:20pt;
  	padding:3px 50px 3px 3px;
  	line-height:200%;

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** members-top.inc	24 Mar 2004 10:46:04 -0000	1.19
--- members-top.inc	14 Apr 2004 19:47:00 -0000	1.20
***************
*** 10,19 ****
  
  <style>
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
  	background-color: #86c268;
- 	cursor: hand;
  	color:#FFFFFF;
  	font-weight: bold;
  	}
--- 10,17 ----
  
  <style>
! .members {
  	background-color: #86c268;
  	color:#FFFFFF;
+ 	text-decoration: normal;
  	font-weight: bold;
  	}
***************
*** 21,25 ****
  	background-color: #86c268;
  	color: #FFFFFF;
! 	text-decoration: none;
  	font-weight: bold;
  	}
--- 19,23 ----
  	background-color: #86c268;
  	color: #FFFFFF;
! 	text-decoration: normal;
  	font-weight: bold;
  	}

Index: parameters-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** parameters-top.inc	24 Mar 2004 10:46:04 -0000	1.22
--- parameters-top.inc	14 Apr 2004 19:47:00 -0000	1.23
***************
*** 8,17 ****
  
  <style>
! a.parameters {
  	background-color: #86c268;
- 	font-weight: normal;
- 	text-decoration: none;
- 	cursor: hand;
  	color: #FFFFFF;
  	font-weight: bold;
  	}
--- 8,15 ----
  
  <style>
! .parameters {
  	background-color: #86c268;
  	color: #FFFFFF;
+ 	text-decoration: normal;
  	font-weight: bold;
  	}

Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** reports-top.inc	30 Mar 2004 16:09:36 -0000	1.17
--- reports-top.inc	14 Apr 2004 19:47:00 -0000	1.18
***************
*** 10,19 ****
  
  <style>
! a.reports {
! 	font-weight: normal;
  	background-color: #6b7cbe;
- 	text-decoration: none;
- 	cursor: hand;
  	color:#FFFFFF;
  	font-weight: bold;
  	}
--- 10,17 ----
  
  <style>
! .reports {
  	background-color: #6b7cbe;
  	color:#FFFFFF;
+ 	text-decoration: normal;
  	font-weight: bold;
  	}





More information about the Koha-cvs mailing list