~ubuntu-branches/ubuntu/raring/maas/raring-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/docs/node-menunav/node-menunav-7.html

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-03 17:42:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120703174237-p8l0keuuznfg721k
Tags: 0.1+bzr709+dfsg-0ubuntu1
* New Upstream release
* debian/control:
  - Depends on python-celery, python-tempita, libjs-yui3-{full,min},
    libjs-raphael
* debian/maas.install:
  - Install apiclient, celeryconfig.py, maas-import-pxe-files, preseeds_v2.
  - Update to install various files from chroot, rather tha manually copy
    them from the source.
* debian/maas.links: symlink celeryconfig.py
* debian/maas.maas-celery.upstart: Add job.
* debian/rules:
  - Install celery upstart job.
  - Do not install jslibs as packages are now used.
  - Drop copying of maas_local_settings_sample.py as source now ships
    a maas_local_settings.py
* debian/patches:
  - 04-maas-http-fix.patch: Drop. Merged upstream.
  - 01-fix-database-settings.patch: Refreshed.
  - 99_enums_js.patch: Added until creation of enum.js / build process
    is fixed.
* debian/maas.postinst: Update bzr version to correctly handle upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html lang="en">
3
 
<head>
4
 
    <meta charset="utf-8">
5
 
    <title>Example: Skinning Menus Created Using the MenuNav Node Plugin</title>
6
 
    <link rel="stylesheet" href="http://yui.yahooapis.com/3.4.0pr3/build/cssgrids/grids-min.css">
7
 
    <link rel="stylesheet" href="../assets/css/main.css">
8
 
    <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
9
 
    <script src="../../build/yui/yui-min.js"></script>
10
 
</head>
11
 
<body>
12
 
 
13
 
<div id="doc">
14
 
    <h1>Example: Skinning Menus Created Using the MenuNav Node Plugin</h1>
15
 
 
16
 
    
17
 
 
18
 
    <div class="yui3-g">
19
 
        <div id="main" class="yui3-u">
20
 
            <div class="content"><div class="intro">
21
 
    <p>
22
 
    This example demonstrates how to skin a menu built using the MenuNav Node Plugin to look like the
23
 
    menus on <a href="http://www.flickr.com">Flickr</a>
24
 
    </p>
25
 
</div>
26
 
 
27
 
<div class="example newwindow">
28
 
    <a href="node-menunav-7-example.html" target="_blank" class="button">
29
 
        View Example in New Window
30
 
    </a>
31
 
</div>
32
 
 
33
 
<h2>Creating A Custom Skin</h2>
34
 
<p>
35
 
Skinning the menus created using the MenuNav Node Plugin is done using CSS.  The stylesheet used
36
 
for other MenuNav Node Plugin examples is a minified version of the node-menunav-core.css and
37
 
node-menunav-skin.css files.  The node-menunav-core.css file includes foundational styling that
38
 
controls basic layout and positioning, whereas the node-menunav-skin.css file is used to apply
39
 
colors, borders, padding, etc.
40
 
</p>
41
 
 
42
 
<p>
43
 
Skinning can be accomplished by either overriding the styles defined in the node-menunav-skin.css
44
 
file, or by creating an entirely new skin file.  In either case, place custom styles in a separate
45
 
file to simplify integrating with YUI updates.
46
 
</p>
47
 
 
48
 
<p>
49
 
When creating a custom skin, use the node-menunav-core.css and node-menunav-skin.css files as a
50
 
reference.  Also consult the <a href="index.html#css-reference">CSS reference</a>
51
 
section of the MenuNav Node Plugin landing page, as it provides a complete list of all of the class
52
 
names used by the MenuNav Node Plugin along with when and to what element(s) they are applied.
53
 
</p>
54
 
</div>
55
 
        </div>
56
 
 
57
 
        <div id="sidebar" class="yui3-u">
58
 
            
59
 
 
60
 
            
61
 
                <div class="sidebox">
62
 
                    <div class="hd">
63
 
                        <h2 class="no-toc">Examples</h2>
64
 
                    </div>
65
 
 
66
 
                    <div class="bd">
67
 
                        <ul class="examples">
68
 
                            
69
 
                                
70
 
                                    <li data-description="Creating left navigation using the MenuNav Node Plugin.">
71
 
                                        <a href="menunav-leftnav.html">Basic Left Nav</a>
72
 
                                    </li>
73
 
                                
74
 
                            
75
 
                                
76
 
                                    <li data-description="Creating top navigation using the MenuNav Node Plugin">
77
 
                                        <a href="node-menunav-2.html">Basic Top Nav</a>
78
 
                                    </li>
79
 
                                
80
 
                            
81
 
                                
82
 
                                    <li data-description="Creating menu button navigation using the MenuNav Node Plugin">
83
 
                                        <a href="node-menunav-3.html">Menu Button Top Nav</a>
84
 
                                    </li>
85
 
                                
86
 
                            
87
 
                                
88
 
                                    <li data-description="Creating split button navigation using the MenuNav Node Plugin">
89
 
                                        <a href="node-menunav-4.html">Split Button Top Nav</a>
90
 
                                    </li>
91
 
                                
92
 
                            
93
 
                                
94
 
                                    <li data-description="Adding shadows to submenus of a left nav using the MenuNav Node Plugin">
95
 
                                        <a href="node-menunav-5.html">Left Nav with Submenus with Shadows</a>
96
 
                                    </li>
97
 
                                
98
 
                            
99
 
                                
100
 
                                    <li data-description="Adding rounded corners to submenus of a left nav using the MenuNav Node Plugin">
101
 
                                        <a href="node-menunav-6.html">Left Nav With Submenus With Rounded Corners</a>
102
 
                                    </li>
103
 
                                
104
 
                            
105
 
                                
106
 
                                    <li data-description="Skining a menu built using the MenuNav Node Plugin to look like the menus on Flickr">
107
 
                                        <a href="node-menunav-7.html">Skinning Menus Created Using the MenuNav Node Plugin</a>
108
 
                                    </li>
109
 
                                
110
 
                            
111
 
                        </ul>
112
 
                    </div>
113
 
                </div>
114
 
            
115
 
 
116
 
            
117
 
        </div>
118
 
    </div>
119
 
</div>
120
 
 
121
 
<script src="../assets/vendor/prettify/prettify-min.js"></script>
122
 
<script>prettyPrint();</script>
123
 
 
124
 
</body>
125
 
</html>