This commit is contained in:
2024-12-31 11:07:09 +01:00
parent df7915205d
commit e089172b15
1916 changed files with 165422 additions and 271 deletions

View File

@ -0,0 +1,26 @@
/**
* @version CVS: 1.0.0
* @package com_highlights
* @subpackage mod_highlights
* @copyright 2024 Eddy Prosperi
* @license GNU General Public License versione 2 o successiva; vedi LICENSE.txt
* @author Eddy Prosperi <eddy.prosperi@protocollicreativi.it>
*/
.jcc-table {
width: 100%;
margin-bottom: 18px;
}
.jcc-table tr{
border: none;
}
.jcc-table td, .jcc-table th{
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border: none;
border-top: 1px solid #ddd;
}

View File

@ -0,0 +1,18 @@
{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "mod_highlights",
"version": "CVS: 1.0.0",
"license": "GNU General Public License versione 2 o successiva; vedi LICENSE.txt",
"assets": [
{
"name": "mod_highlights.style",
"type": "style",
"uri": "mod_highlights/style.css"
},
{
"name": "mod_highlights.script",
"type": "script",
"uri": "mod_highlights/script.js"
}
]
}

View File

@ -0,0 +1,10 @@
/**
* @version CVS: 1.0.0
* @package com_highlights
* @subpackage mod_highlights
* @copyright 2024 Eddy Prosperi
* @license GNU General Public License versione 2 o successiva; vedi LICENSE.txt
* @author Eddy Prosperi <eddy.prosperi@protocollicreativi.it>
*/