size: printing size of style
[treecutter.git] / style / adropabove / index.en.html.tmpl
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml"
3       lang="en">
4   <head>
5     <meta charset="utf-8" />
6     <title>$title</title>
7     <link rel="stylesheet" href="/css/styles.css"
8           type="text/css" media="screen" />
9     <link rel="stylesheet" href="/css/print.css"
10           type="text/css" media="print" />
11     <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
12     <link rel="stylesheet" href="/css/superfish.css"
13           type="text/css" media="screen"/>
14     <script type="text/javascript" src="/js/jquery-1.2.6.min.js"></script>
15     <script type="text/javascript" src="/js/hoverIntent.js"></script>
16     <script type="text/javascript" src="/js/superfish.js"></script>
17     <script type="text/javascript">
18
19       // initialise plugins
20       jQuery(function(){
21       jQuery('ul.sf-menu').superfish();
22       });
23
24     </script>
25   </head>
26   <body>
27     <div id="wrapper"><!-- #wrapper -->
28       <nav><!-- top nav -->
29         $menu
30       </nav><!-- end of top nav -->
31
32       <header><!-- header -->
33         <h1><a href="/">Site name</a></h1>
34         <h2>Your tag line here</h2>
35       </header><!-- end of header -->
36
37       <section id="main"><!-- #main content and sidebar area -->
38         <section id="content"><!-- #content -->
39           <article>
40             $article
41           </article>
42         </section><!-- end of #content -->
43
44         <aside id="sidebar"><!-- sidebar -->
45           <h3>Languages</h3>
46           $langmenu
47
48           <h3>Location</h3>
49           $levelmenu
50
51           <h3>More Stuff</h3>
52           <ul>
53             <li><a href="#">Blah</a></li>
54             <li><a href="#">More blah</a></li>
55           </ul>
56
57         </aside><!-- end of sidebar -->
58
59       </section><!-- end of #main content and sidebar-->
60
61       <footer>
62         <section id="footer-area">
63
64           <section id="footer-outer-block">
65             <aside class="footer-segment">
66               <h4>Friends</h4>
67               <ul>
68                 <li><a href="#">one linkylink</a></li>
69                 <li><a href="#">two linkylinks</a></li>
70                 <li><a href="#">three linkylinks</a></li>
71                 <li><a href="#">four linkylinks</a></li>
72                 <li><a href="#">five linkylinks</a></li>
73               </ul>
74             </aside><!-- end of #first footer segment -->
75
76             <aside class="footer-segment">
77               <h4>Awesome Stuff</h4>
78               <ul>
79                 <li><a href="#">one linkylink</a></li>
80                 <li><a href="#">two linkylinks</a></li>
81                 <li><a href="#">three linkylinks</a></li>
82                 <li><a href="#">four linkylinks</a></li>
83                 <li><a href="#">five linkylinks</a></li>
84               </ul>
85             </aside><!-- end of #second footer segment -->
86
87             <aside class="footer-segment">
88               <h4>Coolness</h4>
89               <ul>
90                 <li><a href="#">one linkylink</a></li>
91                 <li><a href="#">two linkylinks</a></li>
92                 <li><a href="#">three linkylinks</a></li>
93                 <li><a href="#">four linkylinks</a></li>
94                 <li><a href="#">five linkylinks</a></li>
95               </ul>
96             </aside><!-- end of #third footer segment -->
97
98             <aside class="footer-segment">
99               <h4>Blahdyblah</h4>
100               <p>
101                 Integer nec odio. Praesent libero. Sed cursus ante
102                 dapibus diam. Sed nisi. Nulla quis sem at nibh
103                 elementum imperdiet. Duis sagittis ipsum. Praesent
104                 mauris. Fusce nec tellus sed augue semper porta.
105               </p>
106               <p>©;2010 <a href="/">site</a></p>
107             </aside><!-- end of #fourth footer segment -->
108
109           </section><!-- end of footer-outer-block -->
110
111         </section><!-- end of footer-area -->
112       </footer>
113
114     </div><!-- #wrapper -->
115     <!-- Free template created by http://freehtml5templates.com -->
116   </body>
117 </html>