|
442
|
1 |
/*! |
|
|
2 |
* _____ _ |
|
|
3 |
* | __ \ | | |
|
|
4 |
* | |__) |___ _ __ | | ____ _ _ __ |
|
|
5 |
* | _ // _ \ '_ \| |/ / _` | '_ \ |
|
|
6 |
* | | \ \ __/ | | | < (_| | | | | |
|
|
7 |
* |_| \_\___|_| |_|_|\_\__,_|_| |_| |
|
|
8 |
* |
|
|
9 |
* Copyright 2012-2015 Institut de recherche et d'innovation |
|
|
10 |
* contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron, |
|
|
11 |
* Thibaut Cavalié, Julien Rougeron. |
|
|
12 |
* |
|
|
13 |
* contact@iri.centrepompidou.fr |
|
|
14 |
* http://www.iri.centrepompidou.fr |
|
|
15 |
* |
|
|
16 |
* This software is a computer program whose purpose is to show and add annotations on a video . |
|
|
17 |
* This software is governed by the CeCILL-C license under French law and |
|
|
18 |
* abiding by the rules of distribution of free software. You can use, |
|
|
19 |
* modify and/ or redistribute the software under the terms of the CeCILL-C |
|
|
20 |
* license as circulated by CEA, CNRS and INRIA at the following URL |
|
|
21 |
* "http://www.cecill.info". |
|
|
22 |
* |
|
|
23 |
* The fact that you are presently reading this means that you have had |
|
|
24 |
* knowledge of the CeCILL-C license and that you accept its terms. |
|
|
25 |
*/ |
|
|
26 |
|
|
598
|
27 |
/*! renkan - v0.12.16 - Copyright © IRI 2016 */ |
|
442
|
28 |
|
|
|
29 |
|
|
|
30 |
html{overflow:visible!important}body{font-family:Arial,Helvetica,sans-serif;background:#F6F6F6;color:#333}.clearer{display:block;clear:both;height:1px}h1{margin-bottom:5px;padding:0 15px;background:#333;color:#fff;font-weight:700;font-size:30px;line-height:60px}.right{width:301px;position:absolute;top:10px;right:10px}.main{margin:10px 330px 10px 20px}.blue-button{display:inline-block;padding:4px 6px;color:#fff;text-decoration:none;border-radius:4px;background:-moz-linear-gradient(top,#6080c0,#2040a0);background:-webkit-linear-gradient(top,#6080c0,#2040a0);box-shadow:1px 1px 2px gray}.blue-button:hover{background:-moz-linear-gradient(top,#2040a0,#6080c0);background:-webkit-linear-gradient(top,#2040a0,#6080c0)}.update-preview{text-align:center;display:block;margin-bottom:10px;font-size:24px;font-weight:700;line-height:34px}#preview{position:relative;border-left:1px solid #000;border-bottom:1px solid #000;width:300px;height:800px;border-radius:4px;overflow:hidden;margin-bottom:10px}.section-title{font-size:20px;font-weight:700;margin:20px 0 5px}.first-level-list{margin:5px 0}.add-item{margin:5px 0;font-size:22px;font-weight:700;line-height:18px}.add-item:hover:after{float:right;font-size:14px;font-weight:400;line-height:18px;margin-left:4px}.add-search-engine:hover:after{content:"Add Search Engine"}.add-resource:hover:after{content:"Add Resource"}.add-bin:hover:after{content:"Add Bin"}.item{padding:5px;margin:5px 0;border-radius:4px;font-size:12px;background:-moz-linear-gradient(top,#ffcc8f,#fff0d0);background:-webkit-linear-gradient(top,#ffcc8f,#fff0d0);box-shadow:1px 1px 2px gray}.remove-item{float:right;font-size:22px;line-height:18px;height:18px;margin:0 0 2px -10px;font-weight:700}.setting{float:left;width:260px;margin:2px 15px 2px 2px;line-height:24px;min-height:24px}.setting label{float:left;display:block;width:100px;font-weight:700}.display-value{float:left;display:block;width:160px}.edit-value{width:160px;display:none;border:1px solid #ccc;border-radius:3px}input.edit-value,textarea.edit-value{width:154px;padding:2px}textarea.edit-value{resize:vertical;height:72px}.item-editing .display-value{display:none}.item-editing .edit-value{display:inline-block}.resource-list-title{clear:both;width:100%;font-size:16px;font-weight:700;margin:5px 0 0}.resource{display:block;clear:both;padding:5px;margin:5px;border-radius:4px;background:-moz-linear-gradient(top,#ff8f00,#ffcc8f);background:-webkit-linear-gradient(top,#ff8f00,#ffcc8f);box-shadow:1px 1px 2px gray}.resource .display-value{display:inline-block}.resource .edit-value,.resource.resource-editing .display-value{display:none}.resource.resource-editing .edit-value{display:inline-block} |