Themes y Diseño

Foro WordPress » WordPress » Themes y Diseño

Modificar theme (1 mensaje)

Acerca de este hilo

Tags

  1. ciberutilidades

    2.0
    Antiguedad: Ago 2010
    Mensajes: 9

    offline

    Publicado hace 1 año
    #

    Holas, quiero modificar el tamano de mi wordpress mirenlo es este, el ancho de publicacion de mi theme es muy pequeño y mme gustaria agrandarlo un poco ... Alguien me puede echar una mano??

    Adjunto el sidebar.php

    < div id="sidebar" >

    < ?php if ( function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar() ) : else : ? >

    < ?php Fuerza_Categorias(); ? >

    < ?php Fuerza_Archivos(); ? >

    < ?php Fuerza_BlogRoll(); ? >

    < ?php Fuerza_Calendario(); ? >

    < ?php endif; ? >

    < /div >

    Aqui el style.css

    /*
    Theme Name: Fuerza 1.0
    Theme URI: <a href="http://www.fuerzatecnologica.com" rel="nofollow">http://www.fuerzatecnologica.com</a>
    Author: <a href="http://www.fuerzatecnologica.com">Fuerza Tecnologica</a>
    Tema diseñados exclusivamente para Fuerza Tecnologica - Derechos Reservados
    /* Main Tags */


    .creditslnk { text-align:left;font-size:10px;color:#cccccc; }
    .creditslnk a { color:#cccccc; text-decoration: none; }
    .creditslnk a:visited { color:#cccccc; text-decoration: none; }

    html {
        min-height: 100%;
    }

    img {
        border: 0px;
    }

    body {
        text-align: center;
        margin:0px auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#000000;
        background: #FFFFFF url(images/bg_footer.gif);
        background-repeat:repeat-x;
        background-position:bottom;
    }

    #wrapper {
        display: block;
        width:100%;
        background: #FFFFFF url(images/bg_page.gif);
        background-repeat:repeat-x;
        background-position:top;
        height:100%;
        text-align:center;
        border:0px;
        padding:0px;
        margin:0px;
    }

    #pagecontainer {
        width:799px;
        background: #ffffff;
        height:100%;
        text-align:center;
        border:0px;
        margin:auto;
    }

    .page_item {
        float: left;
        margin: 0px;
    }
    #header {
        width:799px;
        height:131px;
        background: #000000 url(images/header.jpg) top left no-repeat;
        text-align:left;
        margin:0px;
        padding:0px;
    }

    #header #rssblock {
        float:right;
        padding-right:24px;
        padding-top:36px;
    }

    #searchform {
        margin:0px;
        padding:0px;
    }

    #s {
        width:180px;
        border:0px;
        background:#000000;
        padding-top:3px;
        color:#ffffff;
    }

    /* Navigation */

    #navigation {
        width:799px;
        background: transparent url(images/bg_nav_tile.gif) top repeat-x;
        height:52px;
        margin-bottom:6px;
        font-size: 1.0em;
        font-weight:bold;
    }
    #navigation #searchblock {
        width:233px;
        height:37px;
        background:transparent url(images/bg_nav.gif) top left no-repeat;
        float:right;
        text-align:left;
        padding-top:15px;
        padding-left:10px;
    }
    #navigation ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    #navigation li {
        display: inline;
        margin: 0px;
    }

    #navigation li a
    {
        height:36px;
        padding-top: 16px;
        color: #FFFFFF;
        padding-right: 20px;
        padding-left: 20px;
        text-decoration: none;
        float: left;
        margin-right: 1px;
        background: url(images/nav_split.gif) no-repeat right bottom;
    }

    #navigation li a:hover {
        color: #DBF2FF;
    }

    /* Content */
    #Logoblock {
        width:488px;
        padding:15px;
    }

    #Logoblock img {
        padding-right:10px;
    }

    #WelcomeBlock {
        height:108px;
        width:518px;
        background:#000000 url(images/bg_welcomeblock.gif) top left no-repeat;
        margin-left:13px;
        margin-bottom:10px;
    }
    #WelcomeBlock h4{
        font-weight:bold;
        color:#00788b;
        font-size:12px;
        margin:0px;
        padding-left:10px;
        padding-top:10px;
    }

    #WelcomeBlock img {
        float:right;
        padding-right:25px;
    }

    #WelcomeBlock div {
        width:400px;
        padding-left:20px;
        float:left;
        padding-top:5px;
        line-height:150%;
    }

    #content {
        float: left;
        text-align:left;
        background:transparent;
        width:546px;
    }

    #PostSet {
        padding-left:14px;
        padding-right:14px;
    }

    .more-link {
        color:#1398E3;
        text-decoration:none;
    }

    blockquote {
        margin-left: 10px;
        margin-right:10px;
        margin-top:5px;
        padding: 0px 12px 0px 15px;
        background: url(images/blockquote.gif) left repeat-y;
        color:#000000;
    }

    .dateblock {
        background:url(images/dateblock.gif);
        background-repeat:no-repeat;
        width:69px;
        height:77px;
        text-align:center;
        float:left;
        color:#ffffff;
        font-size:10px;
        font-weight:bold;
        margin:0px;
        margin-top:3px;
        margin-right:10px;
        padding-top:7px;
    }

    .dateblock .day {
        font-size:32px;
        font-weight:bold;
        color:#171717;
        padding-top:7px;
        letter-spacing:-1px;
    }

    .postheader {
        padding:5px;
    }

    .postheader h1 {
        letter-spacing:-1px;
        font-size:22px;
        font-weight:bold;
        margin:3px 0px 3px 0px;
        padding-top:3px;
    }

    .postheader h1 a:hover {
        text-decoration:none;
    }

    .postheader a {
        color:#000000;
        text-decoration:none;
        font-weight:bold;
    }

    .postheader .postdetails a  {
        font-weight:bold;
    }

    .postheader .postdetails a:hover {
        border-bottom: 1px dotted #000000;
    }

    .postcontent a:hover {
        border-bottom: 1px dotted #1398E3;
    }

    .postcontent a {
        color:#1398E3;
        text-decoration:none;
        font-weight:bold;
    }

    .postcontent {
        padding:0px;
        margin:0px;
        font-size:12px;
        line-height:200%;
        background: #ffffff;
    }

    .postcontent div {
        padding:0px 10px 10px 0px;
    }

    .toplink {
        float:left;
        margin:0px;
        padding:5px;
    }

    .no_comments {
        float:right;
        width:88px;
        height:53px;
        background:#ffffff url(images/comment_bubble.gif) top right no-repeat;
        margin:0px;
        padding:10px 0px 0px 0px;
        text-align:right;
    }

    .no_comments a {
        color:#ffffff;
        text-decoration:none;
        padding-right:35px;
        font-size:22px;
    }

    .postfooter {
        border: 0px;
        margin-bottom:15px;
        margin-top:0px;
        font-weight:bold;
        width:510px;
        padding:0px;
    }

    .postfooter .graylink {
        color:#cccccc;
        font-size:18px;
        text-decoration:none;
        font-weight:normal;
    }

    .postfooter .graylink:hover {
        text-decoration:none;
    }

    .postfooter a:hover {
        text-decoration:none;
    }

    /* Comments */

    .comment {
        padding:0px;
        margin:0px;
    }

    .commenter a {
        font-size:12px;
        color:#000000;
        text-decoration:none;
    }

    .commentbox {
        width:517px;
        background:#ffffff;
        margin:0px;
        padding:0px;
        margin-top:5px;
        margin-bottom:10px;
    }

    .commenttop {
        width:497px;
        min-height:63px;
        background:transparent url(images/bg_comment.gif) top left no-repeat;
        line-height:160%;
        padding:10px 10px 10px 10px;
        color:#000000;
    }

    .commentbottom {
        width:517px;
        height:17px;
        background:#ffffff url(images/comment_bottom.gif) top left no-repeat;
        margin:0px;
        padding:0px;
    }

    #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
        background: #ecfff0;
        border: 1px #d8f0dc solid;
        padding: 5px;
        color:#000000;
    }

    /* Sidebar */

    #sidebar {
        width:253px;
        float:left;
        text-align:left;
    }
    .both {
        clear: both;
    }
    .title {
        letter-spacing:-1px;
        color:#000000;
        font-size:18px;
        padding:7px;
        font-weight:bold;
        padding-top:0px;
        padding-bottom:5px;

    }

    h2 {
        letter-spacing:-1px;
        color:#000000;
        font-size:18px;
        padding:7px;
        padding-top:0px;
        font-weight:bold;
        padding-bottom:0px;
    }

    #sidebar ul li {
        padding:5px;
        margin:0px;
        list-style-image: url(images/bullet.gif);
        color:#000000;
        border-bottom:1px dotted #a6a6a6;
        width:180px;
    }

    #sidebar ul .nobullet {
        padding:5px;
        margin:0px;
        list-style:none;
        color:#525252;
        border:0px;
        list-style-image: none;
        text-align:center;
    }

    #sidebar ul li a {
        text-decoration:none;
        color:#2d2d2d;
    }

    #sidebar ul li a:hover {
        font-weight:bold;
    }

    /* Calendar */

    #wp-calendar tr td {
        padding:3px;
    }

    #wp-calendar tr td a{
        font-weight:bold;
    }

    #wp-calendar tr td a:hover{
        font-weight:bold;
    }

    #wp-calendar tr #today{
        border:1px solid #a6a6a6;
        background:#a9e9b5;
        color:#000000;
    }

    #wp-calendar caption{
        padding:3px;
        color:#a9e9b5;
        font-size:13px;
        font-weight:bold;
    }

    /* Footer */

    #footer{
        height:125px;
        background:transparent;
        margin:auto;
        width:799px;
        margin-top:30px;
    }

    #footer a {
        font-weight:bold;
        color:#cccccc;
        text-decoration:none;

    }

    #footer #WP {
        float:right;
        color:#ffffff;
        padding-top:93px;
    }

    #footer #Copy {
        float:left;
        color:#ffffff;
        padding-top:93px;
    }

    #navLinks a {
        text-decoration:none;
        font-weight:bold;
        color:#6d98e3;

    }

    Y el header:

    /*
    Theme Name: Fuerza 1.0
    Theme URI: <a href="http://www.fuerzatecnologica.com" rel="nofollow">http://www.fuerzatecnologica.com</a>
    Author: <a href="http://www.fuerzatecnologica.com">Fuerza Tecnologica</a>
    Tema diseñados exclusivamente para Fuerza Tecnologica - Derechos Reservados
    /* Main Tags */


    .creditslnk { text-align:left;font-size:10px;color:#cccccc; }
    .creditslnk a { color:#cccccc; text-decoration: none; }
    .creditslnk a:visited { color:#cccccc; text-decoration: none; }

    html {
        min-height: 100%;
    }

    img {
        border: 0px;
    }

    body {
        text-align: center;
        margin:0px auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#000000;
        background: #FFFFFF url(images/bg_footer.gif);
        background-repeat:repeat-x;
        background-position:bottom;
    }

    #wrapper {
        display: block;
        width:100%;
        background: #FFFFFF url(images/bg_page.gif);
        background-repeat:repeat-x;
        background-position:top;
        height:100%;
        text-align:center;
        border:0px;
        padding:0px;
        margin:0px;
    }

    #pagecontainer {
        width:799px;
        background: #ffffff;
        height:100%;
        text-align:center;
        border:0px;
        margin:auto;
    }

    .page_item {
        float: left;
        margin: 0px;
    }
    #header {
        width:799px;
        height:131px;
        background: #000000 url(images/header.jpg) top left no-repeat;
        text-align:left;
        margin:0px;
        padding:0px;
    }

    #header #rssblock {
        float:right;
        padding-right:24px;
        padding-top:36px;
    }

    #searchform {
        margin:0px;
        padding:0px;
    }

    #s {
        width:180px;
        border:0px;
        background:#000000;
        padding-top:3px;
        color:#ffffff;
    }

    /* Navigation */

    #navigation {
        width:799px;
        background: transparent url(images/bg_nav_tile.gif) top repeat-x;
        height:52px;
        margin-bottom:6px;
        font-size: 1.0em;
        font-weight:bold;
    }
    #navigation #searchblock {
        width:233px;
        height:37px;
        background:transparent url(images/bg_nav.gif) top left no-repeat;
        float:right;
        text-align:left;
        padding-top:15px;
        padding-left:10px;
    }
    #navigation ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    #navigation li {
        display: inline;
        margin: 0px;
    }

    #navigation li a
    {
        height:36px;
        padding-top: 16px;
        color: #FFFFFF;
        padding-right: 20px;
        padding-left: 20px;
        text-decoration: none;
        float: left;
        margin-right: 1px;
        background: url(images/nav_split.gif) no-repeat right bottom;
    }

    #navigation li a:hover {
        color: #DBF2FF;
    }

    /* Content */
    #Logoblock {
        width:488px;
        padding:15px;
    }

    #Logoblock img {
        padding-right:10px;
    }

    #WelcomeBlock {
        height:108px;
        width:518px;
        background:#000000 url(images/bg_welcomeblock.gif) top left no-repeat;
        margin-left:13px;
        margin-bottom:10px;
    }
    #WelcomeBlock h4{
        font-weight:bold;
        color:#00788b;
        font-size:12px;
        margin:0px;
        padding-left:10px;
        padding-top:10px;
    }

    #WelcomeBlock img {
        float:right;
        padding-right:25px;
    }

    #WelcomeBlock div {
        width:400px;
        padding-left:20px;
        float:left;
        padding-top:5px;
        line-height:150%;
    }

    #content {
        float: left;
        text-align:left;
        background:transparent;
        width:546px;
    }

    #PostSet {
        padding-left:14px;
        padding-right:14px;
    }

    .more-link {
        color:#1398E3;
        text-decoration:none;
    }

    blockquote {
        margin-left: 10px;
        margin-right:10px;
        margin-top:5px;
        padding: 0px 12px 0px 15px;
        background: url(images/blockquote.gif) left repeat-y;
        color:#000000;
    }

    .dateblock {
        background:url(images/dateblock.gif);
        background-repeat:no-repeat;
        width:69px;
        height:77px;
        text-align:center;
        float:left;
        color:#ffffff;
        font-size:10px;
        font-weight:bold;
        margin:0px;
        margin-top:3px;
        margin-right:10px;
        padding-top:7px;
    }

    .dateblock .day {
        font-size:32px;
        font-weight:bold;
        color:#171717;
        padding-top:7px;
        letter-spacing:-1px;
    }

    .postheader {
        padding:5px;
    }

    .postheader h1 {
        letter-spacing:-1px;
        font-size:22px;
        font-weight:bold;
        margin:3px 0px 3px 0px;
        padding-top:3px;
    }

    .postheader h1 a:hover {
        text-decoration:none;
    }

    .postheader a {
        color:#000000;
        text-decoration:none;
        font-weight:bold;
    }

    .postheader .postdetails a  {
        font-weight:bold;
    }

    .postheader .postdetails a:hover {
        border-bottom: 1px dotted #000000;
    }

    .postcontent a:hover {
        border-bottom: 1px dotted #1398E3;
    }

    .postcontent a {
        color:#1398E3;
        text-decoration:none;
        font-weight:bold;
    }

    .postcontent {
        padding:0px;
        margin:0px;
        font-size:12px;
        line-height:200%;
        background: #ffffff;
    }

    .postcontent div {
        padding:0px 10px 10px 0px;
    }

    .toplink {
        float:left;
        margin:0px;
        padding:5px;
    }

    .no_comments {
        float:right;
        width:88px;
        height:53px;
        background:#ffffff url(images/comment_bubble.gif) top right no-repeat;
        margin:0px;
        padding:10px 0px 0px 0px;
        text-align:right;
    }

    .no_comments a {
        color:#ffffff;
        text-decoration:none;
        padding-right:35px;
        font-size:22px;
    }

    .postfooter {
        border: 0px;
        margin-bottom:15px;
        margin-top:0px;
        font-weight:bold;
        width:510px;
        padding:0px;
    }

    .postfooter .graylink {
        color:#cccccc;
        font-size:18px;
        text-decoration:none;
        font-weight:normal;
    }

    .postfooter .graylink:hover {
        text-decoration:none;
    }

    .postfooter a:hover {
        text-decoration:none;
    }

    /* Comments */

    .comment {
        padding:0px;
        margin:0px;
    }

    .commenter a {
        font-size:12px;
        color:#000000;
        text-decoration:none;
    }

    .commentbox {
        width:517px;
        background:#ffffff;
        margin:0px;
        padding:0px;
        margin-top:5px;
        margin-bottom:10px;
    }

    .commenttop {
        width:497px;
        min-height:63px;
        background:transparent url(images/bg_comment.gif) top left no-repeat;
        line-height:160%;
        padding:10px 10px 10px 10px;
        color:#000000;
    }

    .commentbottom {
        width:517px;
        height:17px;
        background:#ffffff url(images/comment_bottom.gif) top left no-repeat;
        margin:0px;
        padding:0px;
    }

    #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
        background: #ecfff0;
        border: 1px #d8f0dc solid;
        padding: 5px;
        color:#000000;
    }

    /* Sidebar */

    #sidebar {
        width:253px;
        float:left;
        text-align:left;
    }
    .both {
        clear: both;
    }
    .title {
        letter-spacing:-1px;
        color:#000000;
        font-size:18px;
        padding:7px;
        font-weight:bold;
        padding-top:0px;
        padding-bottom:5px;

    }

    h2 {
        letter-spacing:-1px;
        color:#000000;
        font-size:18px;
        padding:7px;
        padding-top:0px;
        font-weight:bold;
        padding-bottom:0px;
    }

    #sidebar ul li {
        padding:5px;
        margin:0px;
        list-style-image: url(images/bullet.gif);
        color:#000000;
        border-bottom:1px dotted #a6a6a6;
        width:180px;
    }

    #sidebar ul .nobullet {
        padding:5px;
        margin:0px;
        list-style:none;
        color:#525252;
        border:0px;
        list-style-image: none;
        text-align:center;
    }

    #sidebar ul li a {
        text-decoration:none;
        color:#2d2d2d;
    }

    #sidebar ul li a:hover {
        font-weight:bold;
    }

    /* Calendar */

    #wp-calendar tr td {
        padding:3px;
    }

    #wp-calendar tr td a{
        font-weight:bold;
    }

    #wp-calendar tr td a:hover{
        font-weight:bold;
    }

    #wp-calendar tr #today{
        border:1px solid #a6a6a6;
        background:#a9e9b5;
        color:#000000;
    }

    #wp-calendar caption{
        padding:3px;
        color:#a9e9b5;
        font-size:13px;
        font-weight:bold;
    }

    /* Footer */

    #footer{
        height:125px;
        background:transparent;
        margin:auto;
        width:799px;
        margin-top:30px;
    }

    #footer a {
        font-weight:bold;
        color:#cccccc;
        text-decoration:none;

    }

    #footer #WP {
        float:right;
        color:#ffffff;
        padding-top:93px;
    }

    #footer #Copy {
        float:left;
        color:#ffffff;
        padding-top:93px;
    }

    #navLinks a {
        text-decoration:none;
        font-weight:bold;
        color:#6d98e3;

    }

    Un Saludo y espero alguna solucion ...

Responder

Debes Identificarte para publicar.

Foro WordPress » WordPress » Themes y Diseño