38 lines
421 B
CSS
38 lines
421 B
CSS
/* Home hook CSS */
|
|
#htmlcontent_home {
|
|
}
|
|
|
|
ul.htmlcontent-home {
|
|
}
|
|
|
|
li.htmlcontent-item {
|
|
}
|
|
|
|
li.htmlcontent-item a.item-link {
|
|
}
|
|
|
|
li.htmlcontent-item img.item-img {
|
|
}
|
|
|
|
li.htmlcontent-item h3.item-title {
|
|
}
|
|
|
|
li.htmlcontent-item div.item-html {
|
|
}
|
|
|
|
/* Top hook CSS */
|
|
#htmlcontent_top {
|
|
}
|
|
|
|
/* Left hook CSS */
|
|
#htmlcontent_left {
|
|
}
|
|
|
|
/* Right hook CSS */
|
|
#htmlcontent_right {
|
|
}
|
|
|
|
/* Footer hook CSS */
|
|
#htmlcontent_footer {
|
|
}
|