server/src/main/webapp/css/renkan.css
changeset 12 f21792c7b0ab
parent 9 2ab67fa1e78d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/main/webapp/css/renkan.css	Thu Aug 16 15:12:18 2012 +0200
@@ -0,0 +1,95 @@
+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-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-Button-Edit, .Rk-Button-Remove {
+    width: 67px; height: 134px; background: url("../img/remove-edit.png");
+}
+
+.Rk-Button-Edit {
+    background-position: -67px -134px;
+}
+
+.Rk-Button-Edit:hover {
+    background-position: -67px 0;
+}
+
+.Rk-Button-Remove {
+    background-position: 0 -134px;
+}
+
+.Rk-Button-Remove:hover {
+    background-position: -67px 0;
+}
+*/
\ No newline at end of file