Bug nos últimos assuntos
4 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
Bug nos últimos assuntos
Qual é minha questão:
Vejam que o nome do Widget está fazendo movimentação junto com os últimos títulos apresentados.
Endereço do meu fórum:
http://suportenuvem.forumeiros.com
Versão do fórum:
PUNBB
Vejam que o nome do Widget está fazendo movimentação junto com os últimos títulos apresentados.
Endereço do meu fórum:
http://suportenuvem.forumeiros.com
Versão do fórum:
PUNBB
Última edição por NuvemPSD em 10.01.14 16:49, editado 1 vez(es)
Re: Bug nos últimos assuntos
- Código:
/* css by genji watanabe copyright 10/4/2013 */
#pun-visit, .main-box, #pun-about #qjump {
display: none;
}
.pun a:link {
color: #239dd4;
text-decoration: none !important;
}
.pun a:visited {
color: #239dd4;
text-decoration: none !important;
}
.pun a:hover {
color: #86dd3f;
text-decoration: none !important;
}
body {
background: rgb(229, 241, 249);
font-family: Arial;
font-size: 10px;
color: #666;
}
.pun {
width: 95%;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
background: #fff;
border: 1px solid rgb(195, 224, 241);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
}
.pun .main-content {
padding: 5px;
background: rgb(229, 241, 249);
border: 1px solid rgb(195, 224, 241);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
#main .module-advert .main-content {
background-color: rgb(229, 241, 249);
border: 1px solid rgb(195, 224, 241);
}
#pun-announcement {
background: rgb(229, 241, 249);
border: 1px solid rgb(195, 224, 241);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
#pun-about {
background: rgb(229, 241, 249);
border: 1px solid rgb(195, 224, 241);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
font-family: Arial;
font-size: 10px;
color: #239dd4;
}
#stats {
background: transparent !important;
}
#onlinelist {
background: transparent !important;
border: 0px solid rgb(195, 224, 241);
}
#onlinechat {
background: transparent !important;
border: 0px solid rgb(195, 224, 241);
}
#pun-intro {
background: #239dd4;
border: 1px solid #008fcf;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-ms-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
#pun-head #pun-navlinks {
margin-bottom: 15px;
background: #239dd4;
border: 1px solid #008fcf;
border-top: 1px solid #5aaedb;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-ms-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
#pun-navlinks ul {
text-align: center;
}
#pun-navlinks li {
font-weight: bold;
font-family: Arial;
font-size: 10px;
-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#pun-navlinks a {
color: #fff;
text-decoration: none;
}
#pun-navlinks a:visited {
color: #fff;
text-decoration: none;
}
#pun-navlinks a:hover {
color: #86dd3f;
text-decoration: none;
}
.overview {
background: #239dd4;
border: 1px solid #008fcf;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
color: #fff;
}
.title-overview {
background: #239dd4;
color: #fff;
}
.pun .paged-head, .pun .paged-foot {
background: transparent !important;
border: none;
}
.main .main-head, .main .main-foot {
margin: 5px !important;
background: transparent !important;
border: none;
}
.main .main-head .page-title, .pun .main-head .h2, .subtitle {
width: 250px;
padding: 8px;
background: #239dd4;
border: 1px solid #008fcf;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
font-weight: bold;
font-family: Arial;
font-size: 10px;
color: #fff;
}
.main .main-foot .page-title, .pun .main-foot .h2 {
width: 250px;
padding: 8px;
background: #239dd4;
border: 1px solid #008fcf;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
font-weight: bold;
font-family: Arial;
font-size: 10px;
color: #fff;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Arial;
font-size: 10px;
font-weight: bold;
}
.pun table.table {
background: transparent !important;
border: none;
}
.pun table.table th {
background: transparent !important;
border-bottom: 1px dashed rgb(195, 224, 241);
font-weight: bold;
font-family: Arial;
font-size: 10px;
color: #239dd4;
}
.pun tbody.statused td.tcl {
background: transparent !important;
border-right: none;
border-left: none;
border-top: none;
border-bottom: 1px dashed rgb(195, 224, 241);
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background: transparent !important;
border-right: none;
border-left: none;
border-top: none;
border-bottom: 1px dashed rgb(195, 224, 241);
}
.pun table.table td {
background: transparent !important;
border-right: none;
border-left: none;
border-top: none;
border-bottom: 1px dashed rgb(195, 224, 241);
}
.pun .topic {
background: transparent !important;
border: 0px solid #ddd;
border-style: none solid;
}
.pun .post {
margin-top: 3px;
margin-bottom: 3px;
padding: 5px;
background: rgb(229, 241, 249);
border: 1px solid rgb(195, 224, 241);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.pun .postmain {
background: transparent !important;
border-left: 1px solid rgb(195, 224, 241);
}
.pun .posthead {
background: transparent !important;
border: 0px solid #ddd;
}
.postfoot {
border: 0px solid #ddd;
}
.pun .user-ident .username {
font-family: Arial;
font-size: 10px;
font-weight: bold;
}
.pun .user-ident .user-basic-info {
font-family: Arial;
font-size: 10px;
font-weight: bold;
text-align: center;
}
.pun .user .user-info {
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
background: #fff;
border: 1px solid rgb(195, 224, 241);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.codebox {
padding: 3px;
background: #fff;
border: 1px solid #C9D2D8;
font-weight: bold;
font-family: Arial;
font-size: 10px;
}
.codebox dt {
border-bottom: 1px solid #C9D2D8;
}
.codebox dd {
background: none !important;
font-family: Courier,CourierNew,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
color: #2E8B57;
}
.postmain blockquote {
margin: 1em 1px 1em 25px;
padding: 20px;
background: #ebeadd url(http://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;
border: 1px solid #DBDBCE;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: none;
}
.pun .main .options a, .pun .main .options a:link, .pun .main .options a:visited {
color: #666;
}
.main .main-content.frm {
background: rgb(229, 241, 249);
}
.pun .frm-form {
background: none !important;
}
.frm-buttons {
border-top: 1px dashed rgb(195, 224, 241);
}
#text_editor_textarea,div.posting-block #text_editor_iframe {
height: 260px;
margin-left: -2.9px;
}
#textarea_content dl dt label {
display: none;
}
#quick_reply .frm-buttons {
margin: 0 auto;
padding: 5px;
background: #fff;
border: 1px solid rgb(195, 224, 241);
border-top: 0px solid rgb(195, 224, 241);
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-ms-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
text-align: right;
}
#quick_reply #text_editor_controls {
position: absolute;
width: 52% !important;
margin-left: 15px;
margin-top: 162px;
}
#quick_reply fieldset.frm-set dl dd {
margin: 0 auto;
padding: 10px;
background: #fff;
border: 1px solid rgb(195, 224, 241);
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-ms-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
#quick_reply #text_editor_textarea {
max-height: 142px;
margin-left: -1px;
margin-top: -6px
}
#text_editor_controls {
margin: 10px 20px;
}
.pun .frm .frm-form table {
border: 1px solid rgb(195, 224, 241);
border-color: rgb(195, 224, 241);
border-top: 1px solid rgb(195, 224, 241);
}
.pun .main .main-content.message {
background: rgb(229, 241, 249);
}
.pun .main .main-content p.message {
background: #fff;
border: 1px solid rgb(195, 224, 241);
}
.main .frm-info {
background: #fff;
border: 1px solid rgb(195, 224, 241);
}
fieldset.frm-set.multi {
border-bottom: 0px dashed #ddd;
}
.sub-head {
border-bottom: 1px dashed rgb(195, 224, 241);
}
.faq dd {
background: #fff;
border: 1px solid rgb(195, 224, 241);
}
td.avatar-mini img {
padding: 5px;
background: #fff;
border: 1px solid rgb(195, 224, 241);
}
#content-container #right {
display: none !important;
}
#content-container div#content {
margin-right: 0 !important;
}
.module-margin {
margin-top: 15px !important;
}
.widget-head .h3 {
margin-top: 2px;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed rgb(195, 224, 241);
font-family: Arial;
font-weight: bold;
font-size: 10px;
color: #239dd4;
}
.ava img {
width: 120px !important;
height: 120px !important;
margin: 5px;
padding: 1px;
border: none;
}
.kotak1 {
width: 155px;
margin-top: 1px;
margin-bottom: 1px;
padding: 5px;
background: #fff;
border: 1px solid rgb(195, 224, 241);
}
.h3{
text-align: center !important;
}
.user-basic-info a img {
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1)
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
height: 90px;
max-height: 85px;
max-width: 150px;
padding: 1px;
min-height: 150px;
min-width: 85px;
}
Re: Bug nos últimos assuntos
Olá!
Não sei bem o que pode ser isso... mas tente este CSS:
Hancki
Não sei bem o que pode ser isso... mas tente este CSS:
- Código:
div.module.main .main-head {
height: 15px !important;
}
Hancki
Tópicos semelhantes
» Como eu coloco últimos assuntos no canto da tela mostrando os ultimos topicos ?
» Últimos assuntos não mostra os últimos assuntos
» Ultimos assuntos
» Ultimos assuntos
» Ultimos assuntos
» Últimos assuntos não mostra os últimos assuntos
» Ultimos assuntos
» Ultimos assuntos
» Ultimos assuntos
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