client/css/renkan.css
author ymh <ymh.work@gmail.com>
Tue, 23 Apr 2013 22:30:09 +0200
changeset 169 a60a450b8f3b
parent 168 f978d70a9e63
parent 160 408da84d4dc0
child 173 009427475db2
permissions -rw-r--r--
Merge with 8786006c553ce05fa0c6c30df451119f9fa1b93f

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul, li {
    list-style: none;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

table {
    border-collapse: separate; border-spacing: 0;
}

th, td {
    vertical-align: top;
}

img a {
    border: none;
}

html {
    overflow: hidden;
}

body {
    font-size: 10px; font-family: Arial, Helvetica, sans-serif;
    background: #ffffff; color: #000000;
}

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-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; max-width: 320px; 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;
}

.Rk-CurrentUser-Color {
    display: inline-block; width: 12px; height: 12px; border: 1px solid #333333; margin: -2px 2px;
}   

.Rk-UserList {
    box-shadow: 0 2px 2px #999999;
    position: relative; z-index: 4; 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-Tip {
    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-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.disabled {
    opacity: .5; cursor: default;
}

.Rk-Save-Button:hover {
    background-position: -104px -35px;
}

.Rk-Save-Button.disabled:hover {
    opacity: 1; background-position: -104px 0;
}

.Rk-Save-Button.Rk-Save-ReadOnly, .Rk-Save-Button.Rk-Save-ReadOnly:hover {
    background-position: -172px -35px;
}

.Rk-Save-Button.Rk-Save-Online, .Rk-Save-Button.Rk-Save-Online:hover {
    background-position: -172px 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;
}

/* 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;
}

/* Node Labels */

.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; font-size: 13px; line-height: 13px;
}

.Rk-Edge-Label {
    font-size: 11px; transform-origin: 50% 0; -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0; -ms-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 p, .Rk-Editor-p {
    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, .Rk-Edit-URI, .Rk-Edit-Image, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary {
    font-size: 12px; width: 250px;
}

.Rk-Edit-URI {
    font-size: 12px; width: 230px;
}

.Rk-Edit-ImgPreview {
    border: 1px solid #666; margin: 5px auto; display: block;
    max-width: 253px !important; max-height: 200px !important;
}

.Rk-Editor textarea {
    width: 250px; height: 120px; resize: none;
}

.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;
}

.Rk-Edit-ColorTip {
    display: block; width: 3px; height: 3px; background: #fff; margin: 7px 0 0 7px; cursor: pointer;
}

.Rk-Edit-ColorPicker-Wrapper {
    display: inline-block; position: relative;
}

.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;
}

.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-Size-Up, .Rk-Edit-Size-Down {
    font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc;
    text-decoration: none;
}

.Rk-Edit-Size-Up:hover, .Rk-Edit-Size-Down:hover {
    background: #666666;
}

.Rk-Edit-Size-Value {
    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 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-ZoomIn, .Rk-ZoomOut {
    width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px;
}

.Rk-ZoomIn:hover {
    background-position: 0 -20px;
}

.Rk-ZoomOut {
    background-position: -21px 0;
}

.Rk-ZoomOut:hover {
    background-position: -21px -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 {
    width: 290px; height: 15px; line-height: 15px; 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;
}

.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;
}

.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-Twitter-Icon {
    background-image: url(../img/search-logos.png); background-position: 0 -80px;
}

.Rk-Twitter-Title-Icon {
    height: 20px; background: url(../img/search-logos.png); background-position: 0 -80px;
}

.Rk-Twitter-TwImage {
    float: left; width: 48px; height: 48px; margin: 2px 0;
}

.Rk-Twitter-TwTitle, .Rk-Twitter-TwDate, .Rk-Twitter-TwText, .Rk-Twitter-TwActions {
    margin: 2px 0 2px 50px;
}

p.Rk-Twitter-TwDate {
    font-size: 11px; font-style: italic;
}

p.Rk-Twitter-TwActions {
    font-size: 11px;
}

.Rk-Bin-Main .searchmatch {
    background: #ffff80;
}

.Rk-Wikipedia-Search-Icon {
    background-image: url(../img/search-logos.png);
}

.Rk-Wikipedia-Icon {
    float: left; margin: 3px;
}

.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;
}