OSDN Git Service

pettanR 0.4.x
[pettanr/clientJs.git] / 0.4.x / wiki / wiki.css
1 #wiki-container {
2         margin:                         1em 0 3em;
3 }
4         #page-navi-container {
5                 width:                          180px;
6                 float:                          left;
7         }
8                 #page-total {
9                         height:                         12px;
10                         font-size:                      12px;
11                         line-height:            12px;
12                         padding:                        8px 1em;
13                         color:                          #999;
14                         border-top:                     1px solid #ccc;
15                         border-bottom:          1px solid #ccc;
16                 }
17                 .page-navi,
18                 .page-navi-current {
19                         height:                         24px;
20                         border-bottom:          1px solid #ccc;
21                 }
22                         .page-navi a,
23                         .page-navi a:link,
24                         .page-navi-current a,
25                         .page-navi-current a:link {
26                                 display:                        block;
27                                 font-size:                      14px;
28                                 line-height:            14px;
29                                 padding:                        6px 0 4px 0.5em;
30                                 color:                          #333;
31                                 text-decoration:        none;
32                                 overflow:                       hidden;
33                         }
34                         .page-navi a:hover {
35                                 background-color:       #ccc;
36                         }               
37                 
38                 .page-navi-current {
39                         background-color:       #333;
40                 }
41                         .page-navi-current a:link,
42                         .page-navi-current a:visited {
43                                 color:                          #eee;
44                         }
45                         .page-navi-current a:hover {
46                                 background-color:       #444;
47                         }
48
49         #page-body-container {
50                 width:                          580px;
51                 float:                          right;
52         }
53                 .page-wrapper {
54                         display:                        none;
55                 }
56                 .page-wrapper:target,
57                 .page-wrapper-current {
58                         display:                        block !important;
59                 }
60                         .page-header {
61                                 position:                       relative;
62                                 line-height:            56px;
63                                 background-color:       #ddd;
64                                 margin-bottom:          1em;
65                                 height:                         56px;
66                         }
67                                 .page-title {
68                                         position:                       absolute;
69                                         top:                            0;
70                                         left:                           -5px;
71                                         font-size:                      56px;
72                                         font-weight:            bold;
73                                         line-height:            56px;
74                                         height:                         56px;
75                                         padding-left:           0;
76                                         overflow:                       hidden;
77                                         display:                        block;
78                                         color:                          #fff;
79                                         width:                          580px;
80                                 }
81                                 .page-title:first-letter {
82                                         font-size:                      76px;
83                                         line-height:            56px;
84                                         color:                          #666;
85                                 }
86                                 .page-date {
87                                         position:                       absolute;
88                                         top:                            28px;
89                                         right:                          0;
90                                         display:                        block;
91                                         color:                          #666;
92                                         font-size:                      12px;
93                                         font-weight:            bold;
94                                         line-height:            12px;
95                                         width:                          80px;
96                                 }
97         
98         
99         .internalLink {
100                 border-bottom:          1px solid green;
101         }                       
102         .externalLink {
103                 border-bottom:          1px solid red;
104         }
105         .internalLink:hover,                    
106         .externalLink:hover {
107                 text-decoration:        none;
108         }       
109         .jump-to-top {
110                 display:                        block;
111                 text-align:                     right;
112         }
113         
114
115 #wiki-container h1 {
116         text-align:             left;
117         margin:                 1em 0 2em;
118         font-size:              2em;
119 }
120
121 #wiki-container h2 {
122         text-align:             left;
123         margin:                 2em 0 1em 0;
124 }
125 #wiki-container h3,
126 #wiki-container h4,
127 #wiki-container h5,
128 #wiki-container h6 {
129         text-align:             left;
130         margin:                 2em 0 1em;
131 }
132
133 img.embed-image {
134         margin:                 0 0 1em;
135         max-width:              580px;
136 }
137 #wiki-container {
138         line-height: 1.6em;
139 }
140
141         #wiki-container pre,
142         #wiki-container blockquote {
143             border:                             1px solid;
144             overflow:                   auto;
145             padding:                    4px 0.5em;
146             margin:                             0.8em 0 1em 2em;
147             line-height:                1.4em;
148             white-space:                pre-wrap;
149             word-wrap:                  break-word;
150             font-size:                  12px;
151         }
152         #wiki-container pre {
153                 border-color:           #ccc;
154             background-color:   #f0f0f0;
155         }
156         #wiki-container blockquote {
157                 border-color:           #e9f;
158             background-color:   #ecf;
159         }
160
161         #page-body-container ul,
162         #page-body-container ol {
163                 margin-bottom: 1em;
164         }
165         #page-body-container ul ul, #page-body-container ol ul {margin: 0 0 0 1.2em; font-size: 0.95em;}
166         #page-body-container ul ol, #page-body-container ol ol {margin: 0 0 0 1.6em; font-size: 0.95em;}