Changeset 4024 for WAeUP_Moodle/acreen/akademie
- Timestamp:
- 25 Mar 2009, 07:58:24 (16 years ago)
- Location:
- WAeUP_Moodle/acreen/akademie
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_Moodle/acreen/akademie/fw_fonts.css
r3974 r4024 51 51 font-weight:bold; 52 52 } 53 54 #navlist li a { 55 font-size: 11px; 56 } 57 53 58 54 59 th.header, -
WAeUP_Moodle/acreen/akademie/fw_layout.css
r4015 r4024 36 36 37 37 #navlist { 38 float: left;38 float:right; 39 39 list-style-type:none; 40 margin:0 ;40 margin:0px 0px 8px 0px; 41 41 padding:0px; 42 width: 180px;42 width:284px; 43 43 } 44 44 … … 46 46 #navlist li a { 47 47 float:left; 48 margin: 2.6px;48 margin:1.0px; 49 49 padding:1px 1px 1px 1px; 50 50 text-align:center; 51 51 text-decoration:none; 52 width: 80px;52 width:65px; 53 53 } 54 54 #navlist li a:hover { … … 157 157 border-style:solid; 158 158 padding-left:6px; 159 background-image:url(logo_header_main.jpg); 160 background-repeat:no-repeat; 161 background-position:7px 0px; 159 162 } 160 163 -
WAeUP_Moodle/acreen/akademie/header.html
r4017 r4024 22 22 ?> 23 23 <div id="header-home" class="clearfix"> 24 <h1 class="headermain"><img alt='Moodle' src='<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/logo_header_main.jpg' /></h1>25 <div class="headermenu"><?php echo $menu ?></div>26 27 24 <div id="navlistbox"> 28 25 <ul id="navlist"> … … 30 27 href="/kontakt">Kontakt</a> 31 28 <a onclick="this.target='popup'; return openpopup('/theme/akademie/impressum.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);" 32 href="/impressum">Impressum</a> </li>33 < li><a onclick="this.target='popup'; return openpopup('/theme/akademie/datenschutz.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=1000,height=550', 0);"29 href="/impressum">Impressum</a> 30 <a onclick="this.target='popup'; return openpopup('/theme/akademie/datenschutz.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=1000,height=550', 0);" 34 31 href="/datenschutz">Datenschutz</a> 35 32 <a onclick="this.target='popup'; return openpopup('/theme/akademie/hilfe.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);" 36 33 href="/hilfe">Hilfe</a></li> 37 34 </ul> 38 </div> 39 40 35 </div> <br /><br /> 36 <div class="headermenu"><?php echo $menu ?></div> 41 37 </div> 42 38 -
WAeUP_Moodle/acreen/akademie/impressum.html
r4017 r4024 15 15 <strong>Geschäftsleitung:</strong><br />Martina Grud und Anne Jirjahlke 16 16 <br /><br /> 17 <strong> Partnerhochschule für das Masterstudium:</strong><br />17 <strong>Mutterhochschule:</strong><br /> 18 18 Hochschule für Angewandte Wissenschaften Hamburg (HAW)<br /> 19 19 Department Maschinenbau und Produktion<br />
Note: See TracChangeset for help on using the changeset viewer.