Mover botões de "adicionar"
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1 • Compartilhe
Mover botões de "adicionar"
- Descrição:
Imagem: https://i.imgur.com/T25pKTt.png
Então, gente, eu queria saber que código eu uso pra mover esses dois botões, tirar um de cima do outro. :T
- Informações:
Fórum: | http://firststeps-yoko.forumeiros.com/ | Versão: | PHPBB3 |
Tipo: | Pedido de código | Tags: | Mover,botões,adicionar |
Última edição por yokoq em 21.07.14 16:36, editado 1 vez(es)
yokoq- *
- Membro desde : 22/09/2012
Mensagens : 32
Pontos : 58
Re: Mover botões de "adicionar"
Saudações,
Mande-me teu CSS.
Abraços.
Mande-me teu CSS.
Abraços.
Re: Mover botões de "adicionar"
Mandei por MP.
yokoq- *
- Membro desde : 22/09/2012
Mensagens : 32
Pontos : 58
Re: Mover botões de "adicionar"
Olá,
Eu não sei se resolverá, até porque não tenho seu CSS, visto que mandou por MP. Mas pode tentar utilizar este código:
Veja se resulta.
Até mais!
Eu não sei se resolverá, até porque não tenho seu CSS, visto que mandou por MP. Mas pode tentar utilizar este código:
- Código:
#profile-advanced-add > a:nth-child(1) {
margin-top: -15px !important;
}
Veja se resulta.
Até mais!
Re: Mover botões de "adicionar"
Não resultou, mas aqui está o CSS.
- Spoiler:
- a{
text-decoration: none !important;
}
@font-face {
font-family: 'Astloch';
font-style: normal;
font-weight: 400;
src: local('Astloch'), url(http://fonts.gstatic.com/s/astloch/v5/MZS6yKXraNNucOWHOsyIng.woff2) format('woff2'), url(http://fonts.gstatic.com/s/astloch/v5/Lip-aAC4yyZnegrgsi4iHA.woff) format('woff');
}
.postprofile {
font-family: 'Astloch';
font-size: 28px;
}
.postprofile dd {
color: #000;
text-align: center;
font-family: Tahoma;
font-size: 11px;
}
fieldset dl:hover dt label {
color: #820707;
}
a.button1, input.button1, a.button2, input.button2, button.button2 {
color: #fff;
background-color: #000;
border-color: #820707;
background-image: url('https://i.imgur.com/oA2N6Ju.png');
}
ul.navlinks {
margin-right: 300px !important;
}
#content-container div#right {
background-position: center bottom;
background-repeat: no-repeat;
border: 8px solid #830a0a;
float: right;
right: 0px;
height: 100%;
line-height: 135%;
overflow-y: auto;
position: fixed;
top: 0px;
margin-left: 5px;
margin-bottom: -10px;
margin-top: -10px;
width: 310px;
background-color: #000;
}
span.corners-top {
background-image: url(https://2img.net/i/fa/empty.gif);
background-position: 0 0;
margin: 0 -5px;
}
.module .h3 {
visibility: hidden;
display: none;
}
.introduction .h3, .module .h3, .postbody .h3 {
margin-top: 8px;
}
#tab-strip {
list-style: none outside none;
margin: 0px;
padding: 0px;
display: block;
background-color: ;
}
.highlight {
background-color: #000;
}
.clickable {
display: inline;
border-bottom: 0px;
margin-right: 10px;
cursor: pointer;
background-color: #000;
font-family: Josefin Sans;
font-size: 12px;
color: #fff;
padding: 5px;
}
#tab1-content {
display: block;
}
.tab-content {
margin-top: 15px;
display: none;
}
#tab-strip {
list-style: none outside none;
margin: 0px;
padding: 0px;
display: block;
background-color: ;
}
p.author {
background-color: #000000;
width: 210px;
border-left: 5px solid #820707;
border-right: 5px solid #820707;
font-family: Tahoma;
font-size: 11px;
text-align: left;
margin-top: 5px;
}
.postprofile {
width: 220px;
background-color: #820707;
border-top: 20px solid #820707;
border-bottom: 20px solid #820707;
float: left;
text-align: center;
padding-right: 0px;
margin-left: -18px;
}
a.mainmenu:hover {
-htm-transform: all;
-htm-transition: 1s;
-moz-transform: all;
-moz-transition: 1s;
-o-transform: all;
-o-transition: 1s;
-webkit-filter: blur(0px);
-webkit-transform: all;
-webkit-transition: 1s;
background-color: #6B1212;
border-bottom: 3px solid #820707;
color: #fff;
filter: url(#blur-effect-1);
letter-spacing: 1px;
padding: 8px;
padding-left: 20px;
padding-right: 20px;
text-shadow: 0 0 6px #fff;
transform: all;
transition: 1s;
}
a.mainmenu {
-htm-transform: all;
-htm-transition: .1s;
-moz-transform: all;
-moz-transition: .1s;
-o-transform: all;
-o-transition: .1s;
-webkit-filter: blur(0px);
-webkit-transform: all;
-webkit-transition: .1s;
background-color: #820707;
border-bottom: 3px solid #820707;
color: #fff;
filter: url(#blur-effect-1);
font-family: Calibri;
font-size: 11px;
height: 0px;
letter-spacing: 1px;
padding: 8px;
text-shadow: 0 0 6px #fff;
text-transform: uppercase;
transform: all;
transition: .1s;
word-spacing: 0px;
margin-left: -13px;
}
.h3 {
-htm-transform: all;
-htm-transition: 1s;
-moz-transform: all;
-moz-transition: 1s;
-o-transform: all;
-o-transition: 1s;
-webkit-filter: blur(0px);
-webkit-transform: all;
-webkit-transition: 1s;
border-top: 20px solid #820707;
background-color: #820707;
border-bottom: 20px solid #820707;
font-family: 'Josefin Sans';
font-color: #ffffff;
font-size: 20px;
padding: 0px;
text-align: center;
}
.h3:hover {
-htm-transform: all;
-htm-transition: 1s;
-moz-transform: all;
-moz-transition: 1s;
-o-transform: all;
-o-transition: 1s;
-webkit-filter: blur(0px);
-webkit-transform: all;
-webkit-transition: 1s;
border-top: 20px solid #540b0b;
background-color: #540b0b;
border-bottom: 20px solid #540b0b;
font-family: 'Josefin Sans';
font-color: #ffffff;
font-size: 20px;
padding: 0px;
text-align: center;
text-shadow: 0 0 6px #fff;
}
span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
background-repeat: no-repeat;
display: none;
font-size: 1px;
height: 5px;
line-height: 1px;
}
ul.navlinks {
border: none !important;
padding-bottom: 10px;
}
li.header {
border: none !important;
padding-bottom: 10px;
padding-top: 10px;
}
p.right.rightside {display: none}
.postprofile {
border: none !important;
}
.sceditor-container {
border: none !important;
}
.sceditor-toolbar {
border: none !important;
}
/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 8px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: #000000;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background: #830a0a;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 8px;
background-color: #000000;
}
li.row {
border-bottom: transparent !important;
border-top: transparent !important;
border-left: transparent !important;
border-right: transparent !important;}
li.row.row2 {
border-bottom: transparent !important;
border-top: transparent !important;
border-left: transparent !important;
border-right: transparent !important;}
div.forabg {
border: transparent !important;
}
ul.forums dd {
border: transparent !important;
}
li.row.row2 {
border-bottom: transparent !important;
border-top: transparent !important;
border-left: transparent !important;
border-right: transparent !important;}
/*Fontes*/
@font-face {
font-family: 'Josefin Sans';
font-style: normal;
font-weight: 400;
src: local('Josefin Sans'), local('JosefinSans'), url(http://themes.googleusercontent.com/static/fonts/josefinsans/v5/xgzbb53t8j-Mo-vYa23n5nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
h1.pagetitle {
font-family: 'Josefin Sans';
}
.table-title, .table-title h2 {
margin-left: 150px;
font-family: 'Josefin Sans';
font-size: 18px;
}
a.forumtitle {
margin-left: 50px;
}
#search-box{display: none;}
ul.topiclist dd {
border-left: none !important;
}
.forumbg {
border: none !important;
padding-bottom: 10px;
padding-top: 10px;
}
ul.topics li.header dl.icon dt {
margin-left: 300px;
font-family: 'Josefin Sans';
font-size: 18px;
padding-bottom: 10px;
padding-top: 10px;
}
ul.topiclist:hover {
-htm-transform: all;
-htm-transition: 1s;
-moz-transform: all;
-moz-transition: 1s;
-o-transform: all;
-o-transition: 1s;
-webkit-filter: blur(0px);
-webkit-transform: all;
-webkit-transition: 1s;
background-color: #540b0b;
text-shadow: 0 0 6px #fff;
}
ul.topiclist {
-htm-transform: all;
-htm-transition: 1s;
-moz-transform: all;
-moz-transition: 1s;
-o-transform: all;
-o-transition: 1s;
-webkit-filter: blur(0px);
-webkit-transform: all;
-webkit-transition: 1s;
background-color: #830a0a;
}
ul.topiclist.forums {
background: #000;
}
dd.views, dd.posts {
display: none !important;
}
li.row {
padding-top: 10px;
padding-bottom: 10px;
}
yokoq- *
- Membro desde : 22/09/2012
Mensagens : 32
Pontos : 58
Re: Mover botões de "adicionar"
Olá,
Tente o seguinte:
Até mais!
Tente o seguinte:
- Código:
div.module:nth-child(2) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1) {
margin-top: 20px;
}
}
#profile-advanced-add {
line-height: 25px !important;
}
Até mais!
Tópicos semelhantes
» Mover menu e adicionar login e registra no antigo lugar do menu
» Lastpost mover
» Mover Tópico
» Mover publicidade
» Mover menu
» Lastpost mover
» Mover Tópico
» Mover publicidade
» Mover menu
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos