Changeset 459 for trunk/modules/user_guide
- Timestamp:
- 09/01/2007 01:26:34 PM (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_guide/views/user_guide/css/layout.php
r458 r459 26 26 #container { position: relative; margin: 0 12em 2em 1em; border: solid 0 #e7f5d7; border-width: 0 0.2em 0.3em 0.2em; } 27 27 #menu { position: fixed; top: 0; right: 1.5em; width: 10em; padding: 0.2em 0; } 28 * html body #menu { position: absolute; } /* Add this style for IE6 */ 28 29 #menu ul { margin: 0 0.2em; list-style: none; color: #b43f11; } 29 30 #menu li.first { padding-top: 0.2em; } … … 33 34 #menu li ul a:hover { font-weight: bold; color: #2f4f14; } 34 35 #menu li ul li:before { content: "«"; } 35 #menu li span { text-shadow: 1px 1px 1px #333; font-size: 1.3em; cursor: pointer; } 36 #menu li > span { text-shadow: 1px 1px 1px #333; } /* Don't add this style for IE6 */ 37 #menu li span { font-size: 1.3em; cursor: pointer; } 36 38 #body { padding: 0.3em 1em; background: #fff; } 37 39 #body ol, #body ul { margin: 1em; margin-left: 2.5em; } … … 41 43 #footer { padding: 0 1em; background: #fff; line-height: 2em; } 42 44 #loading { position: absolute; top: 0; right: 0; z-index: 9999; width: 32px; height: 32px; background: transparent url(spinner.gif) center center no-repeat; } 43 #loading span { color: #400; }44 45 /* 45 46 Content Styles
