OSDN Git Service

キーワードでWikiページを指定した場合にリンクにならないバグを修正。
[fswiki/fswiki.git] / docs / default.css
1 body {
2         background-color: #FFFFFF;
3         color           : #000000;
4 }
5
6 div.adminmenu {
7         text-align     : right;
8         padding-bottom : 5px;
9         margin-bottom  : 5px;
10         border-bottom  : #000088 1px dotted;
11         font-size      : 80%;
12 }
13
14 .footer {
15         border-top  : #000088 1px dotted;
16         margin-top  : 20px;
17         padding-top : 5px;
18         text-align  : right;
19         font-size   : 80%;
20         font-style  : italic;
21 }
22
23 hr {
24         color : #AABBFF;
25 }
26
27 pre {
28         border      : #888888 1px solid;
29         padding     : 4px;
30         margin-left : 20px;
31 }
32
33 blockquote {
34         border      : #888888 1px solid;
35         padding     : 4px;
36         margin-left : 20px;
37         font-style  : italic;
38 }
39
40 h1 {
41         text-align       : right;
42         background-color : #FFFFFF;
43         font-family      : Verdana,Arial,Helvetica,sans-serif;
44 }
45
46
47 h2 {
48         background-color : #AABBFF;
49         font-family      : Verdana,Arial,Helvetica,sans-serif;
50         padding-left     : 4pt;
51         margin-bottom    : 5px;
52 }
53
54 h3 {
55         border-left   : #AABBFF 10px solid;
56         border-top    : #AABBFF 5px solid;
57         border-right  : #AABBFF 1px solid;
58         border-bottom : #AABBFF 1px solid;
59         font-family   : Verdana,Arial,Helvetica,sans-serif;
60         padding-left  : 3pt;
61         margin-bottom : 5px;
62 }
63
64 h4 {
65         border-left   : #AABBFF 10px solid;
66         padding-left  : 4px;
67         font-family   : Verdana,Arial,Helvetica,sans-serif;
68         padding-left  : 2pt;
69         margin-bottom : 5px;
70 }
71
72 div.body {
73         padding-left : 5px;
74 }
75
76 div.body p {
77         text-indent   : 10px;
78         line-height   : 120%;
79         margin-top    : 10px;
80         margin-bottom : 20px;
81 }
82
83 div.body blockquote p {
84         margin-top     : 0px;
85         margin-bottom  : 0px;
86         text-indent    : 0px;
87 }
88
89 table {
90         border : #888888 2px solid;
91 }
92
93 th {
94         border : #888888 1px solid;
95         background-color : #88AAFF;
96 }
97
98 td {
99         border : #888888 1px solid;
100 }
101
102 A:link { 
103         color            : #4444FF;
104         text-decoration  : none;
105 }
106
107 A:visited {
108         color            : #4444FF;
109         text-decoration  : none;
110 }
111
112 A:hover {
113         color           : #FF4444;
114         text-decoration : underline;
115 }
116
117 dt {
118         border-bottom : #4444FF 1px dotted;
119         margin-bottom : 5px;
120         font-weight   : bold;
121 }
122
123 dd {
124         margin-left   : 20pt;
125         margin-bottom : 5pt;
126 }
127
128 div.main {
129         margin-left: 150px;
130 }
131
132 div.sidebar {
133         position        : absolute;
134         top             : 0px;
135         left            : 0px;
136         width           : 150px;
137         font-size       : x-small;
138         padding         : 2pt;
139         border-right    : #AABBFF 1px solid;
140         border-bottom   : #AABBFF 1px solid;
141         color           : #000000;
142         background-color: #EEEEFF;
143         word-break      : break-all;
144 }
145
146 div.comment {
147         margin-top       : 10px;
148         margin-bottom    : 10px;
149         background-color : #EEEEFF;
150         border           : #AABBFF 1px solid;
151         font-size        : 80%;
152 }
153
154 div.comment p {
155         margin-top : 5pt;
156         margin-bottom : 5pt;
157 }
158
159 div.sidebar ul,div.sidebar li {
160         padding-left : 0pt;
161         margin-left  : 10pt;
162 }
163
164 div.sidebar h2,div.sidebar h3,div.sidebar h4 {
165         margin-top : 0px;
166 }