Template:Slides

From Organic Design wiki
Revision as of 11:50, 6 August 2008 by Sven (talk | contribs) (New page: <includeonly>{| cellspacing="4" cellpa...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage:

{{#css: /* later these will go in MediaWiki:Common.css using .page-Home, .page-Contact etc */

  1. 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;

}

  1. content {
   padding: 30px;
   margin: 0;

}

  1. 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 */

  1. 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;

}

  1. content {
   padding: 30px;
   margin: 0;

}

  1. content p {
   color: #666;
   font-size: 10pt;
   line-height: 15pt;

} }}

{{#css:

   .firstHeading { display:none }

}}