OSDN Git Service

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