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