MediaWiki/Foundation

From grantswebsite.net
< MediaWiki
Revision as of 07:44, 17 July 2018 by Grant (talk | contribs)
Jump to navigation Jump to search


Foundation CSS Framework on MediaWiki

Foundation is a CSS Framework by Zurb which makes it easy for developers to build responsive websites.

If you install the Foreground Skin on MediaWiki then you will also have access to a subset of the styles defined by Foundation 5.

Each of the pages linked here demonstrate the CSS components and provide code snippets to use on your own MediaWiki site.


       <a href="/wiki/MediaWiki/Foundation/Simple Buttons" class="button info large radius expand">Simple Buttons</a> 
       <a href="/wiki/Foundation CSS Components/Dropdown_Buttons" class="button large expand secondary radius">Dropdown Buttons</a> 
     <a href="/wiki/Foundation CSS Components/Split_Buttons" class="button large expand secondary radius">Split Buttons</a> 


      <a href="/wiki/Foundation CSS Components/Buttons" class="button large expand secondary radius">Simple Buttons</a> 
     <a href="/wiki/Foundation CSS Components/Button_Groups" class="button large expand secondary radius">Button Groups</a> 



       <a href="#" class="button large expand secondary radius">Tables</a> 
     <a href="/wiki/Foundation CSS Components/Lists" class="button large expand secondary radius">Lists</a> 
       <a href="#" class="button large expand secondary radius">Typography</a> 
       <a href="/wiki/Foundation CSS Components/Panels_with_Buttons" class="button large expand secondary radius">Panels With Buttons</a> 
       <a href="/wiki/Foundation CSS Components/Accordion" class="button large expand secondary radius">Accordion</a> 
     <a href="#" class="button large expand secondary radius">Unused</a> 
       <a href="#" class="button large expand secondary radius">Unused</a> 
       <a href="/wiki/Foundation CSS Components/Button_Bar" class="button large expand secondary radius">Button Bar</a> 

</html>


      <a href="/wiki/MediaWiki/Foundation/Tabs" class="button info large radius expand">Multiple Tab Sets</a> 



Foundation 4 Documentation: http://foundation.zurb.com/docs/v/4.3.2/ Temporary link to Foundation Examples