Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Deixar minha caixa de conexão personalizada como fdf
2 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
Deixar minha caixa de conexão personalizada como fdf
Detalhes da questão
Endereço do fórum: http://forummoneyonline.forumeiros.com
Versão do fórum: phpBB3
Descrição
Olá, quero que a minha caixa de conexão seja pesonalizada como a do fdf com as padrões do meu fórum e outras imagens.
Última edição por soldado em 05.10.17 23:33, editado 1 vez(es)
Re: Deixar minha caixa de conexão personalizada como fdf
Olá,
O senhor diz o conteúdo, ou a parte de fora?
Você deseja as cores no tom azulado ou no tom verde de seu fórum?
A imagem do lado direito o senhor terá que providenciar uma, tendo em vista que não poderemos usar a logo do fórum dos fóruns em outro fórum. o/
O senhor diz o conteúdo, ou a parte de fora?
Você deseja as cores no tom azulado ou no tom verde de seu fórum?
A imagem do lado direito o senhor terá que providenciar uma, tendo em vista que não poderemos usar a logo do fórum dos fóruns em outro fórum. o/
Re: Deixar minha caixa de conexão personalizada como fdf
sim, a imagem logo do fdf será trocada por outra e as cores será verde e branco
Re: Deixar minha caixa de conexão personalizada como fdf
Para começarmos, procure por isso em seu CSS:
Depois remova.
- Código:
#login_popup {
background-color: #f6f6f6!important;
border: 1px solid #44ca75!important;
border-radius: 5px;
box-shadow: #44ca75;
font-size: 11px;
overflow: hidden;
padding-bottom: 40px
}
#login_popup .h3 {
background: #5ca34e;
border: none;
color: #fff;
margin: -6px -6px 12px!important;
padding: 6px 3px!important;
text-align: center
}
#login_popup_buttons .button1,#login_popup_close {
background: #5ca34e!important;
border-color: #693!important;
border-radius: 3px;
color: #fff!important;
font-weight: 700;
text-align: center;
text-shadow: 1px 1px 0 #696969
}
Depois remova.
Re: Deixar minha caixa de conexão personalizada como fdf
Adicione ao final de sua CSS:
O conteúdo o senhor poderá colocar o que quiser.
o/
- Código:
#login_popup,
#login_popup * {
box-sizing: border-box;
}
body > #login_popup {
background-color: #f4fff2 !important;
border: solid 1px #5ca34e !important;
border-radius: 13px;
overflow: hidden;
padding: 0 10px;
}
body > #login_popup > .h3 {
text-transform: uppercase;
padding: 10px !important;
margin: 0 -10px 10px -10px !important;
}
body > #login_popup > #login_popup_buttons {
text-align: left;
display: block;
width: 100%;
}
body > #login_popup > #login_popup_buttons form {
display: block;
width: 100%;
padding: 0 10px;
}
body > #login_popup > #login_popup_buttons form input {
background-color: #5ca34e !important;
background-image: none !important;
box-shadow: none !important;
border: none;
border-bottom: solid 3px #49893d !important;
padding: 4px 7px !important;
transition: all 200ms ease-in;
}
body > #login_popup > #login_popup_buttons form input.button2 {
float: right;
margin-right: -6px;
}
body > #login_popup > #login_popup_buttons form input:hover {
background-color: #444 !important;
border-bottom-color: #222 !important;
}
O conteúdo o senhor poderá colocar o que quiser.
o/
Re: Deixar minha caixa de conexão personalizada como fdf
sinto muito, mas não ficou bom não, ficou pior do que a que estava.
Re: Deixar minha caixa de conexão personalizada como fdf
O resultado esperado não era esse. Devem ter estilos se sobrepondo.
Precisarei de sua folha de estilos para resolver. o/
Precisarei de sua folha de estilos para resolver. o/
Re: Deixar minha caixa de conexão personalizada como fdf
Claro está ai
- Código:
/*
* Prosilver Silverlight
* Designed by Ange Tuteur
* For questions or support with the theme, contact the designer at the following link or ask for help on the support forum.
* http://fmdesign.forumotion.com/f8-questions
*/
/* avatares redondos */
.lastpost-avatar img {
border-radius: 30px;
}.ultimos img {
border-radius: 21px!important;
}
.lastpost-avatar img {
height: 60px!important;
width: 60px!important;
}
/* Selection color */
::selection {
color:#FFF;
background:#8BD;
text-shadow:1px 1px #888;
}
::-moz-selection {
color:#FFF;
background:#8BD;
text-shadow:1px 1px #888;
}
/* -- START FA_TOOLBAR -- */
#fa_toolbar, #fa_toolbar_hidden { background:#EEE !important }
#fa_icon, #fa_toolbar #fa_service, #fa_share_text, #fa_right a.rightHeaderLink, #fa_right span.rightHeaderLink, #fa_right #fa_notifications { color:#666 !important }
#fa_toolbar {
border-bottom:1px solid #CCC;
box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
#fa_search #fa_textarea {
background:#FFF !important;
border:1px solid #CCC !important;
border-radius:3px !important;
margin-top:1px !important;
padding:0 3px !important;
}
#fa_welcome, #fa_right #fa_notifications, #fa_right a.rightHeaderLink {
color:#999 !important;
text-decoration:none !important;
background-color:#EEE !important;
border:1px solid #CCC !important;
border-radius:3px !important;
box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset;
line-height:12px !important;
padding:5px !important;
margin-top:3px !important;
}
#fa_welcome:hover, #fa_right #fa_notifications:hover, #fa_right a.rightHeaderLink:hover, #fa_right.welcome #fa_menu #fa_welcome, #fa_toolbar > #fa_right.notification > #fa_notifications {
color:#666 !important;
background-color:#E5E5E5 !important;
border:1px solid #999 !important;
}
a#fa_hide.rightHeaderLink, a#fa_hide.rightHeaderLink:hover { background-color:transparent !important; border:none !important; border-radius:0 !important; padding:0 !important; margin:0 !important; box-shadow:none !important; margin-left:10px !important; }
#fa_menulist, #fa_toolbar #fa_right #notif_list {
margin-top:20px !important;
background:#EEE !important;
border:1px solid #CCC !important;
border-radius:3px !important;
box-shadow:0 6px 12px rgba(0,0,0,0.176);
}
#fa_menulist:after, #fa_toolbar #fa_right #notif_list:after {
content:url(https://i38.servimg.com/u/f38/18/21/41/30/arr10.png);
position:absolute;
right:25px;
top:-8px;
}
#fa_search #fa_textarea:hover { border-color:#479 !important }
#fa_search #fa_textarea:focus { border-color:#8BD !important }
#fa_toolbar #fa_right #notif_list li.see_all { background-color:#69B !important }
#fa_toolbar #fa_right #notif_list li hr { border-style:dashed !important }
#fa_toolbar #fa_right .fa_separator {
background:none !important;
border-bottom:1px dashed #CCC;
}
/* -- END FA_TOOLBAR -- */
.obligatory { color:#F33 !important }
fieldset dl:hover .obligatory { color:#F33 !important }
.jqmWindow {
background:#F5F5F5;
border:1px solid #CCC;
}
/* -- START shared props -- */
/* rounded corners */ .forabg, .forumbg, .module, .panel, .post, .path, div.pathname-box, p.author { border-radius:4px; }
/* inset gloss */ a.icon-home, a.button1, a.button2, button.button2, input.button1, input.button2, .module .h3, .friends-foes-list, .module.mod_news .row3 a { box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset }
/* -- END shared props -- */
/* -- START page header -- */
#page-header {
background:#62A954;
position:absolute;
top:0;
left:0;
right:0;
}
#page-header .headerbar {
background:none;
margin:0;
padding:30px 10px;
min-height:65px;
}
#logo { padding:0 5px; }
#logo img { max-height:50px } /* banner limit to prevent errors */
#site-title, #site-title h1 { padding-top:0 }
#logo-desc { padding-top:15px }
/* navbar */
#page-header .navbar {
background-color:#EEE;
border:1px solid #CCC;
border-left:none;
border-right:none;
}
#page-header .navbar a.mainmenu {
color:#999;
text-shadow:1px 1px 0 #FFF;
display:inline-block;
margin:0 -4px;
padding:5px 6px;
}
#page-header .navbar a.mainmenu:hover {
color:#666;
text-shadow:none;
}
#page-header .navbar .corners-top, #page-header .navbar .corners-bottom { display:none }
#page-header .navbar ul.navlinks { border:none }
/* -- END page header -- */
/* -- START search box -- */
#search-box #keywords, #forum-search #search_keywords {
background:#FFF;
font-size:12px;
border:1px solid #CCC;
border-right:0;
border-radius:3px 0 0 3px;
padding:8px;
height:14px;
-webkit-transition:500ms;
-moz-transition:500ms;
-o-transition:500ms;
transition:500ms;
}
#search-box .button2, #forum-search .button2 {
margin:0;
font-size:0;
background:url(https://i38.servimg.com/u/f38/18/21/41/30/seomap12.gif) no-repeat center 0px #EEE;
border:1px solid #CCC;
border-radius:0 3px 3px 0;
padding:15px;
height:32px;
width:36px !important;
}
/* header search */
#search-box {
margin:0;
position:absolute;
top:60px;
right:10px;
}
#search-box #keywords:focus { width:200px }
#search-box .button2:hover { background-position:center -30px }
#search-box .button2:active { background-position:center -60px }
/* forum search */
#forum-search #search_keywords {
padding:4px;
height:15px;
}
#forum-search .button2 {
background-position:center -4px;
margin-left:-5px;
padding:10px;
height:25px;
width:26px !important;
}
#forum-search .button2:hover { background-position:center -34px }
#forum-search .button2:active { background-position:center -64px }
/* -- END search box -- */
/* -- START body content -- */
a:link { text-decoration:none }
hr { border-bottom:1px dashed #999 }
#wrap {
background-color:#F7F7F7;
border:1px solid #CCC;
border-top:0;
padding-top:220px;
margin-bottom:30px;
}
/* input boxes and dropdowns */
.inputbox, .inputbx, input.tiny, input.post, select{
background:#FFF;
border:1px solid #CCC;
border-radius:3px;
padding:3px;
}
.inputbox:hover, .inputbx:hover, input.tiny:hover, input.post:hover, select:hover { border-color:#479 }
.inputbox:focus, .inputbx:focus, input.tiny:focus, input.post:focus, select:focus { border-color:#8BD }
/* buttons */
a.button1, a.button2, button.button2, input.button1, input.button2, a.icon-home, .module.mod_news .row3 a {
color:#999 !important;
text-shadow:1px 1px 0 #FFF;
font-weight:bold;
background:#EEE;
border:1px solid #BBB;
border-radius:3px;
padding:3px 6px;
margin:3px;
}
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover, a.icon-home:hover, .module.mod_news .row3 a:hover {
color:#666 !important;
text-shadow:none;
background-color:#E5E5E5;
border:1px solid #999;
}
/* portal */
.module.mod_news .row3 { background:none }
.module.mod_news .row3 a { display:inline-block }
/* home button */
a.icon-home {
background:url(https://i38.servimg.com/u/f38/18/21/41/30/homema10.png) no-repeat 3px 1px #EEE ;
padding-left:24px;
}
a.icon-home:hover { background-position:3px -25px }
/* modules and panels */
.module, .panel, .post {
background-color:#EEE;
border:1px solid #CCC;
}
.panel { margin-top:10px }
.panel.row3 { margin-top:0 }
/* profiles */
#cp-main .separator:last-child { display:none }
#cp-main .panel {
background:#F5F5F5;
border:1px dashed #CCC;
}
#cp-main .panel.sig { background:none; border:none }
#cp-main h1 { color:#257 }
fieldset dl dt, fieldset dl dt label, fieldset dl dt span {
color:#888 !important;
font-weight:bold;
text-shadow:1px 1px 0px #FFF;
}
fieldset dl:hover dt, fieldset dl:hover dt label, fieldset dl:hover dt span {
color:#333 !important;
text-shadow:none;
}
/* friends / foes */
.friends-foes-list {
background:#EEE;
border:1px solid #CCC;
border-radius:3px;
padding:4px 3px;
margin:2px;
width:auto;
height:auto;
}
/* Add / block menu */
#profile-advanced-add a.mainmenu {
color:#666;
font-size:12px;
background:#EEE;
border:1px solid #CCC;
border-radius:3px;
display:inline-block;
padding:4px 3px;
margin:2px 0;
}
/* add friend */
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
color:#686;
background:url(https://i38.servimg.com/u/f38/18/45/41/65/add10.png) no-repeat 3px center #CFC;
border-color:#ACA;
padding-left:21px;
}
/* add foe / remove friend */
/* add foe / remove friend */
#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
color:#966;
background:url(https://i38.servimg.com/u/f38/18/45/41/65/block11.png) no-repeat 3px center #FCC;
border-color:#CAA;
padding-left:21px;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }
/* avatar border color */ td.avatar-mini img, .avatar { border-color:#CCC }
/* titles */
.content h1, .panel h1, .h3, h3, .content h2, .panel h2 {
color:#257;
text-transform:none;
border-bottom:1px solid #257;
}
/* widgets */
.module {
padding:0 3px;
margin:3px;
}
.module .h3 {
color:#999;
text-align:center;
text-shadow:1px 1px 0 #FFF;
border-bottom-color:#CCC;
padding:6px;
margin:-5px -3px 6px -3px;
}
/* tabs */
#tabs a span {
color:#999;
text-shadow:1px 1px 0 #EEE;
padding:6px 10px;
}
#tabs a {
background:#E0E0E0;
border:1px solid #CCC;
border-bottom:none;
border-radius:3px 3px 0 0;
box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset;
margin:0 2px;
padding:0;
}
#tabs a:hover {
top:1px;
background:#EEE;
}
#tabs a span:hover, #tabs .activetab a span {
color:#666;
text-shadow:none;
}
#tabs .activetab a {
background:#EEE;
border-bottom:none;
margin-bottom:0;
}
#profile-tab-field-profil div.separator { border-bottom:1px dashed #CCC }
#new-message-link a { border:none }
/* pagination */
.pagination span a, p.pagination span strong { padding:2px 4px !important; }
.pagination span a {
font-weight:bold !important;
color:#999 !important;
text-shadow:1px 1px 0 #FFF;
background:#EEE;
border:1px solid #CCC;
border-radius:4px;
box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}
.pagination span a:hover {
color:#479 !important;
text-shadow:1px 1px 0 #9CE;
background:#8BD !important;
border:1px solid #69B !important;
}
.pagination span strong {
color:#479;
text-shadow:1px 1px 0 #9CE;
background:#8BD;
border:1px solid #69B;
border-radius:4px;
box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}
.pagination span a.pag-img {
background:none !important;
border:none !important;
box-shadow:none;
}
/* Pathname boxes */
div.pathname-box, .path { padding:6px }
.path {
float:left;
clear:none !important;
}
.path, .path a, div.pathname-box, div.pathname-box a {
color:#888;
text-shadow:1px 1px 0 #FFF;
}
.path a:hover, div.pathname-box a:hover {
color:#666;
text-shadow:none;
}
.path, div.pathname-box {
background:#EEE;
border:1px solid #CCC;
box-shadow:0px 10px 6px #F5F5F5 inset, 0px -10px 6px #E5E5E5 inset
}
/* calendar */ #calendar ul, #mini-calendar ul { background:none !important }
/* forums category */
.forabg, .forumbg {
background:#69B;
border:1px solid #479;
overflow:hidden;
padding:0;
}
.forabg .corners-bottom, .forumbg .corners-bottom { display:none }
.forumbg .header .dterm, .forumbg .header dt, .forabg .header dt { margin-left:5px }
li.header dd, li.header dt, .table-title, .table-title h2 {
font-size:12px;
font-weight:bold;
text-transform:none;
}
/* rows */
li.row {
background:#EEE;
border:none;
border-bottom:1px solid #CCC;
}
li.row:hover { background:#EEE }
ul.topiclist dd, ul.forums dd { border:none !important }
/* tables */
#calendar th { color:#666 }
.forumbg.forumbg-table table, #cp-main table.table1 {
border-spacing:0;
margin:0;
}
.forumbg.forumbg-table table td, #cp-main table.table1 td {
border:none;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
}
/* legend */ p em { font-style:normal }
/* faq */ dl.faq dd p { border-color:#CCC }
/* -- END body content -- */
/* -- START post content -- */
.post h2.topic-title { display:block }
p.author {
background:#F5F5F5;
border:1px solid #CCC;
display:inline-block;
padding:3px;
margin-top:3px 0;
}
.postprofile {
background:#F5F5F5;
border:1px dashed #69B;
border-left:5px solid #69B;
border-radius:0 3px 3px 0;
padding:3px;
}
/* codeboxes */
dl.codebox code, dl.codebox.hidecode dd, dl.codebox.spoiler .spoiler_content.hidden {
background:#EEE;
border:1px dashed #CCC;
margin:3px;
padding:3px;
}
/* Quote */
blockquote cite { color:#257 }
blockquote {
background:#F5F5F5 url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/cite10.png\\\') no-repeat 5px 7px;
border:1px solid #69B;
border-left:5px solid #69B;
margin:3px 0;
}
blockquote blockquote {
background-color:#EEE;
border-color:#58A;
}
/* Code */
dl.codebox {
background:#F5F5F5;
border:1px solid #69B;
border-left-width:5px;
}
dl.codebox code { color:#49B }
dl.codebox dt {
background:url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/code10.png\\\') no-repeat;
color:#257;
border:none;
padding-left:20px;
}
/* Spoiler */
dl.codebox.spoiler dt { background:url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/spoile10.png\\\') no-repeat }
/* hidden */
dl.codebox.hidecode dt { background:#F5F5F5 url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/hide10.png\\\') no-repeat 3px 2px }
dl.codebox.hidecode dt:after {
padding-left:3px;
content:"Hidden:"
}
/* -- END post content -- */
/* -- START footer -- */
#page-footer .navbar { background:none }
/* Administration link */
p.copyright strong a {
color:#C66;
background:url(https://i38.servimg.com/u/f38/18/21/41/30/couron11.png) no-repeat 3px center #FDD;
border:1px solid #FBB;
border-radius:3px;
display:inline-block;
padding:4px 6px 4px 25px;
}
p.copyright strong a:hover {
color:#B55;
background-color:#ECC;
border-color:#EAA;
}
/* MENU*/
body {
overflow-x: hidden !important;
}
#page-header .navbar {
background:rgba(20, 20, 20, 0.901961) !important;
height: 50px;
padding-top: 10px;
}
.sprite-icon_mini_calendar, a.mainmenu[href="/calendar"], ul.linklist li a img, #page-header div.navbar div ul li a[href="http://forummoneyonline.forumeiros.com/"] {
display: none;
}
#page-header .navbar a[href="/"], #page-header .navbar a:hover {
background-color: rgba(255,255,255,0.2) !important;
-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
line-height: 30px !important;
}
#page-header .navbar a.mainmenu {
font-size: 10px !important;
text-transform: uppercase !important;
margin-left: 10px !important;
text-shadow: none !important;
color: white !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: none;
line-height: 30px !important;
}
/* ONLINE E OFLINE*/
.postprofile {
background: url(https://i18.servimg.com/u/f18/18/45/41/65/row10.png) repeat-x 0 0 #F6F6F6;
border: 1px solid #DDD;
border-radius: 3px;
padding: 60px 3px 3px;
position: relative;
text-align: center;
}
.postprofile {
border-color: #fff;
border-left-style: solid;
border-left-width: 1px;
color: #666;
display: inline;
float: right;
margin: 5px 0 0;
min-height: 80px;
position: relative;
width: 22%;
word-wrap: break-word;
}
div.post.online .postprofile:before {
content: url('https://i18.servimg.com/u/f18/16/89/96/68/online15.png');
}
div.post .postprofile:before {
content: url('https://i18.servimg.com/u/f18/16/89/96/68/offlin19.png');
left: 0;
position: absolute;
right: 0;
top: 25px;
z-index: 2;
}
div.post.online .postprofile:after {
border-color: #84C754;
}
div.post .postprofile:after {
background: #2E3133;
border-bottom: 4px solid #868686;
content: ".";
font-size: 0;
height: 16px;
left: 0;
position: absolute;
right: 0;
top: 25px;
z-index: 1;
}
/* grupos*/
a.gensmall[style="color: #FA0000"]:before {
content: '\f085 \00A0';
font-family: 'fontawesome';
}
/* RODAPE*/
#fa_stats {
background: #1E622E none repeat scroll 0% 0%;
color: #FFF;
font-family: Arial,Verdana,sans-serif;
padding: 15px 0px;
text-align: center;
font-size: 10px;
}
.stat_label {
background: #F2F2F2 none repeat scroll 0% 0%;
border-radius: 3px;
color: #2E3133;
display: inline-block;
font-size: 0px;
margin: 0px 12px 0px 3%;
padding: 6px 12px;
vertical-align: middle;
}
.stat_label strong {
display: inline-block;
font-size: 14px;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
}
.text_label {
font-size: 14px;
font-weight: 700;
margin-right: 7.5%;
text-transform: uppercase;
}
.qeel_title {
background: #3FA95E none repeat scroll 0% 0%;
color: #FFF;
font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
font-size: 16px;
font-weight: 700;
padding: 5px 6px;
text-transform: uppercase;
}
.qeel_title a {
color: #FFF;
}
.qeel_section {
background: #FAFAFA none repeat scroll 0% 0%;
color: #333;
font-size: 11px;
padding: 8px 6px;
}
/*MENSAGEM INICIAL*/
.mes-txt {
text-align: justify;
padding-top: 10px;
padding-right: 10px;
line-height: 100% !important;
}
.mes-txt img {
float: left;
width: 100px;
margin-left: 10px;
margin-top: -10px;
}
.panel.introduction {
border: 1px solid #479;
box-shadow: 1px 2px 3px #DCDCDC;
margin: 10px;
}
.introduction .h3 {
color: #E3564C;
font-size: 15px;
text-shadow: 1px 1px 0px #fff, -1px -1px 0px #D8D8D8;
border-bottom: 1px solid #E3564C;
}
/* banner*/
div#logo-desc {background:url(http://i.imgur.com/INpL935.png
);width:1353px;margin-left:-12px;margin-top:-5px;height:193px;}
#page-header .navbar {margin-top:-41px;}
#logo-desc p {display:none;}
#site-title, #site-title h1 {display:none;}
#main .a2a53{display:none;}
/*MENSAGEM INICIAL*/
.introduction .h3 {background-color: #4682B4;}
.introduction .h3 {text-align:center;}
.panel.introduction {
margin: 0px!important;
padding:0px!important;
border-radius: 4px!important;
border: 1px solid #479!important;
}
.introduction .h3 {
margin-top: -5px!important;
background-color: #69B!important;
border-bottom: 0px solid #E3564C!important;
font-size: 15px;
padding:5px!important;
}
#content-container div#left {margin-top:-75px;}
body, #container, .bg {margin-top:75px!important;}
/*menu de navegação*/
#page-header .navbar {
border: 1px solid #CCC;
border-left: none;
border-right: none;
height: 35px !important;
margin-top: -41px;
padding-top: 10px;
background-color: #5ca34e!important;
border-color: #ddd;
border-radius: 10px;
box-shadow: 0 8px 0 #44ca75;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
font-size: 12px!important;
padding: 12px 11px 10px!important;
position: relative;
text-transform: uppercase;
}
/* TABELAS */
.forabg {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
box-shadow: 0 8px 0 #44ca75;
margin-bottom: 15px;
}.introduction .h3 {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
}.panel.introduction {
box-shadow: 0 8px 0 #44ca75;
background: #EEE!important;
border: none!important;
border-bottom: 1px solid #CCC!important;
}
.forumbg.announcement {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
box-shadow: 0 8px 0 #44ca75;
}
/* gostei e não gostei*/
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.fa_votes,a.fa_vote {
display: inline-block!important;
width: auto!important
}
a.fa_vote {
color: #6A3;
font-size: 18px;
margin-right: 3px;
text-decoration: none
}
a.fa_vote.fa_like:hover {
color: #8C5
}
a.fa_vote.fa_liked {
color: #ADA;
cursor: default
}
.fa_votes {
color: #4A0;
cursor: default;
font-size: 12px;
font-weight: 700
}
.fa_thanks {
background: #DFD;
border: 1px solid #BDB;
border-radius: 6px;
color: #280;
font-size: 16px;
font-weight: 700;
margin-top: 15px;
padding: 5px;
text-align: center
}
.fa_thanks i.fa {
color: #8C5;
font-size: 48px;
vertical-align: middle
}
/* bordas*/
.post { border: 1px solid #5ca34e; }
}
div.sceditor-toolbar {
background-color: #5ca34e!important;
border-color: #5ca34e!important;
}
div.sceditor-toolbar {
background-color: #5ca34e!important;
border-color: #5ca34e!important;
}
.sceditor-container {
border-color: #5ca34e!important;
.module .h3 {
border-bottom-color: #44ca75;
}
.module {
border: 1px solid #44ca75;
}
/* formatação dos títulos*/
table.forumline div h2 a {
font-family:arial!important;
font-size: 19px!important;
}
h2.topic-title {font-family:trebuchet MS!important;}
h1.page-title a[href^="/t"] {display: none!important;}
/**
* opções de tópicos
*/
#fa-topic-tabs {
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
#fa-topic-tabs li {
float: left;
display: block;
margin-right: 10px;
}
#fa-topic-tabs a {
display: block;
height: 40px;
line-height: 40px;
width: 100px;
text-align: center;
background-color: #fff;
border: 1px #999 solid;
border-radius: 3px 3px 0 0;
box-sizing: border-box;
}
#mpage-body #fa-topic-tabs li,
#mpage-body-modern #fa-topic-tabs li {
float: none;
margin-right: 0;
}
#mpage-body #fa-topic-tabs a,
#mpage-body-modern #fa-topic-tabs a {
width: 100%;
}
/**
Formatação dos títulos dos foruns
*/
a.forumtitle {
font-family: Arial, sans-serif !important;
color: #2E8B57!important;}
a, a:hover, a:active, a:focus {
color: #5ca34e;
}
a.topictitle,
a.topictitle:hover,
a.topictitle:active,
a.topictitle:focus {
color: #0C8320;
font-family: "Arial Black";
}
#search-box {
top: 50%;
transform: translate(0, -50%);
}
#keywords {
color: #5ca34e;
outline: none;
}
} .forumtitle {
display: inline-block;
padding: 4 15px;
border-radius: 3px;
margin-bottom: 10px;
}
.forumtitle:hover,
.forumtitle:active,
.forumtitle:focus {
background-color:#B4EEB4
text-decoration: none !important;
#login_popup,
#login_popup * {
box-sizing: border-box;
}
body > #login_popup {
background-color: #f4fff2 !important;
border: solid 1px #5ca34e !important;
border-radius: 13px;
overflow: hidden;
padding: 0 10px;
}
body > #login_popup > .h3 {
text-transform: uppercase;
padding: 10px !important;
margin: 0 -10px 10px -10px !important;
}
body > #login_popup > #login_popup_buttons {
text-align: left;
display: block;
width: 100%;
}
body > #login_popup > #login_popup_buttons form {
display: block;
width: 100%;
padding: 0 10px;
}
body > #login_popup > #login_popup_buttons form input {
background-color: #5ca34e !important;
background-image: none !important;
box-shadow: none !important;
border: none;
border-bottom: solid 3px #49893d !important;
padding: 4px 7px !important;
transition: all 200ms ease-in;
}
body > #login_popup > #login_popup_buttons form input.button2 {
float: right;
margin-right: -6px;
}
body > #login_popup > #login_popup_buttons form input:hover {
background-color: #444 !important;
border-bottom-color: #222 !important;
}
/**
* END Topic Tabs
*/
/* -- END footer -- */
Re: Deixar minha caixa de conexão personalizada como fdf
Troque por:
Tinha um pequeno erro que impedia o código de funcionar.
- Código:
/*
* Prosilver Silverlight
* Designed by Ange Tuteur
* For questions or support with the theme, contact the designer at the following link or ask for help on the support forum.
* http://fmdesign.forumotion.com/f8-questions
*/
/* avatares redondos */
.lastpost-avatar img {
border-radius: 30px;
}.ultimos img {
border-radius: 21px!important;
}
.lastpost-avatar img {
height: 60px!important;
width: 60px!important;
}
/* Selection color */
::selection {
color:#FFF;
background:#8BD;
text-shadow:1px 1px #888;
}
::-moz-selection {
color:#FFF;
background:#8BD;
text-shadow:1px 1px #888;
}
/* -- START FA_TOOLBAR -- */
#fa_toolbar, #fa_toolbar_hidden { background:#EEE !important }
#fa_icon, #fa_toolbar #fa_service, #fa_share_text, #fa_right a.rightHeaderLink, #fa_right span.rightHeaderLink, #fa_right #fa_notifications { color:#666 !important }
#fa_toolbar {
border-bottom:1px solid #CCC;
box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
#fa_search #fa_textarea {
background:#FFF !important;
border:1px solid #CCC !important;
border-radius:3px !important;
margin-top:1px !important;
padding:0 3px !important;
}
#fa_welcome, #fa_right #fa_notifications, #fa_right a.rightHeaderLink {
color:#999 !important;
text-decoration:none !important;
background-color:#EEE !important;
border:1px solid #CCC !important;
border-radius:3px !important;
box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset;
line-height:12px !important;
padding:5px !important;
margin-top:3px !important;
}
#fa_welcome:hover, #fa_right #fa_notifications:hover, #fa_right a.rightHeaderLink:hover, #fa_right.welcome #fa_menu #fa_welcome, #fa_toolbar > #fa_right.notification > #fa_notifications {
color:#666 !important;
background-color:#E5E5E5 !important;
border:1px solid #999 !important;
}
a#fa_hide.rightHeaderLink, a#fa_hide.rightHeaderLink:hover { background-color:transparent !important; border:none !important; border-radius:0 !important; padding:0 !important; margin:0 !important; box-shadow:none !important; margin-left:10px !important; }
#fa_menulist, #fa_toolbar #fa_right #notif_list {
margin-top:20px !important;
background:#EEE !important;
border:1px solid #CCC !important;
border-radius:3px !important;
box-shadow:0 6px 12px rgba(0,0,0,0.176);
}
#fa_menulist:after, #fa_toolbar #fa_right #notif_list:after {
content:url(https://i38.servimg.com/u/f38/18/21/41/30/arr10.png);
position:absolute;
right:25px;
top:-8px;
}
#fa_search #fa_textarea:hover { border-color:#479 !important }
#fa_search #fa_textarea:focus { border-color:#8BD !important }
#fa_toolbar #fa_right #notif_list li.see_all { background-color:#69B !important }
#fa_toolbar #fa_right #notif_list li hr { border-style:dashed !important }
#fa_toolbar #fa_right .fa_separator {
background:none !important;
border-bottom:1px dashed #CCC;
}
/* -- END FA_TOOLBAR -- */
.obligatory { color:#F33 !important }
fieldset dl:hover .obligatory { color:#F33 !important }
.jqmWindow {
background:#F5F5F5;
border:1px solid #CCC;
}
/* -- START shared props -- */
/* rounded corners */ .forabg, .forumbg, .module, .panel, .post, .path, div.pathname-box, p.author { border-radius:4px; }
/* inset gloss */ a.icon-home, a.button1, a.button2, button.button2, input.button1, input.button2, .module .h3, .friends-foes-list, .module.mod_news .row3 a { box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset }
/* -- END shared props -- */
/* -- START page header -- */
#page-header {
background:#62A954;
position:absolute;
top:0;
left:0;
right:0;
}
#page-header .headerbar {
background:none;
margin:0;
padding:30px 10px;
min-height:65px;
}
#logo { padding:0 5px; }
#logo img { max-height:50px } /* banner limit to prevent errors */
#site-title, #site-title h1 { padding-top:0 }
#logo-desc { padding-top:15px }
/* navbar */
#page-header .navbar {
background-color:#EEE;
border:1px solid #CCC;
border-left:none;
border-right:none;
}
#page-header .navbar a.mainmenu {
color:#999;
text-shadow:1px 1px 0 #FFF;
display:inline-block;
margin:0 -4px;
padding:5px 6px;
}
#page-header .navbar a.mainmenu:hover {
color:#666;
text-shadow:none;
}
#page-header .navbar .corners-top, #page-header .navbar .corners-bottom { display:none }
#page-header .navbar ul.navlinks { border:none }
/* -- END page header -- */
/* -- START search box -- */
#search-box #keywords, #forum-search #search_keywords {
background:#FFF;
font-size:12px;
border:1px solid #CCC;
border-right:0;
border-radius:3px 0 0 3px;
padding:8px;
height:14px;
-webkit-transition:500ms;
-moz-transition:500ms;
-o-transition:500ms;
transition:500ms;
}
#search-box .button2, #forum-search .button2 {
margin:0;
font-size:0;
background:url(https://i38.servimg.com/u/f38/18/21/41/30/seomap12.gif) no-repeat center 0px #EEE;
border:1px solid #CCC;
border-radius:0 3px 3px 0;
padding:15px;
height:32px;
width:36px !important;
}
/* header search */
#search-box {
margin:0;
position:absolute;
top:60px;
right:10px;
}
#search-box #keywords:focus { width:200px }
#search-box .button2:hover { background-position:center -30px }
#search-box .button2:active { background-position:center -60px }
/* forum search */
#forum-search #search_keywords {
padding:4px;
height:15px;
}
#forum-search .button2 {
background-position:center -4px;
margin-left:-5px;
padding:10px;
height:25px;
width:26px !important;
}
#forum-search .button2:hover { background-position:center -34px }
#forum-search .button2:active { background-position:center -64px }
/* -- END search box -- */
/* -- START body content -- */
a:link { text-decoration:none }
hr { border-bottom:1px dashed #999 }
#wrap {
background-color:#F7F7F7;
border:1px solid #CCC;
border-top:0;
padding-top:220px;
margin-bottom:30px;
}
/* input boxes and dropdowns */
.inputbox, .inputbx, input.tiny, input.post, select{
background:#FFF;
border:1px solid #CCC;
border-radius:3px;
padding:3px;
}
.inputbox:hover, .inputbx:hover, input.tiny:hover, input.post:hover, select:hover { border-color:#479 }
.inputbox:focus, .inputbx:focus, input.tiny:focus, input.post:focus, select:focus { border-color:#8BD }
/* buttons */
a.button1, a.button2, button.button2, input.button1, input.button2, a.icon-home, .module.mod_news .row3 a {
color:#999 !important;
text-shadow:1px 1px 0 #FFF;
font-weight:bold;
background:#EEE;
border:1px solid #BBB;
border-radius:3px;
padding:3px 6px;
margin:3px;
}
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover, a.icon-home:hover, .module.mod_news .row3 a:hover {
color:#666 !important;
text-shadow:none;
background-color:#E5E5E5;
border:1px solid #999;
}
/* portal */
.module.mod_news .row3 { background:none }
.module.mod_news .row3 a { display:inline-block }
/* home button */
a.icon-home {
background:url(https://i38.servimg.com/u/f38/18/21/41/30/homema10.png) no-repeat 3px 1px #EEE ;
padding-left:24px;
}
a.icon-home:hover { background-position:3px -25px }
/* modules and panels */
.module, .panel, .post {
background-color:#EEE;
border:1px solid #CCC;
}
.panel { margin-top:10px }
.panel.row3 { margin-top:0 }
/* profiles */
#cp-main .separator:last-child { display:none }
#cp-main .panel {
background:#F5F5F5;
border:1px dashed #CCC;
}
#cp-main .panel.sig { background:none; border:none }
#cp-main h1 { color:#257 }
fieldset dl dt, fieldset dl dt label, fieldset dl dt span {
color:#888 !important;
font-weight:bold;
text-shadow:1px 1px 0px #FFF;
}
fieldset dl:hover dt, fieldset dl:hover dt label, fieldset dl:hover dt span {
color:#333 !important;
text-shadow:none;
}
/* friends / foes */
.friends-foes-list {
background:#EEE;
border:1px solid #CCC;
border-radius:3px;
padding:4px 3px;
margin:2px;
width:auto;
height:auto;
}
/* Add / block menu */
#profile-advanced-add a.mainmenu {
color:#666;
font-size:12px;
background:#EEE;
border:1px solid #CCC;
border-radius:3px;
display:inline-block;
padding:4px 3px;
margin:2px 0;
}
/* add friend */
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
color:#686;
background:url(https://i38.servimg.com/u/f38/18/45/41/65/add10.png) no-repeat 3px center #CFC;
border-color:#ACA;
padding-left:21px;
}
/* add foe / remove friend */
/* add foe / remove friend */
#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
color:#966;
background:url(https://i38.servimg.com/u/f38/18/45/41/65/block11.png) no-repeat 3px center #FCC;
border-color:#CAA;
padding-left:21px;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }
/* avatar border color */ td.avatar-mini img, .avatar { border-color:#CCC }
/* titles */
.content h1, .panel h1, .h3, h3, .content h2, .panel h2 {
color:#257;
text-transform:none;
border-bottom:1px solid #257;
}
/* widgets */
.module {
padding:0 3px;
margin:3px;
}
.module .h3 {
color:#999;
text-align:center;
text-shadow:1px 1px 0 #FFF;
border-bottom-color:#CCC;
padding:6px;
margin:-5px -3px 6px -3px;
}
/* tabs */
#tabs a span {
color:#999;
text-shadow:1px 1px 0 #EEE;
padding:6px 10px;
}
#tabs a {
background:#E0E0E0;
border:1px solid #CCC;
border-bottom:none;
border-radius:3px 3px 0 0;
box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset;
margin:0 2px;
padding:0;
}
#tabs a:hover {
top:1px;
background:#EEE;
}
#tabs a span:hover, #tabs .activetab a span {
color:#666;
text-shadow:none;
}
#tabs .activetab a {
background:#EEE;
border-bottom:none;
margin-bottom:0;
}
#profile-tab-field-profil div.separator { border-bottom:1px dashed #CCC }
#new-message-link a { border:none }
/* pagination */
.pagination span a, p.pagination span strong { padding:2px 4px !important; }
.pagination span a {
font-weight:bold !important;
color:#999 !important;
text-shadow:1px 1px 0 #FFF;
background:#EEE;
border:1px solid #CCC;
border-radius:4px;
box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}
.pagination span a:hover {
color:#479 !important;
text-shadow:1px 1px 0 #9CE;
background:#8BD !important;
border:1px solid #69B !important;
}
.pagination span strong {
color:#479;
text-shadow:1px 1px 0 #9CE;
background:#8BD;
border:1px solid #69B;
border-radius:4px;
box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}
.pagination span a.pag-img {
background:none !important;
border:none !important;
box-shadow:none;
}
/* Pathname boxes */
div.pathname-box, .path { padding:6px }
.path {
float:left;
clear:none !important;
}
.path, .path a, div.pathname-box, div.pathname-box a {
color:#888;
text-shadow:1px 1px 0 #FFF;
}
.path a:hover, div.pathname-box a:hover {
color:#666;
text-shadow:none;
}
.path, div.pathname-box {
background:#EEE;
border:1px solid #CCC;
box-shadow:0px 10px 6px #F5F5F5 inset, 0px -10px 6px #E5E5E5 inset
}
/* calendar */ #calendar ul, #mini-calendar ul { background:none !important }
/* forums category */
.forabg, .forumbg {
background:#69B;
border:1px solid #479;
overflow:hidden;
padding:0;
}
.forabg .corners-bottom, .forumbg .corners-bottom { display:none }
.forumbg .header .dterm, .forumbg .header dt, .forabg .header dt { margin-left:5px }
li.header dd, li.header dt, .table-title, .table-title h2 {
font-size:12px;
font-weight:bold;
text-transform:none;
}
/* rows */
li.row {
background:#EEE;
border:none;
border-bottom:1px solid #CCC;
}
li.row:hover { background:#EEE }
ul.topiclist dd, ul.forums dd { border:none !important }
/* tables */
#calendar th { color:#666 }
.forumbg.forumbg-table table, #cp-main table.table1 {
border-spacing:0;
margin:0;
}
.forumbg.forumbg-table table td, #cp-main table.table1 td {
border:none;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
}
/* legend */ p em { font-style:normal }
/* faq */ dl.faq dd p { border-color:#CCC }
/* -- END body content -- */
/* -- START post content -- */
.post h2.topic-title { display:block }
p.author {
background:#F5F5F5;
border:1px solid #CCC;
display:inline-block;
padding:3px;
margin-top:3px 0;
}
.postprofile {
background:#F5F5F5;
border:1px dashed #69B;
border-left:5px solid #69B;
border-radius:0 3px 3px 0;
padding:3px;
}
/* codeboxes */
dl.codebox code, dl.codebox.hidecode dd, dl.codebox.spoiler .spoiler_content.hidden {
background:#EEE;
border:1px dashed #CCC;
margin:3px;
padding:3px;
}
/* Quote */
blockquote cite { color:#257 }
blockquote {
background:#F5F5F5 url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/cite10.png\\\') no-repeat 5px 7px;
border:1px solid #69B;
border-left:5px solid #69B;
margin:3px 0;
}
blockquote blockquote {
background-color:#EEE;
border-color:#58A;
}
/* Code */
dl.codebox {
background:#F5F5F5;
border:1px solid #69B;
border-left-width:5px;
}
dl.codebox code { color:#49B }
dl.codebox dt {
background:url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/code10.png\\\') no-repeat;
color:#257;
border:none;
padding-left:20px;
}
/* Spoiler */
dl.codebox.spoiler dt { background:url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/spoile10.png\\\') no-repeat }
/* hidden */
dl.codebox.hidecode dt { background:#F5F5F5 url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/hide10.png\\\') no-repeat 3px 2px }
dl.codebox.hidecode dt:after {
padding-left:3px;
content:"Hidden:"
}
/* -- END post content -- */
/* -- START footer -- */
#page-footer .navbar { background:none }
/* Administration link */
p.copyright strong a {
color:#C66;
background:url(https://i38.servimg.com/u/f38/18/21/41/30/couron11.png) no-repeat 3px center #FDD;
border:1px solid #FBB;
border-radius:3px;
display:inline-block;
padding:4px 6px 4px 25px;
}
p.copyright strong a:hover {
color:#B55;
background-color:#ECC;
border-color:#EAA;
}
/* MENU*/
body {
overflow-x: hidden !important;
}
#page-header .navbar {
background:rgba(20, 20, 20, 0.901961) !important;
height: 50px;
padding-top: 10px;
}
.sprite-icon_mini_calendar, a.mainmenu[href="/calendar"], ul.linklist li a img, #page-header div.navbar div ul li a[href="http://forummoneyonline.forumeiros.com/"] {
display: none;
}
#page-header .navbar a[href="/"], #page-header .navbar a:hover {
background-color: rgba(255,255,255,0.2) !important;
-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
line-height: 30px !important;
}
#page-header .navbar a.mainmenu {
font-size: 10px !important;
text-transform: uppercase !important;
margin-left: 10px !important;
text-shadow: none !important;
color: white !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: none;
line-height: 30px !important;
}
/* ONLINE E OFLINE*/
.postprofile {
background: url(https://i18.servimg.com/u/f18/18/45/41/65/row10.png) repeat-x 0 0 #F6F6F6;
border: 1px solid #DDD;
border-radius: 3px;
padding: 60px 3px 3px;
position: relative;
text-align: center;
}
.postprofile {
border-color: #fff;
border-left-style: solid;
border-left-width: 1px;
color: #666;
display: inline;
float: right;
margin: 5px 0 0;
min-height: 80px;
position: relative;
width: 22%;
word-wrap: break-word;
}
div.post.online .postprofile:before {
content: url('https://i18.servimg.com/u/f18/16/89/96/68/online15.png');
}
div.post .postprofile:before {
content: url('https://i18.servimg.com/u/f18/16/89/96/68/offlin19.png');
left: 0;
position: absolute;
right: 0;
top: 25px;
z-index: 2;
}
div.post.online .postprofile:after {
border-color: #84C754;
}
div.post .postprofile:after {
background: #2E3133;
border-bottom: 4px solid #868686;
content: ".";
font-size: 0;
height: 16px;
left: 0;
position: absolute;
right: 0;
top: 25px;
z-index: 1;
}
/* grupos*/
a.gensmall[style="color: #FA0000"]:before {
content: '\f085 \00A0';
font-family: 'fontawesome';
}
/* RODAPE*/
#fa_stats {
background: #1E622E none repeat scroll 0% 0%;
color: #FFF;
font-family: Arial,Verdana,sans-serif;
padding: 15px 0px;
text-align: center;
font-size: 10px;
}
.stat_label {
background: #F2F2F2 none repeat scroll 0% 0%;
border-radius: 3px;
color: #2E3133;
display: inline-block;
font-size: 0px;
margin: 0px 12px 0px 3%;
padding: 6px 12px;
vertical-align: middle;
}
.stat_label strong {
display: inline-block;
font-size: 14px;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
}
.text_label {
font-size: 14px;
font-weight: 700;
margin-right: 7.5%;
text-transform: uppercase;
}
.qeel_title {
background: #3FA95E none repeat scroll 0% 0%;
color: #FFF;
font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
font-size: 16px;
font-weight: 700;
padding: 5px 6px;
text-transform: uppercase;
}
.qeel_title a {
color: #FFF;
}
.qeel_section {
background: #FAFAFA none repeat scroll 0% 0%;
color: #333;
font-size: 11px;
padding: 8px 6px;
}
/*MENSAGEM INICIAL*/
.mes-txt {
text-align: justify;
padding-top: 10px;
padding-right: 10px;
line-height: 100% !important;
}
.mes-txt img {
float: left;
width: 100px;
margin-left: 10px;
margin-top: -10px;
}
.panel.introduction {
border: 1px solid #479;
box-shadow: 1px 2px 3px #DCDCDC;
margin: 10px;
}
.introduction .h3 {
color: #E3564C;
font-size: 15px;
text-shadow: 1px 1px 0px #fff, -1px -1px 0px #D8D8D8;
border-bottom: 1px solid #E3564C;
}
/* banner*/
div#logo-desc {background:url(http://i.imgur.com/INpL935.png
);width:1353px;margin-left:-12px;margin-top:-5px;height:193px;}
#page-header .navbar {margin-top:-41px;}
#logo-desc p {display:none;}
#site-title, #site-title h1 {display:none;}
#main .a2a53{display:none;}
/*MENSAGEM INICIAL*/
.introduction .h3 {background-color: #4682B4;}
.introduction .h3 {text-align:center;}
.panel.introduction {
margin: 0px!important;
padding:0px!important;
border-radius: 4px!important;
border: 1px solid #479!important;
}
.introduction .h3 {
margin-top: -5px!important;
background-color: #69B!important;
border-bottom: 0px solid #E3564C!important;
font-size: 15px;
padding:5px!important;
}
#content-container div#left {margin-top:-75px;}
body, #container, .bg {margin-top:75px!important;}
/*menu de navegação*/
#page-header .navbar {
border: 1px solid #CCC;
border-left: none;
border-right: none;
height: 35px !important;
margin-top: -41px;
padding-top: 10px;
background-color: #5ca34e!important;
border-color: #ddd;
border-radius: 10px;
box-shadow: 0 8px 0 #44ca75;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
font-size: 12px!important;
padding: 12px 11px 10px!important;
position: relative;
text-transform: uppercase;
}
/* TABELAS */
.forabg {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
box-shadow: 0 8px 0 #44ca75;
margin-bottom: 15px;
}.introduction .h3 {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
}.panel.introduction {
box-shadow: 0 8px 0 #44ca75;
background: #EEE!important;
border: none!important;
border-bottom: 1px solid #CCC!important;
}
.forumbg.announcement {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
box-shadow: 0 8px 0 #44ca75;
}
/* gostei e não gostei*/
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.fa_votes,a.fa_vote {
display: inline-block!important;
width: auto!important
}
a.fa_vote {
color: #6A3;
font-size: 18px;
margin-right: 3px;
text-decoration: none
}
a.fa_vote.fa_like:hover {
color: #8C5
}
a.fa_vote.fa_liked {
color: #ADA;
cursor: default
}
.fa_votes {
color: #4A0;
cursor: default;
font-size: 12px;
font-weight: 700
}
.fa_thanks {
background: #DFD;
border: 1px solid #BDB;
border-radius: 6px;
color: #280;
font-size: 16px;
font-weight: 700;
margin-top: 15px;
padding: 5px;
text-align: center
}
.fa_thanks i.fa {
color: #8C5;
font-size: 48px;
vertical-align: middle
}
/* bordas*/
.post { border: 1px solid #5ca34e; }
}
div.sceditor-toolbar {
background-color: #5ca34e!important;
border-color: #5ca34e!important;
}
div.sceditor-toolbar {
background-color: #5ca34e!important;
border-color: #5ca34e!important;
}
.sceditor-container {
border-color: #5ca34e!important;
.module .h3 {
border-bottom-color: #44ca75;
}
.module {
border: 1px solid #44ca75;
}
/* formatação dos títulos*/
table.forumline div h2 a {
font-family:arial!important;
font-size: 19px!important;
}
h2.topic-title {font-family:trebuchet MS!important;}
h1.page-title a[href^="/t"] {display: none!important;}
/**
* opções de tópicos
*/
#fa-topic-tabs {
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
#fa-topic-tabs li {
float: left;
display: block;
margin-right: 10px;
}
#fa-topic-tabs a {
display: block;
height: 40px;
line-height: 40px;
width: 100px;
text-align: center;
background-color: #fff;
border: 1px #999 solid;
border-radius: 3px 3px 0 0;
box-sizing: border-box;
}
#mpage-body #fa-topic-tabs li,
#mpage-body-modern #fa-topic-tabs li {
float: none;
margin-right: 0;
}
#mpage-body #fa-topic-tabs a,
#mpage-body-modern #fa-topic-tabs a {
width: 100%;
}
/**
Formatação dos títulos dos foruns
*/
a.forumtitle {
font-family: Arial, sans-serif !important;
color: #2E8B57!important;}
a, a:hover, a:active, a:focus {
color: #5ca34e;
}
a.topictitle,
a.topictitle:hover,
a.topictitle:active,
a.topictitle:focus {
color: #0C8320;
font-family: "Arial Black";
}
#search-box {
top: 50%;
transform: translate(0, -50%);
}
#keywords {
color: #5ca34e;
outline: none;
}
} .forumtitle {
display: inline-block;
padding: 4 15px;
border-radius: 3px;
margin-bottom: 10px;
}
.forumtitle:hover,
.forumtitle:active,
.forumtitle:focus {
background-color:#B4EEB4
text-decoration: none !important;
}
#login_popup,
#login_popup * {
box-sizing: border-box;
}
body > #login_popup {
background-color: #f4fff2 !important;
border: solid 1px #5ca34e !important;
border-radius: 13px;
overflow: hidden;
padding: 0 10px;
}
body > #login_popup > .h3 {
text-transform: uppercase;
padding: 10px !important;
margin: 0 -10px 10px -10px !important;
}
body > #login_popup > #login_popup_buttons {
text-align: left;
display: block;
width: 100%;
}
body > #login_popup > #login_popup_buttons form {
display: block;
width: 100%;
padding: 0 10px;
}
body > #login_popup > #login_popup_buttons form input {
background-color: #5ca34e !important;
background-image: none !important;
box-shadow: none !important;
border: none;
border-bottom: solid 3px #49893d !important;
padding: 4px 7px !important;
transition: all 200ms ease-in;
}
body > #login_popup > #login_popup_buttons form input.button2 {
float: right;
margin-right: -6px;
}
body > #login_popup > #login_popup_buttons form input:hover {
background-color: #444 !important;
border-bottom-color: #222 !important;
}
Tinha um pequeno erro que impedia o código de funcionar.
Re: Deixar minha caixa de conexão personalizada como fdf
Ficou melhor @Luiz, mas quero que o cabeçalho onde fica o nome do forum seja preenchido de verde e tambem os nomes dos botões estão embaçado e oefeito não ficou legal, mas está bem melhor.
Última edição por soldado em 05.10.17 2:00, editado 1 vez(es)
Re: Deixar minha caixa de conexão personalizada como fdf
Perdão, esqueci-me desse detalhe. Troque por:
o/
- Código:
/*
* Prosilver Silverlight
* Designed by Ange Tuteur
* For questions or support with the theme, contact the designer at the following link or ask for help on the support forum.
* http://fmdesign.forumotion.com/f8-questions
*/
/* avatares redondos */
.lastpost-avatar img {
border-radius: 30px;
}.ultimos img {
border-radius: 21px!important;
}
.lastpost-avatar img {
height: 60px!important;
width: 60px!important;
}
/* Selection color */
::selection {
color:#FFF;
background:#8BD;
text-shadow:1px 1px #888;
}
::-moz-selection {
color:#FFF;
background:#8BD;
text-shadow:1px 1px #888;
}
/* -- START FA_TOOLBAR -- */
#fa_toolbar, #fa_toolbar_hidden { background:#EEE !important }
#fa_icon, #fa_toolbar #fa_service, #fa_share_text, #fa_right a.rightHeaderLink, #fa_right span.rightHeaderLink, #fa_right #fa_notifications { color:#666 !important }
#fa_toolbar {
border-bottom:1px solid #CCC;
box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
#fa_search #fa_textarea {
background:#FFF !important;
border:1px solid #CCC !important;
border-radius:3px !important;
margin-top:1px !important;
padding:0 3px !important;
}
#fa_welcome, #fa_right #fa_notifications, #fa_right a.rightHeaderLink {
color:#999 !important;
text-decoration:none !important;
background-color:#EEE !important;
border:1px solid #CCC !important;
border-radius:3px !important;
box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset;
line-height:12px !important;
padding:5px !important;
margin-top:3px !important;
}
#fa_welcome:hover, #fa_right #fa_notifications:hover, #fa_right a.rightHeaderLink:hover, #fa_right.welcome #fa_menu #fa_welcome, #fa_toolbar > #fa_right.notification > #fa_notifications {
color:#666 !important;
background-color:#E5E5E5 !important;
border:1px solid #999 !important;
}
a#fa_hide.rightHeaderLink, a#fa_hide.rightHeaderLink:hover { background-color:transparent !important; border:none !important; border-radius:0 !important; padding:0 !important; margin:0 !important; box-shadow:none !important; margin-left:10px !important; }
#fa_menulist, #fa_toolbar #fa_right #notif_list {
margin-top:20px !important;
background:#EEE !important;
border:1px solid #CCC !important;
border-radius:3px !important;
box-shadow:0 6px 12px rgba(0,0,0,0.176);
}
#fa_menulist:after, #fa_toolbar #fa_right #notif_list:after {
content:url(https://i38.servimg.com/u/f38/18/21/41/30/arr10.png);
position:absolute;
right:25px;
top:-8px;
}
#fa_search #fa_textarea:hover { border-color:#479 !important }
#fa_search #fa_textarea:focus { border-color:#8BD !important }
#fa_toolbar #fa_right #notif_list li.see_all { background-color:#69B !important }
#fa_toolbar #fa_right #notif_list li hr { border-style:dashed !important }
#fa_toolbar #fa_right .fa_separator {
background:none !important;
border-bottom:1px dashed #CCC;
}
/* -- END FA_TOOLBAR -- */
.obligatory { color:#F33 !important }
fieldset dl:hover .obligatory { color:#F33 !important }
.jqmWindow {
background:#F5F5F5;
border:1px solid #CCC;
}
/* -- START shared props -- */
/* rounded corners */ .forabg, .forumbg, .module, .panel, .post, .path, div.pathname-box, p.author { border-radius:4px; }
/* inset gloss */ a.icon-home, a.button1, a.button2, button.button2, input.button1, input.button2, .module .h3, .friends-foes-list, .module.mod_news .row3 a { box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset }
/* -- END shared props -- */
/* -- START page header -- */
#page-header {
background:#62A954;
position:absolute;
top:0;
left:0;
right:0;
}
#page-header .headerbar {
background:none;
margin:0;
padding:30px 10px;
min-height:65px;
}
#logo { padding:0 5px; }
#logo img { max-height:50px } /* banner limit to prevent errors */
#site-title, #site-title h1 { padding-top:0 }
#logo-desc { padding-top:15px }
/* navbar */
#page-header .navbar {
background-color:#EEE;
border:1px solid #CCC;
border-left:none;
border-right:none;
}
#page-header .navbar a.mainmenu {
color:#999;
text-shadow:1px 1px 0 #FFF;
display:inline-block;
margin:0 -4px;
padding:5px 6px;
}
#page-header .navbar a.mainmenu:hover {
color:#666;
text-shadow:none;
}
#page-header .navbar .corners-top, #page-header .navbar .corners-bottom { display:none }
#page-header .navbar ul.navlinks { border:none }
/* -- END page header -- */
/* -- START search box -- */
#search-box #keywords, #forum-search #search_keywords {
background:#FFF;
font-size:12px;
border:1px solid #CCC;
border-right:0;
border-radius:3px 0 0 3px;
padding:8px;
height:14px;
-webkit-transition:500ms;
-moz-transition:500ms;
-o-transition:500ms;
transition:500ms;
}
#search-box .button2, #forum-search .button2 {
margin:0;
font-size:0;
background:url(https://i38.servimg.com/u/f38/18/21/41/30/seomap12.gif) no-repeat center 0px #EEE;
border:1px solid #CCC;
border-radius:0 3px 3px 0;
padding:15px;
height:32px;
width:36px !important;
}
/* header search */
#search-box {
margin:0;
position:absolute;
top:60px;
right:10px;
}
#search-box #keywords:focus { width:200px }
#search-box .button2:hover { background-position:center -30px }
#search-box .button2:active { background-position:center -60px }
/* forum search */
#forum-search #search_keywords {
padding:4px;
height:15px;
}
#forum-search .button2 {
background-position:center -4px;
margin-left:-5px;
padding:10px;
height:25px;
width:26px !important;
}
#forum-search .button2:hover { background-position:center -34px }
#forum-search .button2:active { background-position:center -64px }
/* -- END search box -- */
/* -- START body content -- */
a:link { text-decoration:none }
hr { border-bottom:1px dashed #999 }
#wrap {
background-color:#F7F7F7;
border:1px solid #CCC;
border-top:0;
padding-top:220px;
margin-bottom:30px;
}
/* input boxes and dropdowns */
.inputbox, .inputbx, input.tiny, input.post, select{
background:#FFF;
border:1px solid #CCC;
border-radius:3px;
padding:3px;
}
.inputbox:hover, .inputbx:hover, input.tiny:hover, input.post:hover, select:hover { border-color:#479 }
.inputbox:focus, .inputbx:focus, input.tiny:focus, input.post:focus, select:focus { border-color:#8BD }
/* buttons */
a.button1, a.button2, button.button2, input.button1, input.button2, a.icon-home, .module.mod_news .row3 a {
color:#999 !important;
text-shadow:1px 1px 0 #FFF;
font-weight:bold;
background:#EEE;
border:1px solid #BBB;
border-radius:3px;
padding:3px 6px;
margin:3px;
}
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover, a.icon-home:hover, .module.mod_news .row3 a:hover {
color:#666 !important;
text-shadow:none;
background-color:#E5E5E5;
border:1px solid #999;
}
/* portal */
.module.mod_news .row3 { background:none }
.module.mod_news .row3 a { display:inline-block }
/* home button */
a.icon-home {
background:url(https://i38.servimg.com/u/f38/18/21/41/30/homema10.png) no-repeat 3px 1px #EEE ;
padding-left:24px;
}
a.icon-home:hover { background-position:3px -25px }
/* modules and panels */
.module, .panel, .post {
background-color:#EEE;
border:1px solid #CCC;
}
.panel { margin-top:10px }
.panel.row3 { margin-top:0 }
/* profiles */
#cp-main .separator:last-child { display:none }
#cp-main .panel {
background:#F5F5F5;
border:1px dashed #CCC;
}
#cp-main .panel.sig { background:none; border:none }
#cp-main h1 { color:#257 }
fieldset dl dt, fieldset dl dt label, fieldset dl dt span {
color:#888 !important;
font-weight:bold;
text-shadow:1px 1px 0px #FFF;
}
fieldset dl:hover dt, fieldset dl:hover dt label, fieldset dl:hover dt span {
color:#333 !important;
text-shadow:none;
}
/* friends / foes */
.friends-foes-list {
background:#EEE;
border:1px solid #CCC;
border-radius:3px;
padding:4px 3px;
margin:2px;
width:auto;
height:auto;
}
/* Add / block menu */
#profile-advanced-add a.mainmenu {
color:#666;
font-size:12px;
background:#EEE;
border:1px solid #CCC;
border-radius:3px;
display:inline-block;
padding:4px 3px;
margin:2px 0;
}
/* add friend */
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
color:#686;
background:url(https://i38.servimg.com/u/f38/18/45/41/65/add10.png) no-repeat 3px center #CFC;
border-color:#ACA;
padding-left:21px;
}
/* add foe / remove friend */
/* add foe / remove friend */
#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
color:#966;
background:url(https://i38.servimg.com/u/f38/18/45/41/65/block11.png) no-repeat 3px center #FCC;
border-color:#CAA;
padding-left:21px;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }
/* avatar border color */ td.avatar-mini img, .avatar { border-color:#CCC }
/* titles */
.content h1, .panel h1, .h3, h3, .content h2, .panel h2 {
color:#257;
text-transform:none;
border-bottom:1px solid #257;
}
/* widgets */
.module {
padding:0 3px;
margin:3px;
}
.module .h3 {
color:#999;
text-align:center;
text-shadow:1px 1px 0 #FFF;
border-bottom-color:#CCC;
padding:6px;
margin:-5px -3px 6px -3px;
}
/* tabs */
#tabs a span {
color:#999;
text-shadow:1px 1px 0 #EEE;
padding:6px 10px;
}
#tabs a {
background:#E0E0E0;
border:1px solid #CCC;
border-bottom:none;
border-radius:3px 3px 0 0;
box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset;
margin:0 2px;
padding:0;
}
#tabs a:hover {
top:1px;
background:#EEE;
}
#tabs a span:hover, #tabs .activetab a span {
color:#666;
text-shadow:none;
}
#tabs .activetab a {
background:#EEE;
border-bottom:none;
margin-bottom:0;
}
#profile-tab-field-profil div.separator { border-bottom:1px dashed #CCC }
#new-message-link a { border:none }
/* pagination */
.pagination span a, p.pagination span strong { padding:2px 4px !important; }
.pagination span a {
font-weight:bold !important;
color:#999 !important;
text-shadow:1px 1px 0 #FFF;
background:#EEE;
border:1px solid #CCC;
border-radius:4px;
box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}
.pagination span a:hover {
color:#479 !important;
text-shadow:1px 1px 0 #9CE;
background:#8BD !important;
border:1px solid #69B !important;
}
.pagination span strong {
color:#479;
text-shadow:1px 1px 0 #9CE;
background:#8BD;
border:1px solid #69B;
border-radius:4px;
box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}
.pagination span a.pag-img {
background:none !important;
border:none !important;
box-shadow:none;
}
/* Pathname boxes */
div.pathname-box, .path { padding:6px }
.path {
float:left;
clear:none !important;
}
.path, .path a, div.pathname-box, div.pathname-box a {
color:#888;
text-shadow:1px 1px 0 #FFF;
}
.path a:hover, div.pathname-box a:hover {
color:#666;
text-shadow:none;
}
.path, div.pathname-box {
background:#EEE;
border:1px solid #CCC;
box-shadow:0px 10px 6px #F5F5F5 inset, 0px -10px 6px #E5E5E5 inset
}
/* calendar */ #calendar ul, #mini-calendar ul { background:none !important }
/* forums category */
.forabg, .forumbg {
background:#69B;
border:1px solid #479;
overflow:hidden;
padding:0;
}
.forabg .corners-bottom, .forumbg .corners-bottom { display:none }
.forumbg .header .dterm, .forumbg .header dt, .forabg .header dt { margin-left:5px }
li.header dd, li.header dt, .table-title, .table-title h2 {
font-size:12px;
font-weight:bold;
text-transform:none;
}
/* rows */
li.row {
background:#EEE;
border:none;
border-bottom:1px solid #CCC;
}
li.row:hover { background:#EEE }
ul.topiclist dd, ul.forums dd { border:none !important }
/* tables */
#calendar th { color:#666 }
.forumbg.forumbg-table table, #cp-main table.table1 {
border-spacing:0;
margin:0;
}
.forumbg.forumbg-table table td, #cp-main table.table1 td {
border:none;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
}
/* legend */ p em { font-style:normal }
/* faq */ dl.faq dd p { border-color:#CCC }
/* -- END body content -- */
/* -- START post content -- */
.post h2.topic-title { display:block }
p.author {
background:#F5F5F5;
border:1px solid #CCC;
display:inline-block;
padding:3px;
margin-top:3px 0;
}
.postprofile {
background:#F5F5F5;
border:1px dashed #69B;
border-left:5px solid #69B;
border-radius:0 3px 3px 0;
padding:3px;
}
/* codeboxes */
dl.codebox code, dl.codebox.hidecode dd, dl.codebox.spoiler .spoiler_content.hidden {
background:#EEE;
border:1px dashed #CCC;
margin:3px;
padding:3px;
}
/* Quote */
blockquote cite { color:#257 }
blockquote {
background:#F5F5F5 url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/cite10.png\\\') no-repeat 5px 7px;
border:1px solid #69B;
border-left:5px solid #69B;
margin:3px 0;
}
blockquote blockquote {
background-color:#EEE;
border-color:#58A;
}
/* Code */
dl.codebox {
background:#F5F5F5;
border:1px solid #69B;
border-left-width:5px;
}
dl.codebox code { color:#49B }
dl.codebox dt {
background:url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/code10.png\\\') no-repeat;
color:#257;
border:none;
padding-left:20px;
}
/* Spoiler */
dl.codebox.spoiler dt { background:url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/spoile10.png\\\') no-repeat }
/* hidden */
dl.codebox.hidecode dt { background:#F5F5F5 url(\\\'https://i57.servimg.com/u/f57/18/21/41/30/hide10.png\\\') no-repeat 3px 2px }
dl.codebox.hidecode dt:after {
padding-left:3px;
content:"Hidden:"
}
/* -- END post content -- */
/* -- START footer -- */
#page-footer .navbar { background:none }
/* Administration link */
p.copyright strong a {
color:#C66;
background:url(https://i38.servimg.com/u/f38/18/21/41/30/couron11.png) no-repeat 3px center #FDD;
border:1px solid #FBB;
border-radius:3px;
display:inline-block;
padding:4px 6px 4px 25px;
}
p.copyright strong a:hover {
color:#B55;
background-color:#ECC;
border-color:#EAA;
}
/* MENU*/
body {
overflow-x: hidden !important;
}
#page-header .navbar {
background:rgba(20, 20, 20, 0.901961) !important;
height: 50px;
padding-top: 10px;
}
.sprite-icon_mini_calendar, a.mainmenu[href="/calendar"], ul.linklist li a img, #page-header div.navbar div ul li a[href="http://forummoneyonline.forumeiros.com/"] {
display: none;
}
#page-header .navbar a[href="/"], #page-header .navbar a:hover {
background-color: rgba(255,255,255,0.2) !important;
-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
line-height: 30px !important;
}
#page-header .navbar a.mainmenu {
font-size: 10px !important;
text-transform: uppercase !important;
margin-left: 10px !important;
text-shadow: none !important;
color: white !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: none;
line-height: 30px !important;
}
/* ONLINE E OFLINE*/
.postprofile {
background: url(https://i18.servimg.com/u/f18/18/45/41/65/row10.png) repeat-x 0 0 #F6F6F6;
border: 1px solid #DDD;
border-radius: 3px;
padding: 60px 3px 3px;
position: relative;
text-align: center;
}
.postprofile {
border-color: #fff;
border-left-style: solid;
border-left-width: 1px;
color: #666;
display: inline;
float: right;
margin: 5px 0 0;
min-height: 80px;
position: relative;
width: 22%;
word-wrap: break-word;
}
div.post.online .postprofile:before {
content: url('https://i18.servimg.com/u/f18/16/89/96/68/online15.png');
}
div.post .postprofile:before {
content: url('https://i18.servimg.com/u/f18/16/89/96/68/offlin19.png');
left: 0;
position: absolute;
right: 0;
top: 25px;
z-index: 2;
}
div.post.online .postprofile:after {
border-color: #84C754;
}
div.post .postprofile:after {
background: #2E3133;
border-bottom: 4px solid #868686;
content: ".";
font-size: 0;
height: 16px;
left: 0;
position: absolute;
right: 0;
top: 25px;
z-index: 1;
}
/* grupos*/
a.gensmall[style="color: #FA0000"]:before {
content: '\f085 \00A0';
font-family: 'fontawesome';
}
/* RODAPE*/
#fa_stats {
background: #1E622E none repeat scroll 0% 0%;
color: #FFF;
font-family: Arial,Verdana,sans-serif;
padding: 15px 0px;
text-align: center;
font-size: 10px;
}
.stat_label {
background: #F2F2F2 none repeat scroll 0% 0%;
border-radius: 3px;
color: #2E3133;
display: inline-block;
font-size: 0px;
margin: 0px 12px 0px 3%;
padding: 6px 12px;
vertical-align: middle;
}
.stat_label strong {
display: inline-block;
font-size: 14px;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
}
.text_label {
font-size: 14px;
font-weight: 700;
margin-right: 7.5%;
text-transform: uppercase;
}
.qeel_title {
background: #3FA95E none repeat scroll 0% 0%;
color: #FFF;
font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
font-size: 16px;
font-weight: 700;
padding: 5px 6px;
text-transform: uppercase;
}
.qeel_title a {
color: #FFF;
}
.qeel_section {
background: #FAFAFA none repeat scroll 0% 0%;
color: #333;
font-size: 11px;
padding: 8px 6px;
}
/*MENSAGEM INICIAL*/
.mes-txt {
text-align: justify;
padding-top: 10px;
padding-right: 10px;
line-height: 100% !important;
}
.mes-txt img {
float: left;
width: 100px;
margin-left: 10px;
margin-top: -10px;
}
.panel.introduction {
border: 1px solid #479;
box-shadow: 1px 2px 3px #DCDCDC;
margin: 10px;
}
.introduction .h3 {
color: #E3564C;
font-size: 15px;
text-shadow: 1px 1px 0px #fff, -1px -1px 0px #D8D8D8;
border-bottom: 1px solid #E3564C;
}
/* banner*/
div#logo-desc {background:url(http://i.imgur.com/INpL935.png
);width:1353px;margin-left:-12px;margin-top:-5px;height:193px;}
#page-header .navbar {margin-top:-41px;}
#logo-desc p {display:none;}
#site-title, #site-title h1 {display:none;}
#main .a2a53{display:none;}
/*MENSAGEM INICIAL*/
.introduction .h3 {background-color: #4682B4;}
.introduction .h3 {text-align:center;}
.panel.introduction {
margin: 0px!important;
padding:0px!important;
border-radius: 4px!important;
border: 1px solid #479!important;
}
.introduction .h3 {
margin-top: -5px!important;
background-color: #69B!important;
border-bottom: 0px solid #E3564C!important;
font-size: 15px;
padding:5px!important;
}
#content-container div#left {margin-top:-75px;}
body, #container, .bg {margin-top:75px!important;}
/*menu de navegação*/
#page-header .navbar {
border: 1px solid #CCC;
border-left: none;
border-right: none;
height: 35px !important;
margin-top: -41px;
padding-top: 10px;
background-color: #5ca34e!important;
border-color: #ddd;
border-radius: 10px;
box-shadow: 0 8px 0 #44ca75;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
font-size: 12px!important;
padding: 12px 11px 10px!important;
position: relative;
text-transform: uppercase;
}
/* TABELAS */
.forabg {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
box-shadow: 0 8px 0 #44ca75;
margin-bottom: 15px;
}.introduction .h3 {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
}.panel.introduction {
box-shadow: 0 8px 0 #44ca75;
background: #EEE!important;
border: none!important;
border-bottom: 1px solid #CCC!important;
}
.forumbg.announcement {
background-color: #5ca34e!important;
border-color: #ddd;
border-left: none;
border-radius: 10px;
border-right: none;
font-family: BebasNeue1,Oswald,Open Sans,Arial,Helvetica,sans-serif;
box-shadow: 0 8px 0 #44ca75;
}
/* gostei e não gostei*/
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.fa_votes,a.fa_vote {
display: inline-block!important;
width: auto!important
}
a.fa_vote {
color: #6A3;
font-size: 18px;
margin-right: 3px;
text-decoration: none
}
a.fa_vote.fa_like:hover {
color: #8C5
}
a.fa_vote.fa_liked {
color: #ADA;
cursor: default
}
.fa_votes {
color: #4A0;
cursor: default;
font-size: 12px;
font-weight: 700
}
.fa_thanks {
background: #DFD;
border: 1px solid #BDB;
border-radius: 6px;
color: #280;
font-size: 16px;
font-weight: 700;
margin-top: 15px;
padding: 5px;
text-align: center
}
.fa_thanks i.fa {
color: #8C5;
font-size: 48px;
vertical-align: middle
}
/* bordas*/
.post { border: 1px solid #5ca34e; }
}
div.sceditor-toolbar {
background-color: #5ca34e!important;
border-color: #5ca34e!important;
}
div.sceditor-toolbar {
background-color: #5ca34e!important;
border-color: #5ca34e!important;
}
.sceditor-container {
border-color: #5ca34e!important;
.module .h3 {
border-bottom-color: #44ca75;
}
.module {
border: 1px solid #44ca75;
}
/* formatação dos títulos*/
table.forumline div h2 a {
font-family:arial!important;
font-size: 19px!important;
}
h2.topic-title {font-family:trebuchet MS!important;}
h1.page-title a[href^="/t"] {display: none!important;}
/**
* opções de tópicos
*/
#fa-topic-tabs {
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
#fa-topic-tabs li {
float: left;
display: block;
margin-right: 10px;
}
#fa-topic-tabs a {
display: block;
height: 40px;
line-height: 40px;
width: 100px;
text-align: center;
background-color: #fff;
border: 1px #999 solid;
border-radius: 3px 3px 0 0;
box-sizing: border-box;
}
#mpage-body #fa-topic-tabs li,
#mpage-body-modern #fa-topic-tabs li {
float: none;
margin-right: 0;
}
#mpage-body #fa-topic-tabs a,
#mpage-body-modern #fa-topic-tabs a {
width: 100%;
}
/**
Formatação dos títulos dos foruns
*/
a.forumtitle {
font-family: Arial, sans-serif !important;
color: #2E8B57!important;}
a, a:hover, a:active, a:focus {
color: #5ca34e;
}
a.topictitle,
a.topictitle:hover,
a.topictitle:active,
a.topictitle:focus {
color: #0C8320;
font-family: "Arial Black";
}
#search-box {
top: 50%;
transform: translate(0, -50%);
}
#keywords {
color: #5ca34e;
outline: none;
}
} .forumtitle {
display: inline-block;
padding: 4 15px;
border-radius: 3px;
margin-bottom: 10px;
}
.forumtitle:hover,
.forumtitle:active,
.forumtitle:focus {
background-color:#B4EEB4
text-decoration: none !important;
}
#login_popup,
#login_popup * {
box-sizing: border-box;
}
body > #login_popup {
background-color: #f4fff2 !important;
border: solid 1px #5ca34e !important;
border-radius: 13px;
overflow: hidden;
padding: 0 10px;
}
body > #login_popup > .h3 {
text-transform: uppercase;
padding: 10px !important;
margin: 0 -10px 10px -10px !important;
background-color: #5ca34e !important;
color: #fff !important;
border-color: #5ca34e !important;
}
body > #login_popup > #login_popup_buttons {
text-align: left;
display: block;
width: 100%;
}
body > #login_popup > #login_popup_buttons form {
display: block;
width: 100%;
padding: 0 10px;
}
body > #login_popup > #login_popup_buttons form input {
background-color: #5ca34e !important;
background-image: none !important;
box-shadow: none !important;
border: none;
border-bottom: solid 3px #49893d !important;
padding: 4px 7px !important;
transition: all 200ms ease-in;
background-color: #5ca34e !important;
color: #fff !important;
}
body > #login_popup > #login_popup_buttons form input.button2 {
float: right;
margin-right: -6px;
}
body > #login_popup > #login_popup_buttons form input:hover {
background-color: #444 !important;
border-bottom-color: #222 !important;
}
o/
Re: Deixar minha caixa de conexão personalizada como fdf
Melhor cada fez mais, o nome deve ficar centralizado e o texto dos botões não ficaram nítidos, será que se mudar a cor do texto para vermelho fica melhor? e também quero adcionar esta imagem
Re: Deixar minha caixa de conexão personalizada como fdf
Isso tudo o senhor deve fazer no conteúdo da caixa de mensagem:
Geral -> Fórum -> Configuração -> Pop-up de conexão.
Exceto os botões e a imagem. Para corrigir, adicione ao final de sua CSS:
---
Lembre-se também que não podemos deixar igualzinho a daqui, tendo em vista que isso viola uma de nossas regras:
-> https://ajuda.forumeiros.com/t107649-
o/
Geral -> Fórum -> Configuração -> Pop-up de conexão.
Exceto os botões e a imagem. Para corrigir, adicione ao final de sua CSS:
- Código:
body > #login_popup > #login_popup_buttons form input {
text-shadow: none !important;
}
div#login_popup {
background-image: url(https://i11.servimg.com/u/f11/19/15/12/58/uwzexk10.png) !important;
background-position: 97% 77%;
background-repeat: no-repeat;
}
---
Lembre-se também que não podemos deixar igualzinho a daqui, tendo em vista que isso viola uma de nossas regras:
-> https://ajuda.forumeiros.com/t107649-
o/
Re: Deixar minha caixa de conexão personalizada como fdf
Eu quero aplicar css no texto da caixa por aqui faz isso Geral -> Fórum -> Configuração -> Pop-up de conexão. ou na folha de estilo.?
Re: Deixar minha caixa de conexão personalizada como fdf
Como disse anteriormente, pelo Painel de Controle.
Re: Deixar minha caixa de conexão personalizada como fdf
Mais uma última peça, ao final de seu CSS:
o/
---
Edit:
O autor marcou o tópico como resolvido.
- Código:
body > #login_popup > .h3 {
text-align: center;
}
o/
---
Edit:
O autor marcou o tópico como resolvido.
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para Questões resolvidas. |
Tópicos semelhantes
» Como deixar minha caixa de login assim
» Como deixar a home page personalizada
» Como deixar minha categoria assim?
» Como deixar minha legenda assim
» Como deixar arredondada a caixa de spoiler, tables etc..
» Como deixar a home page personalizada
» Como deixar minha categoria assim?
» Como deixar minha legenda assim
» Como deixar arredondada a caixa de spoiler, tables etc..
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