Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it
    Registrato dal
    Apr 2008
    Messaggi
    93

    separatore verticale ( | )

    ciao ragazzi premetto che si tratta di un css di un tema drupal che ho personalizzato..
    non riesco a cambiare il colore del separatore verticale ( | )
    del menù principale nella testata..ho impostato questo comando ( che credo dovrebbe essere quello giusto )

    ul.links li {
    border-left: 1px solid #ffffff; /* LTR */ (prima il colore era #996600)
    }

    ma non mi cambia niente..qualcuno puo aiutarmi?..

    e questo è il css principale del tema..

    /* $Id: style.css,v 1.24 2007/12/22 23:24:26 goba Exp $ */

    /*
    ** HTML elements
    */
    body {
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    }
    body, p, td, li, ul, ol {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    }
    h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
    margin: 0;
    }
    h1 {
    color: #996600;
    font-size: 1.6em;
    }
    tr.odd td, tr.even td {
    padding: 0.3em;
    }
    a:link {
    text-decoration: none;
    font-weight: bold;
    color: #996600;
    }
    a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #996600;
    }
    a:hover, a:active {
    font-weight: bold;
    color: #996600;
    text-decoration: underline;
    }
    fieldset {
    border: 1px solid #996600;
    }
    p {
    margin: 0 0 1.3em 0;
    padding: 0;
    }
    blockquote {
    border-left: 4px solid #996600; /* LTR */
    padding: 0 15px;
    margin: 25px 100px 25px 50px; /* LTR */
    color: #996600;
    text-align: left; /* LTR */
    font-size: 1.2em;
    line-height: 1.3em;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
    }
    pre {
    background-color: #996600;
    padding: 0.75em 1.5em;
    font-size: 1.2em;
    border: 1px solid #996600;
    }
    .form-item {
    margin-top: 1em;
    }
    .form-item label {
    color: #996600;
    }
    .item-list .title {
    color: #996600;
    font-size: 0.85em;
    }

    /*
    ** Page layout blocks / IDs
    */
    }
    td#home {
    background: transparent url(logo-background.jpg) left top repeat; /* LTR */
    }
    td#home a:link img, td#home a:visited img {
    background: transparent url(logo-active.jpg) repeat; /* LTR */
    width: 250px;
    height: 114px;
    }
    td#home a:hover img {
    background: transparent url(logo-hover.jpg) repeat; /* LTR */
    width: 250px;
    height: 114px;
    }
    .primary-links, .primary-links a:link, .primary-links a:visited {
    color: #fff;
    font-size: 0.85em;
    }
    .primary-links a:hover {
    color: #fff;
    text-decoration: underline;
    font-size: 0.85em;
    }
    .secondary-links, .secondary-links a:link, .secondary-links a:visited {
    color: #996600;
    }
    .secondary-links a:hover {
    color: #996600;
    text-decoration: underline;
    }
    ul.links li {
    border-left: 1px solid #ffffff; /* LTR */
    }
    }
    .tabs {
    margin: 15px 0;
    }
    .tabs ul.primary {
    border-collapse: collapse;
    padding: 0 0 3px 10px; /* LTR */
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
    border-bottom: 2px solid #996600;
    }
    .tabs ul.primary li {
    display: inline;
    }
    .tabs ul.primary li a {
    padding: 3px 10px;
    background: #fff url(tabs-off.png) left top no-repeat; /* LTR */
    border-color: #996600;
    border-width: 2px;
    border-style: none solid none none; /* LTR */
    height: auto;
    margin-right: 10px; /* LTR */
    text-decoration: none;
    text-transform: lowercase;
    }
    .tabs ul.primary li.active a {
    background: #fff url(tabs-on.png) left top no-repeat; /* LTR */
    border-right: 2px solid #996600; /* LTR */
    color: #996600;
    }
    .tabs ul.primary li a:hover {
    background-color: #fffaf0;
    color: #996600;
    text-decoration: underline;
    }
    .tabs ul.secondary {
    border-collapse: collapse;
    padding: 10px 0;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    list-style: none;
    height: auto;
    line-height: normal;
    border-bottom: none;
    }
    .tabs ul.secondary li {
    display: inline;
    height: auto;
    padding: 0 0 0 10px; /* LTR */
    text-decoration: none;
    border-right: none; /* LTR */
    }
    .tabs ul.secondary li a {
    background: #fff url(tabs-option-off.png) left center no-repeat; /* LTR */
    padding: 10px 0 10px 25px; /* LTR */
    margin: 0;
    }
    .tabs ul.secondary li a.active {
    background: #fff url(tabs-option-on.png) left center no-repeat; /* LTR */
    color: #996600;
    border-bottom: none;
    }
    .tabs ul.secondary li a:hover {
    background: #fff url(tabs-option-hover.png) left center no-repeat; /* LTR */
    color: #996600;
    }
    .site-name {
    font-size: 1.2em;
    }
    .site-name a:link, .site-name a:visited {
    color: #fff;
    }
    .site-name a:hover {
    color: #ff8c00;
    text-decoration: none;
    }
    .site-slogan {
    font-size: 0.8em;
    font-weight: bold;
    }
    .breadcrumb {
    margin-bottom: .5em;
    }
    .messages {
    background-color: #996600;
    border: 1px solid #996600;
    padding: 0.3em;
    margin-bottom: 1em;
    }
    .error {
    border-color: red;
    }
    .nav {
    padding: 0;
    margin: 0;
    }
    .node .content {
    text-align: left; /* LTR */
    font-size: 0.85em;
    line-height: 1.3;
    }
    .comment .content {
    text-align: left; /* LTR */
    font-size: 0.85em;
    line-height: 1.3;
    }
    table#footer-menu {
    border-top: 3px solid #996600;
    border-bottom: 3px solid #996600;
    background-color: #663300;
    color: #996600;
    }
    .content h1 {
    color: #996600;
    font-size: 1.9em;
    }
    .content h2 {
    color: #996600;
    font-size: 1.7em;
    }
    .content h3 {
    color: #996600;
    font-size: 1.5em;
    }
    .content h4 {
    color: #996600;
    font-size: 1.3em;
    }
    .content h5 {
    color: #996600;
    font-size: 1.15em;
    }
    .submitted {
    color: #996600;
    font-size: 0.79em;
    }
    div.links {
    color: #996600;
    }
    .links a {
    font-weight: bold;
    }
    .box {
    padding: 0 0 1.5em 0;
    }
    .box {
    padding: 0;
    margin: 0;
    }
    .box h2 {
    font-size: 9px;
    }
    .block .title h3 {
    border-bottom: 2px solid #996600;
    color: #996600;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 5px 10px 30px; /* LTR */
    margin-bottom: .25em;
    background: transparent url(icon-block.jpg) left center no-repeat; /* LTR */
    }
    .block .content {
    padding: 5px;
    }
    .block {
    margin-bottom: 1.5em;
    }
    .box .title {
    font-size: 1.1em;
    }
    .node {
    margin: .5em 0 2.5em 0;
    }
    .node .content, .comment .content {
    margin: .5em 0 .5em 0;
    }
    .node .taxonomy {
    color: #996600;
    font-size: 0.83em;
    padding: 1.5em;
    }
    .node .picture {
    border: 1px solid #fff;
    float: right; /* LTR */
    margin: 0.5em;
    }
    .comment {
    border: 1px solid #abc;
    padding: .5em;
    margin-bottom: 1em;
    }
    .comment .title {
    font-size: 1em;
    padding: 10px 0 12px 19px; /* LTR */
    background: transparent url(icon-comment.png) left center no-repeat; /* LTR */
    }
    .comment .new {
    font-weight: bold;
    font-size: 1em;
    margin-left: 2px; /* LTR */
    color: red;
    }
    .comment .picture {
    border: 1px solid #fff;
    float: right; /* LTR */
    margin: 10px;
    }
    div.links {
    font-size: 0.75em;
    }
    div.links .prev, div.links .next, div.links .up {
    font-size: 1.15em;
    }
    .titles .prev, .titles .next {
    font-size: 0.85em;
    font-weight: bold;
    color: #996600;
    }
    .hide {
    display: none
    }
    .nav .links .next a:link {
    padding: 17px 17px 17px 0; /* LTR */
    background: transparent url(arrow-next.png) right center no-repeat; /* LTR */
    }
    .nav .links .next a:visited {
    padding: 17px 17px 17px 0; /* LTR */
    background: transparent url(arrow-next-visited.png) right center no-repeat; /* LTR */
    }
    .nav .links .next a:hover {
    padding: 17px 17px 17px 0; /* LTR */
    background: transparent url(arrow-next-hover.png) right center no-repeat; /* LTR */
    }
    .nav .links .prev a:link {
    padding: 17px 0 17px 17px; /* LTR */
    background: transparent url(arrow-prev.png) left center no-repeat; /* LTR */
    }
    .nav .links .prev a:visited {
    padding: 17px 0 17px 17px; /* LTR */
    background: transparent url(arrow-prev-visited.png) left center no-repeat; /* LTR */
    }
    .nav .links .prev a:hover {
    padding: 17px 0 17px 17px; /* LTR */
    background: transparent url(arrow-prev-hover.png) left center no-repeat; /* LTR */
    }
    .nav .links .up a:link {
    padding: 11px 0 17px 0;
    background: transparent url(arrow-up.png) center top no-repeat;
    }
    .nav .links .up a:visited {
    padding: 11px 0 17px 0;
    background: transparent url(arrow-up-visited.png) center top no-repeat;
    }
    .nav .links .up a:hover {
    padding: 11px 0 17px 0;
    background: transparent url(arrow-up-hover.png) center top no-repeat;
    }

    /*
    ** Administration page styles
    */
    div.admin-panel .description {
    color: #996600;
    }
    div.admin-panel h3 {
    background-color: #996600;
    color: #fff;
    padding: 5px 8px 5px;
    margin: 0;
    }
    div.admin-panel .body {
    background: #fffaf0;
    }

    /*
    ** Module specific styles
    */
    .content .active {
    color: #996600;
    }
    .block-forum h3 {
    margin-bottom: .5em;
    }

  2. #2
    servirebbe anche il codice della pagina!

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 © 2025 vBulletin Solutions, Inc. All rights reserved.