OSDN Git Service

sync with UTF-8
[nucleus-jp/nucleus-jp-ancient.git] / euc / nucleus / styles / manual.css
1 /*
2         documentation style
3         
4         $Id: manual.css,v 1.4 2007-03-22 09:18:16 kimitake Exp $
5         $NucleusJP: manual.css,v 1.5 2006/07/17 20:03:45 kimitake Exp $
6 */
7
8 body {
9         background-color: #fff;
10         color: #000;
11         font-family: verdana, arial;
12         font-size: small;
13 }
14
15 @media screen {
16         body {
17                 margin-left: 10%;
18                 margin-right: 10%;
19         }
20 }
21
22 @media print {
23         pre, .note, td, th {
24                 border: 1px dashed gray;
25         }
26 }
27
28 img {
29         border: none;
30 }
31
32 a:link, a:visited {
33         color: #1D3565; 
34         font-weight: bold;
35         text-decoration: none;
36 }
37 a: hover {
38         text-decoration: underline;
39 }
40
41 .heading {
42         text-align: center;
43         font-size: xx-large;
44         font-weight: bold;
45         color: gray;    
46 }
47
48 .heading i {
49         position: absolute;
50         top: 5px;
51         right: 5px;
52         font-size: small;
53         font-style: normal;
54         font-weight: normal;
55 }
56
57 p:first-letter {
58         font-size: large;
59 }
60
61 p {
62         text-indent: 20px;
63 }
64
65 h1 {
66         border-bottom: 1px dotted gray;
67         font-size: x-large;
68         color: #596d9d;
69 }
70
71 h2 {
72         color: gray;
73         font-size: large;
74         margin-left: 20px;
75         text-indent: 10px;
76         border-bottom: 1px solid #ddd;
77 }
78
79 pre, .note, .faq .answer {
80         background-color: #ddd;
81         padding: 10px;
82         font-size: small;
83 }
84
85 .screenshot {
86         text-align: center;
87         background-color: #ddd;
88         padding: 10px;
89 }
90
91 .faq .question {
92         font-weight: bold;
93         margin-bottom: 0px;
94 }
95
96 .faq .answer {
97
98 }
99
100 .faq {
101         margin-bottom: 20px;
102 }
103
104 table {
105         border: none;
106 }
107
108 th {
109         background-color: linen;
110         font-size: medium;
111 }
112
113 th, td {
114         padding: 5px;
115 }
116
117 td {
118         background-color: #dddddd;
119         font-size: small;
120         vertical-align: top;
121         text-align: left;
122 }
123
124 input, select, option, textarea {
125         background-color: transparent;
126 }
127
128 .deprecated {
129         border: 3px solid red;
130         padding: 5px;
131         font-size: medium;
132 }
133
134 tt, code, samp {
135         font-size: small;
136 }
137
138 .warning {
139         color: red;
140 }
141 .ok {
142         color: green;
143 }
144
145 acronym, abbr {
146         border-bottom: 1px dotted gray;
147         cursor: help;
148 }
149
150 label {
151         cursor: hand;
152 }