Visualizzazione risultati 1 fino 2 di 2

Discussione: [wordpress] Come modificare un template

  1. #1
    Guest

    Predefinito [wordpress] Come modificare un template

    Ciao a tutti, ho scovato un template che mi piace molto, ho però due problemi.
    Visitando il sito http://fsxmission.altervista.org/ noterete che la parte destra (dove c'è il calendario per intenderci) non si vede il giorno della domenica.
    Come allargare quindi la colonna ?

    Il secondo problema e come posso cambiare colore ai titoli degli articoli ? Adessi sono blù io li vorrei rossi in grassetto.

    Sono entrato in Modifica temi, ma non so dove districarmi nel file Foglio stile (style.css) ammesso che sia il file da modificare.

    Essendo il template non a corredo di wordpress allego la stampa del file.
    Mi dite precisamente le righe da modificare ? Grazie mille

    Codice:
    /*  
    Theme Name: BBtemplate-1
    Theme URI: http://www.bbplanet.it
    Description: Bbtemplate è il primo un template del network BBplanet in lingua italiana
    Version: 1.09
    Author: Laura De Masi
    Author URI: http://www.laurademasi.it
    Tags: blue, two-columns, fixed-width
    
    Puoi scaricare questo tema e utilizzarlo, ricorda che:
    
        - Non puoi rivendere questo tema ma utilizzarlo per scopi personali o anche commerciali
        - Lascerai sempre un link al sito www.bbplanet.it
        - Puoi modificare, tradurre e diffondere a tuo piacere.
    
    */
    /*
    normalizzo margini
    */
    ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input, span, label, a,div, body{margin:0; padding: 0;}
    legend, hr {display: none;}
    #stampa{ display:none;}
    /*
    tag generici
    */
    fieldset, a img{border:none; }
    body {	font: 75%/150% Tahoma, Arial;	color: #213664;	background: #01738F url(images/main-bg.jpg) no-repeat top center;}
    #page {	margin: 0 auto;width: 810px;	border: 4px solid #01537B; background: #FFF url(images/content-bg.gif) repeat-y right;}
    a {color: #A82B50; text-decoration: none;}
    a:visited {	color: #A82B50;	text-decoration: none;}
    a:hover {	color: #FA298C;	text-decoration: underline;}
    p {	padding: 0px 0px 15px;}
    h1 {	padding: 50px 0 10px 30px; 	font: bold 36px/100% Cambria, Georgia;}
    h1 a, h1 a:visited{	color: #01738F;	text-decoration: none;}
    h1 a:hover{	text-decoration: underline;}
    h2 {color: #213664; font: normal 28px Cambria, Georgia, Arial; padding-bottom: 3px; border-bottom:1px dotted #ccC;}
    h2 a, h2 a:visited {	color: #213664;	text-decoration: none;}
    h2 a:hover {	color: #01738f;	text-decoration: none;}
    h3 {	font: normal 140%/100% Cambria, Georgia, Arial;	color: #01738F;	margin: 10px 0px 5px; border-bottom:1px dotted #ccc;}
    h4 {	font: normal 130%/100% Cambria, Georgia, Arial;	color: #01738F;	margin: 10px 0px 5px;}
    blockquote{font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; text-indent:25px; border:1px solid #ddd; padding:10px; color:#666;}
    /*
    header
     */
    #header { background: #fff url(images/header-bg.jpg) no-repeat right; height: 200px; border-bottom: 3px solid #01738F; position: relative;}
    #header .description{ color: #213664;	font-size: 12px; font-weight:bold; padding:0 30px;}
    .rss {	background: url(images/rss.gif) no-repeat left center;	 display:block; position:absolute; right:15px; top:5px; height:25px; width:25px;}
    .rss span{display:none;}
    
    /*
    menu principale
    */
    #nav {	list-style: none;	position: absolute;	left: 10px;	bottom: 0px;}
    #nav li { float: left; margin-left: 5px;}
    #nav .current_page_item a, #nav .current_page_item a:visited{	color: #213664;	text-decoration: none;}
    #nav .page_item a{ color: #fff; text-decoration: none; background: url(images/nav-button-bg.gif) repeat-x; padding: 5px 15px; font: bold 14px/100% Arial, Helvetica, sans-serif;	border: 1px solid #01738F;	display: block;}
    #nav .page_item a:hover {color: #213664;}
    /*
    centrale
    */
    #content {float: left;	width: 500px;	 padding:15px;	overflow: hidden;}
    .post {	clear:both; padding-top: 15px;}
    .post-date { width: 59px; height: 59px;	float:left; background: url(images/date-bg.gif) no-repeat;}
    .post-month {font-size: 11px;	color: #FFF; font-weight:bold; text-align: center; display:block; padding-top: -10px;}
    .post-day {font:bold 36px Cambria, Georgia; color: #B0B9D9; text-align: center; display:block; margin:-2px 0 -5px 0;}
    .post-title {display:bock; float: left; margin-left: 10px; width: 430px;}
    .entry {	clear: both;	padding-top: 10px;}
    .entry ul, .entry ol{margin:10px 20px;}
    .post-cat {	background: url(images/category.gif) no-repeat;	padding-left: 20px;	float:left;	font-size: 95%;	color: #999;}
    .post-comments {	background: url(images/comments.gif) no-repeat;	padding-left: 20px;	float: right;	font-size: 95%;}
    .add-comment {font-size:11px; background: url(images/add-comment.gif) no-repeat; padding-left: 25px; float: right;}
    .navigation {	clear: both;	padding: 10px 0px;}
    .navigation a, .navigation a:visited {	color: #666; font:bold 11px tahoma, Arial, sans-serif;}
    .previous-entries a {	float: left;	padding-left: 18px;	background: url(images/nav-left.gif) no-repeat left center;}
    .next-entries a {	float: right;	padding-right: 18px;	background: url(images/nav-right.gif) no-repeat right center;}
    /* 
    commenti
     */
    #comments, #respond {	border-bottom: 1px dotted #CCC;	padding: 10px 0 5px 0;	clear: both;}
    .commentlist {	margin: 10px 0px;	padding-left: 20px;	line-height: 130%;}
    .commentlist li{	padding: 5px 10px;}
    .commentlist .alt {	background: #F8E4F2;}
    .commentlist cite {	font-weight: bold;	font-style: normal;	font-size: 120%;	color: #A82B50;}
    .commentlist cite a, .commentlist cite a:visited {	color: #A82B50;}
    .commentlist small {	margin-bottom: 5px;	display: block;	font-size: 87%;}
    #commentform {	margin-top: 10px;	font: 110% Arial, Helvetica, sans-serif;}
    #commentform p {	padding: 6px 0px;}
    #commentform label{	color: #787878;	font-size: 87%;}
    #commentform input{	width: 200px;	background:#F8E4F2;	border: 1px solid #5FA3D0;	padding: 3px;	margin-top: 3px;}
    #commentform textarea{	font: normal 12px Arial, Helvetica, sans-serif;	width: 500px;	height: 115px;	background:#F8E4F2;	border: 1px solid #5FA3D0;	padding: 2px;	margin-top: 3px;}
    #commentform textarea:focus, #commentform input[type="text"]:focus {	background: #FFF; }
    #commentform #submit, #c_form_2 input#contactsubmit{ background: url(images/btn-bg.gif) no-repeat; font: bold 12px Arial, Helvetica, sans-serif; color: #FFF; border: none; width: 148px;	height: 33px;	cursor: pointer;	text-align:center;	margin:0 auto;}
    /*
    form contatti
    */
    #c_form_2{margin:20px 0 0 75px;}
    #c_form_2 label{font:bold 12px Tahoma;}
    #c_form_2 .contactright input[type=text], #c_form_2 textarea{font:normal12px Tahoma; background:#dedede; border:1px solid #ccc; padding:3px;}
    #c_form_2 textarea{width:400px; height:100px; margin-bottom:20px;}
    #c_form_2 .contactright{font:normal 12px Tahoma; color:#8E205A;}
    /*
    sidebar 
    */
    #sidebar {font-size:11px; margin:5px; float: right; padding: 10px; width: 240px; color: #666; overflow: hidden;}
    #sidebar h2, #sidebar .sidebartitle{ font: normal 18px Cambria, Georgia; color: #01738F; margin:10px 5px; padding:5px; background-color:#D5E2EC; border: 1px solid #CEDDE8; border-bottom-style:solid;}
    #sidebar a, #sidebar a:visited{	color: #495233;	text-decoration: none;}
    #sidebar a:hover{	color: #FA298C;	text-decoration: none;}
    #sidebar ul li {	list-style: none; }
    ul.list-cat li, li.widget_categories li{ background: url(images/category.gif) no-repeat !important; padding-left: 30px !important; margin-left:10px;}
    ul.blogroll li{	background: url(images/blogroll.gif) no-repeat !important;	padding-left: 30px !important;margin-left:10px;}
    /*
    calendario wid
    */
    li.widget_calendar td {	padding: 1px 7px;background-color:#D5E2EC;}
    #sidebar li.widget_calendar td a{ font-weight:bold; color:#01738F;}
    li.widget_calendar td#today {	padding: 1px 7px;background-color:#01738F; color:#FFF;}
    li.widget_calendar td#today a{color:#FFF;}
    .widget_calendar table{width:100%; background-color:#ffF; border:1px solid #C4D6E3;}
    .widget_calendar th{background-color:#C4D6E3;}
    /*
    search form
    */
    #searchform {	margin: 15px 0 0;}
    #searchform #s { border:1px solid #203346; width: 150px; height: 18px; padding: 3px; border: 1px solid #999; background: #fff; margin-right: 2px; color: #333;}
    #searchform input#searchsubmit  { background: url(images/search-btn-bg.gif) no-repeat;border: none;	width: 64px;	height: 23px;	font: bold 11px Arial;	color: #FFF;}
    /*
    footer
    */
    #footer {clear: both; padding:10px; background: #01537B url(images/footer.jpg) no-repeat; height:200px;	color: #01738F; font-size: 95%; line-height: 130%; padding-bottom: 10px; position:relative;}
    #footer a, #footer a:visited {	color: #0192B6; text-decoration:none;}
    #footer ul{list-style-type:none;}
    #footer span{position:absolute; top:10px; right:10px;}
    /* 
    allineamenti foto
    */
    .center, .centro {text-align: center; margin:0 auto;}
    img.center, img[align="center"] {	display: block;	margin-left: auto;	margin-right: auto;}
    .alignleft {	float: left;}
    img.alignleft, img[align="left"] {	float:left;	margin: 2px 10px 5px 0px;}
    .alignright {	float: right;}
    img.alignright, img[align="right"] {	float:right;	margin: 2px 0px 5px 10px;}
    .clear {	clear:both;}
    hr.clear {	clear:both;	visibility: hidden;}
    Ultima modifica di fsxmission : 23-02-2010 alle ore 13.27.12

  2. #2
    Guest

    Predefinito

    Nella stringa:
    .post-title {display:bock; float: left; margin-left: 10px; width: 430px;}

    devi aggiungere il comando del colore, credo sia qualcosa tipo font-color: black;
    Vedi un po' se funge

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •