]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/shamino_com.css
Convert to UTF-8
[SourceForge/phpwiki.git] / themes / shamino_com / shamino_com.css
1 /**
2  * shamino.com style sheet based on the original Wiki
3  *
4  */
5 body {
6     font-family: sans-serif;
7     font-weight: normal;
8     font-style: normal;
9     background-color: #ffffff;
10     position: absolute;
11     top:0;
12     left:0;
13     visibility: visible;
14     z-index: auto;
15     margin:0;
16 }
17
18 hr {
19     height:0;
20     margin-left:10px;
21     margin-right:10px;
22 }
23
24 #content {
25     font-size: 10pt;
26     font-family: sans-serif;
27     font-weight: normal;
28     font-style: normal;
29     background-color: #ffffff;
30     padding: 1em 10px 1em 10px;
31 }
32
33 .wikitext, .wiki, p, form, ul, dd, dl, li, td {
34     /*font-size: 10pt;*/
35     line-height: 150%;
36     color: #111111;
37     margin: 0;
38     padding: 0;
39     list-style-type:none;
40 }
41
42 p, ul {
43     padding: 10px;
44     text-align: justify;
45     background-color:#ffffff;
46 }
47
48 dd {
49     font-size: 9pt;
50     text-align:right;
51     padding:0;
52     margin:0;
53     bottom:0;
54 }
55
56 dl {
57     padding:0;
58     margin:0;
59     margin-top:14px;
60     bottom:0;
61 }
62
63 li {
64   margin-left:0;
65   margin-bottom:0;
66 }
67
68 img {
69     margin:0;
70     border:0;
71     padding:0;
72 }
73
74 table {
75   border: 0;;
76   padding: 0;
77   border-spacing: 0;
78   margin: 0;
79 }
80
81 td, th, tr, tt {
82   padding: 0;
83   margin: 2px;
84   border: 0;
85   border-spacing: 0;
86 }
87
88 input.numeric { text-align: right; }
89 input {
90   font-family: sans-serif;
91   font-size: 10pt;
92   font-style: normal;
93   font-weight: normal;
94 }
95
96 textarea {
97   text-decoration:none;
98   font-family: sans-serif;
99   font-size: 10pt;
100   font-style: normal;
101   font-weight: normal;
102 }
103
104 h1, h2, h3, h4 {
105   font-family: 'Lucida Grande', sans-serif;
106   font-weight: normal;
107   font-style: normal;
108   margin:0;
109   padding:0;
110   padding-top:10px;
111   text-decoration:none;
112   text-align:left;
113 }
114
115 a.wiki { font-weight:normal; }
116 a:link { font-weight:normal; color:#445566; text-decoration:none }
117 a:visited { font-weight:normal; color:#445566; text-decoration:none }
118 a:hover { font-weight:normal; color:#445566; text-decoration:underline }
119 a:active { font-weight:normal; color:#445566; text-decoration:underline }
120 a:focus { font-weight:normal; color:#445566; text-decoration:underline }
121
122 /* generic classes ----------------------------------------------- */
123
124 .tt { font-family: monospace; }
125 .strike { text-decoration:line-through; }
126
127 .align-left {text-align: left;}
128 .align-right {text-align: right;}
129 .align-center {text-align: center;}
130   
131 .top {vertical-align: top;}
132
133 .nowrap {white-space: nowrap;}
134
135 .fullwidth { width: 100%; }
136
137 /* --------------------------------------------------------------- */
138
139 .main { padding: 0; border: 0; margin:0; }
140 .maintable { padding: 0; border: 0; margin:0; }
141 .menu { font-size: 9pt; padding: 10px; padding-top:0; border: 0; margin:0; }
142 .box { background-color: #eeeeee; border: 1px solid #dcdcdc; color: #111111; padding: 0; position: absolute; }
143 .bar { background-color: #eeeeee; color: #111111; font-weight: bold; padding: 2px 1em 2px 1em; }
144
145 .wikilink { color: #5555CC; text-decoration:none; font-style:normal; }
146 .wikinavbar { border-bottom: 1px #999999 solid; padding: 2px; font-size: 8pt; }
147 .toolbar { border-top: 1px #999999 solid; padding: 2px; font-size: 8pt; }
148 .debug { padding: 2px; margin-left:10px; font-size: 8pt; }
149 .wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #xhtml-validator a.wikilink { font-size: 8pt; }
150 #content a.wiki { font-size: 9pt; }
151 .wikiaction { color: #5555CC; text-decoration:none; font-style:normal; }
152 .wiki { color: #5555CC; text-decoration:none; font-style:normal; }
153 .backlinks { color: #5555CC; text-decoration:none; font-style:normal; }
154 /* .header { font-size: x-small; border-top: 1px #999999 solid; padding:10px; padding-top:5px; padding-bottom:5px; } */
155
156 #header { font-size: 8pt; margin-left:4px; }
157 .signin, .signin a.wiki, .signin a.wikiaction { font-size: 8pt; }
158 .top { font-size: 75%; margin:4px; }
159 .plugin { margin:0; }
160
161 div#logo {
162   float: right;
163 }
164
165 /* plugin BoxRight */
166 div.boxright {
167   width: 200px;
168   right: 10px;
169   padding: 0.5em;
170   float: right;
171   border: thin solid #888888;
172   padding: 0.5em;
173 }
174
175 /**
176  * Search Results
177  */
178 .search-context { background: white; font-style: oblique; }
179 .search-term {
180   background: yellow;
181   font-weight: normal;
182 }
183
184 /* IncludePage plugin ================================================= */
185
186 .transclusion-title {
187    font-style: oblique;
188    font-size: 0.75em;
189    text-decoration: underline;
190    text-align: right;
191 }
192
193 .transclusion {
194    background: lightgreen;
195    border: thin;
196    border-style: solid;
197    padding-left: 0.8em;
198    padding-right: 0.8em;
199    padding-top: 0;
200    padding-bottom: 0;
201    margin: 0.5ex 0;
202 }
203
204 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
205
206 /*
207  * table class="boxed"
208  * will put a border around the table (but not around the cells)
209  *
210  * table class="bordered"
211  * will put a border around the table and the cells
212  *
213  * In both cases, the caption will be bold and centered under the table
214  *
215  * In both cases, the headers (th) will have a "#d8d8d8" background
216  */
217
218 table.boxed, table.bordered, table.bordered th, table.bordered td {
219     border-width: 1px;
220     border-style: solid;
221     border-collapse: collapse;
222     vertical-align: top;
223 }
224
225 table.boxed td, table.bordered td,
226 table.boxed th, table.bordered th {
227     padding-left: 5px;
228     padding-right: 5px;
229     padding-top: 0;
230     padding-bottom: 0;
231 }
232
233 table.boxed caption, table.bordered caption {
234     text-align: center;
235     font-weight: bold;
236     caption-side: bottom;
237     padding-top: 0.8em;
238 }
239
240 table.boxed th, table.bordered th {
241     font-weight: bold;
242     background-color: #d8d8d8;
243 }
244