[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week]
From: |
Kyle Hall |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week] |
Date: |
Tue, 09 Jan 2007 13:34:43 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Kyle Hall <kylemhall> 07/01/09 13:34:43
Modified files:
koha-tmpl/intranet-tmpl/ccfls/en/includes: intranet.css
Log message:
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/includes/intranet.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.1&r2=1.1.2.1.2.2
Patches:
Index: intranet.css
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/includes/Attic/intranet.css,v
retrieving revision 1.1.2.1.2.1
retrieving revision 1.1.2.1.2.2
diff -u -b -r1.1.2.1.2.1 -r1.1.2.1.2.2
--- intranet.css 3 Jan 2007 16:56:43 -0000 1.1.2.1.2.1
+++ intranet.css 9 Jan 2007 13:34:42 -0000 1.1.2.1.2.2
@@ -1,1184 +1,1302 @@
-a.delete {
- display: block;
- font-weight: bold;
- margin: 2px;
- padding: 1px;
- text-align: center;
- text-decoration: none;
+#issued {
+ font-style: italic;
+ color: #666666;
}
-a.edit {
- display: block;
- font-weight: bold;
- margin: 2px;
- padding: 1px;
- text-align: center;
- text-decoration: none;
+a:link {
+ color : #0066CC;
}
-a:link.current {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a:visited {
+ color : #0066CC;
}
-a:link.pages {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a:hover {
+ color : #993300;
}
-a:visited.current {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a.delete {
+ background-color : #CC3333;
+ color : #FFFF99;
+ display : block;
+ font-weight : bold;
+ margin : 2px;
+ padding : 1px;
+ text-align : center;
+ text-decoration : none;
}
-a:visited.pages {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a.delete:hover {
+ background-color : #FF3333;
+ color : #FFFF99;
}
-a:hover.current {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a.edit {
+ background-color : #CCFF00;
+ color : #3366CC;
+ display : block;
+ font-weight : bold;
+ margin : 2px;
+ padding : 1px;
+ text-align : center;
+ text-decoration : none;
}
-a:hover.pages {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a.edit:hover {
+ background-color : #CCFF99;
+ color : #000088;
}
-a:active.current {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a:link.current {
+ background-color : transparent;
+ color : #3366CC;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-a:active.pages {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+a:link.current {
+ background-color : transparent;
+ color : #3366CC;
}
-a.button {
- font-size: 80%;
- font-weight: bold;
- margin : 2px 0;
- padding : 3px;
- text-decoration: none;
+a:link.nav {
+ background-color : #D8DEB8;
+ color : #3366CC;
}
-body {
- font-family: arial, geneva, sans-serif;
- font-size: 16px;
- margin: 3px 0px 0px 5px;
+a:link.pages {
+ background-color : #CCCCCC;
+ color : #3366CC;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-br.clear {
- clear : both;
- line-height: 1px;
+a:visited.current {
+ background-color : transparent;
+ color : #3366CC;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-caption {
- font-size: 20px;
- font-weight: bold;
- margin-top: 5px;
- text-align: left;
+a:visited.current {
+ background-color : transparent;
+ color : #3366CC;
}
-div.controls {
- display : block;
- font-size: 70%;
- font-weight: bold;
- margin-top: .4em;
- margin-bottom : .4em;
- padding-top : .4em;
+a:visited.nav {
+ background-color : #D8DEB8;
+ color : #3366CC;
}
-div#help {
- font-weight: bold;
- position: absolute;
- right: 3px;
- top: 3px;
+a:visited.pages {
+ background-color : #CCCCCC;
+ color : #3366CC;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-div#help .loggedin, .menu input {
- font-size: 80%;
+a:hover.current {
+ background-color : #CCFF00;
+ color : #CC3333;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-div#help .loggedin a {
- text-decoration: underline;
+a:hover.current {
+ background-color : #CCFF00;
+ color : #CC3333;
}
-div#help a {
- padding: 1px 2px;
- text-decoration: none;
+a:hover.nav {
+ background-color : #CCFF00;
+ color : #CC3333;
}
-div.basket {
- background-color : #F0F0F0;
- padding : 5px;
- margin-bottom : 10px;
+a:hover.pages {
+ background-color : #CCFF00;
+ color : #CC3333;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-div.basket table {
- background-color : White;
- border-collapse : collapse;
- border-top : 1px solid #666666;
- border-right : 1px solid #666666;
+a:active.current {
+ background-color : #99CC00;
+ color : #FFFF99;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-div.basket table td, div.basket table th {
- border-left : 1px solid #666666;
- border-bottom : 1px solid #666666;
+a:active.current {
+ background-color : #99CC00;
+ color : #FFFF99;
}
-div.basket table td.total {
- text-align : right;
+a:active.nav {
+ background-color : #99CC00;
+ color : #FFFF99;
}
-div.box {
- width: 45%;
- padding: 5px;
- float: left;
- margin : 3px;
- font-size : 76%;
+a:active.pages {
+ background-color : #99CC00;
+ color : #FFFF99;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-div.box table td {
- padding : 2px;
+//Body background-color is white (#CCCCCC)
+body {
+ background-color : #CCCCCC;
+ color : #333333;
+ font-family : arial, geneva, sans-serif;
+ font-size : 16px;
+ margin : 3px 0px 0px 5px;
}
-div.compact td {
- font-size: 13px;
- font-weight: normal;
- padding: 1px 1px 1px 10px;
+caption {
+ color : #000066;
+ font-size : 20px;
+ font-weight : bold;
+ margin-top : 5px;
+ text-align : left;
}
-div.compact th {
- padding: 1px 10px 1px 1px;
- font-weight: normal;
- font-size: 13px;
- text-align: right;
- width: 20%;
- vertical-align: top;
+div.form, div.details {
+ background-color : #CCCCCC;
+ border : 0px;
+ margin : 0px auto;
+ padding : 5px;
}
-div.data p {
- margin: .5em 0;
+div.details {
+ margin-bottom: 5px;
}
-div.data table caption {
- font-size: 1em;
+div.details dl {
+ margin : 0px;
+ padding : 0px;
}
-div.data table td, div.data-main table td {
+div.details dt {
+ font-weight: bold;
font-size: 12px;
- margin: 0 0 0 0;
- padding: 2px;
- padding-left: .7em;
+ border-bottom : 1px solid #D8DEB8;
+ padding : 2px;
}
-div.data table th, div.data-main table th {
+div.details dd {
font-size: 12px;
- font-weight: bold;
- padding: 2px;
- padding-right: 1em;
- text-align: right;
- width: 17%;
}
-div.data table tr.highlight th {
- font-size: 70%;
- font-weight: bold;
- padding-right: 1em;
+div.details ul {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding-top : 0px;
+ padding-bottom : 3px;
+ font-size : 12px;
}
-div.data table, div.data-main table {
- border-collapse: collapse;
- margin: auto;
- margin: 0 0 5px 0;
+div#help {
+ position : absolute;
+ top : 3px;
+ right : 3px;
+ font-weight : bold;
}
-div.data-main table caption {
- font-size: 1.1em;
+div#help a {
+ background-color : #3FB2B3;
+ padding : 1px 2px;
+ text-decoration : none;
}
-div.details {
- margin-bottom: 10px;
- padding: 5px;
+div#help .loggedin {
+ color : #cccc99;
+ font-size : 80%;
}
-div.details dd {
- font-size: 12px;
+div#help .loggedinusername {
+ color : #D8DEB8;
}
-div.details dl {
- margin: 0px;
- padding: 0px;
+div#help .loggedin a {
+ background-color : transparent;
+ text-decoration : underline;
+ color : #CCFF66;
}
-div.details dt {
- font-weight: bold;
- font-size: 12px;
+div.items {
+ background-color : #CCCCCC;
+ border : 0px;
+ margin : 0px auto;
+ padding : 5px;
+ width : 100%;
+}
+
+div.items td {
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ border-right : 1px solid white;
+ border-top : 1px solid white;
+ font-size : .75em;
padding: 2px;
}
+div.items th {
+ background-color : #FFC;
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ border-right : 0px;
+ border-top : 1px solid white;
+ color : #000088;
+ font-size: .75em;
+ font-weight : bold;
+ padding : 2px;
+ text-align : left;
+ vertical-align : top;
+}
+
div.details td, div.form td {
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ border-right : 0px;
+ border-top : 0px;
}
div.details td:first-child, div.form td:first-child {
- font-weight: bold;
- text-align: right;
- width: 25%;
+ font-weight : bold;
+ text-align : right;
+ width : 25%;
}
div.details td+td, div.form td+td {
- font-weight: normal;
- text-align: left;
- width: 75%;
+ font-weight : normal;
+ text-align : left;
+ width : 75%;
}
-div.details ul {
- margin-top: 0px;
- margin-bottom: 0px;
- padding-top: 0px;
- padding-bottom: 3px;
- font-size: 12px;
+div.compact td {
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ border-right : 0px;
+ border-top : 0px;
+ font-weight : normal;
+ font-size : 13px;
+ padding : 1px 1px 1px 10px;
}
-div.error {
- font-size: 16px;
- line-height: 18px;
- margin: 10px auto;
- padding: 5px;
- width: 65%;
+div.compact th {
+ border-bottom : 1px solid #999933;
+ border-left : 1px solid white;
+ border-right : 1px solid #999933;
+ border-top : 0px;
+ padding : 1px 10px 1px 1px;
+ font-weight : normal;
+ font-size : 13px;
+ text-align : right;
+ width : 20%;
+ vertical-align: top;
}
-div.error .cancel {
- font-size: 14px;
- margin-left: 5%;
- padding: 2px 15px 2px 15px;
+div.error {
+ background-color : #CCCCCC;
+ border : 1px dashed #CCCCCC;
+ font-size : 16px;
+ line-height : 18px;
+ margin : 10px auto;
+ padding : 5px;
+ width : 65%;
+ font-weight: bold;
}
div.error .submit {
+ background-color : #CCCCCC;
font-size: 14px;
- margin-left: 5%;
- padding: 2px 15px 2px 15px;
-}
-
-div.error p {
- margin: 0px;
- padding: 0px 0px 0px 20px;
-}
-
-div.flags li {
- list-style: circle;
+ margin-left : 5%;
+ padding : 2px 15px 2px 15px;
}
-div.flags ul {
- margin: 0px;
- padding: 0px;
+div.error .cancel {
+ background-color : #993300;
+ font-size: 14px;
+ margin-left : 5%;
+ padding : 2px 15px 2px 15px;
}
-div.form {
- margin: 0px auto;
- padding: 5px;
+div.error h3 {
+ color : #990033;
}
-div.help {
- font-size: 90%;
- margin-bottom: 5px;
+div.error p {
+ margin : 0px;
+ padding : 0px 0px 0px 20px;
}
-div.help .ex {
- font-weight: bold;
+div.notice {
+ background-color : #FFFF99;
+ border : 1px dashed #990000;
+ font-size : 16px;
+ line-height : 18px;
+ margin : 10px auto;
+ padding : 5px;
}
-div.help h3 {
- font-size: 100%;
- margin: 0;
- padding: 5px;
+div.flags li {
+ list-style : circle;
}
-div.help p {
- margin: 0;
- padding: 2px 5px;
+div.flags ul {
+ margin : 0px;
+ padding : 0px;
}
-div.items {
- margin: 0px auto;
- padding: 5px;
- width: 98%;
-}
-div.items td {
- font-size: .75em;
- padding: 2px;
-}
-div.items th {
- font-size: .75em;
- font-weight: bold;
- padding: 2px;
- text-align: left;
- vertical-align: top;
-}
+ div.help {
+ border : 0;
+ background-color : white;
+ font-size : 90%;
+ margin-bottom : 5px;
+ }
-div.members th {
- font-size: 12px;
- padding: 3px 5px;
- width: 25%;
- font-weight: bold;
- text-align: left;
- vertical-align: top;
-}
+ div.help h3 {
+ font-size : 100%;
+ background-color : #CCCCCC;
+ border-bottom : #CCCC99;
+ margin : 0;
+ padding : 5px;
+ }
-div.members th label {
- display: block;
- margin: 0;
- padding: 0;
-}
+ div.help p {
+ margin : 0;
+ padding : 2px 5px;
+ }
-div.members th p, div.compact th p {
- font-weight: normal;
- padding: 0;
- margin: 0;
- text-indent: 1em;
-}
+ div.help .ex {
+ font-weight : bold;
+ }
div.menu {
- margin-bottom : 5px;
- padding: 5px;
- width: 98%;
-}
-
-div.menu dl {
- padding: 0;
- margin : 0;
+ width : 100%;
}
-div.menu dt {
- font-size : 80%;
- font-weight: bold;
- padding: 2px;
- margin : .3em;
-}
+div.menu th {
+ background-color : #CCCCCC;
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ border-right : 0px;
+ border-top : 0px;
+ font-size : 101%;
+ font-weight : bold;
+ text-align : right;
+ }
-div.menu dd {
- font-size: 75%;
- margin-left: 1em;
-}
-div.notice {
- font-size: 16px;
- line-height: 18px;
- margin: 10px auto;
- padding: 5px;
+div.menu td+td {
+ font-size : 90%;
+ font-weight : normal;
+ text-align : left;
}
div.tabitem {
- display: inline;
-}
-
-div.tabitem form, div.controls form {
- display: inline;
- white-space: nowrap;
+ display : inline;
}
-div.tabitem li a {
- font-weight: bold;
- padding: 3px 3px;
- text-decoration: none;
+div.tabitem form {
+ display : inline;
+ white-space : nowrap;
}
div.tabitem ul {
- margin: 0;
- padding: 0;
+ margin : 0;
+ padding : 0;
}
div.tabitem ul li {
- font-size: 80%;
- margin: 0 2px 0 0;
- padding: 3px 0;
+ font-size : 80%;
+ margin : 0 2px 0 0;
+ border-right: 1px solid #999900;
+ padding : 3px 0;
list-style: none;
display: inline;
+ }
+
+div.tabitem li a {
+ background-color : white;
+ font-weight : bold;
+ padding : 3px 3px;
+ text-decoration : none;
}
+div.tabitem li a.here {
+ background-color : #D8DEB8;
+}
+div.tabitem li a:hover {
+ background-color : #CCCCCC;
+}
-fieldset label {
- float: left;
- margin-left: 3px;
- width: 25%;
+fieldset {
+ border : 0;
+ padding : 0;
+ white-space : nowrap;
}
fieldset.list {
- white-space: normal;
+ white-space : normal;
}
form {
- display : inline;
- margin: 0px;
- padding: 0px;
+ margin : 0px;
+ padding : 0px;
}
form.compact input {
- font-size: 80%;
- font-weight: normal;
- padding: 0 6px;
-}
-
-h1 {
- font-size: 20px;
- font-weight: bold;
- margin-bottom: 3px;
- margin-top: 3px;
+ color : #ffffff;
+ font-size : 80%;
+ font-weight : normal;
+ padding : 0 6px;
}
-h1#libraryname a {
- text-decoration : none;
+h1
+ {
+ color : #000066;
+ font-size : 20px;
+ font-weight : bold;
+ margin-bottom : 3px;
+ margin-top : 3px;
}
h2 {
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 3px;
- margin-top: 3px;
+ color : #000066;
+ font-size : 18px;
+ font-weight : bold;
+ margin-bottom : 3px;
+ margin-top : 3px;
}
h3 {
- font-size: 16px;
- font-weight: bold;
- margin-bottom: 3px;
- margin-top: 3px;
+ color : #000066;
+ font-size : 16px;
+ font-weight : bold;
+ margin-bottom : 3px;
+ margin-top : 3px;
}
h3.alert {
+ background-color: #FFCC33;
+ color: #CC0000;
padding: 3px;
}
h3.title {
- font-size: 18px;
- display: block;
- padding: 5px;
+ background-color: #EEF0DB;
+ font-size : 18px;
+ display : block;
+ padding : 5px;
margin: 0px auto;
}
h4 {
- font-size: 14px;
- font-weight: bold;
- margin-bottom: 3px;
- margin-top: 3px;
-}
-
-h4.subtitle {
- padding : 0 5px 5px 5px;
- margin: 0px;
- text-indent: 1em;
+ color : #000066;
+ font-size : 14px;
+ font-weight : bold;
+ margin-bottom : 3px;
+ margin-top : 3px;
}
h5 {
- font-size: 13px;
- font-weight: bold;
- margin-bottom: 1px;
- margin-top: 1px;
-}
-
-h5.author {
- font-size: 104%;
- text-indent: 1em;
- padding: 0 5px 5px 5px;
- margin: 0;
+ color : #000066;
+ font-size : 13px;
+ font-weight : bold;
+ margin-bottom : 1px;
+ margin-top : 1px;
}
h6 {
- font-size: 12px;
- font-weight: bold;
- margin-bottom: 1px;
- margin-top: 1px;
+ color : #000066;
+ font-size : 12px;
+ font-weight : bold;
+ margin-bottom : 1px;
+ margin-top : 1px;
}
label {
- font-weight: bold;
- padding: 0px 5px 0px 5px;
-}
-
-label.required:after {
- content: "*";
- font-family: "Courier New", Courier, monospace;
- font-size: 150%;
- padding-left: 3px;
-}
-
-p.date-select {
- font-size: 80%;
- margin-top: 2px;
- margin-bottom: 2px;
-}
-
-p.date-select input, p.date-select select {
- font-size: 70%;
+ font-weight : bold;
+ padding : 0px 5px 0px 5px;
}
sup {
- font-family: "courier new", courier, monospace;
- font-size: .7em;
- font-weight: bold;
+ font-size : .7em;
+ color : #cc0000;
+ font-weight : bold;
+ font-family : "courier new", courier, monospace;
}
table {
- border-collapse: collapse;
- margin: 3px 0px 5px 0px;
- padding: 0px;
- width: 99%;
-}
-
-table.editing th {
- font-size : .8em;
- padding : 2px;
-}
-
-table.editing th {
- font-size : .8em;
- padding : 2px;
-}
-
-table.itemtypes {
- border-collapse: separate;
- border-spacing: 3px;
- display: block;
- padding: 0;
- margin: 0;
-}
-
-table.marc {
- border-collapse: collapse;
- margin: 3px 0px 5px 0px;
- padding: 0px;
- width: auto;
-}
-
-table.marc td.label {
- font-weight: bold;
- width: 25%;
-}
-
-table.marc th {
- text-align: left;
- font-weight: normal;
+ background-color : #CCCCCC;
+ border-bottom : 0px solid #000000;
+ border-collapse : collapse;
+ border-left : 0px solid #000000;
+ margin : 3px 0px 5px 0px;
+ padding : 0px;
+ width : 99%;
}
td {
- font-size: 12px;
- padding: 5px 5px 5px 5px;
+ border-bottom : 1px solid white;
+ border-right : 1px solid white;
+ font-size : 12px;
+ padding : 5px 5px 5px 5px;
}
-td fieldset {
- margin: 0 0 3px 0;
- padding: 0 0 3px 0;
+td:last-child {
+ border-bottom : 1px solid white;
+ border-right : 0px solid white;
+ font-size : 12px;
+ padding : 5px 5px 5px 5px;
}
-td form {
- margin: 0;
+td+ul {
+ margin-top : 0px;
+ margin-bottom : 0px;
}
-td input.delete {
- font-size: 12px;
- font-weight: bold;
- padding: 0 5px 0 5px;
- margin: 0 5px 0 0;
+th {
+ background-color : #D8DEB8;
+ border-bottom : 1px solid #000000;
+ border-right : 1px solid #000000;
+ font-size : 14px;
+ font-weight : bold;
+ padding : 5px 5px 5px 5px;
}
-td input.submit {
- margin: 0 5px 0 0;
- padding: 0 5px 0 5px;
+tr th[scope=row], tr.highlight th[scope=row]{
+ font-family : Arial, Geneva, Helvetica, sans-serif;
+ font-size : 70%;
+ font-weight : normal;
+ padding : 0;
}
-td legend {
- margin: 0;
- padding: 4px;
+th:last-child {
+ background-color : #D8DEB8;
+ border-bottom : 1px solid #000000;
+ border-right : 0px solid #000000;
+ font-size : 14px;
+ font-weight : bold;
+ padding : 5px 5px 5px 5px;
}
-td.credit, td.debit, td.sum {
- font-family: "Courier New", Courier, monospace;
- text-align: right;
+td.input, div.form td, div.details td {
+ border-bottom : 1px solid white;
+ border-left : 0px;
+ border-right : 0px;
+ color : #000000;
+ line-height : 1.5em;
+ padding : 4px;
+ text-align : right;
}
-td.input, div.form td, div.details td {
- line-height: 1.5em;
- padding: 4px;
- text-align: right;
+td.label, div.form th, div.details th {
+ background-color : #FFC;
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ border-right : 0px;
+ border-top : 0px;
+ color : #000088;
+ font-weight : bold;
+ line-height : 1.5em;
+ padding : 4px;
+ text-align : left;
+ vertical-align : top;
}
td.label {
- font-weight: bold;
- line-height: 1.5em;
- padding: 4px;
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ color : #000088;
+ font-weight : bold;
+ line-height : 1.5em;
+ padding : 4px;
}
-td.label, div.form th, div.details th {
- font-weight: bold;
- line-height: 1.5em;
- padding: 4px;
- text-align: left;
- vertical-align: top;
+tr.highlight, td.highlight {
+ background-color : #FFFFFF;
}
-td:last-child {
- font-size: 12px;
- padding: 5px 5px 5px 5px;
+td.onissue {
+ background-color : #EFF1D8;
}
-td+ul {
- margin-top: 0px;
- margin-bottom: 0px;
+tr.highlight td.onissue {
+ background-color : white;
}
-tfoot {
- font-weight: bold;
+table.marc {
+ background-color : #CCCCCC;
+ border-collapse : collapse;
+ margin : 3px 0px 5px 0px;
+ padding : 0px;
+ width : auto;
}
-th {
- font-size: 14px;
- font-weight: bold;
- padding: 5px 5px 5px 5px;
+table.marc th {
+ background-color: white;
+ border : 0px;
+ text-align : left;
+ font-weight : normal;
}
-th:last-child {
- font-size: 14px;
- font-weight: bold;
- padding: 5px 5px 5px 5px;
+table.marc td.label {
+ color : #000000;
+ font-weight : bold;
+ width : 25%;
}
-tr th[scope=row], tr.highlight th[scope=row]{
- font-family: Arial, Geneva, Helvetica, sans-serif;
- font-size: 70%;
- font-weight: normal;
- padding: 0;
+table.marc td.data {
+ background-color : #FFFFFF;
}
-.accesskey {
- text-decoration: underline;
-}
+/*.barcode {
+ display : block;
+ text-align : right;
+ font-style: italic;
+ font-size : .95em;
+ color: #666633;
+}*/
.cancel {
- font-size: 12px;
- font-weight: bold;
- padding: 2px;
+ background-color : #993300;
+ color : #CCCCCC;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 2px;
+}
+
+td.credit, td.debit, td.sum {
+ font-family : "Courier New", Courier, monospace;
+ text-align : right;
+}
+
+td.debit {
+ color : #990000;
}
.current {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+ background-color : #FFFFFF;
+ color : #3366CC;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
-.error, .overdue {
- font-weight: bold;
+.error {
+ color : #CC0033;
+ font-weight : bold;
}
.ex {
- font-family: "Courier New", Courier, monospace;
+ font-family : "Courier New", Courier, monospace;
}
.form dd {
- display: block;
- line-height: 1.5em;
- padding: 4px;
- text-align: right;
+ border-bottom : 1px solid white;
+ color : #000000;
+ display : block;
+ line-height : 1.5em;
+ padding : 4px;
+ text-align : right;
}
.form dl {
- margin: 0px 0px 0px 0px;
- padding: 3px;
- width: 80%;
+ margin : 0px 0px 0px 0px;
+ padding : 3px;
+ width : 80%;
}
.form dt {
- float: left;
- font-weight: bold;
- line-height: 1.5em;
- padding: 4px;
+ border-bottom : 1px solid white;
+ border-left : 1px solid white;
+ color : #000088;
+ float : left;
+ font-weight : bold;
+ line-height : 1.5em;
+ padding : 4px;
}
.form-help {
- font-size: 95%;
- padding-left: 15px;
+ font-size : 95%;
+ padding-left : 15px;
}
.inline {
- display: inline;
+ display : inline;
}
-.issued {
- font-style : italic;
+.menu input {
+ font-size : 80%;
}
-.menu input {
- font-size: 80%;
+input.focus {
+ background-color: #FFF;
+ border-bottom: 2px dashed #993300;
}
-.nav {
- font-size: 12px;
- font-weight: bold;
- padding: 1px 5px 1px 5px;
- text-decoration: none;
+input.unfocus {
+ background-color : #FFF;
}
-.no {
- float: right;
- padding: 0px 15px 0px 15px;
- width: 33%;
- margin: 0px 2px 0px 2px;
- text-align: center;
+.nav {
+ font-size : 12px;
+ font-weight : bold;
+ padding : 1px 5px 1px 5px;
+ text-decoration : none;
}
.print {
font-size: 10px;
}
-.item-datedue {
- display: block;
- font-style: italic;
-}
-
-.item-details {
- display: block;
- margin: 0 0 0 25px;
-}
-
-.item-onorder {
- display : block;
- font-style : italic;
-}
-
-.item-reserved, .item-notforloan, .item-lost, .item-cancelled, .item-damaged,
.item-reserved {
- display: block;
-}
-
-.searchresults p {
- font-size: 1.2em;
- font-weight: bold;
- margin: .2em;
+//Controls the attributes of form submit buttons
+.submit {
+ background-color : #CCCCCC;
+ color : #EEF0DB;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 2px;
}
-.searchresults p+p {
- font-size: 1em;
- font-weight: normal;
- text-indent: 1em;
+td form {
+ margin : 0;
}
-.searchresults strong a {
- font-weight: bold;
- font-size: 14px;
+td input.submit {
+ border : 1px outset #CCCC99;
+ color : #000000;
+ margin : 0 5px 0 0;
+ padding : 0 5px 0 5px;
}
-.searchresults th {
- font-size : .8em;
+td input.submit:active {
+ border : 1px inset #cccc99;
}
-.searchresults td, .searchresults th {
- padding: 2px 2px 2px 5px;
+td input.delete {
+ border : 1px outset #CCCC99;
+ color : #CCCCCC;
+ background-color : #993300;
+ font-size : 12px;
+ font-weight : bold;
+ padding : 0 5px 0 5px;
+ margin : 0 5px 0 0;
}
-.submit, div.details dt, .cancel {
- font-size: 12px;
- font-weight: bold;
- padding: 2px;
+td input.delete:active {
+ border : 1px inset #cccc99;
}
.thumbnail {
- float: left;
- margin: 0 5px 10px 0;
+ float : left;
+ margin : 0 5px 10px 0;
+ border : 0px solid white;
}
.yes {
float: left;
- padding: 0px 15px 0px 15px;
- width: 33%;
- margin: 0px 2px 0px 2px;
+ padding : 0px 15px 0px 15px;
+ width : 33%;
+ margin : 0px 2px 0px 2px;
text-align: center;
}
-#auth {
- margin: 0 30% 0 30%;
- padding: 5px;
+.no {
+ float: right;
+ padding : 0px 15px 0px 15px;
+ width : 33%;
+ margin : 0px 2px 0px 2px;
+ text-align: center;
}
-#auth p {
- width: 25%;
- margin: 0 auto;
- text-align: center;
- padding: 0;
+#auth {
+ background-color : transparent;
+ margin : 0 30% 0 30%;
+ padding : 5px;
}
#auth table {
- border-collapse: separate;
+ border-collapse : separate;
}
#auth table td {
- text-align: left;
+ background-color : white;
+ border-bottom : 1px solid #999933;
+ border-left : 1px solid #FFFFFF;
+ border-right : 1px solid #999933;
+ border-top : 1px solid #FFFFFF;
+ text-align : left;
}
#auth table th{
- text-align: right;
- width: 25%;
+ background-color : white;
+ border-bottom : 1px solid #999933;
+ border-left : 1px solid #FFFFFF;
+ border-right : 1px solid #999933;
+ border-top : 1px solid #FFFFFF;
+ width : 50%;
+ text-align : right;
+}
+
+#auth p {
+ width : 25%;
+ margin : 0 auto;
+ text-align : center;
+ padding : 0;
}
#main {
- margin-left: 18%;
- margin-right: 2%;
- margin-top: 2%;
- padding: 10px;
+ background-color : #CCCCCC;
+ padding : 10px;
+}
+
+#mainMarcEdit {
+ position:absolute;
+ background-color : #CCCCCC;
+ top:150;
+ left:125;
}
#main-compact {
- margin-left: 2%;
- margin-right: 2%;
- margin-top: 2%;
- padding: 10px;
+ background-color : #CCCCCC;
+ border-left : 1px solid #CCCCCC;
+ margin-left : 2%;
+ margin-right : 2%;
+ margin-top : 2%;
+ padding : 10px;
}
-#menu dd {
- padding: 3px 45px 3px 10px;
+#menu {
+ background-color : #FFFFFF;
}
-#menu dd form {
- margin : 4px 0;
+#menu dd {
+ border-bottom : 1px dashed #D8DEB8;
+ border-left : 1px dashed #D8DEB8;
+ border-right : 0px solid #000000;
+ border-top : 0px solid #000000;
+ padding : 3px 45px 3px 10px;
}
#menu dd a {
- font-size: 1.05em;
- font-weight: bold;
- text-decoration: none;
+ font-size : 1.05em;
+ font-weight : bold;
+ text-decoration : none;
}
-#menu dd ul {
- margin : 3px 0;
+#menu dd li {
+ display : inline;
+ white-space : nowrap;
}
-#menu dd li {
- display: inline;
- white-space: nowrap;
+#menu dd li:before {
+ content : "\00BB \0020";
}
-#menu dd li a {
- padding : 2px 7px 2px 0;
- margin : 10px 5px;
+#menu dd ul {
+ display : inline;
+ list-style : disc;
}
#menu dl {
- margin: 0px;
- padding: 0px;
+ background-color : #CCCCCC;
+
+ margin : 0px;
+ padding : 0px; /*width : 80%;*/
}
#menu dt {
- font-size: 1.2em;
- font-weight: bold;
- padding: 2px 2px 2px 5px;
+ background-color : #FFFFFF;
+ border-bottom : 1px solid #D8DEB8;
+ border-left : 0px solid #D8DEB8;
+ border-right : 0px solid #000000;
+ border-top : 0px solid #000000;
+ color : #000066;
+ font-size : 1.2em;
+ font-weight : bold;
+ padding : 2px 2px 2px 5px;
}
#menu dt a {
- text-decoration: none;
+ text-decoration : none;
}
#nav {
- position: absolute;
- left: 1px;
- margin: 2% 0% 0% 5px;
- padding: 0px;
- width: 16%;
+ background-color : #CCCC99;
+ position : absolute;
+ left : 1px;
+ margin : 2% 0% 0% 1%;
+ padding : 0px;
+ width : 17%;
}
#nav .submit {
- font-size: 9px;
+ font-size : 9px;
}
#nav a {
- font-family: Tahoma, arial, geneva, sans-serif;
- font-weight: bold;
- text-decoration: none;
+ font-family : Tahoma, arial, geneva, sans-serif;
+ font-weight : bold;
+ text-decoration : none;
}
#nav h4 {
- font-size: 12px;
- font-weight: bold;
- margin: 0px;
- padding: 0px;
- text-align: left;
+ font-size : 12px;
+ font-weight : bold;
+ margin : 0px;
+ padding : 0px;
+ text-align : left;
}
#nav input {
- font-size: .8em;
+ font-size : .8em;
}
#nav label {
- font-size: 10px;
+ font-size : 10px;
}
#nav ul {
- margin: 0px;
- padding: 0px;
+ margin : 0px;
+ padding : 0px;
}
#nav ul li {
- font-size: .8em;
- list-style: none;
- padding: 3px 3px 10px 3px;
- text-align: right;
- width: 100%;
-}
-
-#nav ul ul {
- margin: 0px 0px 0px 5px;
+ background-color : #D8DEB8;
+ border-bottom : 1px solid #CCCCCC;
+ border-left : 0px solid #CCCCCC;
+ border-right : 0px solid #006699;
+ border-top : 0px solid #CCCCCC;
+ font-size : .8em;
+ list-style : none;
+ padding : 3px;
+ text-align : right;
+ width : 100%;
}
-#nav ul ul li {
- font-size: .9em;
- list-style: none;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- text-align: right;
- width: 100%;
+#nav ul li+li {
+ border-bottom : 1px solid #CCCCCC;
+ border-left : 0px solid #CCCCCC;
+ border-right : 0px solid #006699;
}
#nav ul ul {
- margin : 0 2px 0 0;
-}
-
-#nav ul ul li+li {
- padding: 0px 0px 0px 0px;
-}
-
-#nav ul#facets li {
- font-weight: bold;
- text-align: left;
-}
-
-#nav ul#facets ul li {
- font-weight : normal;
- margin : 0;
- text-align: left;
- padding : 2px;
-}
-
-#nav ul#facets ul li a {
- font-size : .95em;
- font-weight : normal;
+ margin : 0px 0px 0px 5px;
}
-#nav ul#facets
-
-#nav ul#facets ul li.showmore {
- text-align: center;
+#nav ul ul li {
+ background-color : #EFF1D8;
+ border-bottom : 1px solid #CCCC99;
+ border-left : 0px solid #CCCCCC;
+ border-right : 0px solid #006699;
+ border-top : 0px solid #CCCCCC;
+ font-size : .9em;
+ list-style : none;
+ margin : 0px 0px 0px 0px;
+ padding : 0px 0px 0px 0px;
+ text-align : right;
+ width : 100%;
}
-#nav ul#facets ul li.showmore a {
- font-weight: bold;
- text-decoration: none;
+#nav ul ul li+li {
+ border-bottom : 1px solid #CCCC99;
+ border-left : 0px solid #CCCCCC;
+ border-right : 0px solid #006699;
+ padding : 0px 0px 0px 0px;
}
#notes {
- float: right;
- font-size: 12px;
- margin: 0px;
-}
-
-#notes img {
- float: left;
- margin: 3px;
- padding : 2px;
+ float : right;
+ margin : 0px;
+ font-size : 12px;
}
#notes ul {
- margin-left: 95px;
+ margin : 0px;
+ padding : 0px;
}
#results, .results {
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size: .8em;
- margin: 0px;
- padding: 3px 0px 15px 0px;
-}
-
-#submenu dd {
- margin-left: 2%;
+ color : #000066;
+ font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size : .8em;
+ margin : 0px;
+ padding : 3px 0px 15px 0px;
}
-#submenu dd ul {
- margin-left: 0;
- padding-left: 7%;
+#submenu {
+ background-color: #CCCCCC;
}
#submenu dl {
- float: left;
- font-size: 90%;
+ background-color : lightgray;
+/* float: right; */
+ font-size : 90%;
margin: 10px 10px;
padding: 2px 2px 2px 7px;
- width: 27%;
+ width : 27%;
}
#submenu dt {
font-size: 100%;
- font-weight: bold;
+ font-weight : bold;
+}
+
+#submenu dd {
+ margin-left: 2%;
+}
+
+#submenu dd ul {
+ margin-left : 0;
+ padding-left : 7%;
}
#topmenu {
- margin-bottom: 5px;
- margin-left: 20px;
- margin-right: 10px;
+ color : #CCCC99;
+ margin-bottom : 5px;
+ margin-left : 20px;
+ margin-right : 10px;
}
#topmenu .submit {
- font-size: .7em;
- padding: 2px;
+ background-color : #999933;
+ color : #CCCCCC;
+ font-size : .7em;
+ padding : 2px;
}
#topmenu a:link {
- font-weight: bold;
- padding: 2px;
+ color : #CCFF66;
+ font-weight : bold;
+ padding : 2px;
}
#topmenu a:visited {
- font-weight: bold;
- padding: 2px;
+ color : #CCFF66;
+ font-weight : bold;
+ padding : 2px;
}
#topmenu a:hover {
- font-weight: bold;
- padding: 2px;
+ color : #CCCCCC;
+ font-weight : bold;
+ padding : 2px;
}
#topmenu a:active {
- font-weight: bold;
- padding: 2px;
+ color : #CCCCCC;
+ font-weight : bold;
+ padding : 2px;
}
#topmenu form {
- display: inline;
+ display : inline;
}
#topmenu label {
- font-weight: bold;
+ font-weight : bold;
}
-/* MARC EDITOR */
+.searchresults td {
+ padding : 2px 2px 2px 5px;
+}
-div.tabbed {
- margin-left:5%;
- width:90%;
+.searchresults p {
+ font-size : 1.2em;
+ font-weight : bold;
+ margin : .2em;
}
-div.tabs {
- float : left;
- margin : 5px 0 0 0;
+.searchresults p+p {
+ font-size : 1em;
+ font-weight : normal;
+ text-indent : 1em;
}
-div.tabs a {
- display:block;
+.searchresults strong a {
font-weight : bold;
- text-decoration : none;
- margin : 0 0 2px 0;
- padding: 10px 5px 10px 5px;
+ font-size : 14px;
}
-div.tabs a:hover {
+div.members th {
+ background-color : #CCCCCC;
+ border-bottom : 1px solid white;
+ border-right : 1px solid white;
+ font-size : 12px;
+ padding : 3px 5px;
+ width : 25%;
+ font-weight : bold;
+ text-align : left;
+ vertical-align : top;
}
-div.tab {
- display: block;
- visibility:hidden;
- position : absolute;
- margin : 5px 0 0 20px;
- padding : 3px;
- width : 70%;
- /*margin-top:110px;*/
+div.members th label {
+ display : block;
+ margin : 0;
+ padding : 0;
}
-div.tab p {
- margin : 3px;
+div.members label.focus {
+ color : #cc0000;
}
-div.displaytab {
- display: block;
- float:left;
- font-size: .8em;
- width : 100%;
+div.members th p, div.compact th p {
+ font-weight : normal;
+ padding : 0;
+ margin : 0;
+ text-indent : 1em;
+}
+
+td fieldset {
+ border : 1px solid #CCCCCC;
+ margin : 0 0 3px 0;
+ padding : 0 0 3px 0;
+}
+
+fieldset label {
+ float : left;
+ margin-left : 3px;
+ width : 25%;
}
-div.displaytab p {
+td legend {
margin : 0;
- padding : 3px 0;
+ padding : 4px;
}
-.MARCtag { /* style for tag definition (700 - Statement of responsability) */
- clear : left;
+table.editing tr:hover td {
+ background-color: #EFF1D8;
+}
+
+tfoot {
+ background-color : white;
font-weight : bold;
- font-size : .8em;
- margin-top : 5px;
}
-div.displaytab .MARCtag {
- font-size : 1em;
+tfoot td, tfoot td:last-child {
+ border-right : 1px solid #999900;
+ border-bottom : 1px solid #999900;
}
-.labelsubfield { /* style for each subfield (like : a Publication year), just
before the biblio subfield */
- clear : left;
- float : left;
- font-size : .8em;
- font-weight : normal;
- width : 12em;
- margin-left : 30px;
- display : inline;
+div.data table, div.data-main table {
+ background-color: #D8DeB8;
+ border-collapse: collapse;
+ margin : auto;
+ margin : 0 0 5px 0;
}
-div.displaytab .labelsubfield {
+div.data table caption {
font-size : 1em;
+}
+
+div.data-main table caption {
+ font-size : 1.1em;
+}
+
+div.data table td, div.data-main table td {
+ border-right : 1px solid #CCCC99;
+ border-bottom : 1px solid #CCCC99;
+ background-color: #CCCCCC;
+ font-size: 12px;
+ padding : 2px;
+ padding-left : .7em;
+ margin : 0 0 0 0;
+}
+
+div.data-main table td {
+ background-color : #FFFFE1;
+}
+
+div.data table th, div.data-main table th {
+ border-left : 1px solid #999933;
+ border-right : 1px solid #CCCC99;
+ border-bottom : 1px solid #CCCC99;
+ font-size : 12px;
font-weight: bold;
+ text-align : right;
+ padding : 2px;
+ padding-right : 1em;
+ background-color: white;
+ width : 17%;
}
-#loading {
- position: absolute;
- top: 3em;
- left: 3em;
- padding: 1em;
- font-size: 1.5em;
- z-index: 999;
- }
+div.data-main table th {
+ background-color : #EFF1D8;
+}
+
+div.data table tr.highlight td {
+ background-color: #FFFFE1;
+}
-input.mandatory {
- width : 55%;
+div.data table tr.highlight th {
+ font-size: 70%;
+ font-weight: bold;
+ background-color : #EEF0DB;
+ padding-right : 1em;
+}
+
+div.data table th[scope=col], div.data-main table th[scope=col] {
+ text-align: center;
+ border-left : 0;
+}
+
+div.data table col, div.data-main table col {
+ background-color : #CCCCCC;
}
-div.tabs a.addbiblioTabOn {
+.accesskey {
+ text-decoration : underline;
}
-div.tabs a.addbiblioTabOff {
+div#controls {
+ float: right;
+ margin-left : .7em;
+ width : 15%;
}
-input.addbiblioInput {
- width : 55%;
+div#controls form {
+ background-color : #CCCCCC;
+ font-size : 80%;
+ margin : .3em 0;
+ padding : .3em;
}
-input.addbiblioInputFocus {
- width : 55%;
+label.required:after {
+ content: "*";
+ font-family : "courier new", courier, monospace;
+ font-size : 150%;
+ color : #cc0000;
+ padding-left : 3px;
}
-input.indicator {
+p.date-select {;
+ font-size : 80%;
+ margin : 2px 0;
}
-input.indicatorFocus {
+p.date-select input, p.date-select select {
+ font-size : 70%;
+ background-color : #EFF1D8;
}
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week], Kyle Hall, 2007/01/03
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week],
Kyle Hall <=
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week], Kyle Hall, 2007/01/09
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week], Kyle Hall, 2007/01/09
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week], Kyle Hall, 2007/01/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week], Kyle Hall, 2007/01/22
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week], Kyle Hall, 2007/01/22