Ignore:
Timestamp:
Jul 8, 2015, 12:53:06 AM (9 years ago)
Author:
luc
Message:

Nuovi menu per i temi presenti

Location:
trunk/client/temi/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/default/menu.css

    r242 r243  
    1616.main-header {
    1717  margin: auto;
    18   width: 75%;
     18  width: 100%;
    1919  min-height: 30px;
    2020  padding: 1em 2em;
     
    6262    text-decoration: none;
    6363  }
     64
     65/*
    6466.dropdown,
    6567.flyout {
    66   /*position: relative;*/
     68  position: relative;
    6769}
     70
    6871.dropdown:after {
    6972 content: "\25BC";
     
    7477  right: 12%;
    7578}
     79*/
    7680.drop-nav,
    7781.flyout-nav {
     
    7983  display: none;
    8084}
     85
    8186.drop-nav li {
    8287  border-bottom: 1px solid rgba(255,255,255,.2);
     
    8691  display: block;
    8792}
     93
    8894.flyout-nav {
    8995  left: 100%;
    9096  top: 0;
    9197}
     98
    9299.flyout:hover a,
    93100.flyout-nav {
    94101  background: #395066;
     102
    95103}
  • trunk/client/temi/default/menu.php

    r242 r243  
    1818        list($descr_com,$fascia)=mysql_fetch_row($rescomu);
    1919       
    20         echo '  <header class="main-header">
     20        echo ' <table cellpadding="0" cellspacing="0" style="border:0px;text-align:left;"><tr><td>
     21  <header class="main-header">
    2122                <ul class="main-nav">       
    2223                <li>
     
    227228    echo "</ul></li>";
    228229} // fine tema
     230/*
    229231echo "<li><a href=\"http://www.eleonline.it/site/modules.php?name=Contatti\"><i><span style=\"font-size:10px;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    230232     by luciano apolito & roberto gigli</span></i></a>
    231233            </li>";
    232 echo "</ul></header>";
     234*/
     235
     236echo "</ul></header></tr></td></table>";
    233237
    234238
  • trunk/client/temi/default/style.css

    r139 r243  
    2525div#container{
    2626   
    27     width: 798;
    28     margin: 0px auto;   /*centra */
     27    width: 75%;
     28    margin: auto;   /*centra */
    2929   
    3030    }
Note: See TracChangeset for help on using the changeset viewer.