OSDN Git Service

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