★ Find a new page on our Untranscribed Manuscripts list.
Jose.martin (talk | contribs) Forum:Admin, Forum:CantDelete, Forum:CantEdit, Forum:CantPost, Forum:CantSearch, Forum:CantView, Forum:Mod, Forum:NoSigs, awardsmanage, Bureaucrats, giftadmin, staff, Administrators 34 edits No edit summary |
Css for ProgressBarKey template |
||
Line 5: | Line 5: | ||
table.diff { | table.diff { | ||
clear: both; | 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; }