gpt4 book ai didi

css - 未看到 joomla css 更改

转载 作者:太空宇宙 更新时间:2023-11-04 05:25:49 24 4
gpt4 key购买 nike

我试图修改 joomla solarsentinel 模板的 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,我什至看不到我的样式被继承或覆盖了!

有人可以帮我吗?

最佳答案

//Formattazione Introduzione 替换为 /* Formattazione Introduzione */

这不是一个格式正确的注释,之后的所有样式声明都将不起作用。

关于css - 未看到 joomla css 更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5081684/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com