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

paul poulain paul at koha-fr.org
Mon Oct 30 11:03:01 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/30 10:03:01

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

Log message:
	SAN-OP css update

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

Patches:
Index: san-op.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/Attic/san-op.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- san-op.css	24 Oct 2006 20:00:11 -0000	1.1.2.1
+++ san-op.css	30 Oct 2006 10:03:01 -0000	1.1.2.2
@@ -3,14 +3,75 @@
 	font-size : 1.0em;
         background-color : #eeeeee;
 }
+
 h1 {
         font-size: 1.9em;
-}
-h1,h3 {
         background-color : #384b73;
         color : white;
         text-align: center;
         padding-bottom : 6px;
+        display:block;
+}
+
+h2,h3 {
+        color : #384b73;
+        text-align: center;
+        padding-bottom : 6px;
+        display:inline;
+        font-size:110%;
+}
+
+label {
+    vertical-align:top;
+    float:left;
+    width:8em;
+}
+
+p {
+	margin-bottom:0px;
+	margin-top:0px;
+	margin-left:10px;
+	margin-right:10px;
+	padding:0px;
+}
+
+/* Alternate css proposal : uncomment this (and comment #action a below), and action menu will appear on the right, vertically */
+/* 
+#action {
+float:right;
+}
+#action a {
+    background-color : #eec95a;
+    color : #FFFFFF;
+    font-size : 1em;
+    border: 3px;
+    font-weight : bold;
+    margin-right:5px;
+    margin-bottom:5px;
+    text-decoration:none;
+    display: block;
+}
+*/
+
+#action {
+    margin-top:5px;
+    margin-bottom:20px;
+}
+#action a {
+    background-color : #eec95a;
+    color : #FFFFFF;
+    font-size : 1em;
+    border: 2px outset;
+    font-weight : bold;
+    margin:0px 5px 0px 0px;
+    padding-right:5px;
+    padding-left:5px;
+    text-decoration:none;
+    display: inline;
+}
+#action a:hover {
+    border: 2px inset;
+    background-color:#384b73;
 }
 
 a:link, a:visited, a:active {
@@ -50,6 +111,7 @@
 
 th[scope=row] {
 	background-color : #EEEEEE;
+    color:black;
 	text-align : right;
 }
 
@@ -68,18 +130,22 @@
 }
 
 input[type=submit], input[type=button], input[type=reset] {
+    font-size:0.8em;
 	background-color : #eec95a;
 	color : #FFFFFF;
 	font-size : 1em;
-        border-width:3px;
+    border-width:2px;
 	font-weight : bold;
 }
+input:hover[type=submit], input:hover[type=button], input:hover[type=reset] {
+    border:2px inset;
+}
 
 input[type=text] {
         font-size : 0.8em;
         font-weight : bold;
         border : 1px solid black;
-        margin : 0px 2px 0px 4px;
+    margin : 0px 2px 0px 0px;
         padding : 2px;
 }
 
@@ -93,14 +159,6 @@
 	font-weight : bold;
 }
 
-#admin_stopwords_select UL {
-   width: 600px;
-}
-
-#admin_stopwords_select UL LI {
-   white-space: nowrap;
-}
-
 legend {
 	font-size: 1.3em;
 	font-weight:bold;
@@ -109,7 +167,9 @@
         padding : 0px 5px 0px 5px; 
 }
 fieldset {
-        border : none;
+        border : 1px solid #374b73;
+        display: inline;
+        vertical-align:top;
 }
 
 .problem {
@@ -146,52 +206,90 @@
     float:left;
     font-weight : normal;
     background-color : #eee;
-    margin-right: 10px;
-    padding-right: 10px;
+    margin-right: 5px;
+    padding-right: 5px;
     border-right:1px solid black;
-    font-size:0.9em;
+    font-size:0.8em;
 }
 
 #mainmenu a {
     display:block;
-    margin:5px;
+    margin-bottom:0px;
     padding-left :5px;
     text-decoration:none;
+    font-weight:bold;
     color:black;
 }
 
+
 #mainmenu a:hover {
     display:block;
-    margin:5px;
+    margin-bottom:0px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:bold;
+    background-color:#6699cc;
+    color:white;
+}
+
+#mainmenu ul a {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    color:black;
+}
+#mainmenu ul a:hover {
+    display:block;
+    margin-bottom:5px;
     padding-left :5px;
     text-decoration:none;
+    font-weight:normal;
     background-color:#6699cc;
     color:white;
 }
 
-#mainmenu ul{
+#mainmenu ul {
+    list-style-type: none;
+    padding-left:20px;
+    margin-bottom:0px;
+    margin-top:0px;
+}
+
+#mainmenu li {
     list-style-type: none;
-    padding-left:4px;
+    padding-left:0px;
+    margin-left:0px;
+    margin-bottom:0px;
+    margin-top:0px;
 }
 
+#mainmenu label {
+    width:4em;
+}
 /* submenus styles */
 #submenu {
-    margin-left:5%;
+    margin-left:0%;
     font-weight : normal;
 }
 
 #submenu a {
     margin:5px;
-    padding : 0px 5px 4px 5px;
+    padding : 0px 0px 4px 0px;
     text-decoration:none;
     color:black;
+    padding-right:15px;
+    font-size:1em;
 }
 
 #submenu a:hover {
     margin:5px;
-    padding : 0px 5px 4px 5px;
+    padding : 0px 0px 4px 0px;
     background-color:#6699cc;
     color:white;
+    padding-right:15px;
+    font-size:1em;
 }
 
 /* Main body style */
@@ -199,6 +297,22 @@
     margin-left:20%;
 }
 
+/* facets bloc */
+#facets {
+    float:left;
+/*     background-color:#CCCCCC; */
+    margin-right:20px;
+    border:1px solid black;
+    font-size:75%;
+}
+
+#facets ul {
+    list-style-type: none;
+    padding-left:0px;
+    margin-bottom:0px;
+    margin-top:0px;
+}
+
 /* the USER information block */
 #librarian_information {
 /*     position:absolute; */
@@ -212,3 +326,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 {
+    background-color : #eec95a;
+    font-size : 1em;
+    border: 2px inset;
+    font-weight : bold;
+    text-decoration:none;
+    display: inline;
+    color:white;
+    text-decoration:none;
+    margin-left:10px;
+}
+/* the design of the INactives tab buttons (all other tabs) */
+.tab_inactive {
+    background-color:#384b73;
+    font-size : 1em;
+    border: 2px outset;
+    font-weight : bold;
+    display: inline;
+    color:white;
+    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