Template:Slides
From Organic Design wiki
Usage:
{{#css: /* later these will go in MediaWiki:Common.css using .page-Home, .page-Contact etc */
- p-cactions, #column-one, .footer, #catlinks { display:none }
body table #globalWrapper { width: 800px } .firstHeading {
width: 100%; font-size: 40px; padding: 40px 0 0 0; margin: 0; line-height: 35px; color: #D0D6F0;
}
- content {
padding: 30px; margin: 0;
}
- content p {
color: #666; font-size: 10pt; line-height: 15pt;
} }}
{{#css:
.firstHeading { display:none }
}} e.g.
{{#css: /* later these will go in MediaWiki:Common.css using .page-Home, .page-Contact etc */
- p-cactions, #column-one, .footer, #catlinks { display:none }
body table #globalWrapper { width: 800px } .firstHeading {
width: 100%; font-size: 40px; padding: 40px 0 0 0; margin: 0; line-height: 35px; color: #D0D6F0;
}
- content {
padding: 30px; margin: 0;
}
- content p {
color: #666; font-size: 10pt; line-height: 15pt;
} }}
{{#css:
.firstHeading { display:none }
}}