Foros del Web » Creando para Internet » CSS »

Poner un borde ?

Estas en el tema de Poner un borde ? en el foro de CSS en Foros del Web. como puedo poner un borde que redondeè todo el foro? http://iescanpeixauet.sitiando.com/forums/...
  #1 (permalink)  
Antiguo 17/08/2007, 14:06
 
Fecha de Ingreso: agosto-2007
Mensajes: 28
Antigüedad: 16 años, 8 meses
Puntos: 0
Poner un borde ?

como puedo poner un borde que redondeè todo el foro?

http://iescanpeixauet.sitiando.com/forums/
  #2 (permalink)  
Antiguo 17/08/2007, 19:26
Avatar de destor77  
Fecha de Ingreso: noviembre-2004
Ubicación: Gálvez, Santa Fe, Argentina
Mensajes: 2.654
Antigüedad: 19 años, 5 meses
Puntos: 43
Re: Poner un borde ?

probaste con border=0?
  #3 (permalink)  
Antiguo 18/08/2007, 01:04
 
Fecha de Ingreso: agosto-2007
Mensajes: 28
Antigüedad: 16 años, 8 meses
Puntos: 0
Re: Poner un borde ?

Y donde lo tendria que poner?
Perdona me equivoque en una cosa, yo quiero poner el borde solo en los laterales, :P

Código PHP:
html {
    
height100%}
    
body {  
    
height100%;
    
background-color#efefef;
    
text-aligncenter;
    
padding0;
    
margin0}
    
table {
    
width100%;
    
padding0}

form, .checkboxinput.radio, .helpline{
    
margin0;
    
padding0;
    
border0}
    
input.button {
    
margin0;
    
padding1px 3px;
    
background-color#ddd;
    
border1px outset}



.
avatar img {
    
background-color#fff;
    
border3px solid #fff}
    
html>body .avatar img {
    
padding3px;
    
background-color#fff;
    
border1px solid #dbdbdb}



#forum {
    
width780px
    
height100%;
    
background-color#fff;
    
margin0 auto}
    
#bodyline {
    
width717px;
    
padding10px 0;
    
vertical-aligntop;
    
text-alignleft
        
}



#top_image {
    
text-aligncenter}

#top_image img {
    
border0;
    
width717px;
    
height231px}



#menu {
    
height18px;
    
line-height18px;
    
padding0 3px 1px}
    
#menu #left a {
    
padding-right10px}
    
#menu #right a {
    
padding-left10px}

.
mainmenu {
    
line-height18px}




div.spacing {
    
height10px;
    
clearboth}



.
postbuttons img {
    
border0;
    
margin-right10px}



.
pad0-0-{
    
padding0 0 4px}
    
.
pad0-0-10 {
    
padding0 0 10px}

.
pad4 {
    
padding4px}
    
.
pad25 {
    
padding25px}

.
pad60 {
    
padding60px}

div.timezone {
    
padding0 3px}

div.copyright {
    
padding5px}

.
quote, .code {
    
margin10px;
    
padding10px}

.
quote .inside_quote, .code .inside_code {
    
padding10px}

div.hr {
    
height1px;
    
background-color#ccc;
    
margin5px 0}
    
div.hr hr {
    
displaynone}



input.posttextarea.postselectinput.postfile {
    
margin0;
    
border1px solid #666}

input.posttextarea.postinput.postfile {
    
padding2px 3px}

input.post {
    
height19px}

html>body input.post {
    
height12px}

.
helpline {
    
background-color#ebebeb}



.postmini {
    
width25px}
    
.
postsmall {
    
width90px}
    
.
postmedium {
    
width150px}
    
.
postbig {
    
width225px}
    
.
postbiggest {
    
width450px}



.
block {
    
displayblock}

.
clear {
    
clearboth}

.
left {
    
floatleft;
    
text-alignleft}
    
.
right {
    
floatright;
    
text-alignright}
    
.
txtcenter {
    
text-aligncenter}

.
txtmiddle {
    
text-aligncenter;
    
vertical-alignmiddle}

.
txtright {
    
text-alignright}

.
txttop {
    
vertical-aligntop}
    
.
txtbottom {
    
vertical-alignbottom}
    
.
txtleft {
    
text-alignleft}
    

    
td.row1    {
    
background-color#efefef}
    
td.row2 {
    
background-color#dee3e7}
    
td.row3 {
    
background-color#d1d7dc}



tdthinputselecttextarea, .message {
    
font-familyVerdanaArialHelveticasans-serif;
    
font-stylenormal;
    
font-weightnormal;
    
text-transformnone;
    
text-decorationnone;
    
color#111;
    
font-size10px;
    
line-height13px}

td a {
    
color#13509a;
    
text-decorationunderline}    

td a:hover {
    
color#13509a;
    
text-decorationnone}

tr.lines_1 th .navtr.lines_3 th .nav, .nav {
    
font-size11px;
    
line-height13px;
    
font-weightbold}        

tr.lines_1 th .nav atr.lines_3 th .nav a, .nav a {
    
color#13509a;
    
text-decorationnone}

tr.lines_1 th .nav a:hovertr.lines_3 th .nav a:hover, .nav a:hover {
    
color#13509a;
    
text-decorationunderline}

.
code {
    
background-color#fefefe;
    
border2px solid #d6d6d6;
    
font-familyCourier'Courier New'sans-serif;
    
font-stylenormal;
    
font-weightnormal;
    
text-transformnone;
    
text-decorationnone;
    
color#0000b4;
    
font-size11px;
    
line-height13px}

.
code a {
    
color#0000b4;
    
text-decorationunderline}    

.
code a:hover {
    
color#0000b4;
    
text-decorationnone}

.
quote {
    
background-color#fefefe;
    
border2px solid #d6d6d6;
    
font-familyVerdanaArialHelveticasans-serif;
    
font-stylenormal;
    
font-weightnormal;
    
text-transformnone;
    
text-decorationnone;
    
color#555;
    
font-size10px;
    
line-height13px}

.
quote a {
    
color#555;
    
text-decorationunderline}    

.
quote a:hover {
    
color#555;
    
text-decorationnone}
    
.
edited {
    
font-styleitalic}




tr.toplines th {
    
line-height24px;
    
height24px;
    
font-weightbold;
    
text-aligncenter;
    
border1px solid #000;
    
border-width1px 0;
    
padding0 10px}

tr.lines_1 th {
    
border1px solid #000;
    
border-width1px 0;
    
padding5px 2px 6px}

tr.lines_3 th {
    
border1px solid #000;
    
border-width1px 0;
    
padding3px 2px}



table.index_body td.one img {
    
width46px;
    
height25px}
    
table.index_body td.one {
    
padding4px;
    
text-aligncenter}
    
table.index_body td.two {
    
padding4px;
    
width100%}
    
table.index_body td.three {
    
padding4px;
    
text-aligncenter;
    
white-spacenowrap}

table.index_body_icons td img {
    
vertical-alignmiddle}
    
table.index_body_icons td {
    
white-spacenowrap;
    
text-aligncenter}



table.groupcp td.one {
    
padding4px 7px;
    
width150px;
    
height26px}
    
table.groupcp td.two {
    
padding4px 5px 4px 4px}
    
table.groupcp td.three {
    
padding4px 7px;
    
height26px}



table.memberlist td.one {
    
padding4px 7px;
    
height26px}



table.modcp td.one img {
    
width19px;
    
height18px}
    
table.modcp td.one {
    
padding4px;
    
text-aligncenter}
    
table.modcp td.two {
    
padding8px 4px;
    
width100%}
    
table.modcp td.three {
    
padding4px;
    
text-aligncenter;
    
white-spacenowrap}

table.modcp td.four {
    
padding4px;
    
white-spacenowrap;
    
width150px}

table.modcp td.five {
    
padding4px}

table.modcp td.six {
    
padding4px 7px;
    
vertical-aligntop;
    
font-weightbold;
    
text-alignleft;
    
width150px;
    
height100px}
    
table.modcp td.seven {
    
padding4px 7px;
    
vertical-aligntop;
    
text-alignleft;
    
width470px}
    
table.modcp td.eight {
    
padding4px 7px}

table.modcp td.nine {
    
padding4px 7px;
    
height18px;
    
line-height18px}



table.posting_body td.one {
    
padding4px 7px;
    
width150px;
    
height26px}
    
table.posting_body td.two {
    
padding4px 5px 4px 4px}
    
table.posting_body td.three {
    
padding4px 7px;
    
vertical-aligntop;
    
width150px}

table.posting_body td.four {
    
padding4px 5px 4px 4px;
    
vertical-aligntop}
    
table.posting_body td.four div {
    
padding-bottom3px}

table.posting_body td.five {
    
padding4px 7px}

table.posting_body td.six {
    
padding4px 7px;
    
height130px}
    
table.posting_body td.seven {
    
padding4px 5px 4px 4px;
    
vertical-aligntop}

table.posting_body td.eight {
    
padding4px 7px;
    
vertical-aligntop;
    
font-weightbold;
    
width135px;
    
text-alignleft}
    
table.posting_body td.nine {
    
padding4px 7px 10px;
    
vertical-aligntop;
    
text-alignleft}



table.privmsgs td.one img {
    
width19px;
    
height18px}
    
table.privmsgs td.one {
    
padding4px;
    
text-aligncenter}
    
table.privmsgs td.two {
    
padding8px 4px;
    
width100%}
    
table.privmsgs td.three {
    
padding4px;
    
text-aligncenter;
    
white-spacenowrap}




table.profile td.one {
    
padding4px 7px;
    
width50%;
    
height26px}
    
table.profile td.two {
    
padding4px 5px 4px 4px}
    
table.profile td.three {
    
padding4px 7px;
    
height26px}



table.profile_view_body tr {
    
height18px;
    
text-alignright}



table.viewtopic td.one {
    
padding4px 7px;
    
font-weightbold}

table.viewtopic td.two {
    
padding4px 5px 4px 2px;
    
height20px}
    
table.viewtopic td.three {
    
padding4px 7px;
    
vertical-aligntop;
    
width150px}
    
table.viewtopic td.four {
    
padding2px 5px 4px;    
    
vertical-aligntop;
    
height130px}
    
table.viewtopic td.four table {
    
height100%;
    
width560px}
    
table.viewtopic td.five {
    
padding4px 7px;
    
height18px;
    
line-height18px}
    
table.viewtopic td.six {
    
padding4px 5px}



table.viewforum td.one img {
    
width19px;
    
height18px}
    
table.viewforum td.one {
    
padding4px;
    
text-aligncenter}
    
table.viewforum td.two {
    
padding4px;
    
width100%}
    
table.viewforum td.three {
    
padding4px;
    
text-aligncenter;
    
white-spacenowrap}



table.forumicons {
    
width0}
    
table.forumicons td {
    
white-spacenowrap}
    
table.forumicons td img {
    
width19px;
    
height18px}



table.search td.one {
    
padding4px 7px;
    
width50%;
    
vertical-aligntop}
    
table.search td.two {
    
padding4px 5px 4px 4px}

table.search td.two div {
    
padding-top3px}
    
table.search td.three {
    
padding4px 7px;
    
text-alignright}

table.search td.four {
    
padding4px;
    
width150px}

table.search td.five {
    
padding8px 4px}

table.search td.six {
    
padding4px;
    
vertical-aligntop}

table.search td.seven img {
    
width19px;
    
height18px}
    
table.search td.seven {
    
padding4px;
    
text-aligncenter}
    
table.search td.eight {
    
padding4px}
    
table.search td.nine {
    
padding4px;
    
text-aligncenter}
    
table.search td.ten {
    
padding4px;
    
text-aligncenter;
    
white-spacenowrap}



table.simple_header {
    
background-color#fff;
    
height100%}
    
table.simple_header td {
    
vertical-aligntop}



table.viewonline td.one {
    
padding8px 4px}
    
table.viewonline td.two {
    
padding8px 4px;
    
text-aligncenter}

    

h2 {
    
font-size11px;
    
line-height26px;
    
height26px;
    
font-weightbold;
    
color#13509a;
    
margin0;
    
padding0 4px}
    
h3 {
    
font-size11px;
    
line-height13px;
    
font-weightbold;
    
text-decorationnone;
    
color#13509a;
    
margin0}

h2 ah3 a {
    
text-decorationnone;
    
color#13509a}
    
h2 a:hoverh3 a:hover, .copyright a:hover {
    
color#13509a;
    
text-decorationunderline

Última edición por tecform; 18/08/2007 a las 01:20
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 02:07.