0
私はjoomla solarsentinelのテンプレートのCSSを修正しようとしていました。しかし、私の変更(一部)は全く見られません!joomlaのCSSの変更が見られない
サイトはlabmond.sism.orgです。私のCSSはヘッダーに埋め込まれています。コードはこちら
// Formattazione Introduzione
div.bodycontent {
font-family: 'book antiqua', palatino;
line-height: 1.4;
font-size: 1.3em;
background: url('".$this->baseurl."/templates/".$this->template."/images/labmond-bkg.jpg') no-repeat center;
background-attachment:fixed;
}
div.full-article h3 {
color: #ff0000;
}
div.full-article h5 {
font-size: 1em;
font-weight: bold;i
}
.csscolumns section.paragrafo {
-moz-column-count: 2;
-moz-column-gap: 50px;
-moz-column-rule: solid #DBDBDB 1px;
-webkit-column-count: 2;
-webkit-column-gap: 50px;
-webkit-column-rule: solid #DBDBDB 1px;
column-count: 2;
column-gap: 50px;
column-rule: solid #DBDBDB 1px;
}
div.full-article section.paragrafo{
margin-bottom: 3em;
}
// Tabella iscritti
table.iscrizioni{width: 100%; border-collapse:collapse;}
table.iscrizioni tr.head td, table.iscrizioni tr.data td{ border: 2px solid}
table.iscrizioni tr.number td{font-weight:bold; color: blue}";
なぜオーバーライドされるのかわかりません! div.bodycontentを調べると、私のスタイルが継承されたり上書きされているとは見えません!
誰かが私を助けることができますか?
突然私はとても馬鹿だと感じています。( – Bakaburg
これは簡単に間違いです。エディタにページ全体のソースをコピーするまで気付かなかった。 –