Changeset 243 for trunk/client
- Timestamp:
- Jul 8, 2015, 12:53:06 AM (9 years ago)
- Location:
- trunk/client
- Files:
-
- 1 added
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/altro/menu.css
r242 r243 16 16 .main-header { 17 17 margin: auto; 18 width: 75%;18 width: 100%; 19 19 min-height: 30px; 20 20 padding: 1em 2em; 21 /* 21 22 border: 2px solid #2675a9; 22 23 border-top: none; 23 24 border-radius: 0 0 5px 5px; 24 25 background: #2980b9; 26 */ 25 27 } 26 28 .main-header:after { … … 62 64 text-decoration: none; 63 65 } 66 /* 64 67 .dropdown, 65 68 .flyout { 66 /*position: relative;*/69 position: relative; 67 70 } 68 71 .dropdown:after { … … 74 77 right: 12%; 75 78 } 79 */ 76 80 .drop-nav, 77 81 .flyout-nav { -
trunk/client/temi/altro/menu.php
r242 r243 17 17 $rescomu= mysql_query("$sqlcomu",$dbi); 18 18 list($descr_com,$fascia)=mysql_fetch_row($rescomu); 19 20 echo ' <header class="main-header"> 19 echo "\n"; 20 echo ' <table cellpadding="0" cellspacing="0" style="border:0px;text-align:left;width:900px;"><tr><td> 21 <header class="main-header"> 21 22 <ul class="main-nav"> 22 23 <li> … … 228 229 } // fine tema 229 230 echo "<li><a href=\"http://www.eleonline.it/site/modules.php?name=Contatti\"><i><span style=\"font-size:10px;\"> 230 by l uciano apolito & robertogigli</span></i></a>231 by l.apolito & r.gigli</span></i></a> 231 232 </li>"; 232 echo "</ul></header>"; 233 echo "</ul></header> 234 </tr></td></table>"; 233 235 234 236 -
trunk/client/temi/altro/style.css
r139 r243 268 268 text-align:center; 269 269 width: 900px; 270 270 271 271 272 } -
trunk/client/temi/blog/menu.css
r242 r243 16 16 .main-header { 17 17 margin: auto; 18 width: 75%;18 width: 100%; 19 19 min-height: 30px; 20 20 padding: 1em 2em; … … 62 62 text-decoration: none; 63 63 } 64 /* 64 65 .dropdown, 65 66 .flyout { 66 /*position: relative;*/67 position: relative; 67 68 } 68 69 .dropdown:after { … … 74 75 right: 12%; 75 76 } 77 */ 76 78 .drop-nav, 77 79 .flyout-nav { -
trunk/client/temi/blog/menu.php
r242 r243 18 18 list($descr_com,$fascia)=mysql_fetch_row($rescomu); 19 19 20 echo ' <header class="main-header">20 echo ' <table cellpadding="0" cellspacing="0" style="border:0px;text-align:left;"><tr><td> 21 21 <ul class="main-nav"> 22 22 <li> … … 230 230 by luciano apolito & roberto gigli</span></i></a> 231 231 </li>"; 232 echo "</ul></header>"; 232 echo "</ul></header> 233 </td></tr></table><br/>"; 233 234 234 235 -
trunk/client/temi/default/menu.css
r242 r243 16 16 .main-header { 17 17 margin: auto; 18 width: 75%;18 width: 100%; 19 19 min-height: 30px; 20 20 padding: 1em 2em; … … 62 62 text-decoration: none; 63 63 } 64 65 /* 64 66 .dropdown, 65 67 .flyout { 66 /*position: relative;*/68 position: relative; 67 69 } 70 68 71 .dropdown:after { 69 72 content: "\25BC"; … … 74 77 right: 12%; 75 78 } 79 */ 76 80 .drop-nav, 77 81 .flyout-nav { … … 79 83 display: none; 80 84 } 85 81 86 .drop-nav li { 82 87 border-bottom: 1px solid rgba(255,255,255,.2); … … 86 91 display: block; 87 92 } 93 88 94 .flyout-nav { 89 95 left: 100%; 90 96 top: 0; 91 97 } 98 92 99 .flyout:hover a, 93 100 .flyout-nav { 94 101 background: #395066; 102 95 103 } -
trunk/client/temi/default/menu.php
r242 r243 18 18 list($descr_com,$fascia)=mysql_fetch_row($rescomu); 19 19 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"> 21 22 <ul class="main-nav"> 22 23 <li> … … 227 228 echo "</ul></li>"; 228 229 } // fine tema 230 /* 229 231 echo "<li><a href=\"http://www.eleonline.it/site/modules.php?name=Contatti\"><i><span style=\"font-size:10px;\"> 230 232 by luciano apolito & roberto gigli</span></i></a> 231 233 </li>"; 232 echo "</ul></header>"; 234 */ 235 236 echo "</ul></header></tr></td></table>"; 233 237 234 238 -
trunk/client/temi/default/style.css
r139 r243 25 25 div#container{ 26 26 27 width: 7 98;28 margin: 0pxauto; /*centra */27 width: 75%; 28 margin: auto; /*centra */ 29 29 30 30 } -
trunk/client/temi/stylized/menu.css
r242 r243 62 62 text-decoration: none; 63 63 } 64 /* 64 65 .dropdown, 65 66 .flyout { 66 /*position: relative;*/67 position: relative; 67 68 } 68 69 .dropdown:after { … … 74 75 right: 12%; 75 76 } 77 */ 76 78 .drop-nav, 77 79 .flyout-nav { -
trunk/client/temi/stylized/menu.php
r242 r243 18 18 list($descr_com,$fascia)=mysql_fetch_row($rescomu); 19 19 20 echo ' <div> <header class="main-header"> 20 echo ' <table cellpadding="0" cellspacing="0" style="border:0px;text-align:left;"><tr><td> 21 <header class="main-header"> 21 22 <ul class="main-nav"> 22 23 <li> … … 230 231 by luciano apolito & roberto gigli</span></i></a> 231 232 </li>"; 232 echo "</ul></header></ div>";233 echo "</ul></header></td></tr></table>"; 233 234 234 235 -
trunk/client/temi/tour/menu.css
r242 r243 16 16 .main-header { 17 17 margin: auto; 18 width: 75%;18 width: 100%; 19 19 min-height: 30px; 20 20 padding: 1em 2em; … … 62 62 text-decoration: none; 63 63 } 64 /* 64 65 .dropdown, 65 66 .flyout { 66 /*position: relative;*/67 position: relative; 67 68 } 69 68 70 .dropdown:after { 69 71 content: "\25BC"; … … 74 76 right: 12%; 75 77 } 78 */ 76 79 .drop-nav, 77 80 .flyout-nav { -
trunk/client/temi/tour/menu.php
r242 r243 18 18 list($descr_com,$fascia)=mysql_fetch_row($rescomu); 19 19 20 echo ' <header class="main-header">20 echo ' <table cellpadding="0" cellspacing="0" style="border:0px;text-align:left;"><tr><td> 21 21 <ul class="main-nav"> 22 22 <li> … … 230 230 by luciano apolito & roberto gigli</span></i></a> 231 231 </li>"; 232 echo "</ul></header>"; 232 echo "</ul></header> 233 </td></tr></table>"; 233 234 234 235 -
trunk/client/temi/yellowblu/menu.css
r242 r243 16 16 .main-header { 17 17 margin: auto; 18 width: 75%;18 width: 100%; 19 19 min-height: 30px; 20 20 padding: 1em 2em; … … 62 62 text-decoration: none; 63 63 } 64 /* 64 65 .dropdown, 65 66 .flyout { 66 /*position: relative;*/67 position: relative; 67 68 } 68 69 .dropdown:after { … … 74 75 right: 12%; 75 76 } 77 */ 76 78 .drop-nav, 77 79 .flyout-nav { -
trunk/client/temi/yellowblu/menu.php
r242 r243 18 18 list($descr_com,$fascia)=mysql_fetch_row($rescomu); 19 19 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"> 21 22 <ul class="main-nav"> 22 23 <li> … … 230 231 by luciano apolito & roberto gigli</span></i></a> 231 232 </li>"; 232 echo "</ul></header>"; 233 echo "</ul></header> 234 </tr></td></table>"; 233 235 234 236 -
trunk/client/versione.php
r240 r243 1 1 <?php 2 2 3 $versione = "2.0 rev 24 0";3 $versione = "2.0 rev 243"; 4 4 $version_number = $versione; 5 $version = "Eleonline $version_number (<i>Data Release: 0 7 giugno 2015</i>)";5 $version = "Eleonline $version_number (<i>Data Release: 08 luglio 2015</i>)"; 6 6 7 7 ?>
Note:
See TracChangeset
for help on using the changeset viewer.