Filez
From FundaWiki
[edit]
How to change layout of fundaFilez
Insert something like this in the style section of index.php;
.FILEZ_ALL {
}
.FILEZ_CAT {
}
.FILEZ_HEADER {
border-bottom: 1px solid;
font-weight: bold;
}
.FILEZ_CAT1 {
background-color: #DDDDDD;
text-align: center;
}
.FILEZ_CAT2 {
text-align: center;
border-bottom: 1px solid;
}
.FILEZ_CAT3 {
background-color: #DDDDDD;
text-align: center;
}
.FILEZ_CAT4 {
text-align: center;
border-bottom: 1px solid;
}
.FILEZ_CAT5 {
background-color: #DDDDDD;
text-align: center;
}
.FILEZ_FILENAME {
border-bottom: 1px solid;
}
.FILEZ_FILEDESC {
border-bottom: 1px solid;
}
