[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Oct 30 14:55:25 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/30 13:55:25

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css 

Log message:
	add  style use by marc editor & some class added.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.5&r2=1.7.2.6

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.5
retrieving revision 1.7.2.6
diff -u -b -r1.7.2.5 -r1.7.2.6
--- intranet.css	24 Oct 2006 19:59:58 -0000	1.7.2.5
+++ intranet.css	30 Oct 2006 13:55:24 -0000	1.7.2.6
@@ -42,23 +42,32 @@
 }
 
 input[type=submit], input[type=button], input[type=reset] {
-	background-color : #6699cc;
+    background-color : #6699CC;
 	color : #FFFFFF;
 	font-size : 1em;
 	font-weight : bold;
 }
 
+.searchresults table tr:hover{
+    background-color: #CCFFFF;
+}
+
 tr.highlight td, tr.highlight th {
 	background-color : #EEEEEE;
 }
 
+.here {
+    color: black;
+    text-decoration:none;
+    
+}
+
 #problem {
 	color: red;
 	background-color:white;
 	font-weight : bold;
 }
 
-
 #admin_stopwords_select UL {
    width: 600px;
 }
@@ -148,6 +157,11 @@
     color:white;
 }
 
+#action{
+    margin-top:15px;
+    margin-bottom:15px;
+}
+
 /* Main body style */
 #main {
 margin-left:15%;
@@ -173,6 +187,7 @@
     float:right;
     font-size:10pt;
 }
+
 /* css style for reregistration alert */
 
 .reregistrinfo {
@@ -180,3 +195,61 @@
 	font-weight : bold;
 	background-color : #eeeeee;
 }
+/* MARC editor */
+
+/* styles for the 11 buttons that the user can click on */
+/* the design of the active tab button (only 1 at a given time)*/
+.tab_active {
+    color: #6699CC;
+    background-color : lightgray;
+    font-size : 1em;
+    border: 2px inset;
+    font-weight : bold;
+    text-decoration:none;
+    display: inline;
+    text-decoration:none;
+    margin-left:10px;
+}
+
+/* the design of the INactives tab buttons (all other tabs) */
+.tab_inactive {
+    background-color : #6699CC;
+    color : #FFFFFF;
+    font-size : 1em;
+    font-weight : bold;
+    display:inline;
+    border: 2px outset;
+    text-decoration:none;
+    margin-left:10px;
+}
+
+/* the button of INactive tabs : we need this one to have white color on links, otherwise, default a look will be choosen */
+#tabs a {
+    color:white;
+    text-decoration:none;
+    padding-right:10px;
+    padding-left:10px;
+}
+
+/* specify that we to do when the mouse is on 1 button */
+#tabs a:hover {
+    border: 2px inset;
+}
+
+#tabs {
+    margin-top:45px;
+    margin-bottom:5px;
+}
+
+/* styles for the 11 content blocks */
+/* the property for hidden tabs */
+.content_hidden {
+    height:0px; /* you propably don't need to change this one */
+    visibility:hidden; /* you propably don't need to change this one */
+}
+/* the property for the displayed tab */
+.content_visible {
+    height:0px; /* you propably don't need to change this one */
+    visibility:visible; /* you propably don't need to change this one */
+}
+





More information about the Koha-cvs mailing list