Introduction
Editing the CSS files requires a good understanding of Cascading Style Sheets.
Presently the Layouts used in jDownloads 4 are the same as those used in the jD3.9 series.
All the layout names end in ' _v3.9'.
jDownloads provides facilities to export and import Layouts and CSS files.
- Import and Export of Layouts enable sharing of layouts between users. The exported files are an xml file, for example exported_layout_jd_3.9.8_Compact_Files_Layout_v3.9.xml.
- Import and Export of CSS files is to facilitate making changes to the appearance of the items in the layout. The exported files are a css file, for example jdownloads_custom.css.
The simplest way of editing a CSS file is with a text editor such as Notepad++ on your local PC or similar. To download Notepad++ see https://notepad-plus-plus.org/downloads/ (opens in a new window). The edited CSS file may then be imported.
There are five CSS Files as listed below.
- jdownloads_fe. css which is the main styling of the front end; - this file is liable to be reset on every jDownloads update
- jdownloads_fe_rtl.css which is used when a RTL language is in use;
- jdownloads_buttons.css which styles the buttons;
- jdownloads_custom.css which is specific to your site and is not changed by jDownloads;
- jdownloads_modules.css which is used with most jDownloads modules.
NOTE: All of the CSS files, except jdownloads_custom.css, are liable to be reset on every jDownloads update.
- Import is uploading to your site,
- Export is transferring from your site to your local device, that is downloading.
Accessing Import and Export facilities
This takes you to the Main Layouts Header Bar as shown below. This has Import and Export CSS buttons and an Import Layout button. Note that at this stage there is no Layout Export button!
Main Layouts Header BarBelow this is the 'Individual Layout type' bar as shown below. It also gives access to the CSS files.
If you click on say the Downloads section it will show the list of the Download layouts, a small section of these is shown below. Also the
Initially the main control bar at the top shows as below. Note that the Actions and Export Layout buttons are disabled.
To activate these click on one of the 'boxes' at the left of the layout name
The Actions and Export buttons are now enabled as shown below.
Notes (i)The layout files are exported and imported as '.xml' files because they have multiple sections.
(ii)The css files are exported and imported as type '.css' files.
Export a Layout
, then click on the
button from the Main Layouts Header Bar. The file will have a name such as 'exported_layout_jd_4.0.47 Stable_Compact_Files_Layout_v3.9.xml'. This has the the version of jDownloads from which it was exported and the name of the layout.
Import a Layout
This then shows the Import Layout Panel as illustrated opposite. Use the Browse button to locate the relevant xml file.
Click on the Browse button to find the xml file, and then click on the Import Layout button.


NOTE: If you based the imported layout on a existing layout you had previously exported make sure you change the name as otherwise you will have two layouts with the same name.
Checks are made upon the structure and contents of the uploaded xml file to ensure it is a valid layout file.
If all is OK the layout will appear in the relavant Layout section.
Export a CSS file
button on the header bar Layout Control panel, the Layout Export page will be shown.After some explanation about the five CSS files there will be a Select pulldown, as shown opposite' and an


In this example the name of the exported file is jdownloads_custom.css
Import a CSS file
Note that jDownloads makes several checks on the validity of the selected file.

Note that jDownloads also supports the w3schools (opens in a new tab/window) w3.css file. This is a modern CSS framework with built-in responsiveness. It supports responsive mobile first design by default, and it is smaller and faster than similar CSS frameworks.

In this example the renamed file is "jdownloads_custom.css.backup.1"
If another upload of a "jdownloads_custom.css" file occurs then there will another backup file, this time called "jdownloads_custom.css.backup.2".


