Separar quadros de postagem

3 participantes

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

Tópico resolvido Separar quadros de postagem

Mensagem por BKFENIX 21.05.13 20:41

Qual é minha questão:
Bom é o seguinte,eu queria algum código css para seperar os quadros de postagem ...
Vou postar duas imagens abaixo,uma sem editar e outra editada,em seguida explico:
Imagem 1 sem edição
https://i.imgur.com/ksQf19a.png

Imagem 2 editada do jeito que eu quero
https://i.imgur.com/JeB9cCD.png

O que eu quero é o seguinte ... Repare na imagem 1 que os botões "Citar;Editar;Deletar" da postagem 1,estão muito abaixo,parecendo que os botões pertencem a postagem 2
Eu quero um código css que deixe esses botoes dentro de um quadro,tipo o da forumeiros:
https://i.imgur.com/z2Ym9sW.jpg

Se não entender pergunte que eu tento explicar melhor heheh

Endereço do meu fórum:
http://www.forunmuonline.forumeiros.net

Versão do fórum:
INVISION


Última edição por BKFENIX em 24.05.13 21:39, editado 1 vez(es)
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: Separar quadros de postagem

Mensagem por Sking 21.05.13 21:11

avatar

Sking
Super Membro

Membro desde : 10/10/2011
Mensagens : 1750
Pontos : 2484

https://www.facebook.com/davis.natsu

Ir para o topo Ir para baixo

Tópico resolvido Re: Separar quadros de postagem

Mensagem por BKFENIX 21.05.13 21:18

É mais ou menos assim,tipo ...
Olha a cor de fundo da minha primeira postagem,é um azul mais escuro,já a sua é mais clara ... Quero isso
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: Separar quadros de postagem

Mensagem por Sking 21.05.13 21:22

Olá,
Acenda sua "Folha de estilo CSS":

Painel de controle >> Visualização >> Imagens e Cores >> Cores >> Folha de estilo CSS

Código:

.post{
border: 1px solid #000000;
}

Verde > Troque pela cor que a borda vai ficar.
e Validar.
avatar

Sking
Super Membro

Membro desde : 10/10/2011
Mensagens : 1750
Pontos : 2484

https://www.facebook.com/davis.natsu

Ir para o topo Ir para baixo

Tópico resolvido Re: Separar quadros de postagem

Mensagem por BKFENIX 21.05.13 21:28

Não funcionou
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: Separar quadros de postagem

Mensagem por Sking 21.05.13 22:26

Olá,
então poderia explicar melhor o que vc quer ?

Até mais
avatar

Sking
Super Membro

Membro desde : 10/10/2011
Mensagens : 1750
Pontos : 2484

https://www.facebook.com/davis.natsu

Ir para o topo Ir para baixo

Tópico resolvido Re: Separar quadros de postagem

Mensagem por BKFENIX 21.05.13 22:56

Fica meio complicado explicar hahah' mas vamos lá ...
Nessa imagem ( https://i.imgur.com/ksQf19a.png ) mostra um tópico que eu criei,onde coloquei "POSTAGEM 1 e em seguida respondi POSTAGEM 2" ...
Se você reparar na POSTAGEM 1,os botões "Citar;Editar;Deletar" estão abaixo de uma linha,dando impressão de que esses botões pertencem a POSTAGEM 2 ... Quero tudo dentro de um quadro,separando a POSTAGEM 1 da POSTAGEM 2 ( Desse jeito -> https://i.imgur.com/JeB9cCD.png )

Entendeu ??
;D
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: Separar quadros de postagem

Mensagem por MateusA 22.05.13 0:20

Olá!

Aceda em:<br />
Painel de Controle Seta Visualização Seta Imagens & Cores Seta Cores Seta Folha de Estilo CSS

O codigo e esse:<br />
Código:
/* ************************Posts************************ */
.post-container {
   margin-right: 18em;
   }
.postbody {
   width: 100%;
   background-color: transparent;
   }
*+ html .postbody {
   word-wrap: break-word;
   }
* html .postbody {
   word-wrap: break-word;
   }
.post-entry {
   margin: 0.5em;
   overflow: hidden;
   }
* html .post-entry {
   width: 96.9%;
   float: left;
   }
.postprofile {
   float: right;
   margin-right: -18em;
   width: 18em;
   }
* html .postprofile {
   position: relative;
   }
.post-footer {
   clear: both;
   }
.post-footer img {
   cursor: pointer;
   }
.post .post-header {
   padding: 2px 8px 0;
   min-height: 33px;
   }
* html .post .post-header {
   height: 30px;
   }
.module .postbody .postbody-head {
   margin-left: 0;
   }
.postprofile-head .popmenubutton-new-out {
   margin: 0 auto;
   float: none;
   padding: 0.3em 0;
   }
.postbody-head .post-info {
   list-style: none;
   float: right;
   }
.postbody-head .post-info li {
   float: left;
   margin-left: 0.5em;
   }
.postdetails {
   font-size: 11px;
   line-height: 140%;
   }
.postdetails h3 {
   font-size: 11px;
   margin-right: 15%;
   }
.postprofile-details {
   margin: 1em;
   word-wrap: break-word;
   }
.postprofile-details dt{
   font-weight:400}
.postprofile-details dt a{
   text-decoration:none}
.post-footer ul.posting-icons,.post-footer ul.misc-icons {
   list-style: none;
   float: right;
   margin: 5px;
   }
.post-footer ul.misc-icons {
   float: left;
   }
.post-footer ul.posting-icons li,.post-footer ul.misc-icons li {
   float: left;
   }
.popmenubutton-new-out {
   float: none;
   width: 15em;
   }
.popmenubutton-new-out a {
   text-align: left;
   }
.postprofile-head {
   
/*position: relative;
   */
}
*+ html .postprofile-head {
   min-height: 1%;
   }
.postprofile-head .avatar {
   
/*float: right;
   */
text-align: center;
   }
.postprofile-head .avatar img {
   width: 50px;
   height: 50px;
   }
.postprofile-head ul li {
   background-image: none;
   }
.signature {
   padding: 1em;
   }
* html .signature {
   zoom: 1;
   }
.topic-footer {
   padding: 5px;
   }
.next-prev {
   float: right;
   }
.bar {
   padding: 5px;
   }
.postreview .box-content {
   padding-top: 0;
   }
.postreview .post {
   margin: 0;
   border-bottom: none;
   }
.postreview .postbody .postbody-head h3 {
   font-size: 11px;
   font-weight: normal;
   }
.postreview .postprofile-head h3 {
   font-size: 12px;
   }
.lastaction {
   font-size: 0.9em;
   }
Valide.


Até mais.

MateusA

MateusA
Hiper Membro

Membro desde : 13/05/2013
Mensagens : 3225
Pontos : 4215

https://www.facebook.com/forumeirospt https://twitter.com/forumeiros_pt

Ir para o topo Ir para baixo

Tópico resolvido Re: Separar quadros de postagem

Mensagem por BKFENIX 22.05.13 19:37

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

Tópico resolvido Re: Separar quadros de postagem

Mensagem por BKFENIX 23.05.13 22:50

Vejam meu CSS

Código:
{
/* 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: #ffffff;
   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: #ffffff;
   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:;
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/ok5kS.png') no-repeat 95% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i.imgur.com/RgNIv.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:;}

.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;}




.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #171717;
border: 1px solid #5e5c5c;
-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() !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%;
}


/*---navbar--*/
#submenu ul li a {
margin: 0;
color: white;
}
#submenu {
margin-top: 20px;
}
#userlinks {
margin-bottom: 20px;
}
#submenu ul li a:hover {
background-color: transparent;
text-shadow: 0 0 3px white, 0 1px 7px black, 0 0 10px white , 0 0 15px black;
}
#submenu {
background: url(http://i.imgur.com/Msqay.png);
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border: 0px solid #69E2EC;
}
#userlinks, .box-content, .topic-footer{
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}




#fa_toolbar, #fa_toolbar_hidden {background: url('http://i.imgur.com/XP0RvkL.png');}






div.aba {
  background:#fff;
  text-align:justify;
  margin-bottom:20px;
  padding:10px 15px;
  border:1px solid #CcC;
  box-shadow:inset 1px 1px 2px #999;
  border-radius:4px;
  }
#navebar {
  font:bold 12px Georgia, "Times New Roman", Times, serif;
  margin:0;
  padding:3px 0;

  }
#navebar li {
  list-style:none;
  margin-right:6px;
  display:inline;
  }
#navebar li a {
  padding:3px 6px;
  border:1px solid #09F;
  border-bottom:none;
  background:#dde;
  color:#333;
  text-decoration:none;
  }
#navebar li a:hover {
  color:#000;
  background:#aae;
  border-color:#09F;
  }
#navebar li a.ativo {background-color:#009;}
#navebar li a {
      color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    background-color: #1AB8D6;
    border-radius: 6px;
    padding: 10px 6px 10px;
    display: block;
  width:120px;
    border-width: 1px 1px 3px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.16);
    box-shadow: inset 0 0 2px rgba(255,255,255,0.76);
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
  display:inline-block;
    transition: background-color 0.5s;
  }
    #navebar li a:hover {    background-color: #22D5E7;}

Se tiver algo de errado nele me avisem
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