CSS dando erro

2 participantes

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

Tópico resolvido CSS dando erro

Mensagem por aaarya 22.08.15 12:44

Detalhes da questão


Endereço do fórum: http://treealliance.forumeiros.com/
Versão do fórum: PunBB

Descrição


Desde ontem o meu css do fórum começou a dar erro, são vários adms que tem acesso ao painel de controle e não sei se alguém mexeu. Quando vou tentar arrumar alguma coisa (cor, etc) aparece isso  e acaba nem atualizando Triste

CSS dando erro 2641aav
aaarya

aaarya
Novo Membro

Membro desde : 21/08/2015
Mensagens : 4
Pontos : 8

http://treealliance.forumeiros.com/

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: CSS dando erro

Mensagem por Fraise 22.08.15 14:38

Olá @aaarya!

Poderia me fornecer a sua folha de estilos?

Cumprimentos.
Fraise
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6566
Pontos : 8050

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS dando erro

Mensagem por aaarya 22.08.15 15:08

Aqui está

Código:
#wrap {
margin-bottom: -10px;
margin-top: -10px;
margin-left: 310px;
border-right: 60px solid #000000;
border-bottom: 20px solid #ff6c00;
}

a.mainmenu {
font-family: open sans condensed;
font-weight: lighter;
text-transform: uppercase;
font-size: 15px;
padding: 5px;
color: white;
letter-spacing: 2px;
}

.navlinks {
margin-left: -0px;
margin-top: -17;
background-color: #ff6d00;
padding: 5px;
}

#logo-desc {
margin-right: -0px;
margin-top: -10px;
}

/**TABLONDEANUNCIOSMIZUKI**/
.candy {
  background: #050505;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding: 10px;
  width: 500px;
  font-size: 25px;
  font-family: Fjalla One;
  text-align: center;
  letter-spacing: 4px;
}
.candy2 {
  border: 6px double #ff6c00; /**color de borde cuadritos, modificable**/
  width: 210px;
  padding: 0px;
  margin: 4px;
  box-shadow: 0px 0px 5px #000;
}
.candy3 {
  background: #050505;  /**color de cuadro de títulos en dentro de cuadritos, modificable**/
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding: 5px;
  font-size: 15px;
  font-family: Fjalla One;
  text-align: center;
  letter-spacing: 4px;
}
.candy4 {
  width: 200px;
  height: 160px;
  background-color: #050505;
  padding: 4px;
  margin-top: 2px;
  text-align: justify;
  font-family: 'Calibri', cursive;
  font-size: 10px;
  overflow: auto;
  line-height: 10px;
}
.candy5 {
  border: 2px solid #050505  ;  /**color de borde, cuadro de links modificable**/
  background: #fff;
  color: #000;
  text-shadow: 0px 0px 0px #000;
  padding: 5px;
  font: 10px calibri;
  text-align: center;
  letter-spacing: 4px;
}
.awards {
  border: 6px double #ff6c00;    /**color de borde cuadro de awards, modificable**/
  width: 674px;
  padding: 0px;
  margin: 4px;
  box-shadow: 0px 0px 5px #000;
}
.awardspj {
  background: #050505; /**color de cuadritos, modificable**/
  width: 130px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding: 5px;
  font-size: 15px;
  font-family: Fjalla One;
  text-align: center;
  letter-spacing: 4px;
}
/**FINDELTABLONDEANUNCIOSMUZUKI**/

li.header {
background-color: #050505;
border-right: 15px solid #ff6c00;
border-bottom: 15px solid #ff6c00;
padding: 30px;
line-height: 18pt;
text-align: center;
}
.table-title h2 {
vertical-align: middle;
font-weight: none;
font-family: \'quicksand\';
font-size: 25px;
color: #f0f0f0;
letter-spacing: 3px;
text-transform: uppercase; 
text-align: center;
}

.forabg li.header dd.dterm { width: 96%; }
.forabg li.header dd.topics { display: none; }
.forabg li.header dd.posts { display: none; }
.forabg li.header dd.lastpost { display: none; }

a.forumtitle {
font-family: open sans condensed;
font-size: 22px;
color: #e8e5e5;
font-weight: lighter;
text-transform: lowercase;
line-height: 100%;
text-shadow: 1px 1px 0px #FFF;
width: 380px;
padding: 10px;
display: block;
text-align: center;
margin-left: 110px;
margin-top: 20px;
}
a.forumtitle:hover{ color: #ff6c00; }

#desc {
width: 360px;
padding: 10px;
background-color: #f0f0f0;
border: 10px solid #503C3E;
margin-right: -169px;
margin-top: -24px;
display: block;
}

#descc {
padding: 10px;
background-color: #050505;
font-family: calibri;
font-size: 11px;
line-height: 100%;
text-align: justify;
}

#subforo {
display: inline-block;
text-align: center;
margin-bottom: -8px;
margin: auto;
}
#subforo a {
background-color: #050505;
font-size: 9px;
padding: 4px;
text-transform: uppercase;
font-weight: lighter;
color: #050505;
-moz-transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
-o-transition-duration: 1.5s;
}
#subforo a:hover {
background-color: #050505;
-moz-transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
-o-transition-duration: 1.5s;
}

.forabg .row .topics, .forabg .row .posts  {
background-color: #050505;
font-family: open sans condensed;
text-transform: uppercase;
font-size: 22px;
color: #;
height: 20px;
}

.forabg li.row dd.topics {
width: 50px;
height: 50px;
position: relative;
left: 5em;
top: 1.5em;
}
.forabg li.row dd.posts  {
width: 50px;
height: 50px;
position: relative;
left: 5em;
top: 1.5em;
}
.forabg li.row dd.lastpost {
width: 90px;
font-family: calibri;
color: #000000;
font-size: 10px;
text-align: center;
background-color: #ff6c00;
border: none;
padding: 5px;
margin-left: 9px;
margin-top: 90px;
}

.forums {
background-color: #050505;
border-bottom: 10px solid #050505;
}

.h3 {
background-color: #050505;
border-right: 15px solid #FF6C00;
border-bottom: 15px solid #ff6c00;
padding: 30px;
line-height: 18pt;
vertical-align: middle;
font-weight: none;
font-family: \'quicksand\';
font-size: 25px;
color: #050505;
letter-spacing: 3px;
text-transform: uppercase; 
text-align: center;
}
.h3 a { color: #050505; }

.module .h3 { visibility: hidden; display: none; }

#i_whosonline + p {
background-color: #050505;
border-bottom: 10px solid #050505;
padding: 10px;
}

p em b a.gensmall {
font-family: open sans condensed;
font-size: 18px;
font-style: none;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
}

p em {
font-style: normal;
color: transparent;
}

.page-bottom {
background-color: #050505 !important;
padding-left: 10px;
}
ul#picture_legend {
text-transform: uppercase;
padding: 10px;
background-color: #050505;
border: 10px solid #050505;
}

#content-container div#left {
width: 290px;
height: 100%;
background-color: #503C3E;
padding: 10px;
overflow: auto;
float: left; 
position: fixed;
left: 0px;
top: 0px;
color: #f0f0f0;
}

#comments_scroll_container {
width: 260px;
background-color: #050505;
text-align: center;
}

 
#search-box { display: none; }

h1.page-title {
background-color: #050505;
border-right: 15px solid #ff6c00;
border-bottom: 15px solid #ff6c00;
padding: 30px;
line-height: 18pt;
vertical-align: middle;
font-weight: none;
font-family: \'quicksand\';
font-size: 25px;
color: #f0f0f0;
letter-spacing: 3px;
text-transform: uppercase; 
text-align: center;
}
h1.page-title a { color: #FFF; }

.postbody .topic-title a {
font-family: open sans condensed;
color: #000;
}

}
.post {
padding: 5px;
background-color: #050505;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 10px solid #050505;
}
.content {
padding: 10px;
background-color: #050505;
}
.postbody .author {
line-height: 200px;
text-align: center;
position: relative;
margin-top: 20px;
padding: 2px !important;
right: -19em;
margin: 0 15em 0.6em 0;
width: 300px;
}
.postprofile
.postprofile {
width:20%!important;
}
}
width: 200px; {
display: block;
padding: 4px;
text-align: center;
word-spacing: 2px;
background-color: #f0f0f0;
border: 10px solid #ff6c00; }
.postprofile dt {margin-left: -1px;}
.postprofile dt strong {
background-color: #282421;
font-family: \'quicksand\';
letter-spacing: 2px;
font-style: normal;
font-size: 10px;
padding-top: 0px !important;
padding: 2px;
text-transform: uppercase;
margin-bottom: -1px !important; }
.postprofile dd {
text-align: center;
margin-top: 1px;
margin-left: -1px; 
}

dl.codebox {
background-color: #F5F5F5;
border-left: 30px solid #503C3E;
border-right: none;
border-top: none;
border-bottom: none;
padding: 10px;
}

dl.codebox dt {
display: block;
text-align: center;
margin-bottom: 3px;
text-transform: uppercase;
border-bottom: none;
}

blockquote {
background-color: #050505;
border-left: 30px solid #ff6c00;
border-right: none;
border-top: none;
border-bottom: none;
padding: 10px;
}

dl.codebox code {
color: #222;
font-family: Courier New;
border-bottom: none;
}

.clickable {
width: 50px;
height: 25px;
border-bottom: 0px;
display: inline-block; 
margin-right: 5px; 
cursor: pointer; 
background-color: #050505;
color: #F0f0f0;
font-size: 11px;
font-weight: lighter;
text-transform: uppercase;
line-height: 225%;
text-align: center;
}
.tab-content {
background-color: none;
display: none;
}
#tab1-content {
display: block;}
#tab-strip {
list-style: none outside none; 
margin-left: -40px; 
display: inline; 
background-color:none;
}
#tab-strip a {text-decoration: none;}


a:hover {
text-decoration: none !important;
-webkit-transition:1.3s;
-o-transition:1.3s;
-moz-transitio:1.3s;
}

::-webkit-scrollbar {
height:12px;
width: 8px;
}
::-webkit-scrollbar-thumb { 
background: #050505; 
-webkit-border-radius: 0px;
-moz-border-radius: 0px; 
}
::-webkit-scrollbar-track  {
background-color: #050505;
display: block;
}

@font-face {
  font-family: \'Quicksand\';
  font-style: normal;
  font-weight: 400;
  src: local(\'Quicksand Regular\'), local(\'Quicksand-Regular\'), url(http://themes.googleusercontent.com/static/fonts/quicksand/v2/sKd0EMYPAh5PYCRKSryvWz8E0i7KZn-EPnyo3HZu7kw.woff) format(\'woff\');
}
@font-face {
  font-family: \'Open Sans Condensed\';
  font-style: normal;
  font-weight: 300;
  src: local(\'Open Sans Cond Light\'), local(\'OpenSans-CondensedLight\'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format(\'woff\');
aaarya

aaarya
Novo Membro

Membro desde : 21/08/2015
Mensagens : 4
Pontos : 8

http://treealliance.forumeiros.com/

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: CSS dando erro

Mensagem por Fraise 22.08.15 15:11

Olá!

Troque por esta:
Código:
#wrap {
margin-bottom:-10px;
margin-top:-10px;
margin-left:310px;
border-right:60px solid #000;
border-bottom:20px solid #ff6c00;
}

a.mainmenu {
font-family:open sans condensed;
font-weight:lighter;
text-transform:uppercase;
font-size:15px;
color:#FFF;
letter-spacing:2px;
padding:5px;
}

.navlinks {
margin-left:0;
margin-top:-17px;
background-color:#ff6d00;
padding:5px;
}

#logo-desc {
margin-right:0;
margin-top:-10px;
}

.candy {
background:#050505;
color:#fff;
text-shadow:1px 1px 2px #000;
width:500px;
font-size:25px;
font-family:Fjalla One;
text-align:center;
letter-spacing:4px;
padding:10px;
}

.candy2 {
border:6px double #ff6c00;
width:210px;
box-shadow:0 0 5px #000;
margin:4px;
padding:0;
}

.candy3 {
background:#050505;
color:#fff;
text-shadow:1px 1px 2px #000;
font-size:15px;
font-family:Fjalla One;
text-align:center;
letter-spacing:4px;
padding:5px;
}

.candy4 {
width:200px;
height:160px;
background-color:#050505;
margin-top:2px;
text-align:justify;
font-family:Calibri, cursive;
font-size:10px;
overflow:auto;
line-height:10px;
padding:4px;
}

.candy5 {
border:2px solid #050505;
background:#fff;
color:#000;
text-shadow:0 0 0 #000;
font:10px calibri;
text-align:center;
letter-spacing:4px;
padding:5px;
}

.awards {
border:6px double #ff6c00;
width:674px;
box-shadow:0 0 5px #000;
margin:4px;
padding:0;
}

.awardspj {
background:#050505;
width:130px;
color:#fff;
text-shadow:1px 1px 2px #000;
font-size:15px;
font-family:Fjalla One;
text-align:center;
letter-spacing:4px;
padding:5px;
}

li.header {
background-color:#050505;
border-right:15px solid #ff6c00;
border-bottom:15px solid #ff6c00;
line-height:18pt;
text-align:center;
padding:30px;
}

.table-title h2 {
vertical-align:middle;
font-weight:none;
font-family:\'quicksand\';
font-size:25px;
color:#f0f0f0;
letter-spacing:3px;
text-transform:uppercase;
text-align:center;
}

.forabg li.header dd.dterm {
width:96%;
}

a.forumtitle {
font-family:open sans condensed;
font-size:22px;
color:#e8e5e5;
font-weight:lighter;
text-transform:lowercase;
line-height:100%;
text-shadow:1px 1px 0 #FFF;
width:380px;
display:block;
text-align:center;
margin-left:110px;
margin-top:20px;
padding:10px;
}

a.forumtitle:hover {
color:#ff6c00;
}

#desc {
width:360px;
background-color:#f0f0f0;
border:10px solid #503C3E;
margin-right:-169px;
margin-top:-24px;
display:block;
padding:10px;
}

#descc {
background-color:#050505;
font-family:calibri;
font-size:11px;
line-height:100%;
text-align:justify;
padding:10px;
}

#subforo {
display:inline-block;
text-align:center;
margin:auto;
}

#subforo a {
background-color:#050505;
font-size:9px;
text-transform:uppercase;
font-weight:lighter;
color:#050505;
-moz-transition-duration:1.5s;
-webkit-transition-duration:1.5s;
-o-transition-duration:1.5s;
padding:4px;
}

#subforo a:hover {
background-color:#050505;
-moz-transition-duration:1.5s;
-webkit-transition-duration:1.5s;
-o-transition-duration:1.5s;
}

.forabg .row .topics,.forabg .row .posts {
background-color:#050505;
font-family:open sans condensed;
text-transform:uppercase;
font-size:22px;
color:#;
height:20px;
}

.forabg li.row dd.lastpost {
width:90px;
font-family:calibri;
color:#000;
font-size:10px;
text-align:center;
background-color:#ff6c00;
border:none;
margin-left:9px;
margin-top:90px;
padding:5px;
}

.forums {
background-color:#050505;
border-bottom:10px solid #050505;
}

.h3 {
background-color:#050505;
border-right:15px solid #FF6C00;
border-bottom:15px solid #ff6c00;
line-height:18pt;
vertical-align:middle;
font-weight:none;
font-family:\'quicksand\';
font-size:25px;
color:#050505;
letter-spacing:3px;
text-transform:uppercase;
text-align:center;
padding:30px;
}

.h3 a {
color:#050505;
}

.module .h3 {
visibility:hidden;
display:none;
}

#i_whosonline + p {
background-color:#050505;
border-bottom:10px solid #050505;
padding:10px;
}

p em b a.gensmall {
font-family:open sans condensed;
font-size:18px;
font-style:none;
text-align:center;
letter-spacing:2px;
text-transform:uppercase;
}

p em {
font-style:normal;
color:transparent;
}

.page-bottom {
background-color:#050505!important;
padding-left:10px;
}

ul#picture_legend {
text-transform:uppercase;
background-color:#050505;
border:10px solid #050505;
padding:10px;
}

#content-container div#left {
width:290px;
height:100%;
background-color:#503C3E;
overflow:auto;
float:left;
position:fixed;
left:0;
top:0;
color:#f0f0f0;
padding:10px;
}

#comments_scroll_container {
width:260px;
background-color:#050505;
text-align:center;
}

h1.page-title {
background-color:#050505;
border-right:15px solid #ff6c00;
border-bottom:15px solid #ff6c00;
line-height:18pt;
vertical-align:middle;
font-weight:none;
font-family:\'quicksand\';
font-size:25px;
color:#f0f0f0;
letter-spacing:3px;
text-transform:uppercase;
text-align:center;
padding:30px;
}

h1.page-title a {
color:#FFF;
}

.postbody .topic-title a {
font-family:open sans condensed;
color:#000;
}

.post {
background-color:#050505;
border-top:none;
border-left:none;
border-right:none;
border-bottom:10px solid #050505;
padding:5px;
}

.content {
background-color:#050505;
padding:10px;
}

.postbody .author {
line-height:200px;
text-align:center;
position:relative;
right:-19em;
width:300px;
margin:0 15em .6em 0;
padding:2px!important;
}

.postprofile .postprofile {
width:20%!important;
}

width: 200px; {
display:block;
text-align:center;
word-spacing:2px;
background-color:#f0f0f0;
border:10px solid #ff6c00;
padding:4px;
}

.postprofile dt {
margin-left:-1px;
}

.postprofile dt strong {
background-color:#282421;
font-family:\'quicksand\';
letter-spacing:2px;
font-style:normal;
font-size:10px;
text-transform:uppercase;
margin-bottom:-1px!important;
padding:0 2px 2px!important;
}

.postprofile dd {
text-align:center;
margin-top:1px;
margin-left:-1px;
}

dl.codebox {
background-color:#F5F5F5;
border-left:30px solid #503C3E;
border-right:none;
border-top:none;
border-bottom:none;
padding:10px;
}

dl.codebox dt {
display:block;
text-align:center;
margin-bottom:3px;
text-transform:uppercase;
border-bottom:none;
}

blockquote {
background-color:#050505;
border-left:30px solid #ff6c00;
border-right:none;
border-top:none;
border-bottom:none;
padding:10px;
}

dl.codebox code {
color:#222;
font-family:Courier New;
border-bottom:none;
}

.clickable {
width:50px;
height:25px;
border-bottom:0;
display:inline-block;
margin-right:5px;
cursor:pointer;
background-color:#050505;
color:#F0f0f0;
font-size:11px;
font-weight:lighter;
text-transform:uppercase;
line-height:225%;
text-align:center;
}

.tab-content {
background-color:none;
display:none;
}

#tab1-content {
display:block;
}

#tab-strip {
list-style:none outside none;
margin-left:-40px;
display:inline;
background-color:none;
}

#tab-strip a {
text-decoration:none;
}

a:hover {
text-decoration:none!important;
-webkit-transition:1.3s;
-o-transition:1.3s;
-moz-transitio:1.3s;
}

::-webkit-scrollbar {
height:12px;
width:8px;
}

::-webkit-scrollbar-thumb {
background:#050505;
-webkit-border-radius:0;
-moz-border-radius:0;
}

::-webkit-scrollbar-track {
background-color:#050505;
display:block;
}

@font-face {
font-family:\'Open Sans Condensed\';
font-style:normal;
font-weight:300;
src:local(\'OpenSansCondLight\'), local(\'OpenSans-CondensedLight\'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format(\'woff\');
}

.forabg li.header dd.topics,.forabg li.header dd.posts,.forabg li.header dd.lastpost,#search-box {
display:none;
}

.forabg li.row dd.topics,.forabg li.row dd.posts {
width:50px;
height:50px;
position:relative;
left:5em;
top:1.5em;
}

Cumprimentos.
Fraise
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6566
Pontos : 8050

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: CSS dando erro

Mensagem por Fraise 24.08.15 18:32

Questão abandonada pelo autor, mas considerada resolvida por ter solução para o problema.
Tópico marcado como Resolvido e movido para Questões resolvidas.
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6566
Pontos : 8050

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

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

- Tópicos semelhantes

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