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

paul poulain paul at koha-fr.org
Tue Oct 24 22:00:11 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/24 20:00:11

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

Log message:
	san-op style sheet

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&rev=1.1.2.1

Patches:
Index: san-op.css
===================================================================
RCS file: san-op.css
diff -N san-op.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ san-op.css	24 Oct 2006 20:00:11 -0000	1.1.2.1
@@ -0,0 +1,214 @@
+body {
+	font-family : Verdana, Geneva, Arial, sans-serif;
+	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;
+}
+
+a:link, a:visited, a:active {
+        text-decoration : underline;
+        color :navy;
+}
+a:hover {
+        text-decoration : none;
+        color : orange;
+}
+
+table {
+	border-collapse : collapse;
+	border-top : 1px solid #CCCCCC;
+	border-right : 1px solid #CCCCCC;
+	margin : 1em 0;
+}
+
+caption {
+	font-size : 140%;
+	text-align : left;
+	font-weight : bold;
+}
+
+td,th {
+	border-left : 1px solid #CCCCCC;
+	border-bottom : 1px solid #CCCCCC;
+	padding : 5px;
+}
+
+th {
+	background-color : #384b73;
+        color : white;
+	border-left : 1px solid #999999;
+	border-bottom : 1px solid #999999;
+}
+
+th[scope=row] {
+	background-color : #EEEEEE;
+	text-align : right;
+}
+
+input {
+	font-size:0.8em;
+}
+
+select {
+	font-size:0.8em;
+        border : 1px solid black;
+        padding : 1px;
+}
+
+li {
+margin : 0px 0px 0px 10px;
+}
+
+input[type=submit], input[type=button], input[type=reset] {
+	background-color : #eec95a;
+	color : #FFFFFF;
+	font-size : 1em;
+        border-width:3px;
+	font-weight : bold;
+}
+
+input[type=text] {
+        font-size : 0.8em;
+        font-weight : bold;
+        border : 1px solid black;
+        margin : 0px 2px 0px 4px;
+        padding : 2px;
+}
+
+tr.highlight td, tr.highlight th {
+	background-color : #FFF;
+}
+
+#problem {
+	color: red;
+	background-color: #eee;
+	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;
+        background-color : #384b73;
+        color : white;
+        padding : 0px 5px 0px 5px; 
+}
+fieldset {
+        border : none;
+}
+
+.problem {
+	color: white;
+	background-color:red;
+}
+
+/* css styles for reserves color alerts */
+.onloan {
+	background-color: #FFED3D;
+}
+
+.reserved {
+	background-color: #8EBAFF;
+}
+
+.transfered {
+	background-color: #F9FF9A;
+}
+
+.inwait {
+	background-color: #33CC99;
+}
+
+.other {
+	background-color: #FF0000;
+}
+
+/* end of css styles for reserves color alerts */
+
+/* MAIN MENU STYLES */
+#mainmenu {
+    display:block;
+    float:left;
+    font-weight : normal;
+    background-color : #eee;
+    margin-right: 10px;
+    padding-right: 10px;
+    border-right:1px solid black;
+    font-size:0.9em;
+}
+
+#mainmenu a {
+    display:block;
+    margin:5px;
+    padding-left :5px;
+    text-decoration:none;
+    color:black;
+}
+
+#mainmenu a:hover {
+    display:block;
+    margin:5px;
+    padding-left :5px;
+    text-decoration:none;
+    background-color:#6699cc;
+    color:white;
+}
+
+#mainmenu ul{
+    list-style-type: none;
+    padding-left:4px;
+}
+
+/* submenus styles */
+#submenu {
+    margin-left:5%;
+    font-weight : normal;
+}
+
+#submenu a {
+    margin:5px;
+    padding : 0px 5px 4px 5px;
+    text-decoration:none;
+    color:black;
+}
+
+#submenu a:hover {
+    margin:5px;
+    padding : 0px 5px 4px 5px;
+    background-color:#6699cc;
+    color:white;
+}
+
+/* Main body style */
+#main {
+    margin-left:20%;
+}
+
+/* the USER information block */
+#librarian_information {
+/*     position:absolute; */
+    float:right;
+    font-size:10pt;
+}
+/* css style for reregistration alert */
+
+.reregistrinfo {
+	color: #6699cc;
+	font-weight : bold;
+	background-color : #eeeeee;
+}





More information about the Koha-cvs mailing list