bda5e8578ab9add212962f84297ae8cec8a4ab40
[koha.git] / koha-tmpl / opac-tmpl / npl / en / includes / marc-editor.css
1 div.tabbed {
2         /*border : 1px solid red;
3         position: absolute;*/
4         margin-left:5%;
5         width:90%;
6 /*      display:block;*/
7 }
8
9 div.tabs {
10 /*      border : 1px solid aqua;*/
11         float : left;
12         margin : 5px 0 0 0;
13 /*      position:absolute;
14         margin-left: .5em;
15         margin-top:110px;*/
16 }
17
18 div.tabs a {
19         display:block;
20         background-color: #D8DEB8;
21         color: #000066;
22         font-weight : bold;
23         text-decoration : none;
24         border-bottom : 1px solid #999933;
25         border-left : 1px solid #999933;
26         border-right : 1px solid #FFFFCC;
27         border-top : 1px solid #FFFFCC;
28         margin : 0 0 2px 0;
29         padding: 10px 5px 10px 5px;
30         
31 }
32
33 div.tabs a:hover {
34         background-color : #CCFF99;
35         border-left : 1px solid #000066;
36         border-bottom : 1px solid #000066;
37 }
38
39 div.tab {
40         background-color : #FFFFCC;
41         border : 1px solid #D8DEB8;
42         border-top : 1px solid #FFFFCC;
43         display: block;
44         visibility:hidden;
45         position : absolute;
46         margin : 5px 0 0 55px;
47         padding : 3px 3px 3px 10px;
48         width : 70%;
49         /*margin-top:110px;*/
50 }
51
52 /* style for tag definition (e.g. 700 - Statement of responsibility) */
53 .MARCtag { 
54         clear : left;
55         color : #000000;
56         background-color : #FFFFCC;
57         border-top : 7px solid #FFFFCC;
58         border-bottom : thin solid #CCCC99;
59         font-weight : bold;
60         font-size : .8em;
61         margin-top : 5px;
62 }
63
64 div.tab p {
65         margin : 3px;
66 }       
67
68 /* style for each subfield (e.g.: Publication year), just before the biblio subfield */
69 .labelsubfield { 
70         background-color : #FFFFE1;
71 /*      border : 1px solid red;*/
72         clear : left;
73         float : left;
74         font-size : .8em;
75         font-weight : normal;
76         width : 12em;
77         margin-left : 30px;
78         display : inline;
79 }
80
81 #loading {
82         position: absolute;
83         top: 3em;
84         left: 3em;
85         padding: 1em;
86         mozopacity: 50%;
87         background-color: #FFFFFF;
88         border: 10px solid #CCCC99;
89         font-size: 1.5em;
90         z-index: 999;
91         }