spip_nursit/plugins/dist/themes/zpip-1/ooCSS/demo/template.html

52 lines
2.7 KiB
HTML
Raw Permalink Normal View History

2023-06-01 15:30:12 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Template Documentation</title>
<link rel="stylesheet" type="text/css" media="all" href="#CHEMIN{css/libraries.css}" />
<link rel="stylesheet" type="text/css" media="all" href="#CHEMIN{css/template.css}" />
<!--<link rel="stylesheet" type="text/css" media="all" href="#CHEMIN{css/template_debug.css}" />-->
<link rel="stylesheet" type="text/css" media="all" href="#CHEMIN{css/grids.css}" />
<link rel="stylesheet" type="text/css" media="all" href="#CHEMIN{css/content.css}" />
</head>
<body>
<h1>Template</h1>
<div class="page">
<div class="head">
<h2>Head</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="body">
<div class="leftCol">
<h2>Left Column</h2>
<p>Left column is 250px by default. It can be extended by several classes to allow for additional layouts.</p>
<ul>
<li>.gMail = 160px</li>
<li>.gCal = 180px</li>
<li>.yahoo = 240px</li>
<li>.myYahoo = 300px</li>
</ul>
</div>
<div class="rightCol">
<h2>Right Column</h2>
<p>The right column is by default 300px wide. It can be extended via all the same classes that are available to right column.</p>
<ul>
<li>.gMail = 160px</li>
<li>.gCal = 180px</li>
<li>.yahoo = 240px</li>
<li>.myYahoo = 300px</li>
</ul>
</div>
<div class="main">
<h2>Main Content</h2>
<p>Main Content is fully liquid. It takes all the remaining space on the line after the widths of "leftCol" and "rightCol" are taken into account. Alternatively, grids can be used to break up the main content area for fully fluid layouts.</p>
</div>
</div>
<div class="foot">
<h2>Foot</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</body>
</html>