Arredondar partes indesejadas

3 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Arredondar partes indesejadas

Mensagem por BKFENIX 09.03.12 4:01

Qual é minha questão:
Olá,

Eu to mechendo num tema pro meu forum principal,so que eu queria arredondar o quadro dos widgets,dos anuncios,das categorias,veja nas imagens:

https://i.servimg.com/u/f41/17/21/09/62/sem_ta10.png
https://i.servimg.com/u/f41/17/21/09/62/sem_ta11.png
https://i.servimg.com/u/f41/17/21/09/62/sem_ta12.png

Eu quero deixar essas partes redondas.
Obs: Ja segui esses tutoriais:
- https://ajuda.forumeiros.com/t42970-tutorial-arredondar-as-bordas-das-categorias-do-forum
- https://ajuda.forumeiros.com/t15748-tutorial-arredondar-bordas-do-forum

É possivel fazer o que desejo ?
Obrigado

Medidas que eu tomei para corrigir o problema:
...

Links e imagens do meu problema:
https://i.servimg.com/u/f41/17/21/09/62/sem_ta10.png
https://i.servimg.com/u/f41/17/21/09/62/sem_ta11.png
https://i.servimg.com/u/f41/17/21/09/62/sem_ta12.png

Endereço do meu fórum:
muherois97d.forumeiros.com

Versão do meu fórum:
INVISION
BKFENIX

BKFENIX
***

Membro desde : 21/04/2010
Mensagens : 144
Pontos : 231

http://www.forunmuonline.forumeiros.net

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por MateusV. 09.03.12 16:15

Olá, creio que seja algum codigo em seu CSS, poderia me envia-lo por aqui?
Cordialmente. Feliz
MateusV.

MateusV.
Membro Entusiasta
Membro Entusiasta

Membro desde : 30/10/2011
Mensagens : 7017
Pontos : 9284

http://mateusv.site11.com/gerador2.html

Ir para o topo Ir para baixo

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por BKFENIX 09.03.12 18:17

Código:
a[href="/u1"] {
    background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 7px #FF0000;
}
{
   /* Reset browsers default margin, padding and font sizes */
   margin: 0;
   padding: 0;
}


html {
   font-size: 100%;
}

body {
   /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: tahoma;
   color: #ababab;
   background: #0b0b0b;
   background-repeat:repeat-x y;
   font-size: 13px; /* This sets the default font size to be equivalent to 10px */
   margin: 0;
}
body.ltr {
   margin:0px;
   margin-top:0px;
   padding:0px;
}
#wrapheader {
   height: auto !important;
   padding: 0;
   margin-left:auto;
   margin-right:auto;
   width:99%;
}

#wrapcentre {
   margin-left:auto;
   margin-right:auto;
   width:99%;
}


#wrapnav {
   width: 100%;
   margin: 0;
   background-color: #ECECEC;
   border-width: 1px;
   border-style: solid;
   border-color: #A9B8C2;
}

#logodesc {
   background-color: #C1CAD2;
   background-image: url('http://missing.hi2.ro/missing.html');
   background-repeat: repeat-x;
   background-position: center bottom;
   padding: 0 25px 15px 25px;
}

#menubar {
   margin: 0 25px;
}

#datebar {
   margin: 10px 25px 0 25px;
}

#findbar {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}

.forumrules {
   background-color: #101010;
   border-width: 1px;
   border-style: dashed;
   border-color: #00a7de;
   padding: 4px;
   font-weight: normal;
   font-size: 1.1em;
   font-family: tahoma;
}

.forumrules h3 {
   color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
   direction: rtl;
   unicode-bidi: embed;
}

a:link {
   color: #00a7de;
   text-decoration: none;
   font-size:11px;
}

a:active,
a:visited {
   color: #00a7de;
   text-decoration: none;
      font-size:11px;
}

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

a.forumlink {
   color: #00a7de;
   font-weight: bold;
   font-family: tahoma;
   font-size: 1.2em;
}
a.forumlink:hover {
   color: #00a7de;
   font-weight: bold;
   font-family: tahoma;
   font-size: 1.2em;
   text-decoration:none;
}

a.topictitle {
   margin: 1px 0;
   font-family: tahoma;
   font-weight: bold;
   font-size: 11px;
   color:#00a7de;
}
a.topictitle:hover {
   color: #646464;
   text-decoration: none;
}

a.topictitle:visited {
   color: #00a7de;
   text-decoration: none;
}
th {

}
th a,
th a:visited {
   color: #ededed !important;
   text-decoration: none;

   
}
.text-shadow-tabel-stanga-index {
   font-size:11px;
}

th a:hover {
   text-decoration: none;
}


/* Form Elements
 ------------ */
form {
   margin: 0;
   padding: 0;
   border: 0;
   text-transform:none;
}

input {
   color: #333333;
   font-family: tahoma;
   font-size: 1.1em;
   font-weight: normal;
   padding: 1px;
   border: 1px solid #A9B8C2;
   background-color: #FAFAFA;
}

textarea {
   background-color: #1c1c1c;
   color: #646464;
   font-family: tahoma;
   font-size: 1.3em;
   line-height: 1.4em;
   font-weight: normal;
   border: 1px solid #1c1c1c;
   padding: 2px;
}

select {
   color: #646464;
   background-color: #1c1c1c;
   font-family: tahoma;
   font-size: 11px;
   font-weight: normal;
   border: 1px solid #1c1c1c;
   padding: 1px;
}

option {
   padding: 0 1em 0 0;
}

option.disabled-option {
   color: graytext;
}

.rtl option {
   padding: 0 0 0 1em;
}

input.radio {
   border: none;
   background-color: #1c1c1c;
}

.post {
   background-color: #1c1c1c;
   border-style: solid;
   border-width: 1px;
   border-color: #1c1c1c;
   color:#646464;
}

.btnbbcode {
   color: #646464;
   font-weight: normal;
   font-size: 1.1em;
   font-family: tahoma;
   background-color: #1c1c1c;
   border: 1px solid #1c1c1c;
}

.btnmain {
   font-weight: bold;
   background-color: #1c1c1c;
   border: 1px solid #ba6f16;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
   color:#646464;
}

.btnmain:hover {
   font-weight: bold;
   background-color: #1c1c1c;
   border: 1px solid #00a7de;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
   color:#646464;
}

.btnlite {
   font-weight: normal;
   background-color: #1c1c1c;
   border: 1px solid #2a2a2a;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
   color:#646464;
}
.btnlite:hover {
   font-weight: normal;
   background-color: #1c1c1c;
   border: 1px solid #646464;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
   color:#646464;
}

.btnfile {
   font-weight: normal;
   background-color: #1c1c1c;
   border: 0px solid #1c1c1c;
   padding: 1px 5px;
   font-size: 1.1em;
   color:#646464;
}

.helpline {
   background-color: #101010;
   border-style: none;
   color:#646464;
}




/*Panel Left*/

.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
   background:url('http://missing.hi2.ro/missing.html') repeat;
border:1px solid #111111;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: 200px;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=595);
opacity: .95;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #00a7de;
text-decoration: none;

}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00aa00;
padding: 10px 30px 10px 10px;
font-weight: 700;
background:#131313 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #1c1c1c;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00a7de;
padding: 10px 40px 10px 10px;
font-weight: 700;
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 100px;
line-height: 22px;
}
.colright{
float: right;
width: 130px;
line-height: 22px;
}
.rosugros {
   color: #FF0000;
   font-weight: bold;
   }






a:link,
a:visited,
a:active{

    text-decoration: none;
}

table.ipbtable tfoot td {
background-color:#1d1d1d;
}

div.maintitle .expand,div.maintitle .contract {
float: right;
width: 80px;
height: 15px;
background: url('http://i.imgur.com/gcuHP.png') no-repeat 95% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i.imgur.com/cZJSX.png') no-repeat 95% 50%;
}

.popupmenu li {
background-color: #1d1d1d;
}

.box-content {
border-bottom: transparent;
}
table.ipbtable tfoot td {
background-color: transparent;
}

.post {
border-bottom:10px solid #1d1d1d;
}


a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
  }
a.mainmenu:hover{
          filter:alpha(opacity=50); 
-moz-opacity: 0.65; 
opacity: 0.55;
    }

















#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}
a:hover{text-transform:uppercase;}

.skills a img{
background: url(http://i64.servimg.com/u/f64/14/54/25/26/dwd-gr10.png) no-repeat;}

.skills a img:hover{
background-position: 0px -40px;}



a[href="/g3-utilizatori"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/f9famh.png') no-repeat left;
}
a[href="/u1"] strong, a[href="/u2"] strong, a[href="/u3"] strong, a[href="/u4"] strong, a[href="/u5"] strong, a[href="/u6"] strong, a[href="/u7"] strong, a[href="/u8"] strong, a[href="/u9"] strong, a[href="/u10"] strong, a[href="/u11"] strong, a[href="/u12"] strong, a[href="/u13"] strong, a[href="/u14"] strong, a[href="/u15"] strong, a[href="/u16"] strong, a[href="/u17"] strong, a[href="/u18"] strong, a[href="/u19"] strong, a[href="/u20"] strong, a[href="/u21"] strong, a[href="/u22"] strong, a[href="/u23"] strong, a[href="/u24"] strong, a[href="/u25"] strong, a[href="/u26"] strong, a[href="/u27"] strong, a[href="/u28"] strong, a[href="/u29"] strong, a[href="/u30"] strong, a[href="/u31"] strong, a[href="/u32"] strong, a[href="/u33"] strong, a[href="/u34"] strong, a[href="/u35"] strong, a[href="/u36"] strong, a[href="/u37"] strong, a[href="/u38"] strong, a[href="/u39"] strong, a[href="/u40"] strong, a[href="/u41"] strong, a[href="/u42"] strong, a[href="/u43"] strong, a[href="/u44"] strong, a[href="/u45"] strong, a[href="/u46"] strong, a[href="/u47"] strong, a[href="/u48"] strong, a[href="/u49"] strong, a[href="/u50"] strong, a[href="/u51"] strong, a[href="/u52"] strong, a[href="/u53"] strong, a[href="/u54"] strong, a[href="/u55"] strong, a[href="/u56"] strong, a[href="/u57"] strong, a[href="/u58"] strong, a[href="/u59"] strong, a[href="/u60"] strong, a[href="/u61"] strong, a[href="/u62"] strong, a[href="/u63"] strong, a[href="/u64"] strong, a[href="/u65"] strong, a[href="/u66"] strong, a[href="/u67"] strong, a[href="/u68"] strong, a[href="/u69"] strong, a[href="/u70"] strong, a[href="/u71"] strong, a[href="/u72"] strong, a[href="/u73"] strong, a[href="/u74"] strong, a[href="/u75"] strong, a[href="/u76"] strong, a[href="/u77"] strong, a[href="/u78"] strong, a[href="/u79"] strong, a[href="/u80"] strong, a[href="/u81"] strong, a[href="/u82"] strong, a[href="/u83"] strong, a[href="/u84"] strong, a[href="/u85"] strong, a[href="/u86"] strong, a[href="/u87"] strong, a[href="/u88"] strong, a[href="/u89"] strong, a[href="/u90"] strong, a[href="/u91"] strong, a[href="/u92"] strong, a[href="/u93"] strong, a[href="/u94"] strong, a[href="/u95"] strong, a[href="/u96"] strong, a[href="/u97"] strong, a[href="/u98"] strong, a[href="/u99"] strong, a[href="/u101"] strong, a[href="/u102"] strong, a[href="/u103"] strong, a[href="/u104"] strong, a[href="/u105"] strong, a[href="/u107"] strong, a[href="/u108"] strong, a[href="/u109"] strong, a[href="/u110"] strong, a[href="/u111"] strong, a[href="/u112"] strong, a[href="/u113"] strong, a[href="/u114"] strong, a[href="/u115"] strong, a[href="/u116"] strong, a[href="/u117"] strong, a[href="/u118"] strong, a[href="/u119"] strong, a[href="/u120"] strong, a[href="/u121"] strong, a[href="/u122"] strong, a[href="/u123"] strong, a[href="/u124"] strong, a[href="/u125"] strong, a[href="/u126"] strong, a[href="/u217"] strong, a[href="/u128"] strong, a[href="/u129"] strong, a[href="/u130"] strong, a[href="/u131"] strong, a[href="/u132"] strong, a[href="/u133"] strong, a[href="/u134"] strong, a[href="/u135"] strong, a[href="/u136"] strong, a[href="/u137"] strong, a[href="/u138"] strong, a[href="/u139"] strong, a[href="/u140"] strong, a[href="/u141"] strong, a[href="/u142"] strong, a[href="/u143"] strong, a[href="/u144"] strong, a[href="/u145"] strong, a[href="/u146"] strong, a[href="/u147"] strong, a[href="/u148"] strong, a[href="/u149"] strong, a[href="/u150"] strong, a[href="/u151"] strong, a[href="/u152"] strong, a[href="/u153"] strong, a[href="/u154"] strong, a[href="/u155"] strong, a[href="/u156"] strong, a[href="/u157"] strong, a[href="/u158"] strong, a[href="/u159"] strong, a[href="/u160"] strong, a[href="/u161"] strong, a[href="/u162"] strong, a[href="/u163"] strong, a[href="/u164"] strong, a[href="/u165"] strong, a[href="/u166"] strong, a[href="/u167"] strong, a[href="/u168"] strong, a[href="/u169"] strong, a[href="/u170"] strong, a[href="/u171"] strong, a[href="/u172"] strong, a[href="/u173"] strong, a[href="/u174"] strong, a[href="/u175"] strong, a[href="/u176"] strong, a[href="/u177"] strong, a[href="/u178"] strong, a[href="/u179"] strong, a[href="/u180"] strong, a[href="/u181"] strong, a[href="/u182"] strong, a[href="/u183"] strong, a[href="/u184"] strong, a[href="/u185"] strong, a[href="/u186"] strong, a[href="/u187"] strong, a[href="/u188"] strong, a[href="/u189"] strong, a[href="/u190"] strong, a[href="/u191"] strong, a[href="/u192"] strong, a[href="/u193"] strong, a[href="/u194"] strong, a[href="/u195"] strong, a[href="/u196"] strong, a[href="/u197"] strong, a[href="/u198"] strong, a[href="/u199"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/f9famh.png') no-repeat left;
}

a[href="/g4-wewillsee-team"]{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}
 a[href="/u2"] strong, a[href="/u3"] strong, a[href="/u4"] strong, a[href="/u"] strong, a[href="/u113"] strong, a[href="/u2"] strong{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}

a[href="/g2-global-moderatori"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/u6"] strong, a[href="/u"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}

a[href="/g6-administratori"]{
padding-left: 18px;
background: url('http://fullzone.ro/forum/images/group_icons/fondator.png') no-repeat left;
}
 a[href="/u1"] strong, a[href="/u"] strong{
padding-left: 18px;
background: url('http://fullzone.ro/forum/images/group_icons/fondator.png') no-repeat left;
}
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://i.imgur.com/1Az2E.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://i.imgur.com/TQZ0Z.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
#chatbox {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/untitl13.png) !important;
background-repeat: no-repeat;
background-position: bottom right;
}
.online {
background-image: url(http://2img.net/i/fa/prosilver/../Online.png);
background-repeat: no-repeat;
background-position: 19% 1%;
}






body.chatbox {
background-color: transparent;
border-bottom: 5px solid #000000;
margin-right: 1px;
}

#chatbox_header {
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}

.chatbox-title {
font-style: italic;
font-size: 16px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}

.chatbox-options {
font-style: italic;
font-size:10px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}

#chatbox_members {
background-color: #1d1d1d;
border-left: 1px solid #d5dee5;
width: 180px;
margin-top: 5px;
}

#chatbox_members .member-title {
border-bottom: 1px solid #1d1d1d;
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}

#chatbox_members ul {
margin-right: 12px;
}

#chatbox_members ul li {
border-bottom: 1px solid #d5dee5;
}

.chatbox_row_1 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}
.chatbox_row_2 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}

#chatbox {
border-right: 1px solid #1d1d1d;
border-left: 1px solid #d5dee5;
background-color: #1d1d1d;
margin-top: 5px;
}

#chatbox_footer {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #e0e0e0;
border: 1px solid #cccccc;
margin-right: 1px;
}

.fontbutton {
border: 1px solid #cccccc;
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
}

#submit_button {
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
text-shadow: 1px 1px 1px #1d1d1d;
}







    #logo {
    left: 100px;
    top: 5px;
    float: left;
    position: relative;
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png);
    width: 859px;
    text-indent: -9999px;
    height: 135px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
   
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform;
   
      overflow:hidden;
    }


    #logo:hover {
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png) 0px 0px;
      -webkit-transform:translate(80px);
      -moz-transform: translate(80px);
      -o-transform:translate(80px);
    }

    #logo:active {
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png) 0px 0px;
      -webkit-transform:scale(0.9);
      -moz-transform:scale(0.9);
      -o-transform:scale(0.9);
    }


div.maintitle {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
}
#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

#flutuante {
display: scroll;
position: fixed;
top: 10px;
left: 1200px;
}

Ai esta
Piscada
BKFENIX

BKFENIX
***

Membro desde : 21/04/2010
Mensagens : 144
Pontos : 231

http://www.forunmuonline.forumeiros.net

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por MateusV. 09.03.12 18:27

Olá, substitua por este
Código:
a[href="/u1"] {
    background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 7px #FF0000;
}
{
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}


html {
  font-size: 100%;
}

body {
  /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  font-family: tahoma;
  color: #ababab;
  background: #0b0b0b;
  background-repeat:repeat-x y;
  font-size: 13px; /* This sets the default font size to be equivalent to 10px */
  margin: 0;
}
body.ltr {
  margin:0px;
  margin-top:0px;
  padding:0px;
}
#wrapheader {
  height: auto !important;
  padding: 0;
  margin-left:auto;
  margin-right:auto;
  width:99%;
}

#wrapcentre {
  margin-left:auto;
  margin-right:auto;
  width:99%;
}


#wrapnav {
  width: 100%;
  margin: 0;
  background-color: #ECECEC;
  border-width: 1px;
  border-style: solid;
  border-color: #A9B8C2;
moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#logodesc {
  background-color: #C1CAD2;
  background-image: url('http://missing.hi2.ro/missing.html');
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 0 25px 15px 25px;

}

#menubar {
  margin: 0 25px;
}

#datebar {
  margin: 10px 25px 0 25px;
}

#findbar {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.forumrules {
moz-border-radius: 5px;
-webkit-border-radius: 5px;
  background-color: #101010;
  border-width: 1px;
  border-style: dashed;
  border-color: #00a7de;
  padding: 4px;
  font-weight: normal;
  font-size: 1.1em;
  font-family: tahoma;
}

.forumrules h3 {
  color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
  direction: rtl;
  unicode-bidi: embed;
}

a:link {
  color: #00a7de;
  text-decoration: none;
  font-size:11px;
}

a:active,
a:visited {
  color: #00a7de;
  text-decoration: none;
      font-size:11px;
}

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

a.forumlink {
  color: #00a7de;
  font-weight: bold;
  font-family: tahoma;
  font-size: 1.2em;
}
a.forumlink:hover {
  color: #00a7de;
  font-weight: bold;
  font-family: tahoma;
  font-size: 1.2em;
  text-decoration:none;
}

a.topictitle {
  margin: 1px 0;
  font-family: tahoma;
  font-weight: bold;
  font-size: 11px;
  color:#00a7de;
}
a.topictitle:hover {
  color: #646464;
  text-decoration: none;
}

a.topictitle:visited {
  color: #00a7de;
  text-decoration: none;
}
th {

}
th a,
th a:visited {
  color: #ededed !important;
  text-decoration: none;

 
}
.text-shadow-tabel-stanga-index {
  font-size:11px;
}

th a:hover {
  text-decoration: none;
}


/* Form Elements
 ------------ */
form {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform:none;
}

input {
  color: #333333;
  font-family: tahoma;
  font-size: 1.1em;
  font-weight: normal;
  padding: 1px;
  border: 1px solid #A9B8C2;
  background-color: #FAFAFA;
}

textarea {
  background-color: #1c1c1c;
  color: #646464;
  font-family: tahoma;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: normal;
  border: 1px solid #1c1c1c;
  padding: 2px;
}

select {
  color: #646464;
  background-color: #1c1c1c;
  font-family: tahoma;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #1c1c1c;
  padding: 1px;
}

option {
  padding: 0 1em 0 0;
}

option.disabled-option {
  color: graytext;
}

.rtl option {
  padding: 0 0 0 1em;
}

input.radio {
  border: none;
  background-color: #1c1c1c;
}

.post {
  background-color: #1c1c1c;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1c1c;
  color:#646464;
}

.btnbbcode {
  color: #646464;
  font-weight: normal;
  font-size: 1.1em;
  font-family: tahoma;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.btnmain {
  font-weight: bold;
  background-color: #1c1c1c;
  border: 1px solid #ba6f16;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.btnmain:hover {
  font-weight: bold;
  background-color: #1c1c1c;
  border: 1px solid #00a7de;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.btnlite {
  font-weight: normal;
  background-color: #1c1c1c;
  border: 1px solid #2a2a2a;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}
.btnlite:hover {
  font-weight: normal;
  background-color: #1c1c1c;
  border: 1px solid #646464;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.btnfile {
  font-weight: normal;
  background-color: #1c1c1c;
  border: 0px solid #1c1c1c;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.helpline {
  background-color: #101010;
  border-style: none;
  color:#646464;
}




/*Panel Left*/

.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
  background:url('http://missing.hi2.ro/missing.html') repeat;
border:1px solid #111111;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: 200px;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=595);
opacity: .95;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #00a7de;
text-decoration: none;

}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00aa00;
padding: 10px 30px 10px 10px;
font-weight: 700;
background:#131313 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #1c1c1c;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00a7de;
padding: 10px 40px 10px 10px;
font-weight: 700;
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 100px;
line-height: 22px;
}
.colright{
float: right;
width: 130px;
line-height: 22px;
}
.rosugros {
  color: #FF0000;
  font-weight: bold;
  }






a:link,
a:visited,
a:active{

    text-decoration: none;
}

table.ipbtable tfoot td {
background-color:#1d1d1d;
}

div.maintitle .expand,div.maintitle .contract {
float: right;
width: 80px;
height: 15px;
background: url('http://i.imgur.com/gcuHP.png') no-repeat 95% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i.imgur.com/cZJSX.png') no-repeat 95% 50%;
}

.popupmenu li {
background-color: #1d1d1d;
}


table.ipbtable tfoot td {
background-color: transparent;
}

.post {
moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom:10px solid #1d1d1d;
}


a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
  }
a.mainmenu:hover{
          filter:alpha(opacity=50); 
-moz-opacity: 0.65; 
opacity: 0.55;
    }

















#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}
a:hover{text-transform:uppercase;}

.skills a img{
background: url(http://i64.servimg.com/u/f64/14/54/25/26/dwd-gr10.png) no-repeat;}

.skills a img:hover{
background-position: 0px -40px;}



a[href="/g3-utilizatori"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/f9famh.png') no-repeat left;
}
a[href="/u1"] strong, a[href="/u2"] strong, a[href="/u3"] strong, a[href="/u4"] strong, a[href="/u5"] strong, a[href="/u6"] strong, a[href="/u7"] strong, a[href="/u8"] strong, a[href="/u9"] strong, a[href="/u10"] strong, a[href="/u11"] strong, a[href="/u12"] strong, a[href="/u13"] strong, a[href="/u14"] strong, a[href="/u15"] strong, a[href="/u16"] strong, a[href="/u17"] strong, a[href="/u18"] strong, a[href="/u19"] strong, a[href="/u20"] strong, a[href="/u21"] strong, a[href="/u22"] strong, a[href="/u23"] strong, a[href="/u24"] strong, a[href="/u25"] strong, a[href="/u26"] strong, a[href="/u27"] strong, a[href="/u28"] strong, a[href="/u29"] strong, a[href="/u30"] strong, a[href="/u31"] strong, a[href="/u32"] strong, a[href="/u33"] strong, a[href="/u34"] strong, a[href="/u35"] strong, a[href="/u36"] strong, a[href="/u37"] strong, a[href="/u38"] strong, a[href="/u39"] strong, a[href="/u40"] strong, a[href="/u41"] strong, a[href="/u42"] strong, a[href="/u43"] strong, a[href="/u44"] strong, a[href="/u45"] strong, a[href="/u46"] strong, a[href="/u47"] strong, a[href="/u48"] strong, a[href="/u49"] strong, a[href="/u50"] strong, a[href="/u51"] strong, a[href="/u52"] strong, a[href="/u53"] strong, a[href="/u54"] strong, a[href="/u55"] strong, a[href="/u56"] strong, a[href="/u57"] strong, a[href="/u58"] strong, a[href="/u59"] strong, a[href="/u60"] strong, a[href="/u61"] strong, a[href="/u62"] strong, a[href="/u63"] strong, a[href="/u64"] strong, a[href="/u65"] strong, a[href="/u66"] strong, a[href="/u67"] strong, a[href="/u68"] strong, a[href="/u69"] strong, a[href="/u70"] strong, a[href="/u71"] strong, a[href="/u72"] strong, a[href="/u73"] strong, a[href="/u74"] strong, a[href="/u75"] strong, a[href="/u76"] strong, a[href="/u77"] strong, a[href="/u78"] strong, a[href="/u79"] strong, a[href="/u80"] strong, a[href="/u81"] strong, a[href="/u82"] strong, a[href="/u83"] strong, a[href="/u84"] strong, a[href="/u85"] strong, a[href="/u86"] strong, a[href="/u87"] strong, a[href="/u88"] strong, a[href="/u89"] strong, a[href="/u90"] strong, a[href="/u91"] strong, a[href="/u92"] strong, a[href="/u93"] strong, a[href="/u94"] strong, a[href="/u95"] strong, a[href="/u96"] strong, a[href="/u97"] strong, a[href="/u98"] strong, a[href="/u99"] strong, a[href="/u101"] strong, a[href="/u102"] strong, a[href="/u103"] strong, a[href="/u104"] strong, a[href="/u105"] strong, a[href="/u107"] strong, a[href="/u108"] strong, a[href="/u109"] strong, a[href="/u110"] strong, a[href="/u111"] strong, a[href="/u112"] strong, a[href="/u113"] strong, a[href="/u114"] strong, a[href="/u115"] strong, a[href="/u116"] strong, a[href="/u117"] strong, a[href="/u118"] strong, a[href="/u119"] strong, a[href="/u120"] strong, a[href="/u121"] strong, a[href="/u122"] strong, a[href="/u123"] strong, a[href="/u124"] strong, a[href="/u125"] strong, a[href="/u126"] strong, a[href="/u217"] strong, a[href="/u128"] strong, a[href="/u129"] strong, a[href="/u130"] strong, a[href="/u131"] strong, a[href="/u132"] strong, a[href="/u133"] strong, a[href="/u134"] strong, a[href="/u135"] strong, a[href="/u136"] strong, a[href="/u137"] strong, a[href="/u138"] strong, a[href="/u139"] strong, a[href="/u140"] strong, a[href="/u141"] strong, a[href="/u142"] strong, a[href="/u143"] strong, a[href="/u144"] strong, a[href="/u145"] strong, a[href="/u146"] strong, a[href="/u147"] strong, a[href="/u148"] strong, a[href="/u149"] strong, a[href="/u150"] strong, a[href="/u151"] strong, a[href="/u152"] strong, a[href="/u153"] strong, a[href="/u154"] strong, a[href="/u155"] strong, a[href="/u156"] strong, a[href="/u157"] strong, a[href="/u158"] strong, a[href="/u159"] strong, a[href="/u160"] strong, a[href="/u161"] strong, a[href="/u162"] strong, a[href="/u163"] strong, a[href="/u164"] strong, a[href="/u165"] strong, a[href="/u166"] strong, a[href="/u167"] strong, a[href="/u168"] strong, a[href="/u169"] strong, a[href="/u170"] strong, a[href="/u171"] strong, a[href="/u172"] strong, a[href="/u173"] strong, a[href="/u174"] strong, a[href="/u175"] strong, a[href="/u176"] strong, a[href="/u177"] strong, a[href="/u178"] strong, a[href="/u179"] strong, a[href="/u180"] strong, a[href="/u181"] strong, a[href="/u182"] strong, a[href="/u183"] strong, a[href="/u184"] strong, a[href="/u185"] strong, a[href="/u186"] strong, a[href="/u187"] strong, a[href="/u188"] strong, a[href="/u189"] strong, a[href="/u190"] strong, a[href="/u191"] strong, a[href="/u192"] strong, a[href="/u193"] strong, a[href="/u194"] strong, a[href="/u195"] strong, a[href="/u196"] strong, a[href="/u197"] strong, a[href="/u198"] strong, a[href="/u199"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/f9famh.png') no-repeat left;
}

a[href="/g4-wewillsee-team"]{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}
 a[href="/u2"] strong, a[href="/u3"] strong, a[href="/u4"] strong, a[href="/u"] strong, a[href="/u113"] strong, a[href="/u2"] strong{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}

a[href="/g2-global-moderatori"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/u6"] strong, a[href="/u"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}

a[href="/g6-administratori"]{
padding-left: 18px;
background: url('http://fullzone.ro/forum/images/group_icons/fondator.png') no-repeat left;
}
 a[href="/u1"] strong, a[href="/u"] strong{
padding-left: 18px;
background: url('http://fullzone.ro/forum/images/group_icons/fondator.png') no-repeat left;
}
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://i.imgur.com/1Az2E.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://i.imgur.com/TQZ0Z.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
#chatbox {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/untitl13.png) !important;
background-repeat: no-repeat;
background-position: bottom right;
}
.online {
background-image: url(http://2img.net/i/fa/prosilver/../Online.png);
background-repeat: no-repeat;
background-position: 19% 1%;
}






body.chatbox {
background-color: transparent;
border-bottom: 5px solid #000000;
margin-right: 1px;
}

#chatbox_header {
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}

.chatbox-title {
font-style: italic;
font-size: 16px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}

.chatbox-options {
font-style: italic;
font-size:10px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}

#chatbox_members {
background-color: #1d1d1d;
border-left: 1px solid #d5dee5;
width: 180px;
margin-top: 5px;
}

#chatbox_members .member-title {
border-bottom: 1px solid #1d1d1d;
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}

#chatbox_members ul {
margin-right: 12px;
}

#chatbox_members ul li {
border-bottom: 1px solid #d5dee5;
}

.chatbox_row_1 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}
.chatbox_row_2 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}

#chatbox {
border-right: 1px solid #1d1d1d;
border-left: 1px solid #d5dee5;
background-color: #1d1d1d;
margin-top: 5px;
}

#chatbox_footer {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #e0e0e0;
border: 1px solid #cccccc;
margin-right: 1px;
}

.fontbutton {
border: 1px solid #cccccc;
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
}

#submit_button {
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
text-shadow: 1px 1px 1px #1d1d1d;
}







    #logo {
    left: 100px;
    top: 5px;
    float: left;
    position: relative;
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png);
    width: 859px;
    text-indent: -9999px;
    height: 135px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform;
    overflow:hidden;
    }


    #logo:hover {
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png) 0px 0px;
      -webkit-transform:translate(80px);
      -moz-transform: translate(80px);
      -o-transform:translate(80px);
    }

    #logo:active {
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png) 0px 0px;
      -webkit-transform:scale(0.9);
      -moz-transform:scale(0.9);
      -o-transform:scale(0.9);
    }



#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

#flutuante {
display: scroll;
position: fixed;
top: 10px;
left: 1200px;
}
Cordialmente.
MateusV.

MateusV.
Membro Entusiasta
Membro Entusiasta

Membro desde : 30/10/2011
Mensagens : 7017
Pontos : 9284

http://mateusv.site11.com/gerador2.html

Ir para o topo Ir para baixo

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por BKFENIX 09.03.12 18:38

Nao resulto e as bordas das categorias agora ficarao quadradas sendo que elas erao redondas,porque ja tinha feito o tutorial
BKFENIX

BKFENIX
***

Membro desde : 21/04/2010
Mensagens : 144
Pontos : 231

http://www.forunmuonline.forumeiros.net

Ir para o topo Ir para baixo

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por BKFENIX 10.03.12 22:02

alguem ??
BKFENIX

BKFENIX
***

Membro desde : 21/04/2010
Mensagens : 144
Pontos : 231

http://www.forunmuonline.forumeiros.net

Ir para o topo Ir para baixo

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por BKFENIX 12.03.12 15:47

por favor alguem me ajuda ?
BKFENIX

BKFENIX
***

Membro desde : 21/04/2010
Mensagens : 144
Pontos : 231

http://www.forunmuonline.forumeiros.net

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por MateusV. 12.03.12 15:56

Olá, substitua seu CSS por este
Código:
a[href="/u1"] {
    background: url("http://i.imgur.com/3vc82.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 7px #FF0000;
}
{
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}


html {
  font-size: 100%;
}

body {
  /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  font-family: tahoma;
  color: #ababab;
  background: #0b0b0b;
  background-repeat:repeat-x y;
  font-size: 13px; /* This sets the default font size to be equivalent to 10px */
  margin: 0;
}
body.ltr {
  margin:0px;
  margin-top:0px;
  padding:0px;
}
#wrapheader {
  height: auto !important;
  padding: 0;
  margin-left:auto;
  margin-right:auto;
  width:99%;
}

#wrapcentre {
  margin-left:auto;
  margin-right:auto;
  width:99%;
}


#wrapnav {
  width: 100%;
  margin: 0;
  background-color: #ECECEC;
  border-width: 1px;
  border-style: solid;
  border-color: #A9B8C2;
}

#logodesc {
  background-color: #C1CAD2;
  background-image: url('http://missing.hi2.ro/missing.html');
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 0 25px 15px 25px;
}

#menubar {
  margin: 0 25px;
}

#datebar {
  margin: 10px 25px 0 25px;
}

#findbar {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.forumrules {
  background-color: #101010;
  border-width: 1px;
  border-style: dashed;
  border-color: #00a7de;
  padding: 4px;
  font-weight: normal;
  font-size: 1.1em;
  font-family: tahoma;
}

.forumrules h3 {
  color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
  direction: rtl;
  unicode-bidi: embed;
}

a:link {
  color: #00a7de;
  text-decoration: none;
  font-size:11px;
}

a:active,
a:visited {
  color: #00a7de;
  text-decoration: none;
      font-size:11px;
}

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

a.forumlink {
  color: #00a7de;
  font-weight: bold;
  font-family: tahoma;
  font-size: 1.2em;
}
a.forumlink:hover {
  color: #00a7de;
  font-weight: bold;
  font-family: tahoma;
  font-size: 1.2em;
  text-decoration:none;
}

a.topictitle {
  margin: 1px 0;
  font-family: tahoma;
  font-weight: bold;
  font-size: 11px;
  color:#00a7de;
}
a.topictitle:hover {
  color: #646464;
  text-decoration: none;
}

a.topictitle:visited {
  color: #00a7de;
  text-decoration: none;
}
th {

}
th a,
th a:visited {
  color: #ededed !important;
  text-decoration: none;

 
}
.text-shadow-tabel-stanga-index {
  font-size:11px;
}

th a:hover {
  text-decoration: none;
}


/* Form Elements
 ------------ */
form {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform:none;
}

input {
  color: #333333;
  font-family: tahoma;
  font-size: 1.1em;
  font-weight: normal;
  padding: 1px;
  border: 1px solid #A9B8C2;
  background-color: #FAFAFA;
}

textarea {
  background-color: #1c1c1c;
  color: #646464;
  font-family: tahoma;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: normal;
  border: 1px solid #1c1c1c;
  padding: 2px;
}

select {
  color: #646464;
  background-color: #1c1c1c;
  font-family: tahoma;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #1c1c1c;
  padding: 1px;
}

option {
  padding: 0 1em 0 0;
}

option.disabled-option {
  color: graytext;
}

.rtl option {
  padding: 0 0 0 1em;
}

input.radio {
  border: none;
  background-color: #1c1c1c;
}

.post {
  background-color: #1c1c1c;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1c1c;
  color:#646464;
}

.btnbbcode {
  color: #646464;
  font-weight: normal;
  font-size: 1.1em;
  font-family: tahoma;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.btnmain {
  font-weight: bold;
  background-color: #1c1c1c;
  border: 1px solid #ba6f16;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.btnmain:hover {
  font-weight: bold;
  background-color: #1c1c1c;
  border: 1px solid #00a7de;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.btnlite {
  font-weight: normal;
  background-color: #1c1c1c;
  border: 1px solid #2a2a2a;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}
.btnlite:hover {
  font-weight: normal;
  background-color: #1c1c1c;
  border: 1px solid #646464;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.btnfile {
  font-weight: normal;
  background-color: #1c1c1c;
  border: 0px solid #1c1c1c;
  padding: 1px 5px;
  font-size: 1.1em;
  color:#646464;
}

.helpline {
  background-color: #101010;
  border-style: none;
  color:#646464;
}




/*Panel Left*/

.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
  background:url('http://missing.hi2.ro/missing.html') repeat;
border:1px solid #111111;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: 200px;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=595);
opacity: .95;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #00a7de;
text-decoration: none;

}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00aa00;
padding: 10px 30px 10px 10px;
font-weight: 700;
background:#131313 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #1c1c1c;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00a7de;
padding: 10px 40px 10px 10px;
font-weight: 700;
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 100px;
line-height: 22px;
}
.colright{
float: right;
width: 130px;
line-height: 22px;
}
.rosugros {
  color: #FF0000;
  font-weight: bold;
  }






a:link,
a:visited,
a:active{

    text-decoration: none;
}

table.ipbtable tfoot td {
background-color:#1d1d1d;
}

div.maintitle .expand,div.maintitle .contract {
float: right;
width: 80px;
height: 15px;
background: url('http://i.imgur.com/gcuHP.png') no-repeat 95% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i.imgur.com/cZJSX.png') no-repeat 95% 50%;
}

.popupmenu li {
background-color: #1d1d1d;
}

.box-content {
border-bottom: transparent;
}
table.ipbtable tfoot td {
background-color: transparent;
}

.post {
border-bottom:10px solid #1d1d1d;
}


a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
  }
a.mainmenu:hover{
          filter:alpha(opacity=50); 
-moz-opacity: 0.65; 
opacity: 0.55;
    }

















#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}
a:hover{text-transform:uppercase;}

.skills a img{
background: url(http://i64.servimg.com/u/f64/14/54/25/26/dwd-gr10.png) no-repeat;}

.skills a img:hover{
background-position: 0px -40px;}



a[href="/g3-utilizatori"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/f9famh.png') no-repeat left;
}
a[href="/u1"] strong, a[href="/u2"] strong, a[href="/u3"] strong, a[href="/u4"] strong, a[href="/u5"] strong, a[href="/u6"] strong, a[href="/u7"] strong, a[href="/u8"] strong, a[href="/u9"] strong, a[href="/u10"] strong, a[href="/u11"] strong, a[href="/u12"] strong, a[href="/u13"] strong, a[href="/u14"] strong, a[href="/u15"] strong, a[href="/u16"] strong, a[href="/u17"] strong, a[href="/u18"] strong, a[href="/u19"] strong, a[href="/u20"] strong, a[href="/u21"] strong, a[href="/u22"] strong, a[href="/u23"] strong, a[href="/u24"] strong, a[href="/u25"] strong, a[href="/u26"] strong, a[href="/u27"] strong, a[href="/u28"] strong, a[href="/u29"] strong, a[href="/u30"] strong, a[href="/u31"] strong, a[href="/u32"] strong, a[href="/u33"] strong, a[href="/u34"] strong, a[href="/u35"] strong, a[href="/u36"] strong, a[href="/u37"] strong, a[href="/u38"] strong, a[href="/u39"] strong, a[href="/u40"] strong, a[href="/u41"] strong, a[href="/u42"] strong, a[href="/u43"] strong, a[href="/u44"] strong, a[href="/u45"] strong, a[href="/u46"] strong, a[href="/u47"] strong, a[href="/u48"] strong, a[href="/u49"] strong, a[href="/u50"] strong, a[href="/u51"] strong, a[href="/u52"] strong, a[href="/u53"] strong, a[href="/u54"] strong, a[href="/u55"] strong, a[href="/u56"] strong, a[href="/u57"] strong, a[href="/u58"] strong, a[href="/u59"] strong, a[href="/u60"] strong, a[href="/u61"] strong, a[href="/u62"] strong, a[href="/u63"] strong, a[href="/u64"] strong, a[href="/u65"] strong, a[href="/u66"] strong, a[href="/u67"] strong, a[href="/u68"] strong, a[href="/u69"] strong, a[href="/u70"] strong, a[href="/u71"] strong, a[href="/u72"] strong, a[href="/u73"] strong, a[href="/u74"] strong, a[href="/u75"] strong, a[href="/u76"] strong, a[href="/u77"] strong, a[href="/u78"] strong, a[href="/u79"] strong, a[href="/u80"] strong, a[href="/u81"] strong, a[href="/u82"] strong, a[href="/u83"] strong, a[href="/u84"] strong, a[href="/u85"] strong, a[href="/u86"] strong, a[href="/u87"] strong, a[href="/u88"] strong, a[href="/u89"] strong, a[href="/u90"] strong, a[href="/u91"] strong, a[href="/u92"] strong, a[href="/u93"] strong, a[href="/u94"] strong, a[href="/u95"] strong, a[href="/u96"] strong, a[href="/u97"] strong, a[href="/u98"] strong, a[href="/u99"] strong, a[href="/u101"] strong, a[href="/u102"] strong, a[href="/u103"] strong, a[href="/u104"] strong, a[href="/u105"] strong, a[href="/u107"] strong, a[href="/u108"] strong, a[href="/u109"] strong, a[href="/u110"] strong, a[href="/u111"] strong, a[href="/u112"] strong, a[href="/u113"] strong, a[href="/u114"] strong, a[href="/u115"] strong, a[href="/u116"] strong, a[href="/u117"] strong, a[href="/u118"] strong, a[href="/u119"] strong, a[href="/u120"] strong, a[href="/u121"] strong, a[href="/u122"] strong, a[href="/u123"] strong, a[href="/u124"] strong, a[href="/u125"] strong, a[href="/u126"] strong, a[href="/u217"] strong, a[href="/u128"] strong, a[href="/u129"] strong, a[href="/u130"] strong, a[href="/u131"] strong, a[href="/u132"] strong, a[href="/u133"] strong, a[href="/u134"] strong, a[href="/u135"] strong, a[href="/u136"] strong, a[href="/u137"] strong, a[href="/u138"] strong, a[href="/u139"] strong, a[href="/u140"] strong, a[href="/u141"] strong, a[href="/u142"] strong, a[href="/u143"] strong, a[href="/u144"] strong, a[href="/u145"] strong, a[href="/u146"] strong, a[href="/u147"] strong, a[href="/u148"] strong, a[href="/u149"] strong, a[href="/u150"] strong, a[href="/u151"] strong, a[href="/u152"] strong, a[href="/u153"] strong, a[href="/u154"] strong, a[href="/u155"] strong, a[href="/u156"] strong, a[href="/u157"] strong, a[href="/u158"] strong, a[href="/u159"] strong, a[href="/u160"] strong, a[href="/u161"] strong, a[href="/u162"] strong, a[href="/u163"] strong, a[href="/u164"] strong, a[href="/u165"] strong, a[href="/u166"] strong, a[href="/u167"] strong, a[href="/u168"] strong, a[href="/u169"] strong, a[href="/u170"] strong, a[href="/u171"] strong, a[href="/u172"] strong, a[href="/u173"] strong, a[href="/u174"] strong, a[href="/u175"] strong, a[href="/u176"] strong, a[href="/u177"] strong, a[href="/u178"] strong, a[href="/u179"] strong, a[href="/u180"] strong, a[href="/u181"] strong, a[href="/u182"] strong, a[href="/u183"] strong, a[href="/u184"] strong, a[href="/u185"] strong, a[href="/u186"] strong, a[href="/u187"] strong, a[href="/u188"] strong, a[href="/u189"] strong, a[href="/u190"] strong, a[href="/u191"] strong, a[href="/u192"] strong, a[href="/u193"] strong, a[href="/u194"] strong, a[href="/u195"] strong, a[href="/u196"] strong, a[href="/u197"] strong, a[href="/u198"] strong, a[href="/u199"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/f9famh.png') no-repeat left;
}

a[href="/g4-wewillsee-team"]{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}
 a[href="/u2"] strong, a[href="/u3"] strong, a[href="/u4"] strong, a[href="/u"] strong, a[href="/u113"] strong, a[href="/u2"] strong{
padding-left: 18px;
background: url('http://i41.tinypic.com/wan2q8.jpg') no-repeat left;
}

a[href="/g2-global-moderatori"]{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}
a[href="/u6"] strong, a[href="/u"] strong{
padding-left: 18px;
background: url('http://i42.tinypic.com/2hiblag.jpg') no-repeat left;
}

a[href="/g6-administratori"]{
padding-left: 18px;
background: url('http://fullzone.ro/forum/images/group_icons/fondator.png') no-repeat left;
}
 a[href="/u1"] strong, a[href="/u"] strong{
padding-left: 18px;
background: url('http://fullzone.ro/forum/images/group_icons/fondator.png') no-repeat left;
}
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://i.imgur.com/1Az2E.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://i.imgur.com/TQZ0Z.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
#chatbox {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/untitl13.png) !important;
background-repeat: no-repeat;
background-position: bottom right;
}
.online {
background-image: url(http://2img.net/i/fa/prosilver/../Online.png);
background-repeat: no-repeat;
background-position: 19% 1%;
}






body.chatbox {
background-color: transparent;
border-bottom: 5px solid #000000;
margin-right: 1px;
}

#chatbox_header {
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}

.chatbox-title {
font-style: italic;
font-size: 16px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}

.chatbox-options {
font-style: italic;
font-size:10px;
font-weight:bold;
text-shadow: 1px 1px 1px #1d1d1d;
}

#chatbox_members {
background-color: #1d1d1d;
border-left: 1px solid #d5dee5;
width: 180px;
margin-top: 5px;
}

#chatbox_members .member-title {
border-bottom: 1px solid #1d1d1d;
background-color: #1d1d1d;
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
}

#chatbox_members ul {
margin-right: 12px;
}

#chatbox_members ul li {
border-bottom: 1px solid #d5dee5;
}

.chatbox_row_1 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}
.chatbox_row_2 {
border-bottom: 1px solid #ececec;
background-color: #1d1d1d;
color: #000000;
}

#chatbox {
border-right: 1px solid #1d1d1d;
border-left: 1px solid #d5dee5;
background-color: #1d1d1d;
margin-top: 5px;
}

#chatbox_footer {
background-image: url(http://i43.servimg.com/u/f43/15/43/88/47/158210.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #e0e0e0;
border: 1px solid #cccccc;
margin-right: 1px;
}

.fontbutton {
border: 1px solid #cccccc;
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
}

#submit_button {
background-image: url(http://i36.servimg.com/u/f36/12/56/56/12/140.jpg);
background-position: left top;
background-repeat: repeat-x;
text-shadow: 1px 1px 1px #1d1d1d;
}







    #logo {
    left: 100px;
    top: 5px;
    float: left;
    position: relative;
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png);
    width: 859px;
    text-indent: -9999px;
    height: 135px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
   
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform;
   
      overflow:hidden;
    }


    #logo:hover {
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png) 0px 0px;
      -webkit-transform:translate(80px);
      -moz-transform: translate(80px);
      -o-transform:translate(80px);
    }

    #logo:active {
    background: url(http://i41.servimg.com/u/f41/17/21/09/62/untitl10.png) 0px 0px;
      -webkit-transform:scale(0.9);
      -moz-transform:scale(0.9);
      -o-transform:scale(0.9);
    }


div.maintitle {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
z-index: 999 !important;
}
#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

#flutuante {
display: scroll;
position: fixed;
top: 10px;
left: 1200px;
}
Cordialmente. Café
MateusV.

MateusV.
Membro Entusiasta
Membro Entusiasta

Membro desde : 30/10/2011
Mensagens : 7017
Pontos : 9284

http://mateusv.site11.com/gerador2.html

Ir para o topo Ir para baixo

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por BKFENIX 12.03.12 19:56

não resultou
BKFENIX

BKFENIX
***

Membro desde : 21/04/2010
Mensagens : 144
Pontos : 231

http://www.forunmuonline.forumeiros.net

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por Gabe 13.03.12 2:08

Olá!

Acesse:

Painel de Controle Seta Visualização Seta Imagens e Cores Seta Cores Seta Folha de Estilos CSS

Adicione o seguinte Código CSS:

div.borderwrap {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

Abraço.
Gabe

Gabe
Membro Entusiasta
Membro Entusiasta

Membro desde : 10/01/2010
Mensagens : 5769
Pontos : 7547

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Arredondar partes indesejadas

Mensagem por BKFENIX 13.03.12 2:19

Agora sim obrigado,problema resolvido.
MateusV. obrigado pela força
BKFENIX

BKFENIX
***

Membro desde : 21/04/2010
Mensagens : 144
Pontos : 231

http://www.forunmuonline.forumeiros.net

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

Permissões neste sub-fórum
Não podes responder a tópicos