Changeset 1724 for trunk/template/yoga/admin
- Timestamp:
- Jan 15, 2007, 11:44:48 PM (18 years ago)
- Location:
- trunk/template/yoga/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/default-layout.css
r1454 r1724 104 104 width: 70%; 105 105 } 106 107 /* PWG Links Menu is fixed Graphic charts */ 108 .pwgmenu { 109 display: table; 110 list-style-type: none; 111 list-style-image: none; /* for firefox */ 112 white-space: nowrap; 113 position: relative; 114 text-decoration : none; 115 font-family: verdana, arial, helvetica, sans-serif; 116 font-size: 70%; 117 line-height: 1.1em; 118 width: 66em; 119 margin: 1px 8px 1px auto; 120 padding: 3px; 121 background: transparent; 122 } 123 .pwgmenu li { 124 float: left; 125 width: 10em !important; 126 text-align: center; 127 margin: 0 6px; 128 padding: 0; 129 130 } 131 .pwgmenu a { 132 width: 9em !important; 133 display: block; 134 padding: 4px 8px; 135 background: #69c; /* PWG Graphic charts */ 136 color: white; 137 text-align: center; 138 text-decoration: none; 139 font-weight: bold; 140 border: 1px solid #fff; /* Why bordered? in case of #69c background */ 141 } 142 .pwgmenu a:hover { 143 background: #f92; 144 color: white; 145 } /* PWG Graphic charts */ -
trunk/template/yoga/admin/intro.tpl
r1538 r1724 1 1 <!-- $Id$ --> 2 2 <h2>{lang:title_default}</h2> 3 3 <!-- BEGIN pwgmenu --> 4 <ul class="pwgmenu"> 5 <!-- Keep Doctype XHTML Strict acceptable even in Admin --> 6 <!-- New window is open if Js available (Webmasters accept it usually) --> 7 <li><a href="{pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;">{lang:HOME}</a></li> 8 <li><a href="{pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;">{lang:WIKI / DOC}</a></li> 9 <li><a href="{pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;">{lang:FORUM}</a></li> 10 <li><a href="{pwgmenu.BUGS}" onclick="window.open(this.href, ''); return false;">{lang:BUGS}</a></li> 11 <li><a href="{pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;">{lang:EXTENSIONS}</a></li> 12 </ul> 13 <!-- END pwgmenu --> 4 14 <dl> 5 15 <dt>{lang:PhpWebGallery version}</dt>
Note: See TracChangeset
for help on using the changeset viewer.