@@ -, +, @@ --- .../intranet-tmpl/prog/en/css/intranet-print.css | 235 ------- koha-tmpl/intranet-tmpl/prog/en/css/intranet.css | 491 --------------- koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css | 665 -------------------- .../intranet-tmpl/prog/en/css/intranet2popup.css | 551 ---------------- .../intranet-tmpl/prog/en/css/pages/addbiblio.css | 75 --- .../intranet-tmpl/prog/en/css/staff-global2.css | 575 ----------------- 6 files changed, 0 insertions(+), 2592 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/addbiblio.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/staff-global2.css --- a/koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css @@ -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; -} --- a/koha-tmpl/intranet-tmpl/prog/en/css/intranet.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/intranet.css @@ -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; -} --- a/koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css @@ -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 */ --- a/koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css @@ -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; -} --- a/koha-tmpl/intranet-tmpl/prog/en/css/pages/addbiblio.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/pages/addbiblio.css @@ -1,75 +0,0 @@ -/* addbiblio.css */ - -/* 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 { - -} --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global2.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global2.css @@ -1,575 +0,0 @@ -@import url( /intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css) all; - -a, a:link, a:visited, a:active { - text-decoration:none; - color:#027ac6; -} - -a:hover { - text-decoration:underline; - color:#0072b9; - } - -body { - text-align : left; - background-color:#EDF5FA; - color:#494949; -} - -form { - display : inline; -} - -h1 { - margin-top:0.5em; - margin-bottom:0.5em; - font-size : 182%; - font-weight : bold; -} - -h2 { - margin-top:0.3em; - margin-bottom:0.3em; - font-size : 167%; - font-weight : bold; -} - -h3 { - font-size : 153.9%; - font-weight : bold; -} - -h4 { - font-size : 138.5%; - font-weight : bold; -} - -h5 { - font-size : 123.1%; - font-weight : bold; - background: url( /intranet-tmpl/prog/img/css_header.png ); - background-repeat:repeat-x; - color:white;} - -h6 { - font-size : 93%; - font-weight : bold; -} - -strong { - font-weight : bold; -} - -em { - font-style : italic; -} - -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; -} - -#hd { -} - -#navigation { - border-right : 1px solid #BCBCBC; -} - -#navigation li { - font-weight : bold; -} - -#navigation li li { - font-weight : normal; -} - -#navigation input { - font-size : 85%; -} - -#ft { -} - -.yui-u { -} - -#doc3 { - padding-top : 1em; - background-color:white; -} - -#login { - position : absolute; - top : 3px; - right : .5em; -} - -#login a { - -} - -ul { - padding-left : 1.1em; -} - -li { - - list-style-type : disc; -} - -#header { - border-bottom : 1px solid #494949; - background: url( /intranet-tmpl/prog/img/css_header.png ); - color:#494949; -} -#header a { - color:white; -} - - -#header:after { /* clearing without presentational markup, IE gets extra treatment */ - display: block; - clear: both; - content: " "; -} - -#sitetitle { -/* background-image : url("../../img/koha-logo-black.png"); - background-position : 5px 2px; - background-repeat : no-repeat; - float : left; - height : 54px; - padding-left : 50px;*/ - border-bottom : 1px solid #E8E8E8; -} - -#sitetitle h1 { - display : inline; - line-height : 54px; -} - -#sitetitle h1 a { - text-decoration : none; -} - -#toplevelnav { - float : left; - line-height : 2em; -} - -#submenu { - margin : 0 0 .5em 0; - padding : 10px 0 0 0; - margin-top:10px; -} - -#submenu ul { - margin : 0; - display:inline; -} - -#submenu ul li { - padding : 0px 5px 0px 5px; - background-color:#027ac6; - color:white; - display:inline; - background: url( /intranet-tmpl/prog/img/css_header.png ); -} - -#submenu ul li a { - color:white; -} - -/*#toplevelnav ul { - margin : 0; - padding : 0; -} - -#toplevelnav li, #submenu li { - display : inline; - border-right : 1px solid #E8E8E8; - padding : 0 .5em; - white-space : nowrap; -} - -#toplevelnav li:last-child, #submenu li:last-child { - border : 0; -}*/ - -table { - border-collapse : collapse; - border-top : 1px solid #BCBCBC; - border-right : 1px solid #BCBCBC; -} - -th { - color:white; - background: url( /intranet-tmpl/prog/img/css_header.png ); - background-repeat:repeat-x; - border-bottom : 1px solid #BCBCBC; - border-left : 1px solid #BCBCBC; - padding : .5em; -} - -td { - background-color : White; - border-bottom : 1px solid #BCBCBC; - border-left : 1px solid #BCBCBC; - padding : .5em; -} - -th { - background-color : #E8E8E8; - font-weight : bold; -} - -td.highlight { - background-color : #F3F3F3; -} - -caption { - font-size : 153.9%; - font-weight : bold; -} - -span.problem { - background-color : #FFFFCC; - color : #990000; - font-weight : bold; - line-height : 1.7em; -} - -fieldset { - border : 2px solid #EEEEEE; - margin : 1em; - padding : 1em; -} - -legend { - font-size : 138.5%; - font-weight : bold; - margin : 0 0 0 -1em; - padding : 0; -} - -#breadcrumbs { - background-color : #F3F3F3; - border-bottom : 1px solid #E8E8E8; - clear : both; - font-size : 90%; - padding :.2em .5em .4em .5em; -} - -#commonsearch { - display : inline; -} - - -div#header_search { - background-image : url("../../img/koha-logo-medium.gif"); - background-position : .5em .5em; - background-repeat : no-repeat; - float: left; - padding-left : 14.2em; - margin: 1em 0 1.5em 0; -} - -div#header_search input { - font-size : 1.3em; -} - -div#header_search ul.link-tabs { - font-family : Arial, Geneva, sans-serif; - margin-bottom : -4px; -} - -div#header_search ul.link-tabs li.on a, -div#header_search ul.link-tabs li a, -div#header_search ul.link-tabs li.off a { - padding : 0.1em .5em .2em .5em; -} - -div#circ_search,div#catalog_search,div#patron_search { - border : 0; - border-bottom : 1px solid #FF9900; - padding : 0 0 .2em 0; -} - -/* Panel-Switch Tabs */ -ul.link-tabs { - list-style-type: none; - margin: 1px 0 9px 5px; - padding: 0; -} - -ul.link-tabs li { - display: inline; - padding: 0px; -} - -ul.link-tabs li a { - border-bottom: 1px solid #333333; - border-left : 1px solid #DDDDDD; - border-right : 1px solid #666666; - padding: .2em 1.2em .2em 1.2em; - text-decoration: none; -} - -ul.link-tabs li.off a { - background-color: #FFFFFF; - border : 0; - margin-right : 1px; - text-decoration: underline; -} - -ul.link-tabs li.off a:hover { - background-color: #FFFFEC; - border : 0; - margin-right : 0; - padding: .2em 1.2em .2em 1.2em; -} - -ul.link-tabs li.on a { - background-color: #FFFFCC; - border-top: 1px solid #FFFFCC; - border-right: 1px solid #FF9900; - border-bottom: 1px solid #FF9900; - border-left: 1px solid #FFCC66; - font-weight : bold; -} - -div#header_search .tip { - font-size: 93%; - color : Gray; -} - -/* ClickMenu Overrides */ - -div.cmDiv -{ - border: 0; - background-color: #F3F3F3; -} - - -.clickMenu li.more a { - background-image: url("../../img/more-arrow.gif"); - background-position: right; - background-repeat: no-repeat; - padding-right : 13px; -} - -.clickMenu li.more li a { - background-image : none; - padding-right : 0; -} - -.clickMenu -{ - margin: 0; - padding: 0; - cursor: default; -} -.clickMenu, .clickMenu ul -{ - list-style: none; -} -.clickMenu ul -{ - margin: 0; - padding: 2px; - border: 0; - background-color: #F3F3F3; - min-width: 100px; /* ie doesnt know this :/ */ - //float: left;/*ie again*/ - //width: 100%;/*and again*/ -} -.clickMenu div.outerbox -{ - display: none; - min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */ -} -.clickMenu div.inner -{ - //top: 20px; /* for ie */ - left: 0; - margin: 0; -} -.clickMenu div.inner div.outerbox -{ - margin: 0; - left: 98px; - //left: 90px; /* for ie */ - top: -3px; -} -.clickMenu li -{ - list-style-type : none; - position: relative; - padding: 0 20px 0 2px; - /*white-space: nowrap; does not really work in ie */ -} -.clickMenu li.main -{ - float: left; - padding: 0 10px; - background: url( /intranet-tmpl/prog/img/css_header.png ); - //height: 20px; /* for ie */ -} -.clickMenu li.main li -{ - z-index: 2; - min-width: 78px; - background-color: #2e8fcb; -} -.clickMenu li.hover -{ - z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */ - background-color : transparent; -} -.clickMenu img.liArrow -{ - position: absolute; - right: 5px; - top: 0.41em; -} -.clickMenu ul a { - cursor: default; -} - -ul.innerBox a { - cursor : pointer; -} - -ul.innerBox { - border: none; -} - -div.yui-b { - border: 1px solid #dddddd; - padding:10px 0 10px 5px; - background:#e4eaee; -} - -div.yui-b h5 { - font-size : 100%; - margin : .5em 0; -} - -/*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; -} - -#action li { - list-style:none; -} -/*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; -} - - - - -div#toolbar { -background:url(/intranet-tmpl/prog/img/bg-tab.png) repeat-x; -background-color : #82badd; -padding-bottom:0px; -} - -ul.toolbar { -} - -ul.toolbar li { - display : inline; - float : left; - list-style : none; -} - -ul.toolbar li a { - background: url( /intranet-tmpl/prog/img/css_header.png ); - background-repeat:repeat-x; - color:white; - border : 1px solid #F3F3F3; - display : block; - margin : 3px; - padding : 3px; - text-decoration : none; -} - -ul.toolbar li a:hover { - background:none; - background-color : #FFFFCC; - color:#82badd; -} - -ul.toolbar li:last-child a:hover { -} - -ul.toolbar ul { - display : none; -} --