Changeset 80 for trunk/admin/temi
- Timestamp:
- May 19, 2010, 8:16:43 PM (15 years ago)
- Location:
- trunk/admin/temi
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/temi/altro/style.css
r2 r80 23 23 color: #333333; 24 24 } 25 /* 26 div#container{ 27 width: 550px; 28 margin: 0px auto; 29 text-align: left; 30 } 31 */ 25 32 26 33 27 td { … … 187 181 text-align: left; 188 182 width: 100%; 183 } 184 .table-menu { 185 border: 1px solid #DEDEDC; 186 font-size: 10px; 187 background-position: center top; 188 padding: 0px; 189 color: #666666; 190 margin: auto; 191 width: 50%; 189 192 } 190 193 .table-main { … … 253 256 TEXT-DECORATION: none} 254 257 258 div#container{ 259 260 margin: 0px auto; 261 text-align: left; 262 } 263 /* width: 550px;*/ 264 265 #navmenu ul {margin: 0; padding: 0; 266 list-style-type: none; list-style-image: none; } 267 #navmenu li {display: inline; } 268 #navmenu ul li a {text-decoration:none; margin: 1px; 269 padding: 2px 8px 2px 8px; color: black; 270 } 271 272 -
trunk/admin/temi/default/style.css
r2 r80 187 187 text-align: left; 188 188 width: 100%; 189 } 190 .table-menu { 191 border: 1px solid #DEDEDC; 192 font-size: 10px; 193 background-position: center top; 194 padding: 0px; 195 color: #666666; 196 margin: auto; 197 width: 50%; 189 198 } 190 199 .table-main { … … 253 262 TEXT-DECORATION: none} 254 263 264 div#container{ 265 266 margin: 0px auto; 267 text-align: center; 268 } 269 /* width: 550px;*/ 270 271 272 #navmenu ul {margin: 0; padding: 0; 273 list-style-type: none; list-style-image: none; } 274 #navmenu li {display: inline; } 275 #navmenu ul li a {text-decoration:none; margin: 1px; 276 padding: 2px 8px 2px 8px; color: black; 277 } 278 -
trunk/admin/temi/facebook/index.php
r2 r80 28 28 echo "<table class=\"table-main\" cellpadding=\"0\" cellspacing=\"0\"><tr>"; 29 29 //echo "<div class=\"sx"\>"; 30 if ($blocco=='1') echo "<td><div class=\"sx\">";30 ##if ($blocco=='1') echo "<td><div class=\"sx\">"; 31 31 //"<td class=\"td-640\">"; 32 else echo "<td>";33 32 ##else echo "<td>"; 33 echo "<td>"; 34 34 35 35 -
trunk/admin/temi/facebook/style.css
r45 r80 167 167 bottom: 9px; 168 168 margin: 20px; 169 text-align: center; 169 text-align: center; margin: auto; 170 170 border: 1px dotted #666666; 171 171 padding: 2px; … … 188 188 background-color: #ffffff; 189 189 background-position: center; 190 text-align: center;190 margin: auto; 191 191 } 192 192 h6 { … … 223 223 border: 1px solid #660033; 224 224 width: 50%; 225 text-align: center;225 margin: auto; 226 226 font-size: 10px; 227 227 padding: 3px; … … 239 239 240 240 /* tavole */ 241 .table-menu { 242 border: 1px solid #DEDEDC; 243 font-size: 12px; 244 background-position: center top; 245 padding: 0px; 246 color: #666666; 247 margin: auto; 248 width: 50%; 249 250 } 251 252 .tr-dx{ 253 margin-right: 0px; 254 margin-left: auto; 255 256 } 257 241 258 .table-main { 242 259 border: 1px solid #DEDEDC; … … 245 262 padding: 0px; 246 263 color: #666666; 247 text-align:center;264 margin: auto; 248 265 width: 950px; 249 266 250 267 251 268 } 269 252 270 253 271 … … 344 362 .nobordo { 345 363 border: 0px; 346 text-align: center;364 margin: auto; 347 365 vertical-align: middle; 348 366 } … … 382 400 font-size: 12px; 383 401 font-family: Verdana, Helvetica; 384 text-align: center;402 margin: auto; 385 403 } 386 404 /* diventa celeste */ … … 390 408 font-size: 12px; 391 409 font-family: Verdana, Helvetica; 392 text-align: center;410 margin: auto; 393 411 color: #000000; 394 412 } … … 398 416 font-size: 12px; 399 417 font-family: Verdana, Helvetica; 400 text-align: center;418 margin: auto; 401 419 } 402 420 … … 466 484 } 467 485 486 #navmenu ul {margin: 0; padding: 0; 487 list-style-type: none; list-style-image: none; } 488 #navmenu li {display: inline; 489 display: inline-block; width: 2.6em;} 490 #navmenu ul li a {text-decoration:none; margin: 0px; line-height: 18px; 491 padding: 0px 10px 0px 10px; color: black; 492 } 493 494 495
Note:
See TracChangeset
for help on using the changeset viewer.