★ Find a new page on our Untranscribed Manuscripts list.
No edit summary |
Css for ProgressBarKey template |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
span.editsection { display: none; } | span.editsection { display: none; } | ||
/* to avoid the diff table when comparing history versions overlap the iframe */ | |||
table.diff { | |||
clear: both; | |||
} | |||
#key-wrapper { | |||
display:inline-block; | |||
} | |||
.key-item { | |||
display:inherit; | |||
} | |||
.key-item-box { | |||
width:25px; | |||
height:25px; | |||
border: solid 1px black; | |||
display:inherit; | |||
} | |||
.key-item-label { | |||
display:inherit; | |||
vertical-align:text-bottom; | |||
margin-right: 10px; | |||
} | |||
.key-item.untranscribed .key-item-box { | |||
background-color: white; | |||
} | |||
.key-item.in-progress .key-item-box { | |||
background-color: #ffe867; | |||
} | |||
.key-item.completed .key-item-box { | |||
background-color: black; | |||
} |
/* CSS placed here will be applied to all skins */ span.editsection { display: none; } /* to avoid the diff table when comparing history versions overlap the iframe */ table.diff { clear: both; } #key-wrapper { display:inline-block; } .key-item { display:inherit; } .key-item-box { width:25px; height:25px; border: solid 1px black; display:inherit; } .key-item-label { display:inherit; vertical-align:text-bottom; margin-right: 10px; } .key-item.untranscribed .key-item-box { background-color: white; } .key-item.in-progress .key-item-box { background-color: #ffe867; } .key-item.completed .key-item-box { background-color: black; }