2. Денвер
3. Как в виджетах растянуть фото на всю ширину чтоб не было видно серого бэкграунда?
4. Ширина сайта 90% (мне так надо!)
5 #body section {float:left; width:75%;}
6. #body aside{float:right; width:24% ;margin-bottom: 10px;}
скрин для наглядности:
вот кусок из theme-widgets.css
.widget_content_list.tiles-big .item { } .widget_content_list.tiles-big .item .title { } .widget_content_list.tiles-big .item { float:left; margin-bottom: 15px; width:23%; margin-right:15px; } .widget_content_list.tiles-big .item:nth-child(5), .widget_content_list.tiles-big .item:nth-child(9), .widget_content_list.tiles-big .item:nth-child(13), .widget_content_list.tiles-big .item:nth-child(17), .widget_content_list.tiles-big .item:nth-child(21), .widget_content_list.tiles-big .item:nth-child(25) { clear:left; } .widget_content_list.tiles-big .item .image { margin-bottom: 5px; clear:both; width:100%; height:130px; overflow:hidden; } .widget_content_list.tiles-big .item .image a { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; overflow:hidden; background-color:#bdc3c7; } .widget_content_list.tiles-big .item .title { font-size:14px; margin-top:5px; text-transform: uppercase; font-weight: bold; text-shadow: 0px 1px 0px #e5e5ee; filter: dropshadow(color=#e5e5ee,offX=0,offY=1); } .widget_content_list.tiles-big .item .title a { color:#686868; text-decoration: none; } .widget_content_list.tiles-big .item .title a:hover { color:#ff6600; text-decoration: underline; }