Changeset 242 for trunk


Ignore:
Timestamp:
Jun 30, 2015, 12:52:12 AM (9 years ago)
Author:
luc
Message:

Nuovi menu per i temi presenti

Location:
trunk/client
Files:
18 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/funzioni.php

    r233 r242  
    474474# funzione per il titolo della pagina
    475475function pagetitle($op,$info){
     476$pagetitle='';
    476477
    477478        if($op=="consiglieri")$pagetitle="Proiezione del Consiglio Comunale"; //mettere l'elenco
  • trunk/client/temi/stylized/style.css

    r104 r242  
    6565#menu {
    6666        width: 1019px;
    67         height: 50px;
     67        height: 70px;
    6868        margin: 0 auto;
    6969}
    70 
     70/*
    7171#menu ul {
    7272        margin: 0;
     
    100100        background: #EC0000 url(images/img03.gif) repeat-x left bottom;
    101101}
    102 
     102*/
    103103
    104104#content {
  • trunk/client/temi/tour/style.css

    r2 r242  
    3131        background: url(images/img04.gif) no-repeat center top;
    3232}
    33 
     33/*
    3434#menu {
    3535        width: 970px;
     
    4747#menu li {
    4848        /*display: inline;
    49 */
     49
    5050}
    5151
     
    6161
    6262#menu a:hover {
    63 /*      text-decoration: underline; */
     63        text-decoration: underline;
    6464}
    6565
  • trunk/client/temi/yellowblu/style.css

    r104 r242  
    5959        background: url(images/img04.gif) no-repeat center top;
    6060}
    61 
     61/*
    6262#menu {
    6363        width: 970px;
     
    7474
    7575#menu li {
    76         /*display: inline;
    77 */
     76        display: inline;
     77
    7878}
    7979
     
    8989
    9090#menu a:hover {
    91 /*      text-decoration: underline; */
     91        text-decoration: underline;
    9292}
    9393
     
    9898        color: #000000;
    9999}
     100*/
    100101
    101102/* Page */
Note: See TracChangeset for help on using the changeset viewer.