Visualizzazione dei risultati da 1 a 6 su 6
  1. #1

    un aiuto per chi non sa nemmeno cosa significhi html esiste?

    salve a tutti...scusate ma il mondo html è una pagina nuova della mia vita...ho creato o almeno sto cercando di creare da principiante il mio sito fotografico...ho usato un tema esistente...e volevo cambiare il colore di sfondo da grigio a nero ...ma non ho idea cosa modificare...se vado nel file css style. cosa devo modificare? sono nel foglio giusto?

  2. #2
    devi modificare la voce background il numero preceduto dal cancelletto (#) lo devi sostituire con #000000

  3. #3
    grazie per l aiuto...ma in quale foglio? è giusto css style?
    e soprattutto in quale paragrafo....
    /*
    Theme Name: Brave Zeenat
    Theme URI: http://www.dizenoco.com/demo
    Description: A Portfolio Blog Theme with content slider and Category & Page Templates
    Version: 1.0
    Tags: black, dark, one-column, two-columns, fixed-width, photoblogging
    Author: Dizeno Co
    Author URI: http://www.dizenoco.com
    */

    /*************************************
    Universal Settings
    *************************************/
    body {
    background : #333 url(images/bg-home.jpg) repeat-x center top;
    color : #777;
    font-family : "Arial", Helvetica, sans-serif;
    font-size : 10px;
    line-height : 14px;
    margin : 0;
    padding : 0;
    text-align : center;
    }
    #wrap {
    margin : 0 auto;
    text-align : justify;
    width : 980px;
    padding : 0;
    }
    #content {
    background : url(images/content-bg.jpg) no-repeat left top;
    font-size : 1.2em;
    float : left;
    padding-top : 30px;
    padding-left : 40px;
    padding-right : 30px;
    width : 539px;
    border-right : 1px solid #616262;
    }
    /*************************************
    Typography & General Styles
    *************************************/
    h1, h2, h3, h4, h5 a{
    font-family : "Arial", Helvetica, sans-serif;
    color: #999;
    text-align : left;
    text-transform: uppercase;
    margin: 5px 0;
    }
    h5 {
    font-weight: normal;
    }
    h1, h2, h3, h4, h5 a:hover {
    color: #aaa;
    }
    h1 {
    font-size : 24px;
    line-height : 26px;
    }
    h2 {
    font-size : 18px;
    line-height : 20px;
    }
    h3 {
    font-size : 14px;
    line-height : 16px;
    }
    h4 {
    font-size : 12px;
    line-height : 14px;
    }
    h5 {
    font-size : 11px;
    line-height : 12px;
    margin: 7px 3px;
    text-align: left;
    }
    a {
    text-decoration : none;
    color: #999;
    }
    a:hover {
    text-decoration : none;
    color: #bbb;
    }
    a img {
    border : none;
    }
    ul li {
    list-style-type : none;
    }
    .thumbnail {
    border : 1px solid #444;
    float : left;
    margin : 0 15px 15px 0;
    }
    .meta-data {
    font-size : 10px;
    line-height : 15px;
    color: #aaa;
    position : relative;
    float : left;
    width : 100%;
    text-transform : uppercase;
    padding : 0 0 0 1px;
    margin: 5px 0;
    }
    .floatleft {
    float : left;
    }
    .floatright {
    float : right;
    }
    .clear, .cleared {
    clear : both;
    }
    .seperator {
    margin: 20px 0;
    border-bottom : 1px solid #626262;
    }
    /*************************************
    Header & Logo
    *************************************/
    #header {
    background : url(images/header-bg.jpg) no-repeat left top;
    height : 150px;
    padding : 0;
    margin : 0;
    }
    .logo img {
    float : left;
    padding-top : 59px;
    padding-left : 40px;
    border : none;
    }
    /*************************************
    Top Navigation Columns
    *************************************/
    #top-nav-wrapper {
    width : 480px;
    height : 120px;
    padding : 0;
    margin : 20px 30px 0 0;
    float : right;
    display : block;
    }
    #top-nav-wrapper ul {
    padding : 0;
    margin: 5px 0;
    width : 140px;
    }
    #top-nav-wrapper ul li {
    border-bottom : 1px solid #555;
    padding : 1px 5px;
    }
    .column-one {
    width : 150px;
    float : left;
    padding : 5px;
    }
    .column-two {
    width : 150px;
    float : left;
    padding : 5px;
    }
    .column-three {
    width : 150px;
    float : left;
    padding : 5px;
    }
    /*************************************
    Home Slider Styles
    *************************************/
    #main {
    background : url(images/slider-bg.jpg) no-repeat left top;
    position : relative;
    overflow : hidden;
    height : 475px;
    font-size: 11px;
    }
    #pages {
    position : absolute;
    height : 600px;
    }
    .page {
    padding : 30px 0;
    height : 500px;
    width : 980px;
    }
    .scrollable {
    position : relative;
    overflow : hidden;
    width : 900px;
    height : 475px;
    margin : 0 auto;
    }
    .scrollable .items {
    width : 20000em;
    position : absolute;
    clear : both;
    }
    .item {
    float : left;
    cursor : pointer;
    width : 900px;
    height : 300px;
    }
    .item img {
    border : 1px solid #616262;
    }
    #bottom {
    background : url(images/home-bottom-bg.jpg) no-repeat left top;
    position : relative;
    overflow : hidden;
    height : 170px;
    margin-top : 1px;
    padding : 0 40px;
    }
    #main_navi {
    background : #333;
    width : 900px;
    height : 66px;
    padding : 0 !important ;
    margin : 0 auto !important ;
    border-top : 1px solid #444;
    border-bottom : 1px solid #444;
    }
    #main_navi li {
    background-color : #222;
    height : 65px;
    padding : 0 0 1px 0;
    width : 180px;
    cursor : pointer;
    list-style-type : none;
    float : left;
    }
    #main_navi li:hover {
    background-color : #555;
    }
    #main_navi li.active {
    background-color : #777;
    }
    #main_navi img {
    float : left;
    margin-right : 10px;
    }
    #main_navi strong {
    display : block;
    }
    #main div.navi {
    margin-left : 250px;
    cursor : pointer;
    }
    /*************************************
    Post Styles
    *************************************/
    .entry {
    margin-bottom : 15px;
    }
    .entry img {
    border: 1px solid #555;
    }
    .entrybody {
    margin : 15px 0;
    }
    .entrymeta {
    font-size : 11px;
    padding : 5px 0 0 0;
    /*************************************
    Comments Styles
    *************************************/
    .commentsblock {
    width : 539px;
    margin : 15px 0;
    padding : 0;
    }
    .commentsblock textarea {
    width : 539px;
    background : #555;
    }
    .commentsblock input, .commentsblock textarea {
    background : #555;
    border : 1px solid #777;
    }
    .commentsblock textarea:focus {
    background : #ddd;
    border : 1px solid #555;
    }
    .commentsblock textarea:focus, .commentsblock input:focus {
    background : #ddd;
    border : 1px solid #555;
    }
    .commentauthor {
    display : block;
    font-size : 1.5em;
    }
    ol.commentlist {
    color : #888;
    font-size : 0.9em;
    list-style-type : none;
    margin : 0;
    margin-top : 1.5em;
    padding : 0;
    }
    .commentlist li {
    margin-bottom : 0.5em;
    padding : 0.5em 1em;
    }
    .alt {
    background : #222;
    border : 1px solid #333;
    padding : 0.5em;
    }
    /*************************************
    Portfolio Styles
    *************************************/
    #portfolio-container {
    background : url(images/slider-bg.jpg) no-repeat left top;
    float : left;
    padding-top : 40px;
    padding-left : 40px;
    padding-right : 40px;
    margin : 0;
    width : 900px;
    height : 450px;
    list-style-type : none;
    clear : both;
    text-align: center;
    }
    .portfolio-thumbnail {
    background : #252525;
    border : 1px solid #555;
    float : left;
    width : 158px;
    height : 100px;
    margin : 0 5px 10px 5px;
    padding : 5px;
    overflow : hidden;
    display : block;
    }
    #portfolio-title {
    background : url(images/portfolio-header.jpg) no-repeat left top;
    width : 900px;
    height: 50px;
    padding : 35px 0 20px 100px;
    margin: 0;
    float : left;
    text-align : left;
    display : block;
    font-size : 35px;
    text-transform : uppercase;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #999;
    }
    #category-title {
    width : 600px;
    padding : 50px 0;
    height : 100px;
    float : right;
    text-align : left;
    display : block;
    font-size : 35px;
    text-transform : uppercase;
    }

    /*************************************
    Services Page Navigation Tabs
    *************************************/
    #nav {
    display : block;
    height : 66px;
    width : 900px;
    margin : 0 auto;
    }
    #nav ul {
    width : 900px;
    padding : 0;
    margin : 0 auto;
    display : block;
    }
    #nav li {
    border-right : 1px solid #222;
    float : left;
    list-style-type : none;
    text-align : center;
    }
    #nav a {
    display : block;
    position : relative;
    word-spacing : -2px;
    font-size : 11px;
    height : 66px;
    text-decoration : none;
    }
    #nav a.current {
    background : #333;
    }
    #nav img {
    border : none;
    display : block;
    float : left;
    }
    #nav strong {
    display : block;
    font-size : 13px;
    }
    #panes {
    background : url(images/slider-bg.jpg) no-repeat left top;
    width : 980px;
    min-height : 450px;
    padding-left : 40px;
    padding-top : 25px;
    position : relative;
    font-size: 11px;
    }
    #panes div {
    display : block;
    position : absolute;
    width : 900px;
    }
    #panes img {
    border : 1px solid #616262;
    float : right;
    margin-bottom : 15px;
    }
    #panes textarea {
    width : 798px;
    height : 75px;
    background : #555;
    border : 1px solid #777;
    }
    #panes input {
    background : #333;
    border : 1px solid #777;
    }
    #panes textarea:focus {
    background : #ddd;
    border : 1px solid #555;
    }
    #panes textarea:focus {
    background : #ddd;
    border : 1px solid #555;
    }
    #panes input:focus {
    background : #ccc;
    border : 1px solid #555;
    }
    #panes select {
    background : #333;
    color: #999;
    border : 1px solid #777;
    }
    #panes select:focus {
    background : #111;
    color: #aaa;
    border : 1px solid #777;
    }
    .more {
    font-weight : bold;
    }
    .overlay {
    display : none;
    width : 900px;
    padding : 20px;
    }
    /*************************************
    Full Width Page Styles
    *************************************/
    #fullwidth-container {
    background : url(images/slider-bg.jpg) no-repeat left top;
    float : left;
    padding-top : 30px;
    padding-left : 40px;
    padding-right : 40px;
    margin : 0;
    width : 900px;
    list-style-type : none;
    clear : both;
    }
    #fullwidth-container img {
    border : 1px solid #616262;
    float : right;
    margin-bottom : 15px;
    }
    #fullwidth-container textarea {
    width : 798px;
    height : 75px;
    background : #555;
    }
    #fullwidth-container input {
    background : #333;
    border : 1px solid #777;
    }
    #fullwidth-container textarea {
    background : #333;
    border : 1px solid #777;
    }
    #fullwidth-container textarea:focus {
    background : #ddd;
    border : 1px solid #555;
    }
    #fullwidth-container textarea:focus {
    background : #ddd;
    border : 1px solid #555;
    }
    #fullwidth-container input:focus {
    background : #ccc;
    border : 1px solid #555;
    }
    #fullwidth-container select {
    background : #333;
    color: #999;
    border : 1px solid #777;
    }
    #fullwidth-container select:focus {
    background : #111;
    color: #aaa;
    border : 1px solid #777;
    }
    /*************************************
    Footer
    *************************************/
    #footer {
    background : #111;
    height : 35px;
    clear : both;
    font-size : 11px;
    margin-top : 15px;
    padding-top : 25px;
    border-top : 1px solid #444;
    text-align: left;
    }
    .notices {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    }
    .notices img{
    float: right;
    margin-top: 5px;
    }
    /*************************************
    Twitter Feed on Homepage
    *************************************/
    #twitter-feed {
    background : url(images/twitter-bg.png) no-repeat left top;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    width : 550px;
    float : left;
    padding : 0 0 0 20px;
    margin-top : 20px;
    }
    #twitter_div ul {
    list-style-type : none;
    }
    #twitter_div li a {
    text-decoration : none;
    list-style-type : none;
    }
    #twitter_div li a:hover {
    text-decoration : none;
    }
    /*************************************
    Search Form, Search & Tags Page Title
    *************************************/
    #search-form {
    margin-top : 20px;
    padding-top : 14px;
    float : right;
    }
    #search-form input {
    width : 292px;
    background : #151515;
    border : 1px solid #444;
    color: #555;
    padding : 3px;
    }
    #search-tags-title {
    width : 510px;
    background: #111;
    margin: 0 0 10px 0;
    padding : 0 15px;
    line-height : 35px;
    float : left;
    text-align : left;
    display : block;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size : 35px;
    font-weight: bold;
    color: #999;
    text-transform : uppercase;
    text-decoration: none;
    }
    /*************************************
    PageNavi Container
    *************************************/
    #page-navigator {
    float : right;
    margin-top : 15px;
    margin-bottom : 15px;
    margin-right : 0px;
    }
    .navigation {
    display : block;
    text-align : center;
    padding-top : 38px;
    height : 50px;
    padding-left : 6px;
    margin : 0 auto;
    }
    /*************************************
    WP Page Navi Styles
    *************************************/
    .wp-pagenavi a, .wp-pagenavi a:link {
    padding : 2px 6px 2px 5px;
    margin : 2px;
    text-decoration : none;
    border : 1px solid #626262;
    background-color : #333;
    }
    .wp-pagenavi a:visited {
    padding : 2px 6px 2px 5px;
    margin : 2px;
    text-decoration : none;
    border : 1px solid #555;
    background-color : #222;
    }
    .wp-pagenavi a:hover {
    border : 1px solid #444;
    color : #ccc;
    background-color : #222;
    }
    .wp-pagenavi a:active {
    padding : 2px 6px 2px 5px;
    margin : 2px;
    text-decoration : none;
    border : 1px solid #626262;
    background-color : #333;
    }
    .wp-pagenavi span.pages {
    padding : 2px 8px 2px 6px;
    margin : 2px 2px 2px 2px;
    border : 1px solid #626262;
    background-color : #111;
    }
    .wp-pagenavi span.current {
    padding : 2px 6px 2px 5px;
    margin : 2px;
    font-weight : bold;
    border : 1px solid #626262;
    background-color : #222;
    }
    .wp-pagenavi span.extend {
    padding : 2px 6px 2px 5px;
    margin : 2px;
    border : 1px solid #626262;
    background-color : #333;
    }

  4. #4
    Tu hai
    codice:
    body {
    background : #333 url(images/bg-home.jpg) repeat-x center top;
    devi modificare con
    codice:
    body {
    background : #000 url(images/bg-home.jpg) repeat-x center top;
    Poi c'è l'immagine bg-home.jpg che bisognerebbe vedere che cosa è e se a te serve

  5. #5
    mhhh fatto ma nn va....guarda ti faccio vedere il sito...www.aleccicristian.it
    sia nella home che nei post devo togliere quella parte grigia...
    il tema è brave zenat

  6. #6
    Utente di HTML.it
    Registrato dal
    Sep 2001
    Messaggi
    21,188
    Mi spiace, soprattuto per chi ha risposto, ma un titolo cosi` non e` accettabile (vedi regolamento).

    (E nemmeno e` accettabile inserire un codice cosi` lungo senza i tag corretti).
    Nuova politica di maggiore severita` sui titoli delle discussioni: (ri)leggete il regolamento
    No domande tecniche in messaggi privati

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.