OSDN Git Service

ADD: プラグイン「NP_Medium」
[nucleus-jp/nucleus-next.git] / nucleus / plugins / medium / styles / medium.css
1 body {
2         font-family: verdana, arial;
3         font-size: small;
4         background-color: #FFFFFF;
5         color: #000000;
6 }
7
8 a:link, a:visited {
9         color: #1D3565; 
10         font-weight: bold;
11         text-decoration: none;
12 }
13 a:hover {
14         text-decoration: underline;
15 }
16
17 h1 {
18         border-bottom: 1px dotted gray;
19         font-size: x-large;
20         color: #596d9d;
21 }
22
23 h2 {
24         color: gray;
25         font-size: large;
26         margin-left: 20px;
27         text-indent: 10px;
28         border-bottom: 1px solid #ddd;
29 }
30
31 table {
32         border: none;
33         width:  100%;
34 }
35
36 table th {
37         background-color: linen;
38         font-size: medium;
39 }
40
41 table th,
42 table td {
43         padding: 5px;
44 }
45
46 table td {
47         background-color: #dddddd;
48         font-size: small;
49         vertical-align: top;
50         text-align: left;
51 }
52
53 p {
54         margin: 0px 0px 5px 0px
55 }
56
57 label {
58         cursor: pointer;
59 }