Como poner el foro 100% de ancho?

Started by roland340, October 19, 2008, 09:53:06 AM

Previous topic - Next topic

roland340

Hola mi pregunta es si se puede poner el foro al 100% de anchura ya que mi tema del foro parece estar al 60 % alguien me podria ayudar??

-UN SALUDO-

kenet

#1
busca esto en tu style.ccs

/* The main body of the entire forum. */
body
{
background-color: #000000;
padding: 12px 30px 4px 30px;
width: 96%;
margin: 0px auto;


y en esta linea pones la anchura

width: 96%;

pon la url de tu foro o ponla en tu perfil


Thomas Alva Edison dijo:

    "No fracasé, sólo descubrí 999 maneras de como no hacer una bombilla."


Gonzalo

No encuentro estos codigos en el style.ccs de mi theme  ::)

/* The main body of the entire forum. */
body
{
   background-color: #000000;
   padding: 12px 30px 4px 30px;
   width: 96%;
   margin: 0px auto;


Te muestro los codigos que tiene el style.ccs de mi theme y me decis donde tengo que editar:

/* TP specific classes */
.sitemap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap_topheader {}

.sitemap_header {
    display: block;
    font-weight: bold;
    margin: 2px;
    padding: 4px;
    background: #fcfcfc;
    border-bottom: 1px solid #eee;
}

.sitemap_header_active {
    display: block;
    font-weight: bold;
    margin: 2px;
    padding: 4px;
    background: #fcfcfc;
    border-bottom: 1px solid #eee;
}

.sitemap_header:hover, .sitemap_header_active:hover {
    color: #9D7941;
    background: #f0f0f0;
    text-decoration: none;
}
/* TP other styles */

ul #articlelist {
    margin: 0;
    padding: 0.5ex 0;
    list-style: none;
}

ul #catlist {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: solid 1px #d0d0d0;
}

ul #articlelist li {
    margin: 0;
    display: block;
    padding: 0 0 0 3ex;
    background: url(images/divider.gif) no-repeat 5px 3px;
}

ul #catlist li {
    display: block;
    padding: 0 0 0 3ex;
    margin: 0;
}
/* TP rss feed styles */

.rss_title {
    font-weight: bold;
}

.rss_body {
    margin-bottom: 1ex;
}

.rss_image {
    margin: 4px 0 4px 0;
}
/* Normal, standard links. */

a:link {
    color: #a90329;
    text-decoration: none;
}

a:visited {
    color: #a90329;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
    color: #000000;
    text-decoration: none;
}

a.nav:hover {
    color: #cc3333;
    text-decoration: underline;
}
/* Tables should show empty cells. */

table {
    empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body, td, th, tr {
    line-height: 150%;
    font-family: tahoma, sans-serif;
    color: #555555;
    font-size: 11px;
}
/* The main body of the entire forum. */

body {
    background: #5f5e5e url(images/custom/body-bg.gif) 0 0 repeat-x;
    padding: 30px 0 0 0;
    margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
    color: #000000;
    font-family: verdana, sans-serif;
}

input, button {
    font-size: 100%;
}

textarea {
    font-size: 100%;
    color: #000000;
    font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */

input.check {}
/* Selects are a bit smaller, because it makes them look even better 8). */

select {
    font-size: 100%;
    font-weight: normal;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
    height: 1px;
    border: 0;
    color: #666666;
    background-color: #d4d4d4;
}
/* No image should have a border when linked */

a img {
    border: 0;
}
/* A quote, perhaps from another post. */

.quote {
    color: #3a3a3a;
    background-color: #cecece;
    border-top: 4px solid #959595;
    border-bottom: 4px solid #959595;
    margin: 1px;
    padding: 1px;
    font-size: x-small;
    line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */

.code {
    color: #3a3a3a;
    background-color: #fbede6;
/*font-family: "courier new", "times new roman", monospace;*/
    font-size: x-small;
    line-height: 1.3em;
/* Put a nice border around it. */
    border-top: 5px solid #f1ccbb;
    border-bottom: 5px solid #f1ccbb;
    margin: 1px auto 1px auto;
    padding: 1px;
    width: 100%;
/* Don't wrap its contents, and show scrollbars. */
    white-space: nowrap;
    overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
    max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
    line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help {
    cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction {
    color: red;
}
/* The main post box - this makes it as wide as possible. */

.editor {
    width: 96%;
}
/* Highlighted text - such as search results. */

.highlight {
    background-color: yellow;
    font-weight: bold;
    color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg {
    background-color: #ffffff;
}

.windowbg2 {
    background-color: #f6f6f6;
}

.windowbg3 {
    background-color: #f0f0f0;
}
/* the today container in calendar */

.calendar_today {
    background-color: #f5f5f5;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
    color: #454545;
    font-style: normal;
    background: #f9f9f9;
    border-bottom: solid 1px #f2f2f2;
    border-top: solid 1px #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
    font-weight: bold;
    color: #454545;
    font-style: normal;
    font-size: 12px;
}

.titlebg a:hover {
    color: #404040;
}
/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
    color: #454545;
    font-style: normal;
    text-decoration: underline;
}

.titlebg2 a:hover {
    text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/

.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
    color: #404040;
    padding-left: 10px;
    padding-right: 10px;
    background: #dedede url(images/catbg.gif) repeat-x;
}

.catbg2, tr.catbg2 td {
    color: #404040;
    padding-left: 10px;
    padding-right: 10px;
    background: #dedede url(images/catbg.gif) repeat-x;
}

.catbg, .catbg2, .catbg3 {}

.catbg, .catbg2 {
    font-weight: bold;
    font-size: 12px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
    font-size: 95%;
    color: #454545;
    text-decoration: none;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
    color: #454545;
    text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
    text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {
    background-color: #dddada;
    padding: 0px;
}
/* This is used on tables that should just have a border around them. */

.tborder {
    padding: 1px;
    border: 1px solid #dddada;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext {
    font-size: 90%;
    font-family: verdana, sans-serif;
}

.middletext {
    line-height: 18px;
    text-indent: 10px;
}

.normaltext {
    font-size: small;
}

.largetext {
    font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage {
    width: 100%;
    overflow: auto;
    line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature {
    width: 100%;
    overflow: auto;
    padding-bottom: 3px;
    line-height: 1.3em;
}
/* Sometimes there will be an error when you post */

.error {
    color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */

.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
    color: #070707;
    vertical-align: top;
    text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
    color: #090909;
    text-decoration: none;
    font-size: 9px;
    font-family: tahoma, sans-serif;
    padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
    display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
    display: none;
}

.maintab_active_first, .mirrortab_active_first {
    display: none;
}

.maintab_active_back, .mirrortab_active_back {
    background: #efefef;
    border-left: 4px solid #a90329;
}

.maintab_active_last, .mirrortab_active_last {
    display: none;
}
/* how links behave in main tab. */

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
    color: #252525;
    text-decoration: none;
    font-weight: bold;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
    color: #272727;
    text-decoration: none;
    font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
    text-decoration: underline;
}
/* The AJAX notifier */

#ajax_in_progress {
    background: #32CD32;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18pt;
    padding: 3px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#wrapper {
    width: 950px;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;
}

#shad-l {
    padding-left: 18px;
    background: url(images/custom/shadow-l.gif) 0 0 no-repeat;
}

#shad-r {
    padding-right: 18px;
    background: url(images/custom/shadow-r.gif) 100% 0 no-repeat;
}

#header {
    position: relative;
    height: 120px;
    overflow: hidden;
    background: #a60328 url(images/custom/header-bg.gif) 0 0 repeat-x;
}

#head-r {
    height: 120px;
    background: url(images/custom/header-r.gif) 100% 0 no-repeat;
}

#head-l {
    background: url(images/custom/header-l.gif) 0 0 no-repeat;
}

#logo {
    position: absolute;
    top: 0px;
    left: 20px;
    display: block;
    width: 400px;
    height: 120px;
    cursor: pointer;
    background: url(images/custom/logo.png) no-repeat;
}

#userarea {
    height: 73px;
    float: right;
    padding: 12px 25px 0 0;
    text-align: right;
    font-size: 1.0em;
    color: #ddd;
    font-family: tahoma, sans-serif;
}

#userarea a:link, #userarea a:visited {
    color: #eee;
}

#userarea a:hover {
    color: #ccc;
    text-decoration: underline;
}

#searcharea {
    float: right;
    padding: 5px 25px 0 0;
    margin: 0;
    clear: both;
}

#toolbar {
    margin: 0;
    padding: 0;
    height: 30px;
    background: #a60328;
}

#topmenu {
    margin: 0;
    padding: 0;
    font-family: tahoma, sans-serif;
    font-size: 11px;
}

#topmenu ul {
    padding: 0 0 0 5px;
    margin: 0;
    list-style-type: none;
    width: auto;
    float: left;
}

#topmenu ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

#topmenu ul li a {
    float: left;
    display: block;
    margin: 0 0 0 2px;
    padding: 0 0 0 10px;
    text-decoration: none;
    line-height: 30px;
    color: #fcfcfc;
    background: #a90329 url(images/custom/topmenu-l.gif) 0 0 no-repeat;
}

#topmenu ul li a span {
    float: left;
    display: block;
    padding: 0 15px 0 7px;
    cursor: pointer;
    background: #a90329 url(images/custom/topmenu-r.gif) 100% 0 no-repeat;
}

#topmenu ul li a.current {
    color: #000;
    font-weight: bold;
    background: #fff url(images/custom/topmenu-active-l.gif) 0 0 no-repeat;
}

#topmenu ul li a.current span {
    display: block;
    width: auto;
    background: #fff url(images/custom/topmenu-active-r.gif) 100% 0 no-repeat;
}

#topmenu ul li a:hover {}

#topmenu ul li a:hover span {
    text-decoration: underline;
    display: block;
    width: auto;
}

#upshrinks {
    float: right;
    padding: 7px 15px 0 0;
}

#bodyarea {
    padding: 10px;
    margin: 0;
    background: #fcfcfc url(images/custom/bodyarea-bg.gif) 0 0 repeat-x;
}

#footer {
    background: #272727 url(images/custom/footer-bg.gif) 0 100% repeat-x;
}

#foot-r {
    height: 130px;
    background: url(images/custom/footer-r.gif) 100% 100% no-repeat;
}

#foot-l {
    background: url(images/custom/footer-l.gif) 0 100% no-repeat;
}

#footerarea {
    text-align: center;
    padding: 10px;
    color: #ccc;
}

#footerarea a:link, #footerarea a:visited {
    color: #a0a0a0;
}

#footerarea a:hover {
    color: #ccc;
    text-decoration: none;
}


Espero que me puedas ayudar, desde ya muchas gracias...

Saludos! GonZa.

HotJoint

Por lo que veo tienes TP, en la administracion del TP te permite poner el ancho del foro, revisa si te ayuda en lo que deseas hacer

Gonzalo

Pero ahi no se agrande el portal nomas?

Gonzalo

Che no me funciono! Yo quiero agrandar todo, el foro y el portal!

minos

en el mio se lo puse en index.template de mi tema ... talvez este ahi

WwW_®

Quote from: Gonzalo on October 19, 2008, 04:51:55 PM
Che no me funciono! Yo quiero agrandar todo, el foro y el portal!

Che adjunta aquí el style.css del theme que usas (Outline).

Gonzalo

Quote from: WwW_® on October 19, 2008, 05:07:20 PM
Quote from: Gonzalo on October 19, 2008, 04:51:55 PM
Che no me funciono! Yo quiero agrandar todo, el foro y el portal!

Che adjunta aquí el style.css del theme que usas (Outline).
Bueno amigo, ahi esta!

No se para que pero igual te lo adjunto...

Saludos! GonZa.

WwW_®

#9
Quote from: Gonzalo on October 19, 2008, 04:51:55 PM
Bueno amigo, ahi esta!

No se para que pero igual te lo adjunto...

Saludos! GonZa.
ya está editado y es para que lo reemplazes... creo que no entendiste bien  >:(

Gonzalo

Muchisimas gracias che, ahi lo agrando, te lo re agradesco...

Saludos! GonZa.

~BeneKiD

no se si este tema esta cerrado, pero tengo el mismo problema... el caso es k esas lineas no las encuentro... xD
asi que miremos a ver donde esta? xD

aki dejo la url de mi foro (testforum)

http://www.territoriopsp.com/testforum

Concretamente en ese theme...

/* LAYOUT */
body {
   margin: 0px;
   padding: 0px;
   height:120%;
   font-family: Tahoma, Arial, sans-serif;
   color: #808080;
   text-align:left;
   line-height:20px;
   font-size: 0.7em;
   background: #ffffff;
}
.wrapper {
   width:900px;
   margin:0px auto;
}
#header {
   margin: 0;
   padding: 0;
   height: 136px;
   background: #66a3c8 url(../images/custom/header_bg.jpg) 0 0 repeat-x;
}
#mainnav {
   margin: 0;
   padding: 0;
   height: 39px;
   background: #778392 url(../images/custom/mainnav_bg.jpg) 0 0 repeat-x;
}
/* logo area definition if text-link is used */
#logo-txt, #logo-txt a {
   display: block;
   width:1000px;
   height: 116px;
   padding: 20px 0 0 20px;
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
   line-height: 24px;
   font-weight: bold;
   float: left;
}
/* logo area definition if custom logo image is used */
#logo-img, #logo-img a {
   display: block;
   width:600px;
   height: 136px;
   background: url(../images/custom/logo.jpg) 0 0 no-repeat;
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
   line-height: 24px;
   font-weight: bold;
   float: left;
}
#news {
   padding-top: 5px;
   height: 120px;
   overflow: hidden;
   margin-bottom: 10px;
   margin-right: 0px;
   color: #ffffff;
}
#news a, #news a:visited {
   color: #ffffff;
   text-decoration: underline;
}
#news a:hover {
   color: #585858;
}
#shadow_top {
   margin: 0;
   padding: 0;
   height: 32px;
   background: #ffffff url(../images/custom/shadow_top.png) 0 0 repeat-x;
}
#maincontent {
   margin: 0;
   padding: 0;
}
#shadow_bottom {
   margin: 0;
   padding: 0;
   height: 25px;
   background: #ffffff url(../images/custom/shadow_bottom.png) 0 0 repeat-x;
}
#footer {
   margin: 0;
   padding: 10px 0 0 0;
   height: 118px;
   color: #585858;
   text-align: center;
   border-top: 1px solid #585858;
   background: #778392 url(../images/custom/showcase_bg.jpg) 0 0 repeat-x;
}
#footer a:link, #footer a:visited {
   color: #8ebfe1;
}
#footer a:hover {
   color: #ffffff;
}
/* Navigation */
/* main nav */
#nav {
   height: 39px;
   margin: 0 0 0 20px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   text-align:center;
}
#nav ul {
   list-style: none;
   padding: 0 2px 0 0;
   margin: 0px;
   float: left;
   background: url(../images/custom/mainnav_div.jpg) 100% 0 no-repeat;
}
#nav li {
   list-style: none;
   margin: 0px;
   padding: 0px;
   float: left;
   background: url(../images/custom/mainnav_div.jpg) 0 0 no-repeat;
}
#nav li a:hover{
   color: #ffffff;
}
#nav li.current a {
   color: #ffffff;
}
#nav li a:hover, #nav li.current a {
   display: block;
   background: url(../images/custom/mainnav_hover.jpg) 2px 78px no-repeat;
}
#nav li a {
   color: #585858;
   text-transform: uppercase;
   padding: 0 20px;
   line-height: 39px;
   display: block;
   text-decoration: none;
   background: url(../images/custom/mainnav_hover.jpg) 2px 0 no-repeat;
}
/* showcase */
#showcase {
   margin: 0;
   padding: 0;
   height: 118px;
   color: #ffffff;
   background: #778392 url(../images/custom/showcase_bg.jpg) 0 0 repeat-x;
}
#showcase a:link, #showcase a:visited {
   color: #8ebfe1;
}
#showcase a:hover {
   color: #ffffff;
}
.userinfo {
   width: 350px;
   float: left;
   padding: 10px 0 10px 20px;
   background: url(../images/custom/showcase_div.jpg) 100% 0 no-repeat;
}
.searchfield {
   text-align: right;
   padding: 10px 20px 10px 5px;
}
#showcase ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#showcase li {
   padding-bottom: 0;
   margin-bottom: 2px;
   margin-right: 30px;
   background: url(../images/custom/userinfo.jpg) 0 100% repeat-x;
}
#useropts {
   margin: 0;
   list-style: none;
   padding-left: 5px;
}
.userinfo h3 {
   color: #585858;
   display:block;
   margin: 0px 30px 0px 0px;
   line-height: 20px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:1.4em;
   letter-spacing:-1px;
   font-weight:bold;
   background: url(../images/custom/userinfo.jpg) 0 100% repeat-x;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, tr.windowbg td
{
   padding: 5px;
   background: #EEE;
   border-bottom: 1px solid #eee;
}
.windowbg2,tr.windowbg2 td
{
   padding: 5px;
   background: #fcfcfc;
   border-bottom: 1px solid #eee;
}
.windowbg3,tr.windowbg3 td
{
   padding: 5px;
   background: #f0f0f0;
}
/* the today container in calendar */
.calendar_today
{
}
td.windowbg img, td.windowbg2 img
{
   
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
table.nopad .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
   font-size: 100%;
   font-weight: bold;
   padding: 4px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
}
.titlebg a:hover
{
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
}
.titlebg2 a:hover
{
}
.titlebg, .titlebg2{
   background: #f6f6f6;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
  border: 1px solid #778392;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
  border: 1px solid #778392;
  padding: 1px;
}
.catbg, .catbg2, .catbg3{
   background: #66a3c8 url(../images/custom/mainnav_bg.jpg) 0 -10px repeat-x;
   color: #ffffff;
}
.catbg, .catbg a, .catbg2, .catbg2 a {
   font-weight: bold;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
   color: #ffffff;
}
td.postbuttons a {
  margin: 0;
  padding: 0;
}
td.postbuttons img {
  margin: 0;
  padding-right: 0px;
}
a.collapse_expand img {
   margin-right: 5px;
}
td.smalltext {
   font-weight: normal;
}
.breadcrumb {
   margin:0px 0px 10px 0px;
   font-size:0.9em;
   text-decoration:none;
   color:#9D9D9D;
}
.pathway {
   color: #585858;
   text-decoration:none;
   line-height: normal;
}
.pathway a:link {
   text-decoration:none;
}
.pathway a:visited {
   text-decoration:none;
}
.pathway a:hover {
   text-decoration:none;
}
/* custom stuff */
p {
  margin-top: 0;
  margin-bottom: 5px;
}
fieldset {
   border: 0;
   padding: 5px 0;
}
/* headings */
h1 {
   padding-bottom: 5px;
}
h2 {
   padding-bottom: 5px;
}
h3 {
   padding-bottom: 5px;
}
h4 {
    padding-bottom: 5px;
}
.clr {
   clear: both;
}
/* No image should have a border when linked */
a img{
border: 0;
}
a:link, a:visited {
   color: #8ebfe1;
   text-decoration: none;
}
a:hover {
   color:#666666;
}
/* some page content things */
.hide {
   display: none;
}
form {
   border: 0;
   margin: 0;
   padding: 0;
}
table.pollstableborder td {
   text-align: left;
   padding: 2px 0;
}
/* A quote, perhaps from another post. */
.quote {
   margin:0 15px 4px 15px;
   padding: 4px 4px 10px 4px;
   line-height: 1.4em;
   background: #ffc;
   border: 1px solid #cc3;
}
/* A code block - maybe even PHP ;). */
.code {
   color: #fff;
   background-color: #000;
   margin:0 15px 4px 15px;
   padding: 4px 4px 10px 4px;
   line-height: 1.4em;
   border: 1px solid #ccc;
   /* Don't wrap its contents, and show scrollbars. */
   white-space: nowrap;
   overflow: auto;
   /* Stop after about 24 lines, and just show a scrollbar. */
   max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
   color: #808080;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   line-height: 1.2em;
}
.hrcolor {
   color: #678090;
}
.hrcolordashed {
   border-top: 1px dashed #678090;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
   cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
   color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
   width: 150%;
}
/* Highlighted text - such as search results. */
.highlight
{
   background-color: yellow;
   font-weight: bold;
   color: black;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltxt
{
   font-size: x-small;
   font-family: verdana, sans-serif;
}
.middletext
{
  line-height: 18px;
  text-indent: 10px;
}
.normaltext
{
   font-size: small;
}
.largetext
{
   font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
   width: 100%;
   overflow: auto;
   line-height: 1.3em;


ahi dejo parte de mi code...

otra duda que tengo es que NO se porque en ese theme... al crear un tema... el box de escritura es ENORMEEE!
:S

como puedo cambiar eso?
:S

saludos y gracias
Quote from: http://www.territoriodd.com
TERRITORIODD.com Descargas Directas de las ISOS, CSO y ROMS de PSP NDS Wii X360, PELICULAS, SERIES MUSICA y SOFTWARE... Todo lo necesario totalmente GRATIS!!

-PS3
-Playstation Portable
-Nintendo DS
-Nintendo Wii
-Xbox 360
-iOS & Android


HTTP://WWW.TERRITORIODD.COM
Quote from: Visitanos!

puchitus

Quoteel caso es k esas lineas no las encuentro...


/* LAYOUT */
body {
   margin: 0px;
   padding: 0px;
   height:120%;
   font-family: Tahoma, Arial, sans-serif;
   color: #808080;
   text-align:left;
   line-height:20px;
   font-size: 0.7em;
   background: #ffffff;
}
.wrapper {
   width:900px;
   margin:0px auto;

}





En tu style.css tienes un .wrapper y dentro de el tienes un width:900px;. Ese 900px cambialo a porcentaje, por ejemplo 90 %

Eso es para que se adapte a cualquier configuración, aunque no se crea aún hay algunos que usan 800 y con 900 queda grande.

Saludos.


HackRichi

Pués yo de todas las modificaciones no veo ninguna de esas líneas por mi "Style.css"

Lo adjunto aquí

/* The AJAX notifier */

#ajax_in_progress {
       background: #32CD32;
       color: white;
       text-align: center;
       font-weight: bold;
       font-size: 18pt;
       padding: 3px;
       width: 75%;
       position: fixed;
       top: 0;
       left: 0;
}
/* Normal, standard links. */

a:link, a:visited {
       color: #736c5c;
       text-decoration: none;
}

a:hover {
       color: #a99465;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
       color: #bfbfbf;
       text-decoration: none;
}

a.nav:hover {
       color: #bfbfbf;
       text-decoration: none;
}
/* Tables should show empty cells. */

table {
       empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body, td, th, tr {
       color: #afafaf;
       line-height: 135%;
   font-family: tahoma, sans-serif;
   font-size: 11px;
}

/* The main body of the entire forum. */

body {
       margin: 0px;
       padding: 0;
   background: #252525 url(images/custom/bg.png) 0 0 repeat-x;
}
/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
       color: #353535;
       font-family: verdana, sans-serif;
}

input, button {
       font-size: small;
       margin: 1px;
}

input, textarea {
       background: #ccc;
       font-size: small;
       border: solid 1px #303030;
}

input:focus {
       background: #bbb;
}

textarea {
       font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */

input.check {}

/* Selects are a bit smaller, because it makes them look even better 8). */

select {
       border: solid 1px #303030;
       background: #2d2d2d;
       font-size: small;
       font-weight: normal;
       color: #838383;
       font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
       height: 1px;
       border: 0;
       color: #313131;
      background-color: #303030;
}
/* No image should have a border when linked */

a img {
       border: 0;
}

/* A quote, perhaps from another post. */

.quote {
       background: #272727 url(images/startquote.gif) 4px 4px no-repeat;
       color: #afafaf;
       border: 1px solid #212121;
       margin: 10px 0pt;
      padding: 10px 10px 20px 50px;
       width: auto;
       font-size: x-small;
       line-height: 120%;
}
/* A code block - maybe even PHP ;). */

.code {
       color: #afafaf;
       background: #222;
       font-family: Helvetica, Arial, sans-serif;
       font-size: x-small;
       line-height: 1.3em;
/* Put a nice border around it. */
       border-bottom: 3px solid #5b5446;
       border-top: 3px solid #5b5446;
       margin: 1px auto 1px auto;
       padding: 1px;
       width: 99%;
/* Don't wrap its contents, and show scrollbars. */
       white-space: nowrap;
       overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
       max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
       color: #505050;
       text-decoration: none;
       font-style: normal;
       font-weight: bold;
       font-size: x-small;
       line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help {
       cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction {
       color: red;
}

/* The main post box - this makes it as wide as possible. */

.editor {
       width: 96%;
}

/* Highlighted text - such as search results. */

.highlight {
       background-color: yellow;
       font-weight: bold;
       color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg {
       padding: 5px;
       border-bottom: 2px solid #1a1a1a;
}

.windowbg2 {
       padding: 5px;
       border-bottom: 2px solid #1a1a1a;
}

.windowbg3 {
       background: #1f1f1f;
       border-bottom: 2px solid #1a1a1a;
}

/* the today container in calendar */

.calendar_today {
       background-color: #222;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
       color: #cfcfcf;
       font-style: normal;
   background: #1e1e1e url(images/titlebg.gif) no-repeat;
      padding: 10px;
       line-height: 20px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
       color: #cfcfcf;
       font-style: normal;
}

.titlebg a:hover {
       color: white;
}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
       color: #cfcfcf;
       font-style: normal;
       text-decoration: underline;
}

.titlebg, .titlebg2 {
       font-size: 120%;
   font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
   font-weight: bold;
}

.titlebg2 a:hover {
       text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/

.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
   background: #1e1e1e;
       color: #ababab;
       padding-left: 10px;
       padding-right: 10px;
       border-top: 2px solid #7c7360;
}

.catbg2, tr.catbg2 td {
   background: #1e1e1e;
       color: #cdcdcd;
       padding-left: 10px;
       padding-right: 10px;   
}

.catbg, .catbg2 {
       font-size: 130%;
       font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
       font-weight: bold;
}

.catbg, .catbg2 {
       background: #1e1e1e;
   line-height: 20px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
       color: #cdcdcd;
       text-decoration: none;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
       color: #cdcdcd;
       text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
       color: #fff;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {}

/* This is used on tables that should just have a border around them. */

.tborder {}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext {
       font-size: x-small;
       font-family: tahoma, sans-serif;
}

.middletext {
       line-height: 18px;
       text-indent: 10px;
}

.normaltext {
       font-size: small;
}

.largetext {
       font-size: large;
}

/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage {
       width: 100%;
       overflow: auto;
      line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature {
       width: 100%;
       overflow: auto;
       padding-bottom: 3px;
       line-height: 1.3em;
}
/* Sometimes there will be an error when you post */

.error {
       color: #ffffd0;
       font-style: italic;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */

.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
       color: #ccc;
       vertical-align: top;
      text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
       color: #ccc;
       text-decoration: none;
       font-size: 10px;
       font-family: tahoma, sans-serif;
       padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
       display: none;
}

.maintab_back,.mirrortab_back {
       background: #645c4a;
       color: #ccc;
}

.maintab_last,.mirrortab_last {
       display: none;
}

.maintab_active_first, .mirrortab_active_first {
       display: none;
}

.maintab_active_back, .mirrortab_active_back {
       background: #7c7360;
}

.maintab_active_last, .mirrortab_active_last {
       display: none;
}

/* how links behave in main tab. */

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
       color: #bfbfbf;
       text-decoration: none;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
       color: #333;
       text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
       text-decoration: underline;
}

.wrapper {
       width: 980px;
       min-width: 750px;
       margin: 0 auto;
   padding: 0;
}

#header {
       background: #262626 url(images/custom/head-bg.gif) 0 0 repeat-x;
       position: relative;
       height: 90px;
}

#hdr-l {
       background: url(images/custom/head-l.gif) 0 100% no-repeat;
       padding-left: 40px;
}

#hdr-r {
       background: url(images/custom/head-r.gif) 100% 100% no-repeat;
       padding-right: 40px;
       height: 230px;
}

#bdy-tl {
       background: url(images/custom/bdy-tl.gif) 0 0 no-repeat;
       padding-left: 40px;
}

#bdy-tr {
       background: url(images/custom/bdy-tr.gif) 100% 0 no-repeat;
       padding-right: 40px;
}

#bdy-l {
       background: url(images/custom/bdy-l.gif) 0 50% repeat-y;
}

#bdy-r {
       background: url(images/custom/bdy-r.gif) 100% 50% repeat-y;
}

#logo {
       position: absolute;
       top: 0;
       left: 0;
       display: block;
       width: 320px;
       height: 85px;
       background: url(images/custom/logo.png) no-repeat;
       cursor: pointer;
}

#bnr {
       background: url(images/custom/banner.png) 0 0 repeat-x;
      height: 100px;
       padding: 0;
       margin: 0;
}

#db-avatar {
       float: left;
       padding-right: 10px;
}

#userarea {
       font-size: 11px;
       color: #242424;
       font-family: tahoma, sans-serif;
       padding-top: 10px;
       padding-left: 25px;
       clear: both;
}

#userarea ul {
       padding: 0;
       margin: 0;
       list-style: none;
}

#userarea a:link, #userarea a:visited {
       color: #221e17;
       font-weight: bold;
}

#userarea a:hover {
       text-decoration: underline;
}

.loginput {
       background: #ebede2;
       border: solid 1px #484132;
}

.logbutton {
       background: #978f7e;
       border: solid 1px #484132;
}

#toolbar {
       height: 41px;
       padding: 0;
       margin: 0;
       background: #212121 url(images/custom/tlb-bg.gif) 0 100% repeat-x;
}

#nav {
      display: block;
      position: relative;
      height: 28px;
      font-size: 11px;
      font-weight: bold;
      margin: 0;
      float: left;
      padding: 2px 0 0 5px;
      font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

#nav ul {
      margin: 0px;
      padding: 0;
      list-style-type: none;
      width: auto;
      float: left;
}

#nav ul li {
      display: block;
      float: left;
      margin: 0 1px;
}

#nav ul li a {
      display: block;
      float: left;
      color: #fff;
      text-decoration: none;
      padding: 0 0 0 12px;
      height: 28px;
      line-height: 28px;
}

#nav ul li a span {
      padding: 0 12px 0 0;
}

#nav ul li a:hover {
      color: #000;
      background: url(images/custom/navhl.gif) 0 0 no-repeat;
}

#nav ul li a:hover span {
      display: block;
      width: auto;
      background: url(images/custom/navhr.gif) 100% 0 no-repeat;
}

#nav ul li a.current {
      color: #fff;
      background: url(images/custom/navl.gif) 0 0 no-repeat;
}

#nav ul li a.current span {
      display: block;
      width: auto;
      background: url(images/custom/navr.gif) 100% 0 no-repeat;
}

#searcharea {
       float: right;
       padding: 13px 15px 0 0;
       margin: 0;
       clear: right;
}

#time {
       font-size: 13px;
       font-family: "Segoe UI", "Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
       float: right;
       padding: 15px 20px 0 0;
}

#bodyarea {
       background: #1a1a1a url(images/custom/top-m.gif) 0 0 repeat-x;
       padding: 10px;
       margin: 0;
}

#ftr {
       background: #000 url(images/custom/foot-m.gif) 0 100% repeat-x;
}

#ftr-r {
       background: url(images/custom/foot-r.gif) 100% 100% no-repeat;
       height: 130px;
}

#ftr-l {
       background: url(images/custom/foot-l.gif) 0 100% no-repeat;
}

#footerarea {
       background: url(images/custom/ft-logo.gif) 95% 100% no-repeat;
       padding: 15px 0 0 45px;
       color: #888;
       font-family:tahoma;
       font-size: 11px;
}

#footerarea a:link, #footerarea a:visited {
       color: #888;
}

#footerarea a:hover {
       color: #847b66;
       text-decoration: none;
}

.popuptext a:link, .popuptext a:visited {
   color: #eee;
}

.windowbg4 {
        background: #1C1C1C;
   border: solid 1px #2E2E2E;
   margin-bottom: 2px;
        padding: 4px;
        text-align: center;
   color: #E6E6E6;
   width: 94%;
}


A ver si lo encuentra y me dicen lo que tuvieron que modificar para aprender...

Salu2, y muchas gracias de antemano

Salu2, :P

puchitus

Pasada la mitad de tu style.css esta lo siguiente:

.wrapper {
     
width: 980px;
     
min-width: 750px;
     
margin: 0 auto;
 
padding: 0;
}


cambias el width: 980px; por el valor que desees. Yo aconsejo en porcentaje para que se adapte a cualquier configuración.

Saludos.

Mick.

En mi style.css yo cambie

#wrapper {
    width: 950px;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;
}


Solamente cambias:

width: 98%

Es mejor usando el porsiento simbolo.   

HackRichi

Quote from: puchitus on January 02, 2009, 12:22:17 PM
Pasada la mitad de tu style.css esta lo siguiente:

.wrapper {
     
width: 980px;
     
min-width: 750px;
     
margin: 0 auto;
 
padding: 0;
}


cambias el width: 980px; por el valor que desees. Yo aconsejo en porcentaje para que se adapte a cualquier configuración.

Saludos.

Funcionó a la perfección, gracias amigo...

Te devo una...

Salu2, :P

DARKNESSDH

este es el mio y no encuentro ninguna linea antes mencionada


Quote/* TP specific classes */
.sitemap{
   margin: 0;
   padding: 0;
   list-style: none;
}
.sitemap_topheader{
   background: #303030;
   border-bottom: solid 1px #3d3d3d;
   padding: 4px;
}

.sitemap_header{
   background: #303030;
   border-bottom: solid 1px #3d3d3d;
   padding: 4px;
   display: block;
   font-weight: bold;
}

.sitemap_header_active{
   background: #303030;
   border-bottom: solid 1px #3d3d3d;
   padding: 4px;
   display: block;
   font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
   background: #303030;
   border-bottom: solid 1px #3d3d3d;
   padding: 4px;
   display: block;
   text-decoration: none;
}

/* TP other styles */
ul#articlelist
{
   margin: 0;
   padding: 0.5ex 0;
   list-style: none;
}
ul#catlist
{
   margin: 0;
   padding: 0;
   list-style: none;
   border-top: solid 1px #3d3d3d;
}

ul#articlelist li
{
   margin: 0;
   display: block;
   padding: 0 0 0 3ex;
   background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
   display: block;
   padding: 0 0 0 3ex;
   margin: 0;
}

/* TP rss feed styles */
.rss_title{
font-weight: bold;
}

.rss_body{
   margin-bottom: 1ex;
}

.rss_image{
   margin: 4px 0 4px 0;
}
/* Normal, standard links. */
a:link
{
   color: #69B5EF;
   text-decoration: none;
}
a:visited
{
   color: #69B5EF;
   text-decoration: none;
}
a:hover
{
   text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
   color: #cccccc;
   text-decoration: none;
}
a.nav:hover
{
   color: #cc3333;
   text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
   empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
   color: #cccccc;
   font-size: small;
   font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
   background-color: #000000;
   margin: 0px;
   padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
   color: #303030;
   font-family: verdana, sans-serif;
}
input, button
{
   font-size: 90%;
}

textarea
{
   font-size: 100%;
   color: #333333;
   font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
   font-size: 90%;
   font-weight: normal;
   color: #303030;
   font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. (
, etc.) */
hr, .hrcolor
{
   height: 0px;
   border-top: 1px solid #666666;
}

/* No image should have a border when linked */
a img
{
   border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
   color: #cccccc;
   background-color: #303030;
   border: 1px solid #000000;
   margin: 5px;
   padding: 5px;
   font-size: x-small;
   line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
   color: #cccccc;
   background-color: #303030;
   font-family: "courier new", "times new roman", monospace;
   line-height: 1.3em;
   /* Put a nice border around it. */
   border: 1px solid #000000;
   margin: 5px;
   padding: 5px;
   /* Don't wrap its contents, and show scrollbars. */
   white-space: nowrap;
   overflow: auto;
   /* Stop after about 24 lines, and just show a scrollbar. */
   max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
   color: #FFFFFF;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: x-small;
   line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
   cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
   color: #DB7E41;
   font-weight: bold;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
   width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
   background-color: yellow;
   font-weight: bold;
   color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
   color: #cccccc;
   background-color: #1a1a1a;
}
.windowbg2
{
   color: #cccccc;
   background-color: #303030;
}
.windowbg3
{
   color: #cccccc;
   background-color: #1a1a1a;
}
/* the today container in calendar */
.calendar_today
{
   background-color: #303030;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
   color: #cccccc;
   font-style: normal;
   background: url(images/titlebg.jpg) #303030;
   background-repeat: repeat-x;
   border-bottom: solid 0px #000000;
   border-top: solid 0px #FFFFFF;
   padding-left: 10px;
   padding-right: 10px;
   background-color: #666666;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
   font-weight: bold;
   color: #cccccc;
   font-style: normal;
}

.titlebg a:hover
{
   color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
   font-style: normal;
}

.titlebg2 a:hover
{
   text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
   background: url(images/titlebg.jpg) #303030;
   color: #cccccc;
   padding-left: 10px;
   padding-right: 10px;
   background-repeat: repeat-x;
}
.catbg2 , tr.catbg2 td
{
   background: url(images/catbg2.jpg) #303030;
   color: #cccccc;
   padding-left: 10px;
   padding-right: 10px;
   background-repeat: repeat-x;
}
.catbg, .catbg2, .catbg3
{
   border-bottom: solid 1px #000000;
}
.catbg, .catbg2
{
   font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
   font-size: 95%;
   color: #cccccc;
   text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
   color: #cccccc;
   text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
   color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
   background-color: #000000;
   padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
   padding: 1px;
   border: 0px solid #000000;
   background-color: #303030;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
   font-size: x-small;
   font-family: verdana, sans-serif;
}
.middletext
{
   font-size: 90%;
}
.normaltext
{
   font-size: medium;
}
.largetext
{
   font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
   width: 100%;
   overflow: auto;
   line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
   width: 100%;
   overflow: auto;
   padding-bottom: 3px;
   line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
   color: #CC0000;
}




/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
   color: white;
   text-transform: uppercase;
   vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
   color: white;
   text-decoration: none;
   font-size: 9px;
   vertical-align: bottom;
   padding: 6px 6px 2px 6px;
   font-family: tahoma, sans-serif;
}

.mirrortab_first
{
   background: url(images/mirrortab_first.gif) no-repeat;
   width: 10px;
}
.mirrortab_back
{
   background: url(images/mirrortab_back.gif);
   background-repeat: repeat-x;
}
.mirrortab_last
{
   background: url(images/mirrortab_last.gif) no-repeat;
   width: 6px;
}
.mirrortab_active_first
{
   background: url(images/mirrortab_active_first.gif) no-repeat;
   width: 6px;
}
.mirrortab_active_back
{
   background: url(images/mirrortab_active_back.gif);
   background-repeat: repeat-x;
}
.mirrortab_active_last
{
   background: url(images/mirrortab_active_last.gif) no-repeat;
   width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
   color: white;
   text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
   color: #e0e0ff;
   text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
   background: #32CD32;
   color: white;
   text-align: center;
   font-weight: bold;
   font-size: 18pt;
   padding: 3px;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
}

.forumleft {
}

.forumright {
}

.catbg1
{
   background: url() #000000;
   background-repeat: repeat-x;
   color: #cccccc;
}

.tborder
{
   padding: 1px;
   border: 0px solid #000000;
   background-color: #000000;
}

.header-top {
background: url(images/heder-top.png);
background-repeat: repeat-x;}

.header-bottom {
background: url(images/header-bottom.png);
background-repeat: repeat-x;}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #000000;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #202020;
color: #FFF;
border-right: 1px solid #000000;
}

li a:hover
{
background-color: #303030;
color: #fff;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
   color: white;
   text-transform: uppercase;
   vertical-align: top;
}
.maintab_back, .maintab_active_back
{
   color: white;
   text-decoration: none;
   font-size:  9px;
   vertical-align: top;
   padding: 2px 6px 6px 6px;
   font-family: tahoma, sans-serif;
}

.maintab_first
{
   background: url(images/maintab_first.gif) left bottom no-repeat;
   width: 10px;
}
.maintab_back
{
   background: url(images/maintab_back.gif) left bottom;
   background-repeat: repeat-x;
}
.maintab_last
{
   background: url(images/maintab_last.gif) left bottom no-repeat;
   width: 10px;
}
.maintab_active_first
{
   background: url(images/maintab_active_first.gif) left bottom no-repeat;
   width: 6px;
}
.maintab_active_back
{
   background: url(images/maintab_active_back.gif) left bottom;
   background-repeat: repeat-x;
}
.maintab_active_last
{
   background: url(images/maintab_active_last.gif) left bottom no-repeat;
   width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
   color: white;
   text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
   color: #e0e0ff;
   text-decoration: none;
}
visita ------>>  Generacion-X

puchitus

Quote from: DARKNESSDH on January 11, 2009, 09:15:46 PM
este es el mio y no encuentro ninguna linea antes mencionada

Cual es tu theme?

gustavomf

Una pregunta:

Y si quisiera agostar cada seccion o post del foro ?

que parte es la que tendria q modificar?
Uso el default

Gracias

Advertisement: