OSDN Git Service

2.0.3 jp10 beta
[nucleus-jp/nucleus-plugins.git] / trunk / NP_TrackBack / trackback / js / rico / css / coffee-with-milk.css
1 /*
2 Based on "Coffee with milk" table design by Roger Johansson, 456 Berea Street
3 www.456bereastreet.com
4 ================================================*/
5
6 .ricoLG_table {
7         border-top:1px solid #523A0B !important;
8         border-right:none;
9         font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
10         color:#000;
11 }
12 tr.ricoLG_hdg .ricoLG_cell, tr.ricoLG_hdg th, tr.ricoLG_hdg td {  /* td/th required for IE */
13         background:#EBE5D9 !important;
14         line-height:normal;
15         text-align:left;
16 }
17
18 tr.ricoLG_hdg th, tr.ricoLG_hdg td {
19         border-bottom:1px solid #523A0B;
20         background:#EBE5D9;
21         }
22
23 tr.ricoLG_hdg th, tr.ricoLG_hdg td {
24   border-left: 1px solid #E0D8CD !important;
25 }
26
27 .ricoLG_bottom th, .ricoLG_bottom td {
28   border-left: 1px solid #FFF;
29 }
30
31 tr.ricoLG_hdg div.ricoLG_cell {
32         background:#EBE5D9;
33         font-weight:bold;
34         padding:0.5em 0 0.5em 0.5em;
35 }
36 div.ricoLG_outerDiv table a {
37         color:#523A0B;
38         text-decoration:none;
39         border-bottom:1px dotted;
40         }
41 div.ricoLG_outerDiv tbody a:visited {
42         color:#444;
43         font-weight:normal;
44         }
45 div.ricoLG_outerDiv table a:hover {
46         border-bottom-style:solid;
47         }
48
49 .ricoLG_bottom div.ricoLG_oddRow {
50         background-color:#F7F4EE;
51         border-top: 1px solid #EBE5D9;
52         border-bottom: 1px solid #EBE5D9;
53 }
54 .ricoLG_bottom div.ricoLG_evenRow {
55         border-top: 1px solid #FFF;
56         border-bottom: 1px solid #FFF;
57 }
58 .ricoLG_selection {
59         background-color:#ffffee !important;
60         border-color:#523A0B !important;
61 }
62 .ricoLG_table {
63   border-style:none;
64 }
65
66 caption {
67         font-family:Georgia,Times,serif;
68         font-weight:normal;
69         font-size:1.4em;
70         text-align:left;
71         margin:0;
72         padding:0.5em 0.25em;
73         }