server/src/main/webapp/css/renkan.css
changeset 12 f21792c7b0ab
parent 9 2ab67fa1e78d
equal deleted inserted replaced
11:c73bfb5c0af6 12:f21792c7b0ab
       
     1 html, body, div, span, applet, object, iframe,
       
     2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
       
     3 a, abbr, acronym, address, big, cite, code,
       
     4 del, dfn, em, img, ins, kbd, q, s, samp,
       
     5 small, strike, strong, sub, sup, tt, var,
       
     6 b, u, i, center,
       
     7 dl, dt, dd, ol, ul, li,
       
     8 fieldset, form, label, legend,
       
     9 table, caption, tbody, tfoot, thead, tr, th, td,
       
    10 article, aside, canvas, details, embed, 
       
    11 figure, figcaption, footer, header, hgroup, 
       
    12 menu, nav, output, ruby, section, summary,
       
    13 time, mark, audio, video {
       
    14     margin: 0;
       
    15     padding: 0;
       
    16     border: 0;
       
    17     font-size: 100%;
       
    18     font: inherit;
       
    19     vertical-align: baseline;
       
    20 }
       
    21 
       
    22 ul, li {
       
    23     list-style: none;
       
    24 }
       
    25 
       
    26 input::-moz-focus-inner /*Remove button padding in FF*/
       
    27 { 
       
    28     border: 0;
       
    29     padding: 0;
       
    30 }
       
    31 
       
    32 table {
       
    33     border-collapse: separate; border-spacing: 0;
       
    34 }
       
    35 
       
    36 th, td {
       
    37     vertical-align: top;
       
    38 }
       
    39 
       
    40 img a {
       
    41     border: none;
       
    42 }
       
    43 
       
    44 body {
       
    45     font-size: 10px; font-family: Arial, Helvetica, sans-serif;
       
    46 }
       
    47 
       
    48 .Rk-CloseX {
       
    49     float: right; cursor: pointer;
       
    50 }
       
    51 
       
    52 .Rk-Editor h2 {
       
    53     font-size: 16px; font-weight: bold;
       
    54 }
       
    55 
       
    56 .Rk-Editor p {
       
    57     margin: 5px 0; font-size: 12px;
       
    58 }
       
    59 
       
    60 .Rk-Editor label {
       
    61     display: inline-block; width: 80px;
       
    62 }
       
    63 
       
    64 .Rk-Editor input[type=text] {
       
    65     font-size: 12px; width: 225px;
       
    66 }
       
    67 
       
    68 .Rk-Editor textarea {
       
    69     width: 225px; height: 120px; resize: none;
       
    70 }
       
    71 
       
    72 .Rk-UserColor {
       
    73     display: inline-block; width: 1em; height: 1em; border: 1px solid #666666; margin: -2px 2px;
       
    74 }
       
    75 /*
       
    76 .Rk-Button-Edit, .Rk-Button-Remove {
       
    77     width: 67px; height: 134px; background: url("../img/remove-edit.png");
       
    78 }
       
    79 
       
    80 .Rk-Button-Edit {
       
    81     background-position: -67px -134px;
       
    82 }
       
    83 
       
    84 .Rk-Button-Edit:hover {
       
    85     background-position: -67px 0;
       
    86 }
       
    87 
       
    88 .Rk-Button-Remove {
       
    89     background-position: 0 -134px;
       
    90 }
       
    91 
       
    92 .Rk-Button-Remove:hover {
       
    93     background-position: -67px 0;
       
    94 }
       
    95 */