client/css/renkan.css
author veltr
Tue, 21 Aug 2012 18:49:41 +0200
changeset 25 b5ada3bb8e53
parent 24 121a24be9da4
child 26 2fad193bae98
permissions -rw-r--r--
Bugfixes

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

body {
    font-size: 10px; font-family: Arial, Helvetica, sans-serif;
}

.Rk-Bins {
    background: #F0F0F0; position: absolute; left: 0; top: 0; width: 300px; bottom: 0; overflow: hidden;
}

.Rk-Render {
    position: absolute; left: 300px; top: 0; right: 0; bottom: 0;
}

.Rk-Canvas {
    position: absolute; left: 0; top: 0; right: 0; bottom: 0;
}

.Rk-Editor {
    position: absolute; left: 0; top: 0;
}

.Rk-CloseX {
    float: right; cursor: pointer;
}

.Rk-Editor h2 {
    font-size: 16px; font-weight: bold;
}

.Rk-Editor p {
    margin: 5px 0; font-size: 12px;
}

.Rk-Editor label {
    display: inline-block; width: 80px;
}

.Rk-Editor input[type=text] {
    font-size: 12px; width: 225px;
}

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

.Rk-UserColor {
    display: inline-block; width: 1em; height: 1em; border: 1px solid #666666; margin: -2px 2px;
}

.Rk-ZoomButtons {
    position: absolute; left: 0; top: 0; 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;
}

.Rk-Search-Input, .Rk-Search-Select {
    border-radius: 5px; margin: 2px; padding: 2px; font-size: 13px;
}

.Rk-Search-Input {
    width: 150px;
}

.Rk-Search-Select {
    width: 130px;
}

.Rk-Bin-Title {
    border-top: 1px solid #cccccc; border-bottom: 1px solid #ffffff; background: #f0f0f0;
    font-size: 14px; font-weight: bold; padding: 2px; cursor: pointer;
}

.Rk-Bin-Main {
    overflow: auto;
}

.Rk-Twitter-Tweet, .Rk-Wikipedia-Result {
    padding: 2px; background: #f8f8f8; border-bottom: 1px solid #cccccc; min-height: 55px;
}

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

.Rk-Twitter-TwTitle, .Rk-Wikipedia-Title {
    font-size: 13px; font-weight: bold;
}

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

.Rk-Twitter-TwText, .Rk-Wikipedia-Snippet {
    font-size: 12px;
}

.Rk-Wikipedia-Result .searchmatch, .Rk-Twitter-TwText .searchmatch {
    background: #ffff80;
}