Updating some visual styles
This commit is contained in:
parent
8c526aef14
commit
e43854cb76
1 changed files with 40 additions and 2 deletions
|
@ -164,7 +164,7 @@ body {
|
||||||
|
|
||||||
caption {
|
caption {
|
||||||
color : #000066;
|
color : #000066;
|
||||||
font-size : 16px;
|
font-size : 20px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
margin-top : 5px;
|
margin-top : 5px;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
|
@ -428,6 +428,15 @@ h3.alert {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3.title {
|
||||||
|
background-color: #EEF0DB;
|
||||||
|
font-size : 18px;
|
||||||
|
display : block;
|
||||||
|
padding : 5px;
|
||||||
|
width : 95%;
|
||||||
|
margin: 0px auto;
|
||||||
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color : #000066;
|
color : #000066;
|
||||||
font-size : 14px;
|
font-size : 14px;
|
||||||
|
@ -541,6 +550,31 @@ tr.highlight {
|
||||||
background-color : #FFFFFF;
|
background-color : #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.marc {
|
||||||
|
background-color : #FFFFCC;
|
||||||
|
border-collapse : collapse;
|
||||||
|
margin : 3px 0px 5px 0px;
|
||||||
|
padding : 0px;
|
||||||
|
width : 95%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.marc th {
|
||||||
|
background-color: #E7E7CA;
|
||||||
|
border : 0px;
|
||||||
|
text-align : left;
|
||||||
|
font-weight : normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.marc td.label {
|
||||||
|
color : #000000;
|
||||||
|
font-weight : bold;
|
||||||
|
width : 25%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.marc td.data {
|
||||||
|
background-color : #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
/*.barcode {
|
/*.barcode {
|
||||||
display : block;
|
display : block;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
|
@ -600,6 +634,10 @@ tr.highlight {
|
||||||
padding : 4px;
|
padding : 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
.inline {
|
.inline {
|
||||||
display : inline;
|
display : inline;
|
||||||
}
|
}
|
||||||
|
@ -630,7 +668,7 @@ input.unfocus {
|
||||||
|
|
||||||
.submit {
|
.submit {
|
||||||
background-color : #669999;
|
background-color : #669999;
|
||||||
color : #FFFFCC;
|
color : #EEF0DB;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
padding : 2px;
|
padding : 2px;
|
||||||
|
|
Loading…
Reference in a new issue