removed previous css documentation links and verbage

This commit is contained in:
John Morris 2019-05-06 14:27:52 -04:00
parent 8a99aadb14
commit f2f9917e99
1 changed files with 9 additions and 15 deletions

View File

@ -85,22 +85,18 @@ It is possible to customize the printed service using CSS. To do this go to
:menuselection:`Tools --> Open Data Folder` If you have a file named :menuselection:`Tools --> Open Data Folder` If you have a file named
servicePrint.css delete it. servicePrint.css delete it.
Starting with version 2.4.x you will need a folder in the Data Folder named serviceprint. Locate the folder in the Data Folder named serviceprint.
If you are using version 2.4.x or newer and do not have a serviceprint folder If you do not have a serviceprint folder in your Data folder, you will need
in your Data folder, you will need to create a new folder named serviceprint to create a new folder named serviceprint in the Data folder.
in the Data folder.
Create a file named service_print.css in the serviceprint folder or for versions before Create a file named service_print.css in the serviceprint folder and paste
2.4.x create the file in the Data folder and paste the following into the following into service_print.css then make your changes to this file::
service_print.css then make your changes to this file::
/* /*
Edit this service_print.css file to customize the service order print. Note, that not all CSS Edit this service_print.css file to customize the service order print.
properties are supported. Note, that not all CSS properties are supported.
For OpenLP 2.4 and newer, please see Please see https://doc.qt.io/qt-5/stylesheet-reference.html for details
https://doc.qt.io/qt-5/stylesheet-reference.html concerning the supported properties.
For OpenLP versions 2.0 through 2.2, please see
https://doc.qt.io/archives/qt-4.7/richtext-html-subset.html#css-properties
*/ */
.serviceTitle { .serviceTitle {
@ -321,8 +317,6 @@ Edit the CSS file to produce the required style.
**Note:** Not all CSS properties are supported. See **Note:** Not all CSS properties are supported. See
`Qt5 CSS subset <https://doc.qt.io/qt-5/stylesheet-reference.html>`_ `Qt5 CSS subset <https://doc.qt.io/qt-5/stylesheet-reference.html>`_
or
`Qt4 CSS subset <https://doc.qt.io/archives/qt-4.7/richtext-html-subset.html#css-properties>`_
for more information. for more information.
**Example 1:** Item titles with notes on right hand side. **Example 1:** Item titles with notes on right hand side.