move all css in includes to css dir
authorJoshua Ferraro <jmf@liblime.com>
Fri, 24 Aug 2007 02:02:22 +0000 (21:02 -0500)
committerChris Cormack <crc@liblime.com>
Fri, 24 Aug 2007 02:22:01 +0000 (21:22 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
19 files changed:
koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/css/intranet.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/css/login.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-addbiblio.inc
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc
koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/includes/intranet-print.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/intranet2.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/intranet2popup.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/login.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/popup-top.inc
koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tmpl

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css b/koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css
new file mode 100644 (file)
index 0000000..33b4cd7
--- /dev/null
@@ -0,0 +1,235 @@
+body {
+    font-family : Verdana, Geneva, Arial, sans-serif;
+    font-size : .9em;
+}
+
+table {
+    border-collapse : inherit;
+    border : 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;*/
+    border : 1px solid #CCCCCC;
+    padding : 5px;
+}
+
+th {
+    background-color : #CCCCCC;
+    border-left : 1px solid #999999;
+    border-bottom : 1px solid #999999;
+}
+
+th[scope=row] {
+    background-color : #EEEEEE;
+    text-align : right;
+}
+
+input {
+    font-size:0.9em;
+}
+
+select {
+    font-size:0.9em;
+}
+
+input[type=submit], input[type=button], input[type=reset] {
+    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;
+}
+
+#admin_stopwords_select UL LI {
+   white-space: nowrap;
+}
+
+legend {
+    font-size:120%;
+    font-weight:bold;
+}
+
+.problem {
+    color: white;
+    background-color:red;
+    font-weight : bold;
+}
+
+/* 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;
+}
+
+.available {
+    background-color: white;
+}
+
+.unavailable {
+    background-color: #FFED3D;
+}
+
+.hasexpirated {
+    text-decoration: line-through;
+}
+
+/* style for search terms in catalogsearch */
+.term {
+    background-color:yellow;
+}
+
+/* end of css styles for reserves color alerts */
+
+/* MAIN MENU STYLES */
+#mainmenu {
+display:none;
+}
+
+/* submenus styles */
+#submenu {
+    display:none;
+}
+/*Action button*/
+#action {
+    display:none;
+}
+
+/* Main body style */
+#main {
+    margin-left:0%;
+}
+
+/* facets bloc */
+#facets {
+    display:none;
+}
+
+/* the USER information block */
+#librarian_information {
+    display:none;
+}
+
+/* css style for reregistration alert */
+
+.reregistrinfo {
+    color: #6699cc;
+    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 : #CCCCCC;
+    font-size : 1em;
+    border: 2px inset;
+    font-weight : bold;
+    text-decoration:none;
+    display: inline;
+    text-decoration:none;
+    margin-left:10px;
+}
+
+#onlinehelp {
+    display:none;
+}
+
+/* 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 */
+    display:none;
+}
+
+/* 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 */
+    display:block;
+}
+
+.lineSelected {
+    background-color:yellow;
+}
+.DoNotPrint {
+    display:none;
+}
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/intranet.css b/koha-tmpl/intranet-tmpl/prog/en/css/intranet.css
new file mode 100644 (file)
index 0000000..a2a9a70
--- /dev/null
@@ -0,0 +1,491 @@
+body {
+    font-family : Verdana, Geneva, Arial, sans-serif;
+    font-size : .9em;
+    background-color:white;
+}
+
+h2 {
+    display:block;
+    clear:left;
+/*     float:none; */
+}
+table {
+    border-collapse : inherit;
+    border : 1px solid #CCCCCC;
+    margin : 1em 0;
+    border-collapse:collapse;
+}
+
+caption {
+    font-size : 140%;
+    text-align : left;
+    font-weight : bold;
+}
+
+td,th {
+    /*border-left : 1px solid #CCCCCC;
+    border-bottom : 1px solid #CCCCCC;*/
+    border : 1px solid #CCCCCC;
+    padding : 5px;
+}
+
+th {
+    background-color : #CCCCCC;
+    border-left : 1px solid #999999;
+    border-bottom : 1px solid #999999;
+}
+
+th[scope=row] {
+    background-color : #EEEEEE;
+    text-align : right;
+}
+
+p {
+    margin:0px 0px 0px 0px;
+}
+input {
+    font-size:0.9em;
+}
+
+select {
+    font-size:0.9em;
+}
+
+input[type=submit], input[type=button], input[type=reset] {
+    background: url( /intranet-tmpl/prog/img/fade-butt.png );
+    border: 3px double #999;
+    border-left-color: #ccc;
+    border-top-color: #ccc;
+    color: #333;
+    padding: 0.25em;
+}
+
+label {
+    font-style:italic;
+    vertical-align:top;
+    display:block;
+    float:left;
+/*     text-align:right; */
+    width:10em;
+    margin-right:0.2em;
+}
+
+p {
+clear:left;
+}
+.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;
+    margin:10px;
+}
+
+#admin_stopwords_select UL {
+   width: 600px;
+}
+
+#admin_stopwords_select UL LI {
+   white-space: nowrap;
+}
+
+legend {
+    font-size:120%;
+    font-weight:bold;
+}
+
+.problem {
+    color: white;
+    background-color:red;
+    font-weight : bold;
+    margin:10px;
+}
+
+/* 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;
+}
+
+.available {
+    background-color: white;
+}
+
+.unavailable {
+    background-color: #FFED3D;
+}
+
+.hasexpirated {
+    text-decoration: line-through;
+}
+
+/* style for search terms in catalogsearch */
+.term {
+    background-color:yellow;
+}
+
+/* end of css styles for reserves color alerts */
+
+/* the Koha logo (top left) */
+#kohalogo {
+    position:absolute;
+    left:20px;
+    top:20px;
+}
+
+/* MAIN MENU STYLES */
+#mainmenu {
+    display:block;
+    position:fixed;
+/*     float:left; */
+    font-weight : normal;
+    margin-right: 5px;
+    padding-right: 5px;
+    border-right:1px solid black;
+    font-size:0.9em;
+}
+
+#mainmenu a {
+    display:block;
+    margin-bottom:0px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:bold;
+    color:black;
+}
+
+
+#mainmenu a:hover {
+    display:block;
+    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 {
+    list-style-type: none;
+    padding-left:20px;
+    margin-bottom:0px;
+    margin-top:0px;
+}
+
+#mainmenu li {
+    list-style-type: none;
+    padding-left:0px;
+    margin-left:0px;
+    margin-bottom:0px;
+    margin-top:0px;
+}
+
+#mainmenu label {
+    width:4em;
+}
+
+/* submenus styles */
+#submenu {
+    margin-left:25%;
+}
+
+#submenu a {
+    margin:5px;
+    text-decoration:none;
+    color:#6699CC;
+}
+
+#submenu a:hover {
+    margin:5px;
+    background-color:#6699CC;
+    color:white;
+}
+
+/*Action button*/
+#action {
+    /*float:right;*/
+}
+
+#action a {
+    background-color: #6699CC;
+    color:white;
+    font-size : 0.8em;
+    border: 2px outset;
+    font-weight : bold;
+    margin:5px 0px 0px 0px;
+    padding:3px;
+    text-decoration:none;
+    display:inline;
+}
+
+#action a:hover {
+    border: 2px inset;
+    color: #6699CC;
+    background-color:white;
+}
+
+/*edit action*/
+#action .edit {
+       display:inline;
+       margin-right:5px;
+}
+
+#action .edit a {
+    background-color : #6699CC;
+    color : white;
+    margin-top: 1px;
+}
+
+#action .edit a:hover {
+    border: 2px inset;
+    color: #6699CC;
+    background-color:white;
+}
+
+#action .view {
+       display:inline;
+       margin-right:5px;
+}
+
+#action .view a {
+    background-color : #CECEFF;
+    color : white;
+    margin-top: 1px;
+}
+
+#action .view a:hover {
+    border: 2px inset;
+    color: #CECEFF;
+    background-color:white;
+}
+
+#action .others {
+       display:inline;
+       margin-right:5px;
+}
+
+#action .others a {
+    background-color : #6699AA;
+    color : white;
+    margin-top: 1px;
+}
+
+#action .others a:hover {
+    border: 2px inset;
+    color: #6699AA;
+    background-color:white;
+}
+
+/* Main body style */
+#main {
+    margin-left:25%;
+}
+
+/* facets bloc */
+#facets {
+    position:absolute;
+    right:1em;
+}
+
+#facets dl {
+    background-color:white;
+    margin:0px;
+}
+
+#facets dt {
+    text-align:right;
+    font-weight:bold;
+}
+
+#facets dd {
+    border:1px solid #CCCCCC;
+}
+/* bulkedit bloc */
+/*#bulkedit {
+    margin-top: 15px;
+    margin-left: 15px;
+    border:1px solid #CCCCCC;
+}
+
+#bulkedit h2 {
+    background-color:#CCCCCC;
+    margin:0px;
+    padding:0px;
+    font-size:1.1em;
+}*/
+
+/* 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;
+}
+/* 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 : #CCCCCC;
+    font-size : 1em;
+    border: 2px inset;
+    font-weight : bold;
+    text-decoration:none;
+    display: inline;
+    text-decoration:none;
+    margin-left:10px;
+}
+
+#onlinehelp {
+    float:right;
+}
+
+/* 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 */
+    display:none;
+}
+
+/* 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 */
+    display:block;
+}
+
+/* the style of tag description */
+p.tag {
+    font-weight:bold;
+}
+/* the style of subfield paragraph */
+p.subfield {
+    
+}
+
+
+
+.lineSelected {
+    background-color:yellow;
+}
+
+
+/* display more informations with css layer */
+a.info {
+    position: relative;
+    text-decoration: none;
+    color: black;
+    border-bottom: 1px gray dotted;
+}
+
+a.info span {
+    display: none;
+    width:300px;
+}
+
+a.info:hover {
+    background: none; /* correcting IE bug*/
+    z-index: 500;
+}
+a.info:hover span {
+    display: inline;
+    position: absolute;
+    top: 2em;
+    right: 1em;
+    background: orange;
+    text-align: center;
+    color: white;
+    padding: 2px;
+}
+
+fieldset {
+        border : 1px solid #374b73;
+        display: inline;
+        float:left;
+        vertical-align:top;
+}
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css b/koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css
new file mode 100644 (file)
index 0000000..8b30047
--- /dev/null
@@ -0,0 +1,665 @@
+body {
+    font-family : Verdana, Geneva, Arial, sans-serif;
+    font-size : .9em;
+    color:#494949;
+    background: url( /intranet-tmpl/prog/img/css_header.png );
+    background-repeat:repeat-x;
+    background-color:#EDF5FA;
+}
+
+h1 {
+    margin:0px;
+}
+h2 {
+    display:block;
+    clear:left;
+    margin:0px 0px 10px 10px;
+}
+
+h3 {
+    display:block;
+    clear:left;
+    margin:0px 0px 0px 10px;
+}
+
+table {
+    border-collapse : inherit;
+    border : 1px solid #CCCCCC;
+    margin : 1em 0 1em 20px;
+    margin-right : 5%;
+    border-collapse:collapse;
+}
+
+caption {
+    font-size : 140%;
+    text-align : left;
+    font-weight : bold;
+}
+
+td,th {
+    /*border-left : 1px solid #CCCCCC;
+    border-bottom : 1px solid #CCCCCC;*/
+    border : 1px solid #CCCCCC;
+    padding : 5px;
+}
+
+th {
+    background-color : #CCCCCC;
+    border-left : 1px solid #999999;
+    border-bottom : 1px solid #999999;
+}
+
+th[scope=row] {
+    background-color : #EEEEEE;
+    text-align : right;
+}
+
+p {
+    margin:0px 0px 0px 20px;
+}
+input {
+    font-size:0.9em;
+}
+
+select {
+    font-size:0.9em;
+}
+
+fieldset {
+    border : 1px solid #bbb;
+    display: inline;
+    vertical-align: top;
+}
+
+input[type=submit], input[type=button], input[type=reset] {
+    border:0px;
+    color: #0072b9;
+    font-weight:bold;
+    background: url( /intranet-tmpl/prog/img/bg-tab.png );
+    font-size : 0.8em;
+    padding:3px;
+    text-decoration:none;
+    display:inline;
+    cursor:pointer;
+    margin-left:20px;
+}
+
+label {
+    font-style:italic;
+    vertical-align:top;
+    display:block;
+    float:left;
+    width:10em;
+    margin-right:0.2em;
+}
+
+p {
+clear:left;
+}
+
+a {
+    text-decoration:none;
+    color:#027ac6;
+}
+a:hover {
+    text-decoration:underline;
+    color:#0072b9;
+}
+.searchresults table tr:hover{
+    background-color: #CCFFFF;
+}
+
+tr.highlight td, tr.highlight th {
+    background-color : #EEEEEE;
+}
+
+.here {
+    color: black;
+    text-decoration:none;
+}
+
+.click{
+    cursor:pointer;
+    color: #027ac6;/*blue*/
+}
+.click:hover{   
+    text-decoration:underline;
+}
+
+#problem {
+    color: red;
+    background-color:white;
+    font-weight : bold;
+    margin:10px;
+}
+
+#admin_stopwords_select UL {
+   width: 600px;
+}
+
+#admin_stopwords_select UL LI {
+   white-space: nowrap;
+}
+
+legend {
+    font-size:120%;
+    font-weight:bold;
+}
+
+.problem {
+    color: white;
+    background-color:red;
+    font-weight : bold;
+    margin:10px;
+}
+
+.toogle{
+       background-color:#ffffcc;
+}
+
+.pages{
+       margin:.7em;
+}
+/* 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;
+}
+
+.available {
+    font-size:0.75em;
+}
+
+.unavailable {
+    background-color: #FFED3D;
+    font-size:0.75em;
+}
+
+.hasexpirated {
+    text-decoration: line-through;
+}
+
+/* style for search terms in catalogsearch */
+.term {
+    background-color:yellow;
+}
+
+/* end of css styles for reserves color alerts */
+
+/* the Koha logo (top left) */
+#kohalogo {
+    position:fixed;
+    left:20px;
+    top:10px;
+}
+
+#kohalogo h3 {
+    padding-top:5px;
+    margin-left:0px;
+}
+#kohalogo h3 a {
+    color:white;
+}
+/* MAIN MENU STYLES */
+#mainmenu {
+    display:block;
+    position:fixed;
+    font-weight : normal;
+    margin-top:30px;
+    margin-right: 5px;
+    padding-right: 5px;
+    font-size:0.9em;
+}
+
+#mainmenu a {
+    display:block;
+    margin-bottom:0px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:bold;
+    color:#027ac6;
+}
+
+
+#mainmenu a:hover {
+    display:block;
+    margin-bottom:0px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:bold;
+    background-color:#027ac6;
+    color:white;
+}
+
+#mainmenu ul a {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    color:#027ac6;
+}
+
+#mainmenu ul a:hover {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    background-color:#027ac6;
+    color:white;
+}
+
+#mainmenu ul {
+    list-style-type: none;
+    padding-left:20px;
+    margin-bottom:0px;
+    margin-top:0px;
+    color:#027ac6;
+}
+
+#mainmenu li {
+    list-style-type: none;
+    padding-left:0px;
+    margin-left:0px;
+    margin-bottom:0px;
+    margin-top:0px;
+    color:#027ac6;
+}
+
+#mainmenu label {
+    width:4em;
+}
+
+#mainmenu h3 {
+    color:white;
+    font-size:1.2em;
+    margin:10px 0px 10px 0px ;
+}
+
+#mainmenu input {
+    border:0px;
+    border-bottom:1px solid #027ac6;
+}
+#mainmenu input[type=submit], input[type=button], input[type=reset] {
+    margin-left:0px;
+    border-bottom:0px;
+}
+
+
+/* submenus styles */
+#submenu {
+    position:absolute;
+    top:10px;
+    left:220px;
+}
+
+#submenu a {
+    margin:5px;
+    text-decoration:none;
+    color:white;
+}
+
+#submenu a:hover {
+    margin:5px;
+    background-color:white;
+    color:#027ac6;
+}
+
+/*Action button*/
+#action {
+    float:right;
+}
+
+#action a {
+    color: #0072b9;
+    font-weight:bold;
+    background: url( /intranet-tmpl/prog/img/bg-tab.png );
+    font-size : 0.8em;
+    padding:3px;
+    margin-bottom:2px;
+    text-decoration:none;
+    display:block;
+}
+
+/*edit action*/
+#action .edit {
+    display:inline;
+    margin-bottom:10px;
+}
+
+#action .edit a {
+    background:none;
+    background-color : #0072b9;
+    color : white;
+}
+
+#action .edit a:hover {
+    cursor:pointer;
+}
+
+#action .view {
+       display:inline;
+       margin-bottom:5px;
+}
+
+#action .view a {
+    background:none;
+    background-color : #5ab5ee;
+    color : white;
+    margin-top: 1px;
+}
+
+#action .view a:hover {
+    cursor:pointer;
+}
+
+#action .others {
+    display:inline;
+    margin-bottom:5px;
+}
+
+#action .others a {
+    background:none;
+    background-color : #2385C2;
+    color : white;
+    margin-top: 1px;
+}
+
+#action .others a:hover {
+    cursor:pointer;
+}
+
+/* Main body style */
+#main {
+    margin-left:220px;
+    margin-top:75px;
+    padding:5px;
+    padding-bottom:100px;
+    background-color:white;
+    border:1px solid #bbb;
+}
+
+/* facets bloc */
+#facets {
+    position:absolute;
+    right:1em;
+}
+
+#facets dl {
+    background-color:white;
+    margin:0px;
+}
+
+#facets dt {
+    text-align:right;
+    font-weight:bold;
+}
+
+#facets dd {
+    border:1px solid #CCCCCC;
+}
+
+/* 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;
+}
+/* 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 : #CCCCCC;
+    font-size : 1em;
+    border: 2px inset;
+    font-weight : bold;
+    text-decoration:none;
+    display: inline;
+    text-decoration:none;
+    margin-left:10px;
+}
+
+
+/* the online help button */
+#onlinehelp {
+    position:absolute;
+    top:0px;
+    right:0px;
+}
+#onlinehelp a {
+        color:white;
+}
+
+/* the login box */
+#login {
+    font-size:0.7em;
+}
+
+/* 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:1.2em;
+    padding-left:1.2em;
+    -moz-border-radius:4px;
+}
+
+/* specify that we to do when the mouse is on 1 button */
+#tabs a:hover {
+    border: 2px inset;
+}
+
+#tabs {
+    margin-top:35px;
+    margin-bottom:10px;
+}
+
+/* styles for the 11 content blocks */
+/* the property for hidden tabs */
+.content_hidden {
+    visibility:hidden; /* you propably don't need to change this one */
+    display:none;
+}
+
+/* the property for the displayed tab */
+.content_visible {
+    visibility:visible; /* you propably don't need to change this one */
+    display:block;
+}
+
+.lineSelected {
+    background-color:yellow;
+}
+
+/* display more informations with css layer */
+a.info {
+    position: relative;
+    text-decoration: none;
+    color: black;
+    border-bottom: 1px gray dotted;
+}
+
+a.info span {
+    display: none;
+    width:300px;
+}
+
+a.info:hover {
+    background: none; /* correcting IE bug*/
+    z-index: 500;
+}
+a.info:hover span {
+    display: inline;
+    position: absolute;
+    top: 2em;
+    right: 1em;
+    background: orange;
+    text-align: center;
+    color: white;
+    padding: 2px;
+}
+
+/* the itemtype list (in adv search) */
+#itemtypelist {
+    width:700px;
+}
+#itemtypelist td {
+    border : 0px;
+    margin : 0px;
+    padding: 5px;
+    border-collapse:collapse;
+    border: 1px solid white;
+    background-color:#CCCCCC;
+    vertical-align:top;
+}
+
+#itemtypelist p {
+    margin:0px;
+}
+
+/* MARC Editor stylesheet */
+
+/* the style of tag description */
+div.tag_title {
+    font-weight:bold;
+    cursor:pointer;
+}
+
+div.tag_title span {
+    display:inline;
+    font-size:1em;
+    color : #027ac6;
+}
+
+div.tag_title a:hover{
+    text-decoration:none;
+}
+
+
+.subfield_line{
+    margin-left:1.1em;
+}
+
+.CursorHelp{
+    cursor:help;
+}
+
+.buttonDot{
+    cursor:help;
+}
+
+.buttonUp {
+    cursor: crosshair;
+    color: grey;
+    font-size: .8em;
+}
+
+.labelsubfield{
+    min-width:210px;
+    display:inline;
+}
+
+.subfield_mandatory{
+    color:red;
+}
+
+.subfield_not_filled {
+    width:506px;
+    color:darkblue;
+    background-color:#ffe5ed;
+    border:1px solid #ffe5ed;
+    border-bottom:1px solid red;
+    padding:0.15em;
+}
+
+.line_not_filled{
+    margin-left:1.1em;
+    background-color:#ffe5ed;
+    border:1px solid red;
+}
+
+.indicator{
+    width:20px;
+    color:darkblue;
+    background-color: #ffffff;
+    border:1px dotted #a4cde6;
+    padding:0.15em;
+}
+
+.indicator:focus {
+    background-color:#fdfde3;
+    border-bottom:1px solid darkblue;
+    width:20px;
+    color:darkblue;
+}
+
+.input_marceditor {
+    width:506px;
+    color:darkblue;
+    background-color:#ffffff;
+    border:1px solid #ffffff;
+    border-bottom:1px solid lightgray;
+    padding:0.15em;
+}
+
+.input_marceditor:focus{
+    background-color:#fdfde3;
+    border-bottom:1px solid darkblue;
+    width:506px;
+    color:darkblue;
+}
+
+.tag{
+    padding-bottom:1.1em;
+/*     border-bottom:1px dotted #a4cde6; */
+}
+
+.buttonPlus {
+    cursor: crosshair;
+    color: grey; 
+    font-size: 80%;
+}
+
+/*.flat{
+    border:0px;
+}*/
+
+/* End of Marc Editor stylesheet */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css b/koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css
new file mode 100644 (file)
index 0000000..3ba849f
--- /dev/null
@@ -0,0 +1,551 @@
+body {
+    font-family : Verdana, Geneva, Arial, sans-serif;
+    font-size : .9em;
+    color:#494949;
+    background-color:#EDF5FA;
+}
+
+h1 {
+    margin:0px;
+}
+h2 {
+    display:block;
+    clear:left;
+    margin:0px 0px 10px 10px;
+}
+
+h3 {
+    display:block;
+    clear:left;
+    margin:0px 0px 0px 10px;
+}
+
+table {
+    border-collapse : inherit;
+    border : 1px solid #CCCCCC;
+    margin : 1em 0 1em 20px;
+    margin-right : 5%;
+    border-collapse:collapse;
+}
+
+caption {
+    font-size : 140%;
+    text-align : left;
+    font-weight : bold;
+}
+
+td,th {
+    /*border-left : 1px solid #CCCCCC;
+    border-bottom : 1px solid #CCCCCC;*/
+    border : 1px solid #CCCCCC;
+    padding : 5px;
+}
+
+th {
+    background-color : #CCCCCC;
+    border-left : 1px solid #999999;
+    border-bottom : 1px solid #999999;
+}
+
+th[scope=row] {
+    background-color : #EEEEEE;
+    text-align : right;
+}
+
+p {
+    margin:0px 0px 0px 20px;
+}
+input {
+    font-size:0.9em;
+}
+
+select {
+    font-size:0.9em;
+}
+
+fieldset {
+        border : 1px solid #bbb;
+        display: inline;
+        vertical-align: top;
+}
+
+input[type=submit], input[type=button], input[type=reset] {
+    border:0px;
+    color: #0072b9;
+    font-weight:bold;
+    background: url( /intranet-tmpl/prog/img/bg-tab.png );
+    font-size : 0.8em;
+    padding:3px;
+    text-decoration:none;
+    display:inline;
+    cursor:pointer;
+    margin-left:20px;
+}
+
+label {
+    font-style:italic;
+    vertical-align:top;
+    display:block;
+    float:left;
+/*     text-align:right; */
+    width:10em;
+    margin-right:0.2em;
+}
+
+p {
+clear:left;
+}
+
+a {
+    text-decoration:none;
+    color:#027ac6;
+}
+a:hover {
+    text-decoration:underline;
+    color:#0072b9;
+}
+.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;
+    margin:10px;
+}
+
+#admin_stopwords_select UL {
+   width: 600px;
+}
+
+#admin_stopwords_select UL LI {
+   white-space: nowrap;
+}
+
+legend {
+    font-size:120%;
+    font-weight:bold;
+}
+
+.problem {
+    color: white;
+    background-color:red;
+    font-weight : bold;
+    margin:10px;
+}
+
+/* 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;
+}
+
+.available {
+    font-size:0.75em;
+}
+
+.unavailable {
+    background-color: #FFED3D;
+    font-size:0.75em;
+}
+
+.hasexpirated {
+    text-decoration: line-through;
+}
+
+/* style for search terms in catalogsearch */
+.term {
+    background-color:yellow;
+}
+
+/* end of css styles for reserves color alerts */
+
+/* the Koha logo (top left) */
+#kohalogo {
+    position:fixed;
+    left:20px;
+    top:10px;
+}
+
+#kohalogo h3 {
+    padding-top:5px;
+    margin-left:0px;
+}
+#kohalogo h3 a {
+    color:white;
+}
+/* MAIN MENU STYLES */
+#mainmenu {
+    display:block;
+    position:fixed;
+    font-weight : normal;
+    margin-top:30px;
+    margin-right: 5px;
+    padding-right: 5px;
+    font-size:0.9em;
+}
+
+#mainmenu a {
+    display:block;
+    margin-bottom:0px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:bold;
+    color:#027ac6;
+}
+
+
+#mainmenu a:hover {
+    display:block;
+    margin-bottom:0px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:bold;
+    background-color:#027ac6;
+    color:white;
+}
+
+#mainmenu ul a {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    color:#027ac6;
+}
+
+#mainmenu ul a:hover {
+    display:block;
+    margin-bottom:5px;
+    padding-left :5px;
+    text-decoration:none;
+    font-weight:normal;
+    background-color:#027ac6;
+    color:white;
+}
+
+#mainmenu ul {
+    list-style-type: none;
+    padding-left:20px;
+    margin-bottom:0px;
+    margin-top:0px;
+    color:#027ac6;
+}
+
+#mainmenu li {
+    list-style-type: none;
+    padding-left:0px;
+    margin-left:0px;
+    margin-bottom:0px;
+    margin-top:0px;
+    color:#027ac6;
+}
+
+#mainmenu label {
+    width:4em;
+}
+
+#mainmenu h3 {
+    color:white;
+    font-size:1.2em;
+    margin:10px 0px 10px 0px ;
+}
+
+#mainmenu input {
+    border:0px;
+    border-bottom:1px solid #027ac6;
+}
+#mainmenu input[type=submit], input[type=button], input[type=reset] {
+    margin-left:0px;
+    border-bottom:0px;
+}
+
+
+/* submenus styles */
+#submenu {
+    position:absolute;
+    top:10px;
+    left:220px;
+}
+
+#submenu a {
+    margin:5px;
+    text-decoration:none;
+    color:white;
+}
+
+#submenu a:hover {
+    margin:5px;
+    background-color:white;
+    color:#027ac6;
+}
+
+/*Action button*/
+#action {
+    float:right;
+}
+
+#action a {
+    color: #0072b9;
+    font-weight:bold;
+    background: url( /intranet-tmpl/prog/img/bg-tab.png );
+    font-size : 0.8em;
+    padding:3px;
+    margin-bottom:2px;
+    text-decoration:none;
+    display:block;
+}
+
+/*edit action*/
+#action .edit {
+    display:inline;
+    margin-bottom:10px;
+}
+
+#action .edit a {
+    background:none;
+    background-color : #0072b9;
+    color : white;
+}
+
+#action .edit a:hover {
+    cursor:pointer;
+}
+
+#action .view {
+       display:inline;
+       margin-bottom:5px;
+}
+
+#action .view a {
+    background:none;
+    background-color : #5ab5ee;
+    color : white;
+    margin-top: 1px;
+}
+
+#action .view a:hover {
+    cursor:pointer;
+}
+
+#action .others {
+    display:inline;
+    margin-bottom:5px;
+}
+
+#action .others a {
+    background:none;
+    background-color : #2385C2;
+    color : white;
+    margin-top: 1px;
+}
+
+#action .others a:hover {
+    cursor:pointer;
+}
+
+/* Main body style */
+#main {
+    margin-left:220px;
+    margin-top:75px;
+    padding:5px;
+    padding-bottom:100px;
+    background-color:white;
+    border:1px solid #bbb;
+}
+
+/* facets bloc */
+#facets {
+    position:absolute;
+    right:1em;
+}
+
+#facets dl {
+    background-color:white;
+    margin:0px;
+}
+
+#facets dt {
+    text-align:right;
+    font-weight:bold;
+}
+
+#facets dd {
+    border:1px solid #CCCCCC;
+}
+
+/* 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;
+}
+/* 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 : #CCCCCC;
+    font-size : 1em;
+    border: 2px inset;
+    font-weight : bold;
+    text-decoration:none;
+    display: inline;
+    text-decoration:none;
+    margin-left:10px;
+}
+
+
+/* the online help button */
+#onlinehelp {
+    position:absolute;
+    top:0px;
+    right:0px;
+}
+#onlinehelp a {
+        color:white;
+}
+
+/* the login box */
+#login {
+    font-size:0.7em;
+}
+
+/* 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 {
+    visibility:hidden; /* you propably don't need to change this one */
+    display:none;
+}
+
+/* the property for the displayed tab */
+.content_visible {
+    visibility:visible; /* you propably don't need to change this one */
+    display:block;
+}
+
+/* the style of tag description */
+p.tag {
+    font-weight:bold;
+}
+/* the style of subfield paragraph */
+p.subfield {
+    
+}
+
+
+
+.lineSelected {
+    background-color:yellow;
+}
+
+
+/* display more informations with css layer */
+a.info {
+    position: relative;
+    text-decoration: none;
+    color: black;
+    border-bottom: 1px gray dotted;
+}
+
+a.info span {
+    display: none;
+    width:300px;
+}
+
+a.info:hover {
+    background: none; /* correcting IE bug*/
+    z-index: 500;
+}
+a.info:hover span {
+    display: inline;
+    position: absolute;
+    top: 2em;
+    right: 1em;
+    background: orange;
+    text-align: center;
+    color: white;
+    padding: 2px;
+}
+
+/* the itemtype list (in adv search) */
+#itemtypelist {
+    width:700px;
+}
+#itemtypelist td {
+    border : 0px;
+    margin : 0px;
+    padding: 5px;
+    border-collapse:collapse;
+    border: 1px solid white;
+    background-color:#CCCCCC;
+    vertical-align:top;
+}
+
+#itemtypelist p {
+    margin:0px;
+}
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/login.css b/koha-tmpl/intranet-tmpl/prog/en/css/login.css
new file mode 100644 (file)
index 0000000..53e19fa
--- /dev/null
@@ -0,0 +1,139 @@
+a.edit, a.delete, a.edit:hover, a.delete:hover {
+       border-bottom: none;
+       display: block;
+       padding: 5px 0;
+       text-align: center;
+}
+
+a.edit:hover {
+       background: #ccc;
+       color: #036;
+}
+
+a:visited {
+       color: #006;
+}
+
+a:hover {
+/*     border-bottom: 1px solid #3a75ae;*/
+       color: #069;
+}
+
+body   {
+       background: #f9fcfe;
+       color: #000;
+       margin: 0;
+       padding: 0;
+}
+
+body, td {
+       font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
+}
+
+form, label input {
+       margin: 0;
+       padding: 0;
+}
+
+input:focus, textarea:focus, label:focus {
+       background: #fff;
+       border: 1px solid #686868;
+}
+
+label {
+       cursor: pointer;
+}
+
+#logo { margin-bottom: 2em; }
+
+#login {
+       background: #fff;
+       border: 1px solid #a2a2a2;
+       margin: 5em auto;
+       padding: 1.5em;
+       width: 25em;
+}
+
+#login #login_error {
+       background: #c00;
+       border: 1px solid #a40000;
+       color: #fff;
+       font-size: 16px;
+       font-weight: bold;
+       padding: .5em;
+       text-align: center;
+}
+
+#login h1 {
+       background: url(/intranet-tmpl/prog/img/koha-logo.gif) no-repeat top left;
+       margin-top: 0;
+}
+
+#login h1 a {
+       display: block;
+       text-indent: -1000px;
+       height: 66px;
+       border-bottom: none;
+}
+
+#login input {
+       padding: 3px;
+}
+
+#login ul {
+       list-style: none;
+       margin: 0;
+       padding: 0;
+}
+
+#login ul li {
+       display: inline;
+       margin-left: 1.4em;
+       text-align: center;
+}
+
+#login #userid, #password {
+       font-size: 1.7em;
+       width: 80%;
+}
+
+#login #submit {
+       font-size: 1.7em;
+}
+
+
+#footer {
+        text-align: center;
+        border-top: 1px solid #ccc;
+        padding-top: 1em;
+        font-style: italic;
+}
+
+.submit input, .submit input:focus, .button {
+       background: url(/intranet-tmpl/prog/img/fade-butt.png );
+       border: 3px double #999;
+       border-left-color: #ccc;
+       border-top-color: #ccc;
+       color: #333;
+       padding: 0.25em;
+}
+
+.submit input:active, .button:active {
+       background: #f4f4f4;
+       border: 3px double #ccc;
+       border-left-color: #999;
+       border-top-color: #999;
+}
+
+.submit, .editform th, #postcustomsubmit {
+       text-align: right;
+}
+
+textarea, input, select {
+       background: #f4f4f4;
+       border: 1px solid #b2b2b2;
+       color: #000;
+       font:  13px Verdana, Arial, Helvetica, sans-serif;
+       margin: 1px;
+       padding: 3px;
+}
index ad09699..91be144 100644 (file)
@@ -2,8 +2,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
-       @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+       @import url(<!-- TMPL_VAR NAME='themelang' -->/css/intranet.css);
 </style>
 </head>
 
-<body>
\ No newline at end of file
+<body>
index 2b8b451..0a13d80 100644 (file)
@@ -1,23 +1,23 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
-<link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css" />
+<link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/css/intranet-print.css" />
 <style type="text/css" media="screen"> 
        <!-- TMPL_IF NAME="popup" -->
-    @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2popup.css);
+    @import url(<!-- TMPL_VAR NAME='themelang' -->/css/intranet2popup.css);
        <!-- /TMPL_IF -->
 
        <!-- TMPL_IF NAME="login" -->
-       @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/login.css);
+       @import url(<!-- TMPL_VAR NAME='themelang' -->/css/login.css);
        <!-- /TMPL_IF -->
 
        <!-- TMPL_IF NAME="wizard" -->
-    @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/wizard.css);
+    @import url(<!-- TMPL_VAR NAME='themelang' -->/css/wizard.css);
        <!-- TMPL_ELSE -->
 
                <!-- TMPL_IF NAME="intranetstylesheet" -->
        @import url(<!-- TMPL_VAR NAME="intranetstylesheet" -->);
                <!-- TMPL_ELSE -->
-       @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2.css);
+       @import url(<!-- TMPL_VAR NAME='themelang' -->/css/intranet2.css);
        <!--/TMPL_IF-->    
        <!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="intranetcolorstylesheet" -->
index 2b03bbf..68f4402 100644 (file)
@@ -20,7 +20,7 @@ function Help() {
 }
 </script>
 
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/staff.css">
 <style type="text/css">
 .catalogue {
        background-color:#ad11ad;
index 8756a15..aa2c019 100644 (file)
@@ -3,10 +3,10 @@
 <style type="text/css" media="screen">
 
 <!-- TMPL_IF NAME="login" -->
-    @import url(/intranet-tmpl/prog/en/includes/login.css);
+    @import url(/intranet-tmpl/prog/en/css/login.css);
 <!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="wizard" -->
-    @import url(/intranet-tmpl/prog/en/includes/wizard.css);
+    @import url(/intranet-tmpl/prog/en/css/wizard.css);
 <!-- /TMPL_IF -->
 
 html { background: #eee; }
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-print.css b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-print.css
deleted file mode 100644 (file)
index 33b4cd7..0000000
+++ /dev/null
@@ -1,235 +0,0 @@
-body {
-    font-family : Verdana, Geneva, Arial, sans-serif;
-    font-size : .9em;
-}
-
-table {
-    border-collapse : inherit;
-    border : 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;*/
-    border : 1px solid #CCCCCC;
-    padding : 5px;
-}
-
-th {
-    background-color : #CCCCCC;
-    border-left : 1px solid #999999;
-    border-bottom : 1px solid #999999;
-}
-
-th[scope=row] {
-    background-color : #EEEEEE;
-    text-align : right;
-}
-
-input {
-    font-size:0.9em;
-}
-
-select {
-    font-size:0.9em;
-}
-
-input[type=submit], input[type=button], input[type=reset] {
-    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;
-}
-
-#admin_stopwords_select UL LI {
-   white-space: nowrap;
-}
-
-legend {
-    font-size:120%;
-    font-weight:bold;
-}
-
-.problem {
-    color: white;
-    background-color:red;
-    font-weight : bold;
-}
-
-/* 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;
-}
-
-.available {
-    background-color: white;
-}
-
-.unavailable {
-    background-color: #FFED3D;
-}
-
-.hasexpirated {
-    text-decoration: line-through;
-}
-
-/* style for search terms in catalogsearch */
-.term {
-    background-color:yellow;
-}
-
-/* end of css styles for reserves color alerts */
-
-/* MAIN MENU STYLES */
-#mainmenu {
-display:none;
-}
-
-/* submenus styles */
-#submenu {
-    display:none;
-}
-/*Action button*/
-#action {
-    display:none;
-}
-
-/* Main body style */
-#main {
-    margin-left:0%;
-}
-
-/* facets bloc */
-#facets {
-    display:none;
-}
-
-/* the USER information block */
-#librarian_information {
-    display:none;
-}
-
-/* css style for reregistration alert */
-
-.reregistrinfo {
-    color: #6699cc;
-    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 : #CCCCCC;
-    font-size : 1em;
-    border: 2px inset;
-    font-weight : bold;
-    text-decoration:none;
-    display: inline;
-    text-decoration:none;
-    margin-left:10px;
-}
-
-#onlinehelp {
-    display:none;
-}
-
-/* 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 */
-    display:none;
-}
-
-/* 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 */
-    display:block;
-}
-
-.lineSelected {
-    background-color:yellow;
-}
-.DoNotPrint {
-    display:none;
-}
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css
deleted file mode 100644 (file)
index a2a9a70..0000000
+++ /dev/null
@@ -1,491 +0,0 @@
-body {
-    font-family : Verdana, Geneva, Arial, sans-serif;
-    font-size : .9em;
-    background-color:white;
-}
-
-h2 {
-    display:block;
-    clear:left;
-/*     float:none; */
-}
-table {
-    border-collapse : inherit;
-    border : 1px solid #CCCCCC;
-    margin : 1em 0;
-    border-collapse:collapse;
-}
-
-caption {
-    font-size : 140%;
-    text-align : left;
-    font-weight : bold;
-}
-
-td,th {
-    /*border-left : 1px solid #CCCCCC;
-    border-bottom : 1px solid #CCCCCC;*/
-    border : 1px solid #CCCCCC;
-    padding : 5px;
-}
-
-th {
-    background-color : #CCCCCC;
-    border-left : 1px solid #999999;
-    border-bottom : 1px solid #999999;
-}
-
-th[scope=row] {
-    background-color : #EEEEEE;
-    text-align : right;
-}
-
-p {
-    margin:0px 0px 0px 0px;
-}
-input {
-    font-size:0.9em;
-}
-
-select {
-    font-size:0.9em;
-}
-
-input[type=submit], input[type=button], input[type=reset] {
-    background: url( /intranet-tmpl/prog/img/fade-butt.png );
-    border: 3px double #999;
-    border-left-color: #ccc;
-    border-top-color: #ccc;
-    color: #333;
-    padding: 0.25em;
-}
-
-label {
-    font-style:italic;
-    vertical-align:top;
-    display:block;
-    float:left;
-/*     text-align:right; */
-    width:10em;
-    margin-right:0.2em;
-}
-
-p {
-clear:left;
-}
-.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;
-    margin:10px;
-}
-
-#admin_stopwords_select UL {
-   width: 600px;
-}
-
-#admin_stopwords_select UL LI {
-   white-space: nowrap;
-}
-
-legend {
-    font-size:120%;
-    font-weight:bold;
-}
-
-.problem {
-    color: white;
-    background-color:red;
-    font-weight : bold;
-    margin:10px;
-}
-
-/* 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;
-}
-
-.available {
-    background-color: white;
-}
-
-.unavailable {
-    background-color: #FFED3D;
-}
-
-.hasexpirated {
-    text-decoration: line-through;
-}
-
-/* style for search terms in catalogsearch */
-.term {
-    background-color:yellow;
-}
-
-/* end of css styles for reserves color alerts */
-
-/* the Koha logo (top left) */
-#kohalogo {
-    position:absolute;
-    left:20px;
-    top:20px;
-}
-
-/* MAIN MENU STYLES */
-#mainmenu {
-    display:block;
-    position:fixed;
-/*     float:left; */
-    font-weight : normal;
-    margin-right: 5px;
-    padding-right: 5px;
-    border-right:1px solid black;
-    font-size:0.9em;
-}
-
-#mainmenu a {
-    display:block;
-    margin-bottom:0px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:bold;
-    color:black;
-}
-
-
-#mainmenu a:hover {
-    display:block;
-    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 {
-    list-style-type: none;
-    padding-left:20px;
-    margin-bottom:0px;
-    margin-top:0px;
-}
-
-#mainmenu li {
-    list-style-type: none;
-    padding-left:0px;
-    margin-left:0px;
-    margin-bottom:0px;
-    margin-top:0px;
-}
-
-#mainmenu label {
-    width:4em;
-}
-
-/* submenus styles */
-#submenu {
-    margin-left:25%;
-}
-
-#submenu a {
-    margin:5px;
-    text-decoration:none;
-    color:#6699CC;
-}
-
-#submenu a:hover {
-    margin:5px;
-    background-color:#6699CC;
-    color:white;
-}
-
-/*Action button*/
-#action {
-    /*float:right;*/
-}
-
-#action a {
-    background-color: #6699CC;
-    color:white;
-    font-size : 0.8em;
-    border: 2px outset;
-    font-weight : bold;
-    margin:5px 0px 0px 0px;
-    padding:3px;
-    text-decoration:none;
-    display:inline;
-}
-
-#action a:hover {
-    border: 2px inset;
-    color: #6699CC;
-    background-color:white;
-}
-
-/*edit action*/
-#action .edit {
-       display:inline;
-       margin-right:5px;
-}
-
-#action .edit a {
-    background-color : #6699CC;
-    color : white;
-    margin-top: 1px;
-}
-
-#action .edit a:hover {
-    border: 2px inset;
-    color: #6699CC;
-    background-color:white;
-}
-
-#action .view {
-       display:inline;
-       margin-right:5px;
-}
-
-#action .view a {
-    background-color : #CECEFF;
-    color : white;
-    margin-top: 1px;
-}
-
-#action .view a:hover {
-    border: 2px inset;
-    color: #CECEFF;
-    background-color:white;
-}
-
-#action .others {
-       display:inline;
-       margin-right:5px;
-}
-
-#action .others a {
-    background-color : #6699AA;
-    color : white;
-    margin-top: 1px;
-}
-
-#action .others a:hover {
-    border: 2px inset;
-    color: #6699AA;
-    background-color:white;
-}
-
-/* Main body style */
-#main {
-    margin-left:25%;
-}
-
-/* facets bloc */
-#facets {
-    position:absolute;
-    right:1em;
-}
-
-#facets dl {
-    background-color:white;
-    margin:0px;
-}
-
-#facets dt {
-    text-align:right;
-    font-weight:bold;
-}
-
-#facets dd {
-    border:1px solid #CCCCCC;
-}
-/* bulkedit bloc */
-/*#bulkedit {
-    margin-top: 15px;
-    margin-left: 15px;
-    border:1px solid #CCCCCC;
-}
-
-#bulkedit h2 {
-    background-color:#CCCCCC;
-    margin:0px;
-    padding:0px;
-    font-size:1.1em;
-}*/
-
-/* 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;
-}
-/* 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 : #CCCCCC;
-    font-size : 1em;
-    border: 2px inset;
-    font-weight : bold;
-    text-decoration:none;
-    display: inline;
-    text-decoration:none;
-    margin-left:10px;
-}
-
-#onlinehelp {
-    float:right;
-}
-
-/* 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 */
-    display:none;
-}
-
-/* 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 */
-    display:block;
-}
-
-/* the style of tag description */
-p.tag {
-    font-weight:bold;
-}
-/* the style of subfield paragraph */
-p.subfield {
-    
-}
-
-
-
-.lineSelected {
-    background-color:yellow;
-}
-
-
-/* display more informations with css layer */
-a.info {
-    position: relative;
-    text-decoration: none;
-    color: black;
-    border-bottom: 1px gray dotted;
-}
-
-a.info span {
-    display: none;
-    width:300px;
-}
-
-a.info:hover {
-    background: none; /* correcting IE bug*/
-    z-index: 500;
-}
-a.info:hover span {
-    display: inline;
-    position: absolute;
-    top: 2em;
-    right: 1em;
-    background: orange;
-    text-align: center;
-    color: white;
-    padding: 2px;
-}
-
-fieldset {
-        border : 1px solid #374b73;
-        display: inline;
-        float:left;
-        vertical-align:top;
-}
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet2.css b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet2.css
deleted file mode 100644 (file)
index 8b30047..0000000
+++ /dev/null
@@ -1,665 +0,0 @@
-body {
-    font-family : Verdana, Geneva, Arial, sans-serif;
-    font-size : .9em;
-    color:#494949;
-    background: url( /intranet-tmpl/prog/img/css_header.png );
-    background-repeat:repeat-x;
-    background-color:#EDF5FA;
-}
-
-h1 {
-    margin:0px;
-}
-h2 {
-    display:block;
-    clear:left;
-    margin:0px 0px 10px 10px;
-}
-
-h3 {
-    display:block;
-    clear:left;
-    margin:0px 0px 0px 10px;
-}
-
-table {
-    border-collapse : inherit;
-    border : 1px solid #CCCCCC;
-    margin : 1em 0 1em 20px;
-    margin-right : 5%;
-    border-collapse:collapse;
-}
-
-caption {
-    font-size : 140%;
-    text-align : left;
-    font-weight : bold;
-}
-
-td,th {
-    /*border-left : 1px solid #CCCCCC;
-    border-bottom : 1px solid #CCCCCC;*/
-    border : 1px solid #CCCCCC;
-    padding : 5px;
-}
-
-th {
-    background-color : #CCCCCC;
-    border-left : 1px solid #999999;
-    border-bottom : 1px solid #999999;
-}
-
-th[scope=row] {
-    background-color : #EEEEEE;
-    text-align : right;
-}
-
-p {
-    margin:0px 0px 0px 20px;
-}
-input {
-    font-size:0.9em;
-}
-
-select {
-    font-size:0.9em;
-}
-
-fieldset {
-    border : 1px solid #bbb;
-    display: inline;
-    vertical-align: top;
-}
-
-input[type=submit], input[type=button], input[type=reset] {
-    border:0px;
-    color: #0072b9;
-    font-weight:bold;
-    background: url( /intranet-tmpl/prog/img/bg-tab.png );
-    font-size : 0.8em;
-    padding:3px;
-    text-decoration:none;
-    display:inline;
-    cursor:pointer;
-    margin-left:20px;
-}
-
-label {
-    font-style:italic;
-    vertical-align:top;
-    display:block;
-    float:left;
-    width:10em;
-    margin-right:0.2em;
-}
-
-p {
-clear:left;
-}
-
-a {
-    text-decoration:none;
-    color:#027ac6;
-}
-a:hover {
-    text-decoration:underline;
-    color:#0072b9;
-}
-.searchresults table tr:hover{
-    background-color: #CCFFFF;
-}
-
-tr.highlight td, tr.highlight th {
-    background-color : #EEEEEE;
-}
-
-.here {
-    color: black;
-    text-decoration:none;
-}
-
-.click{
-    cursor:pointer;
-    color: #027ac6;/*blue*/
-}
-.click:hover{   
-    text-decoration:underline;
-}
-
-#problem {
-    color: red;
-    background-color:white;
-    font-weight : bold;
-    margin:10px;
-}
-
-#admin_stopwords_select UL {
-   width: 600px;
-}
-
-#admin_stopwords_select UL LI {
-   white-space: nowrap;
-}
-
-legend {
-    font-size:120%;
-    font-weight:bold;
-}
-
-.problem {
-    color: white;
-    background-color:red;
-    font-weight : bold;
-    margin:10px;
-}
-
-.toogle{
-       background-color:#ffffcc;
-}
-
-.pages{
-       margin:.7em;
-}
-/* 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;
-}
-
-.available {
-    font-size:0.75em;
-}
-
-.unavailable {
-    background-color: #FFED3D;
-    font-size:0.75em;
-}
-
-.hasexpirated {
-    text-decoration: line-through;
-}
-
-/* style for search terms in catalogsearch */
-.term {
-    background-color:yellow;
-}
-
-/* end of css styles for reserves color alerts */
-
-/* the Koha logo (top left) */
-#kohalogo {
-    position:fixed;
-    left:20px;
-    top:10px;
-}
-
-#kohalogo h3 {
-    padding-top:5px;
-    margin-left:0px;
-}
-#kohalogo h3 a {
-    color:white;
-}
-/* MAIN MENU STYLES */
-#mainmenu {
-    display:block;
-    position:fixed;
-    font-weight : normal;
-    margin-top:30px;
-    margin-right: 5px;
-    padding-right: 5px;
-    font-size:0.9em;
-}
-
-#mainmenu a {
-    display:block;
-    margin-bottom:0px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:bold;
-    color:#027ac6;
-}
-
-
-#mainmenu a:hover {
-    display:block;
-    margin-bottom:0px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:bold;
-    background-color:#027ac6;
-    color:white;
-}
-
-#mainmenu ul a {
-    display:block;
-    margin-bottom:5px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:normal;
-    color:#027ac6;
-}
-
-#mainmenu ul a:hover {
-    display:block;
-    margin-bottom:5px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:normal;
-    background-color:#027ac6;
-    color:white;
-}
-
-#mainmenu ul {
-    list-style-type: none;
-    padding-left:20px;
-    margin-bottom:0px;
-    margin-top:0px;
-    color:#027ac6;
-}
-
-#mainmenu li {
-    list-style-type: none;
-    padding-left:0px;
-    margin-left:0px;
-    margin-bottom:0px;
-    margin-top:0px;
-    color:#027ac6;
-}
-
-#mainmenu label {
-    width:4em;
-}
-
-#mainmenu h3 {
-    color:white;
-    font-size:1.2em;
-    margin:10px 0px 10px 0px ;
-}
-
-#mainmenu input {
-    border:0px;
-    border-bottom:1px solid #027ac6;
-}
-#mainmenu input[type=submit], input[type=button], input[type=reset] {
-    margin-left:0px;
-    border-bottom:0px;
-}
-
-
-/* submenus styles */
-#submenu {
-    position:absolute;
-    top:10px;
-    left:220px;
-}
-
-#submenu a {
-    margin:5px;
-    text-decoration:none;
-    color:white;
-}
-
-#submenu a:hover {
-    margin:5px;
-    background-color:white;
-    color:#027ac6;
-}
-
-/*Action button*/
-#action {
-    float:right;
-}
-
-#action a {
-    color: #0072b9;
-    font-weight:bold;
-    background: url( /intranet-tmpl/prog/img/bg-tab.png );
-    font-size : 0.8em;
-    padding:3px;
-    margin-bottom:2px;
-    text-decoration:none;
-    display:block;
-}
-
-/*edit action*/
-#action .edit {
-    display:inline;
-    margin-bottom:10px;
-}
-
-#action .edit a {
-    background:none;
-    background-color : #0072b9;
-    color : white;
-}
-
-#action .edit a:hover {
-    cursor:pointer;
-}
-
-#action .view {
-       display:inline;
-       margin-bottom:5px;
-}
-
-#action .view a {
-    background:none;
-    background-color : #5ab5ee;
-    color : white;
-    margin-top: 1px;
-}
-
-#action .view a:hover {
-    cursor:pointer;
-}
-
-#action .others {
-    display:inline;
-    margin-bottom:5px;
-}
-
-#action .others a {
-    background:none;
-    background-color : #2385C2;
-    color : white;
-    margin-top: 1px;
-}
-
-#action .others a:hover {
-    cursor:pointer;
-}
-
-/* Main body style */
-#main {
-    margin-left:220px;
-    margin-top:75px;
-    padding:5px;
-    padding-bottom:100px;
-    background-color:white;
-    border:1px solid #bbb;
-}
-
-/* facets bloc */
-#facets {
-    position:absolute;
-    right:1em;
-}
-
-#facets dl {
-    background-color:white;
-    margin:0px;
-}
-
-#facets dt {
-    text-align:right;
-    font-weight:bold;
-}
-
-#facets dd {
-    border:1px solid #CCCCCC;
-}
-
-/* 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;
-}
-/* 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 : #CCCCCC;
-    font-size : 1em;
-    border: 2px inset;
-    font-weight : bold;
-    text-decoration:none;
-    display: inline;
-    text-decoration:none;
-    margin-left:10px;
-}
-
-
-/* the online help button */
-#onlinehelp {
-    position:absolute;
-    top:0px;
-    right:0px;
-}
-#onlinehelp a {
-        color:white;
-}
-
-/* the login box */
-#login {
-    font-size:0.7em;
-}
-
-/* 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:1.2em;
-    padding-left:1.2em;
-    -moz-border-radius:4px;
-}
-
-/* specify that we to do when the mouse is on 1 button */
-#tabs a:hover {
-    border: 2px inset;
-}
-
-#tabs {
-    margin-top:35px;
-    margin-bottom:10px;
-}
-
-/* styles for the 11 content blocks */
-/* the property for hidden tabs */
-.content_hidden {
-    visibility:hidden; /* you propably don't need to change this one */
-    display:none;
-}
-
-/* the property for the displayed tab */
-.content_visible {
-    visibility:visible; /* you propably don't need to change this one */
-    display:block;
-}
-
-.lineSelected {
-    background-color:yellow;
-}
-
-/* display more informations with css layer */
-a.info {
-    position: relative;
-    text-decoration: none;
-    color: black;
-    border-bottom: 1px gray dotted;
-}
-
-a.info span {
-    display: none;
-    width:300px;
-}
-
-a.info:hover {
-    background: none; /* correcting IE bug*/
-    z-index: 500;
-}
-a.info:hover span {
-    display: inline;
-    position: absolute;
-    top: 2em;
-    right: 1em;
-    background: orange;
-    text-align: center;
-    color: white;
-    padding: 2px;
-}
-
-/* the itemtype list (in adv search) */
-#itemtypelist {
-    width:700px;
-}
-#itemtypelist td {
-    border : 0px;
-    margin : 0px;
-    padding: 5px;
-    border-collapse:collapse;
-    border: 1px solid white;
-    background-color:#CCCCCC;
-    vertical-align:top;
-}
-
-#itemtypelist p {
-    margin:0px;
-}
-
-/* MARC Editor stylesheet */
-
-/* the style of tag description */
-div.tag_title {
-    font-weight:bold;
-    cursor:pointer;
-}
-
-div.tag_title span {
-    display:inline;
-    font-size:1em;
-    color : #027ac6;
-}
-
-div.tag_title a:hover{
-    text-decoration:none;
-}
-
-
-.subfield_line{
-    margin-left:1.1em;
-}
-
-.CursorHelp{
-    cursor:help;
-}
-
-.buttonDot{
-    cursor:help;
-}
-
-.buttonUp {
-    cursor: crosshair;
-    color: grey;
-    font-size: .8em;
-}
-
-.labelsubfield{
-    min-width:210px;
-    display:inline;
-}
-
-.subfield_mandatory{
-    color:red;
-}
-
-.subfield_not_filled {
-    width:506px;
-    color:darkblue;
-    background-color:#ffe5ed;
-    border:1px solid #ffe5ed;
-    border-bottom:1px solid red;
-    padding:0.15em;
-}
-
-.line_not_filled{
-    margin-left:1.1em;
-    background-color:#ffe5ed;
-    border:1px solid red;
-}
-
-.indicator{
-    width:20px;
-    color:darkblue;
-    background-color: #ffffff;
-    border:1px dotted #a4cde6;
-    padding:0.15em;
-}
-
-.indicator:focus {
-    background-color:#fdfde3;
-    border-bottom:1px solid darkblue;
-    width:20px;
-    color:darkblue;
-}
-
-.input_marceditor {
-    width:506px;
-    color:darkblue;
-    background-color:#ffffff;
-    border:1px solid #ffffff;
-    border-bottom:1px solid lightgray;
-    padding:0.15em;
-}
-
-.input_marceditor:focus{
-    background-color:#fdfde3;
-    border-bottom:1px solid darkblue;
-    width:506px;
-    color:darkblue;
-}
-
-.tag{
-    padding-bottom:1.1em;
-/*     border-bottom:1px dotted #a4cde6; */
-}
-
-.buttonPlus {
-    cursor: crosshair;
-    color: grey; 
-    font-size: 80%;
-}
-
-/*.flat{
-    border:0px;
-}*/
-
-/* End of Marc Editor stylesheet */
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet2popup.css b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet2popup.css
deleted file mode 100644 (file)
index 3ba849f..0000000
+++ /dev/null
@@ -1,551 +0,0 @@
-body {
-    font-family : Verdana, Geneva, Arial, sans-serif;
-    font-size : .9em;
-    color:#494949;
-    background-color:#EDF5FA;
-}
-
-h1 {
-    margin:0px;
-}
-h2 {
-    display:block;
-    clear:left;
-    margin:0px 0px 10px 10px;
-}
-
-h3 {
-    display:block;
-    clear:left;
-    margin:0px 0px 0px 10px;
-}
-
-table {
-    border-collapse : inherit;
-    border : 1px solid #CCCCCC;
-    margin : 1em 0 1em 20px;
-    margin-right : 5%;
-    border-collapse:collapse;
-}
-
-caption {
-    font-size : 140%;
-    text-align : left;
-    font-weight : bold;
-}
-
-td,th {
-    /*border-left : 1px solid #CCCCCC;
-    border-bottom : 1px solid #CCCCCC;*/
-    border : 1px solid #CCCCCC;
-    padding : 5px;
-}
-
-th {
-    background-color : #CCCCCC;
-    border-left : 1px solid #999999;
-    border-bottom : 1px solid #999999;
-}
-
-th[scope=row] {
-    background-color : #EEEEEE;
-    text-align : right;
-}
-
-p {
-    margin:0px 0px 0px 20px;
-}
-input {
-    font-size:0.9em;
-}
-
-select {
-    font-size:0.9em;
-}
-
-fieldset {
-        border : 1px solid #bbb;
-        display: inline;
-        vertical-align: top;
-}
-
-input[type=submit], input[type=button], input[type=reset] {
-    border:0px;
-    color: #0072b9;
-    font-weight:bold;
-    background: url( /intranet-tmpl/prog/img/bg-tab.png );
-    font-size : 0.8em;
-    padding:3px;
-    text-decoration:none;
-    display:inline;
-    cursor:pointer;
-    margin-left:20px;
-}
-
-label {
-    font-style:italic;
-    vertical-align:top;
-    display:block;
-    float:left;
-/*     text-align:right; */
-    width:10em;
-    margin-right:0.2em;
-}
-
-p {
-clear:left;
-}
-
-a {
-    text-decoration:none;
-    color:#027ac6;
-}
-a:hover {
-    text-decoration:underline;
-    color:#0072b9;
-}
-.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;
-    margin:10px;
-}
-
-#admin_stopwords_select UL {
-   width: 600px;
-}
-
-#admin_stopwords_select UL LI {
-   white-space: nowrap;
-}
-
-legend {
-    font-size:120%;
-    font-weight:bold;
-}
-
-.problem {
-    color: white;
-    background-color:red;
-    font-weight : bold;
-    margin:10px;
-}
-
-/* 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;
-}
-
-.available {
-    font-size:0.75em;
-}
-
-.unavailable {
-    background-color: #FFED3D;
-    font-size:0.75em;
-}
-
-.hasexpirated {
-    text-decoration: line-through;
-}
-
-/* style for search terms in catalogsearch */
-.term {
-    background-color:yellow;
-}
-
-/* end of css styles for reserves color alerts */
-
-/* the Koha logo (top left) */
-#kohalogo {
-    position:fixed;
-    left:20px;
-    top:10px;
-}
-
-#kohalogo h3 {
-    padding-top:5px;
-    margin-left:0px;
-}
-#kohalogo h3 a {
-    color:white;
-}
-/* MAIN MENU STYLES */
-#mainmenu {
-    display:block;
-    position:fixed;
-    font-weight : normal;
-    margin-top:30px;
-    margin-right: 5px;
-    padding-right: 5px;
-    font-size:0.9em;
-}
-
-#mainmenu a {
-    display:block;
-    margin-bottom:0px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:bold;
-    color:#027ac6;
-}
-
-
-#mainmenu a:hover {
-    display:block;
-    margin-bottom:0px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:bold;
-    background-color:#027ac6;
-    color:white;
-}
-
-#mainmenu ul a {
-    display:block;
-    margin-bottom:5px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:normal;
-    color:#027ac6;
-}
-
-#mainmenu ul a:hover {
-    display:block;
-    margin-bottom:5px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:normal;
-    background-color:#027ac6;
-    color:white;
-}
-
-#mainmenu ul {
-    list-style-type: none;
-    padding-left:20px;
-    margin-bottom:0px;
-    margin-top:0px;
-    color:#027ac6;
-}
-
-#mainmenu li {
-    list-style-type: none;
-    padding-left:0px;
-    margin-left:0px;
-    margin-bottom:0px;
-    margin-top:0px;
-    color:#027ac6;
-}
-
-#mainmenu label {
-    width:4em;
-}
-
-#mainmenu h3 {
-    color:white;
-    font-size:1.2em;
-    margin:10px 0px 10px 0px ;
-}
-
-#mainmenu input {
-    border:0px;
-    border-bottom:1px solid #027ac6;
-}
-#mainmenu input[type=submit], input[type=button], input[type=reset] {
-    margin-left:0px;
-    border-bottom:0px;
-}
-
-
-/* submenus styles */
-#submenu {
-    position:absolute;
-    top:10px;
-    left:220px;
-}
-
-#submenu a {
-    margin:5px;
-    text-decoration:none;
-    color:white;
-}
-
-#submenu a:hover {
-    margin:5px;
-    background-color:white;
-    color:#027ac6;
-}
-
-/*Action button*/
-#action {
-    float:right;
-}
-
-#action a {
-    color: #0072b9;
-    font-weight:bold;
-    background: url( /intranet-tmpl/prog/img/bg-tab.png );
-    font-size : 0.8em;
-    padding:3px;
-    margin-bottom:2px;
-    text-decoration:none;
-    display:block;
-}
-
-/*edit action*/
-#action .edit {
-    display:inline;
-    margin-bottom:10px;
-}
-
-#action .edit a {
-    background:none;
-    background-color : #0072b9;
-    color : white;
-}
-
-#action .edit a:hover {
-    cursor:pointer;
-}
-
-#action .view {
-       display:inline;
-       margin-bottom:5px;
-}
-
-#action .view a {
-    background:none;
-    background-color : #5ab5ee;
-    color : white;
-    margin-top: 1px;
-}
-
-#action .view a:hover {
-    cursor:pointer;
-}
-
-#action .others {
-    display:inline;
-    margin-bottom:5px;
-}
-
-#action .others a {
-    background:none;
-    background-color : #2385C2;
-    color : white;
-    margin-top: 1px;
-}
-
-#action .others a:hover {
-    cursor:pointer;
-}
-
-/* Main body style */
-#main {
-    margin-left:220px;
-    margin-top:75px;
-    padding:5px;
-    padding-bottom:100px;
-    background-color:white;
-    border:1px solid #bbb;
-}
-
-/* facets bloc */
-#facets {
-    position:absolute;
-    right:1em;
-}
-
-#facets dl {
-    background-color:white;
-    margin:0px;
-}
-
-#facets dt {
-    text-align:right;
-    font-weight:bold;
-}
-
-#facets dd {
-    border:1px solid #CCCCCC;
-}
-
-/* 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;
-}
-/* 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 : #CCCCCC;
-    font-size : 1em;
-    border: 2px inset;
-    font-weight : bold;
-    text-decoration:none;
-    display: inline;
-    text-decoration:none;
-    margin-left:10px;
-}
-
-
-/* the online help button */
-#onlinehelp {
-    position:absolute;
-    top:0px;
-    right:0px;
-}
-#onlinehelp a {
-        color:white;
-}
-
-/* the login box */
-#login {
-    font-size:0.7em;
-}
-
-/* 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 {
-    visibility:hidden; /* you propably don't need to change this one */
-    display:none;
-}
-
-/* the property for the displayed tab */
-.content_visible {
-    visibility:visible; /* you propably don't need to change this one */
-    display:block;
-}
-
-/* the style of tag description */
-p.tag {
-    font-weight:bold;
-}
-/* the style of subfield paragraph */
-p.subfield {
-    
-}
-
-
-
-.lineSelected {
-    background-color:yellow;
-}
-
-
-/* display more informations with css layer */
-a.info {
-    position: relative;
-    text-decoration: none;
-    color: black;
-    border-bottom: 1px gray dotted;
-}
-
-a.info span {
-    display: none;
-    width:300px;
-}
-
-a.info:hover {
-    background: none; /* correcting IE bug*/
-    z-index: 500;
-}
-a.info:hover span {
-    display: inline;
-    position: absolute;
-    top: 2em;
-    right: 1em;
-    background: orange;
-    text-align: center;
-    color: white;
-    padding: 2px;
-}
-
-/* the itemtype list (in adv search) */
-#itemtypelist {
-    width:700px;
-}
-#itemtypelist td {
-    border : 0px;
-    margin : 0px;
-    padding: 5px;
-    border-collapse:collapse;
-    border: 1px solid white;
-    background-color:#CCCCCC;
-    vertical-align:top;
-}
-
-#itemtypelist p {
-    margin:0px;
-}
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/login.css b/koha-tmpl/intranet-tmpl/prog/en/includes/login.css
deleted file mode 100644 (file)
index 53e19fa..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-a.edit, a.delete, a.edit:hover, a.delete:hover {
-       border-bottom: none;
-       display: block;
-       padding: 5px 0;
-       text-align: center;
-}
-
-a.edit:hover {
-       background: #ccc;
-       color: #036;
-}
-
-a:visited {
-       color: #006;
-}
-
-a:hover {
-/*     border-bottom: 1px solid #3a75ae;*/
-       color: #069;
-}
-
-body   {
-       background: #f9fcfe;
-       color: #000;
-       margin: 0;
-       padding: 0;
-}
-
-body, td {
-       font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
-}
-
-form, label input {
-       margin: 0;
-       padding: 0;
-}
-
-input:focus, textarea:focus, label:focus {
-       background: #fff;
-       border: 1px solid #686868;
-}
-
-label {
-       cursor: pointer;
-}
-
-#logo { margin-bottom: 2em; }
-
-#login {
-       background: #fff;
-       border: 1px solid #a2a2a2;
-       margin: 5em auto;
-       padding: 1.5em;
-       width: 25em;
-}
-
-#login #login_error {
-       background: #c00;
-       border: 1px solid #a40000;
-       color: #fff;
-       font-size: 16px;
-       font-weight: bold;
-       padding: .5em;
-       text-align: center;
-}
-
-#login h1 {
-       background: url(/intranet-tmpl/prog/img/koha-logo.gif) no-repeat top left;
-       margin-top: 0;
-}
-
-#login h1 a {
-       display: block;
-       text-indent: -1000px;
-       height: 66px;
-       border-bottom: none;
-}
-
-#login input {
-       padding: 3px;
-}
-
-#login ul {
-       list-style: none;
-       margin: 0;
-       padding: 0;
-}
-
-#login ul li {
-       display: inline;
-       margin-left: 1.4em;
-       text-align: center;
-}
-
-#login #userid, #password {
-       font-size: 1.7em;
-       width: 80%;
-}
-
-#login #submit {
-       font-size: 1.7em;
-}
-
-
-#footer {
-        text-align: center;
-        border-top: 1px solid #ccc;
-        padding-top: 1em;
-        font-style: italic;
-}
-
-.submit input, .submit input:focus, .button {
-       background: url(/intranet-tmpl/prog/img/fade-butt.png );
-       border: 3px double #999;
-       border-left-color: #ccc;
-       border-top-color: #ccc;
-       color: #333;
-       padding: 0.25em;
-}
-
-.submit input:active, .button:active {
-       background: #f4f4f4;
-       border: 3px double #ccc;
-       border-left-color: #999;
-       border-top-color: #999;
-}
-
-.submit, .editform th, #postcustomsubmit {
-       text-align: right;
-}
-
-textarea, input, select {
-       background: #f4f4f4;
-       border: 1px solid #b2b2b2;
-       color: #000;
-       font:  13px Verdana, Arial, Helvetica, sans-serif;
-       margin: 1px;
-       padding: 3px;
-}
index bf72fe2..2eaba5b 100644 (file)
@@ -5,7 +5,7 @@
 <title>popup</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf8">
 
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/staff.css">
 
 </head>
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css b/koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css
deleted file mode 100644 (file)
index 6933a5e..0000000
+++ /dev/null
@@ -1,414 +0,0 @@
-body {
-    font-family : Verdana, Geneva, Arial, sans-serif;
-    font-size : 1.0em;
-    background-color : #eeeeee;
-       text-align: left;
-}
-
-h1 {
-        font-size: 1.9em;
-        background-color : #384b73;
-        color : white;
-        text-align: center;
-        padding-bottom : 6px;
-        display:block;
-}
-
-h2 {
-        color : #384b73;
-        text-align: left;
-        padding-bottom : 6px;
-        display:block;
-        font-size:110%;
-}
-h3 {
-        color : #384b73;
-        text-align: left;
-        padding-bottom : 6px;
-        display:inline;
-        font-size:100%;
-        font-weight:normal;
-}
-
-label {
-    font-style:italic;
-    vertical-align:top;
-/*    display:block;
-    float:left;
-    text-align:right;
-    width:8em;
-    margin-right:0.2em;*/
-}
-
-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 {
-        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;
-    color:black;
-    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] {
-    font-size:0.8em;
-    background-color : #eec95a;
-    color : #FFFFFF;
-    font-size : 1em;
-    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 0px;
-    padding : 2px;
-}
-
-tr.highlight td, tr.highlight th {
-       background-color : #FFF;
-}
-
-#problem {
-       color: red;
-       background-color: #eee;
-       font-weight : bold;
-}
-
-legend {
-       font-size: 1.3em;
-       font-weight:bold;
-        background-color : #384b73;
-        color : white;
-        padding : 0px 5px 0px 5px; 
-}
-fieldset {
-        border : 1px solid #374b73;
-        display: inline;
-        vertical-align:top;
-}
-
-.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: 5px;
-    padding-right: 5px;
-    border-right:1px solid black;
-    font-size:0.8em;
-}
-
-#mainmenu a {
-    display:block;
-    margin-bottom:0px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:bold;
-    color:black;
-}
-
-
-#mainmenu a:hover {
-    display:block;
-    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 {
-    list-style-type: none;
-    padding-left:20px;
-    margin-bottom:0px;
-    margin-top:0px;
-}
-
-#mainmenu li {
-    list-style-type: none;
-    padding-left:0px;
-    margin-left:0px;
-    margin-bottom:0px;
-    margin-top:0px;
-}
-
-#mainmenu label {
-    width:4em;
-}
-/* submenus styles */
-#submenu {
-    margin-left:0%;
-    font-weight : normal;
-    /*display:left;*/
-}
-
-#submenu a {
-    margin:5px;
-    padding : 0px 0px 4px 0px;
-    text-decoration:none;
-    color:black;
-    padding-right:15px;
-    font-size:1em;
-}
-
-#submenu a:hover {
-    margin:5px;
-    padding : 0px 0px 4px 0px;
-    background-color:#6699cc;
-    color:white;
-    padding-right:15px;
-    font-size:1em;
-}
-
-/* Main body style */
-#main {
-    margin-left:20%;
-    margin-bottom:0px;
-    padding-bottom:0px;
-}
-
-/* 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; */
-    float:right;
-    font-size:10pt;
-}
-/* css style for reregistration alert */
-
-.reregistrinfo {
-       color: #6699cc;
-       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 */
-}
-
-#onlinehelp {
-    float:right;
-}
-
-.term {
-    background-color:yellow;
-}
-
-.searchresults table tr:hover{
-    background-color:#ffffde
-   
-}
index e5e9d3a..6c9f2dc 100644 (file)
@@ -6,7 +6,7 @@
 <!-- TMPL_INCLUDE NAME="menu-authorities.inc" -->
 
 <!-- TMPL_IF Name="displayhierarchy"-->
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/hierarchy.css">
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/hierarchy.css">
 <script language="JavaScript" type="text/javascript">
 function showParents(mynumber) {
   var parents=document.getElementsByName(mynumber+'p')
index 9759e2e..ab808b0 100644 (file)
@@ -6,8 +6,8 @@
     <!-- TMPL_IF NAME="TemplateEncoding" --><meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR NAME="TemplateEncoding" -->"><!-- TMPL_ELSE --><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- /TMPL_IF -->
 <link rel="shortcut icon" href="/intranet-tmpl/prog/en/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
-    <!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);<!-- /TMPL_IF -->
-    <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/css/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' -->/css/intranet.css);<!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/css/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
 </style>
 </head>
 
index e6824f0..d16fc41 100644 (file)
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
-    @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+    @import url(<!-- TMPL_VAR NAME='themelang' -->/css/intranet.css);
 </style>
 </head>
 <body>