Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active September 21, 2016 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regisrob/54517da849ebd482c4b51ee8c0d2ccf0 to your computer and use it in GitHub Desktop.
Save regisrob/54517da849ebd482c4b51ee8c0d2ccf0 to your computer and use it in GitHub Desktop.
Mirador CW : config workspace
{
"id": "mirador",
"layout": "1x1",
"saveSession": false,
"buildPath": "/data/mirador/",
"i18nPath": "locales/",
"workspaceType": "compare",
"openManifestsPage" : true,
"showAddFromURLBox": true,
"windowSettings": {
"canvasControls": {
"annotations" : {
"annotationLayer" : false
}
}
},
"mainMenuSettings": {
"show": true,
"buttons" : {
"bookmark" : false,
"layout" : true,
"options" : false,
"fullScreenViewer": true
},
"userLogo": {
"label": "Biblissima",
"attributes": {
"href": "http://biblissima.fr",
"title": "Retour à l'accueil",
"class": "logo visuallyhidden"
}
}
},
"data": [
{
"manifestUri": "<MANIFEST_URI_1>"
},
{
"manifestUri": "<MANIFEST_URI_2>"
},
{
"manifestUri": "<MANIFEST_URI_3>"
}
]
}
@regisrob
Copy link
Author

regisrob commented Sep 20, 2016

<style type="text/css">
    #viewer {  width: 100%; height: 100%; position: fixed;}
    .user-logo li { padding-left: 0;}
    .user-logo .logo { display:block; width: 14px; height: 27px; background: url("https://static.biblissima.fr/images/biblissima-monogramme-jaune.png") no-repeat 0 2px; opacity: 1; margin-left: 7px;}
    .mirador-main-menu.user-logo { padding-top: 0; padding-bottom: 0;}

    .visuallyhidden {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
    }
</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment