/*!
* _____ _
* | __ \ | |
* | |__) |___ _ __ | | ____ _ _ __
* | _ // _ \ '_ \| |/ / _` | '_ \
* | | \ \ __/ | | | < (_| | | | |
* |_| \_\___|_| |_|_|\_\__,_|_| |_|
*
* Copyright 2012-2013 Institut de recherche et d'innovation
* contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron
*
* contact@iri.centrepompidou.fr
* http://www.iri.centrepompidou.fr
*
* This software is a computer program whose purpose is to show and add annotations on a video .
* This software is governed by the CeCILL-C license under French law and
* abiding by the rules of distribution of free software. You can use,
* modify and/ or redistribute the software under the terms of the CeCILL-C
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL-C license and that you accept its terms.
*/
/*! renkan - v0.7.11 - Copyright © IRI 2014 */
/* Renkan CSS */
#renkan{
overflow: hidden;
}
.Rk-Main ul, .Rk-Main li, .Rk-Main h4, .Rk-Main h3, .Rk-Main p {
border: 0 none; margin: 0; padding: 0;
}
.Rk-Main ul, .Rk-Main li {
list-style: none;
}
.Rk-Main input::-moz-focus-inner /*Remove button padding in FF*/
{
border: 0;
padding: 0;
}
.Rk-Main table {
border-collapse: separate; border-spacing: 0;
}
.Rk-Main th, .Rk-Main td {
vertical-align: top;
}
.Rk-Main img a {
border: none;
}
.Rk-Main {
font-size: 10px; font-family: Arial, Helvetica, sans-serif;
background: #ffffff; color: #000000;
}
.Rk-Main a {
color: #6060c0;
}
.Rk-Main {
position: absolute; left: 0; top: 0; right: 0; bottom: 0;
}
.Rk-Render {
position: absolute; top: 0; right: 0; bottom: 0;
background: #ffffff;
}
.Rk-Render-Full {
left: 0;
}
.Rk-Render-Panel {
left: 300px;
}
/* Top Bar */
.Rk-TopBar {
position: absolute; left: 0; top: 0; right: 0; height: 35px;
background: #333333;
background: -moz-linear-gradient(top, #505050 5px, #1e1e1e 30px);
background: -webkit-linear-gradient(top, #505050 5px, #1e1e1e 30px);
background: -ms-linear-gradient(top, #505050 5px, #1e1e1e 30px);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#1e1e1e',GradientType=0 );
}
.Rk-TopBar .loader {
display: block;
background: none repeat red;
width:0;
height: 4px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
transition: width 3s linear;
z-index: 50;
}
.Rk-TopBar .loader.run {
width: 100%;
}
.Rk-PadTitle {
float: left; font-size: 14px; height: 16px; margin: 4px 5px; background: #666666; padding: 4px; border: 1px solid #333333;
border-radius: 3px; box-shadow: 0 1px 0 #505050; color: #ffffff; font-weight: bold;
}
input.Rk-PadTitle {
width: 180px;
}
h2.Rk-PadTitle {
min-width: 180px; overflow: hidden;
}
.Rk-Users {
float: right; width: 130px; margin: 4px 5px;
}
.Rk-CurrentUser {
font-size: 13px; background: #666666; padding: 4px; border: 1px solid #333333; border-radius: 3px; box-shadow: 0 1px 0 #505050; color: #ffffff; text-align: center;
}
.Rk-CurrentUser-Color {
display: inline-block; width: 12px; height: 12px; border: 1px solid #333333; margin: -2px 2px; position: relative;
}
.Rk-CurrentUser input {
width: 95px; padding: 1px; border: none; border-radius: 2px;
}
.Rk-UserList {
box-shadow: 0 2px 2px #999999;
position: relative; z-index: 3; display: none; padding-top: 8px;
}
.Rk-User {
background: #ffffff; padding: 3px; font-size: 12px; border-style: solid solid none; border-color: #cccccc; border-width: 1px;
}
.Rk-TopBar-Button {
float: right; background: url(../img/topbarbuttons.png) no-repeat; height: 35px; cursor: pointer;
position: relative;
}
.Rk-TopBar-Separator {
background: #666666;
background: -moz-linear-gradient(top, #666666 20%, #333333 80%);
background: -webkit-linear-gradient(top, #666666 20%, #333333 80%);
background: -ms-linear-gradient(top, #666666 20%, #333333 80%);
content: ""; display: block; height: 35px; float: right; width: 1px; border-left: 1px solid #111111;
margin: 0 3px;
}
.Rk-TopBar-Tooltip {
position: absolute; top: 31px; left: 50%; margin-left: -60px; width: 120px; z-index: 4; display: none;
}
.Rk-TopBar-Tooltip-Contents {
background: #ffffff;
font-size: 13px; font-weight: bold; color: #6060c0; text-align: center; padding: 2px;
border-style: none solid solid; border-width: 1px; border-color: #cccccc; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
}
.Rk-TopBar-Tooltip:before {
content: "."; display: block; text-indent: -8000px;
height: 7px; background: url(../img/tooltiparrow.png) center no-repeat; margin: 0 1px;
}
.Rk-AddNode-Button {
width: 30px; background-position: -2px 0;
}
.Rk-AddNode-Button:hover {
background-position: -2px -35px;
}
.Rk-FullScreen-Button {
width: 30px; background-position: -36px 0;
}
.Rk-FullScreen-Button:hover {
background-position: -36px -35px;
}
.Rk-FullScreen-Button.disabled {
opacity: .5; cursor: default;
}
.Rk-FullScreen-Button.disabled:hover {
opacity: .5; background-position: -36px 0; z-index:1;
}
.Rk-AddEdge-Button {
width: 30px; background-position: -70px 0;
}
.Rk-AddEdge-Button:hover {
background-position: -70px -35px;
}
.Rk-Save-Button {
width: 30px; background-position: -104px 0;
}
.Rk-Save-Button.saving {
background-position: -104px 0;
}
.Rk-Save-Button:hover,
.Rk-Save-Button.saved:hover,
.Rk-Save-Button.Rk-Save-Online:hover {
background-position: -104px -35px;
}
.Rk-Save-Button:active,
.Rk-Save-Button.saved:active,
.Rk-Save-Button.Rk-Save-Online:active {
background-position: -104px 0;
}
.Rk-Save-Button.to-save {
background-position: -172px -35px;
}
.Rk-Save-Button.saved, .Rk-Save-Button.Rk-Save-Online {
background-position: -172px 0;
}
.Rk-Save-Button.disabled, .Rk-Save-Button.Rk-Save-ReadOnly {
opacity: .4; cursor: default;
}
.Rk-Export-Button {
width: 30px; background-position: -274px 0;
}
.Rk-Export-Button.disabled {
opacity: .5; cursor: default;
}
.Rk-Export-Button:hover {
background-position: -274px -35px;
}
.Rk-Export-Button.disabled:hover {
opacity: 1; background-position: -274px 0;
}
.Rk-Bookmarklet-Button {
width: 30px; background-position: -138px 0;
}
.Rk-Bookmarklet-Button.disabled {
opacity: .5; cursor: default;
}
.Rk-Bookmarklet-Button:hover {
background-position: -138px -35px;
}
.Rk-Bookmarklet-Button.disabled:hover {
opacity: 1; background-position: -138px 0;
}
.Rk-Home-Button {
width: 30px; background-position: -206px 0;
}
.Rk-Home-Button:hover {
background-position: -206px -35px;
}
.Rk-Open-Button {
width: 30px; background-position: -240px 0;
}
.Rk-Open-Button:hover {
background-position: -240px -35px;
}
.Rk-GraphSearch-Form {
float: right; width: 185px; position: relative;
}
.Rk-GraphSearch-Form:before, .Rk-GraphSearch-Form:after {
position: absolute; display: block; content: "."; text-indent: -9999px;
}
.Rk-GraphSearch-Form:before {
right: 10px; top: 20px; width: 7px; height: 2px; border: none; padding: 0; background: #666666;
transform: rotate(40deg); -webkit-transform: rotate(40deg);
}
.Rk-GraphSearch-Form:after {
right: 13px; top: 11px; width: 6px; height: 6px; border-radius: 8px; border: 2px solid #666666;
}
.Rk-GraphSearch-Field {
line-height: 23px; font-size: 14px; height: 23px; padding: 0 5px; border: none; margin: 6px 5px;
width: 165px; background: #f0f0f0; box-shadow: 1px 1px 1px #999999 inset; border-radius: 5px;
-webkit-appearance: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* Canvas */
.Rk-Editing-Space {
position: absolute; left: 0; top: 35px; right: 0; bottom: 0; overflow: hidden;
background: -moz-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%);
background: -webkit-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%);
background: -ms-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%);
}
.Rk-Editing-Space-Full {
top: 0;
}
.Rk-Canvas {
position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2;
}
.Rk-Canvas[resize] {
width: 100%; height:100%;
}
/* Node Labels */
.Rk-Highlighted {
background: rgba(255,255,0,.5);
}
.Rk-Labels {
position: absolute; left: 0; top: 0; z-index: 1;
font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.Rk-Label {
position: absolute; width: 160px; margin-left: -80px; text-align: center;
}
/* Separate this declaration to isolate the node title size */
.Rk-Label {
font-size: 13px; line-height: 13px;
}
/* Node label size +1 */
.Rk-Label-p1 {
font-size: 14px; line-height: 14px;
}
/* Node label size +2 */
.Rk-Label-p2 {
font-size: 15px; line-height: 15px;
}
/* Node label size -1 */
.Rk-Label-m1 {
font-size: 12px; line-height: 12px;
}
/* Node label size -2 */
.Rk-Label-m2 {
font-size: 11px; line-height: 11px;
}
.Rk-Edge-Label {
font-size: 11px;
transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-webkit-transform-origin: 50% 0;
}
/* Editors */
.Rk-Editor {
position: absolute; left: 0; top: 0; z-index: 3;
}
.Rk-Notifications {
position: absolute; right: 15px; top: 15px; width: 200px;
padding: 10px; border-radius: 8px; display: none;
color: #ffffff; font-size: 13px; text-align: center; font-weight: bold;
background: rgba(20,20,20,.7);
background: -moz-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%);
background: -webkit-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%);
background: -ms-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 );
}
.Rk-CloseX {
float: right; cursor: pointer;
}
.Rk-Editor h2 {
font-size: 16px; font-weight: bold;
}
.Rk-Editor video {
max-height: 100%;
max-width: 100%;
}
.Rk-Editor audio {
max-height: 100%;
max-width: 100%;
}
.Rk-Editor p, .Rk-Editor-p, .Rk-Editor-p > div {
margin: 5px 0; font-size: 12px; clear: both;
}
.Rk-Editor-Label {
float: left; width: 80px;
}
a.Rk-Edit-Goto {
display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png);
}
.Rk-Edit-Title {
background-color: #fff;
border: 1px solid #d4d4d4;
line-height: 15px;
min-height: 15px;
}
.Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary {
font-size: 12px; width: 250px;
}
.Rk-Edit-Image{
font-size: 12px; width: 220px;
}
.Rk-Edit-Image-Del{
display: inline-block;
background: url(../img/remove.png);
background-size: 15px 20px;
background-repeat: no-repeat;
vertical-align: top;
height: 20px;
width: 15px;
margin-right: 2px;
}
.Rk-Edit-URI {
font-size: 12px; width: 220px;
}
.Rk-Edit-ImgWrap {
text-align: center;
}
.Rk-Edit-ImgPreview {
display: inline-block;
border: 1px solid #666; margin: 5px auto;
position: relative;
}
.Rk-Edit-ImgPreview img {
display: inline-block; max-width: 253px !important; max-height: 200px !important;
}
.Rk-Edit-ImgPreview svg {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.Rk-Editor textarea {
width: 250px; height: 120px; resize: none;
}
div.Rk-Edit-Description {
-moz-appearance: textfield-multiline;
-webkit-appearance: textarea;
background-color: #FFF;
border: 1px solid #F0F0F0;
width: 250px;
height: 120px;
resize: vertical;
overflow: auto;
padding: 2px;
}
.Rk-UserColor {
display: inline-block; width: 12px; height: 12px; border: 1px solid #666666; margin: -2px 2px;
}
.Rk-Edit-Color {
display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; position: relative;
}
.Rk-Edit-ColorTip {
display: block; width: 3px; height: 3px; background: #fff; position: absolute; bottom: 0; right: 0; cursor: pointer;
}
.Rk-Edit-ColorPicker-Wrapper {
display: inline-block; position: relative; float: left;
}
.Rk-Edit-ColorPicker {
position: absolute; top: -2px; left: 15px; width: 96px; height: 96px; border: 1px solid #CCCCCC;
padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none; z-index: 4;
}
.Rk-CurrentUser .Rk-Edit-ColorPicker {
left: -105px; top: 2px;
}
.Rk-Editor-p-title-color .Rk-Edit-ColorPicker {
left: 67px; top: 114px;
}
.Rk-Editor-p-title-style {
width: 100%;
margin-bottom: 5px;
}
.Rk-Editor-p-title-style .Rk-Editor-Label {
width: 50px;
}
.Rk-Editor-p-title-style div {
float: left;
clear: none;
}
.Rk-Editor-p-title-style .Rk-Editor-p-title-color {
width: 40%;
}
.Rk-Editor-p-title-color .Rk-Edit-Color {
margin-top: 2px;
}
.Rk-Editor-p-title-style .Rk-Editor-p-title-size {
width: 60%;
}
.Rk-Edit-ColorPicker-Text {
color: #303080; font-weight: bold;
}
.Rk-Edit-ColorPicker li {
float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer;
}
.Rk-Edit-Dash {
float: left;
display: inline-block;
}
.Rk-Edit-Size-Btn {
font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc;
text-decoration: none;
}
.Rk-Edit-Size-Btn:hover {
background: #666666;
}
.Rk-Edit-Size-Disp {
display: inline-block;
padding: 0 5px;
text-align: center;
width: 20px;
}
.Rk-Edit-Vocabulary-Class {
color: #999999; font-style: italic; font-weight: bold;
}
.Rk-Edit-Vocabulary-Property {
padding-left: 20px;
}
.Rk-Edit-Direction {
border: 1px solid #666; padding: 3px 5px; line-height: 20px; border-radius: 3px; background: #f0f0f0; cursor: pointer;
}
.Rk-Edit-Direction:hover {
background: #c0c0c0;
}
.Rk-Display-Title {
display: inline-flex;
}
.Rk-Display-Title a {
text-decoration: none; color: #000000;
}
.Rk-Display-Title a:hover {
text-decoration: underline;
}
.Rk-Display-URI {
font-style: italic;
}
.Rk-Display-ImgPreview {
margin: 5px auto; display: block; max-width: 255px !important; max-height: 260px !important;
}
.Rk-Fold-Bins {
position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer;
line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0;
font-weight: bold;
}
.Rk-Fold-Bins:hover {
background: #333333;
}
.Rk-ZoomButtons {
position: absolute; left: 0; top: 35px; cursor: pointer;
}
.Rk-Editing-Space-Full .Rk-ZoomButtons {
top: 0;
}
.Rk-ZoomIn, .Rk-ZoomOut, .Rk-ZoomFit, .Rk-ZoomSave, .Rk-ZoomSetSaved, .Rk-ShowHiddenNodes {
width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px;
}
.Rk-ZoomIn:hover {
background-position: 0 -20px;
}
.Rk-ZoomFit {
background-position: -42px 0;
}
.Rk-ZoomFit:hover {
background-position: -42px -20px;
}
.Rk-ZoomOut {
background-position: -21px 0;
}
.Rk-ZoomOut:hover {
background-position: -21px -20px;
}
.Rk-ZoomSave {
background-position: -63px 0;
}
.Rk-ZoomSave:hover {
background-position: -63px -20px;
}
.Rk-ZoomSetSaved {
background-position: -84px 0; display: none;
}
.Rk-ZoomSetSaved:hover {
background-position: -84px -20px;
}
.Rk-ShowHiddenNodes {
background-position: -105px 0;
}
.Rk-ShowHiddenNodes:hover {
background-position: -105px -20px;
}
/* Bins */
.Rk-Bins {
background: #ffffff; position: absolute; left: 0; top: 0; width: 299px; bottom: 0;
overflow: hidden; border-right: 1px solid #252525;
}
.Rk-Bins-Title {
border: 0 none; width: 290px; height: 15px; line-height: 15px; margin: 0; padding: 15px 0 5px 10px;
background: #333333; font-size: 14px; color: #F0F0F0;
background: -moz-linear-gradient(top, #1e1e1e 5px, #606060 30px);
background: -webkit-linear-gradient(top, #1e1e1e 5px, #606060 30px);
background: -ms-linear-gradient(top, #1e1e1e 5px, #606060 30px);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#606060',GradientType=0 );
}
/* Bin Search Field */
.Rk-Search-Form {
padding: 0 10px 8px; height: 27px;
background: #606060;
}
.Rk-Search-Input, .Rk-Search-Select {
float: left; margin: 0;
}
.Rk-Search-Input {
border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: 1px solid #003050;
font-size: 13px; background: #ffffff; height: 25px; padding: 0 5px; line-height: 25px;
-webkit-appearance: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.Rk-Web-Search-Input {
width: 190px;
}
.Rk-Bins-Search-Input {
width: 235px;
}
.Rk-Search-Select {
display: inline-block; position: relative; width: 45px;
border-width: 1px; border-color: #003050; border-style: solid none; cursor: pointer;
height: 25px; background: #ffffff url(../img/more.png) 30px 10px no-repeat;
}
.Rk-Search-Select:hover {
background-color: #3030FF;
}
.Rk-Search-Current {
width: 40px; height: 20px; margin: 2px; background-repeat: no-repeat;
}
.Rk-Search-List {
width: 180px; margin-left: 15px; font-size: 13px;
position: absolute; right: 0; top: 25px; background: #ffffff;
box-shadow: 1px 1px 2px #505050; display: none;
border: 1px solid #cccccc; z-index: 2;
}
.Rk-Search-List li {
padding: 2px 2px 2px 30px; border-top: 1px solid #cccccc; height: 16px;
background-color: #ffffff; background-repeat: no-repeat; cursor: pointer;
}
.Rk-Search-List li:hover {
background-color: #3030ff; color: #ffffff;
}
.Rk-Search-Submit {
border: 1px solid #003050; height: 27px; width: 30px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;
background: #333333 center no-repeat url(../img/search.png); cursor: pointer;
}
.Rk-Search-Submit:hover {
background-color: #999999;
}
/* Individual Bins */
.Rk-Bin-Title {
background: #333333;
background: -moz-linear-gradient(top, #505050 20%, #1e1e1e 80%);
background: -webkit-linear-gradient(top, #505050 20%, #1e1e1e 80%);
background: -ms-linear-gradient(top, #505050 20%, #1e1e1e 80%);
border-bottom: 1px solid #666666; font-weight: bold;
font-size: 14px; padding: 5px; cursor: pointer; color: #f0f0f0; margin: 0; border: 0 none;
}
.Rk-Bin-Close {
float: right; display: block; font-size: 16px; font-weight: bold; margin: 2px 3px 0; color: #f0f0f0; cursor: pointer;
text-shadow: -1px -1px 1px #999999, 1px 1px 1px #000000; text-decoration: none;
}
.Rk-Bin-Close:hover {
color: #ffff80;
}
.Rk-Bin-Title:hover {
color: #ffffe0;
background: #505050;
background: -moz-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%);
background: -webkit-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%);
background: -ms-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%);
}
.Rk-Bin-Refresh {
width: 18px; height: 17px; background: url(../img/refresh.png); display: block; float: right; margin-top: 4px;
}
.Rk-Bin-Refresh:hover {
background-position: -18px 0;
}
.Rk-Bin-Count {
float: right; background: #c000a0; color: #FFFFFF; text-shadow: 1px 1px 1px #000000; display: none;
border-radius: 4px; padding: 1px 3px; font-size: 10px; font-weight: bold; margin-top: 4px;
}
.Rk-Bin-Title-Icon {
float: left; width: 25px; margin: 2px;
}
.Rk-Bin-Main {
overflow: auto;
background: #ffffff;
background: -moz-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%);
background: -webkit-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%);
background: -ms-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%);
}
.Rk-Bin-Item {
cursor: move;
}
.Rk-Bin-Item:hover, .Rk-Bin-Item.hover {
background: -moz-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%);
background: -webkit-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%);
background: -ms-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f3f3f3',GradientType=0 );
}
.Rk-Bin-Item.selected {
background: #ffffc0;
}
.Rk-Bin-Main li {
padding: 2px; border-bottom: 1px solid #cccccc;
clear: both; overflow: hidden;
}
.Rk-Bin-Main h3 {
font-size: 14px; font-style: italic; font-weight: bold; text-align: center;
}
.Rk-Bin-Main h4 {
font-size: 12px; font-weight: bold;
}
.Rk-Bin-Main p {
font-size: 11px;
}
.Rk-Bin-Main h4 a {
color: #303080;
}
.Rk-Bin-Main .searchmatch {
background: #ffff80;
}
.Rk-Wikipedia-Search-Icon {
background-image: url(../img/search-logos.png);
}
.Rk-Wikipedia-Icon {
float: left; margin: 3px; max-height: 48px; max-width: 48px;
}
.Rk-Wikipedia-Title-Icon {
height: 20px; background: url(../img/search-logos.png);
}
.Rk-Wikipedia-Lang-en {
background-position: 0 -20px;
}
.Rk-Wikipedia-Lang-fr {
background-position: 0 -40px;
}
.Rk-Wikipedia-Lang-ja {
background-position: 0 -60px;
}
.Rk-Wikipedia-Result {
min-height: 51px;
}
.Rk-Wikipedia-Result p, .Rk-Wikipedia-Result h4 {
margin-left: 54px;
}
.Rk-ResourceList-Image {
float: left; max-width: 100px; max-height: 75px; margin-right: 2px;
}
.Rk-Ldt-Icon, .Rk-Ldt-Title-Icon {
background: url(../img/search-logos.png); background-position: 0 -100px; background-repeat: no-repeat;
}
.Rk-Ldt-Title-Icon {
height: 20px; margin-top: 4px;
}
.Rk-Ldt-Tag-Icon {
float: left; margin: 0 2px 0 0;
}
.Rk-Ldt-Annotation-Icon {
float: left; margin: 3px;
}
.Rk-Clear {
clear: both;
}
h4.Rk-Bin-Loading {
margin: 10px; text-align: center; font-size: 20px; color: #999999;
}