diff options
author | Leena Miettinen <[email protected]> | 2025-02-14 13:43:27 +0100 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2025-03-04 16:00:50 +0100 |
commit | c770015876390de0cc9c77a3d5b123637204b92c (patch) | |
tree | 5f9779ffb0b5f6ab50a13def95ca918dbe3f90bd /doc/global | |
parent | 9194366923e409243617c34b640e82b54a2e7e05 (diff) |
Doc: Use Qt Design System colors also in help CSS
- Replace colors in offline-dark.css
- Do not use the note and attention icons in offline templates
Task-number: QTBUG-133761
Pick-to: 6.9 6.9.0 6.8
Change-Id: I55e81d6c3887764542e23c8f85f4d46e273b3885
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'doc/global')
-rw-r--r-- | doc/global/html-config.qdocconf | 4 | ||||
-rw-r--r-- | doc/global/qt-html-templates-offline.qdocconf | 6 | ||||
-rw-r--r-- | doc/global/template/images/ico_note.png | bin | 649 -> 0 bytes | |||
-rw-r--r-- | doc/global/template/images/ico_note_attention.png | bin | 529 -> 0 bytes | |||
-rw-r--r-- | doc/global/template/style/offline-dark.css | 34 | ||||
-rw-r--r-- | doc/global/template/style/offline.css | 4 |
6 files changed, 19 insertions, 29 deletions
diff --git a/doc/global/html-config.qdocconf b/doc/global/html-config.qdocconf index 216f3a50cff..78ee1c2c53b 100644 --- a/doc/global/html-config.qdocconf +++ b/doc/global/html-config.qdocconf @@ -7,8 +7,6 @@ HTML.tocdepth = 2 HTML.extraimages += template/images/arrow_bc.png \ template/images/home.png \ template/images/ico_out.png \ - template/images/ico_note.png \ - template/images/ico_note_attention.png \ template/images/btn_prev.png \ template/images/btn_next.png \ template/images/bullet_dn.png \ @@ -22,8 +20,6 @@ HTML.extraimages += template/images/arrow_bc.png \ images/arrow_bc.png \ images/home.png \ images/ico_out.png \ - images/ico_note.png \ - images/ico_note_attention.png \ images/btn_prev.png \ images/btn_next.png \ images/bullet_dn.png \ diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf index cbd896f6550..00fc58ba666 100644 --- a/doc/global/qt-html-templates-offline.qdocconf +++ b/doc/global/qt-html-templates-offline.qdocconf @@ -11,8 +11,6 @@ defines += offlinedocs HTML.stylesheets = template/style/offline.css \ template/style/offline-dark.css HTML.extraimages += template/images/ico_out.png \ - template/images/ico_note.png \ - template/images/ico_note_attention.png \ template/images/btn_prev.png \ template/images/btn_next.png \ template/images/bullet_dn.png \ @@ -25,8 +23,6 @@ sourcedirs += includes qhp.extraFiles += style/offline.css \ style/offline-dark.css \ images/ico_out.png \ - images/ico_note.png \ - images/ico_note_attention.png \ images/btn_prev.png \ images/btn_next.png \ images/bullet_dn.png \ @@ -35,8 +31,6 @@ qhp.extraFiles += style/offline.css \ DocBook.extraimages += \ images/ico_out.png \ - images/ico_note.png \ - images/ico_note_attention.png \ images/btn_prev.png \ images/btn_next.png \ images/bullet_dn.png \ diff --git a/doc/global/template/images/ico_note.png b/doc/global/template/images/ico_note.png Binary files differdeleted file mode 100644 index 13794046cf2..00000000000 --- a/doc/global/template/images/ico_note.png +++ /dev/null diff --git a/doc/global/template/images/ico_note_attention.png b/doc/global/template/images/ico_note_attention.png Binary files differdeleted file mode 100644 index b85b696b10e..00000000000 --- a/doc/global/template/images/ico_note_attention.png +++ /dev/null diff --git a/doc/global/template/style/offline-dark.css b/doc/global/template/style/offline-dark.css index 7f30cf4fa72..d188c7a3dba 100644 --- a/doc/global/template/style/offline-dark.css +++ b/doc/global/template/style/offline-dark.css @@ -5,7 +5,7 @@ body { text-align: left; margin-left: 5px; margin-right: 5px; - background-color: #2E2F30; + background-color: #262626; color: #d0d0d0 } @@ -60,7 +60,7 @@ links */ a:link { - color: #9a9ef9; + color: #1ec974; text-decoration: none; text-align: left; } @@ -71,18 +71,18 @@ a.qa-mark:target:before { } a:hover { - color: #9a9ef9; + color: #1ec974; text-decoration:underline; text-align: left; } a:visited { - color: #9a9ef9; + color: #1ec974; text-align: left; } a:visited:hover { - color: #9a9ef9; + color: #1ec974; text-align: left; } @@ -123,11 +123,11 @@ NOTE styles } .admonition.note, .admonition.important { - background: #353637 3px 6px no-repeat url(../images/ico_note.png); + background: #353637 3px 6px no-repeat; } .admonition.warning { - background: #353637 3px 6px no-repeat url(../images/ico_note_attention.png); + background: #353637 3px 6px no-repeat); } /* ------------------------------- @@ -312,7 +312,7 @@ headers position: absolute; right: 0; top: 0; - background-color: #2E2F30; + background-color: #262626; border-bottom: 1px #404142 solid; font-weight: bold; margin-left: 0px; @@ -405,9 +405,9 @@ table styles .table img { border: none; margin-left: 0px; - -moz-box-shadow: 0px 0px 0px #2E2F30; - -webkit-box-shadow: 0px 0px 0px #2E2F30; - box-shadow: 0px 0px 0px #2E2F30; + -moz-box-shadow: 0px 0px 0px #262626; + -webkit-box-shadow: 0px 0px 0px #262626; + box-shadow: 0px 0px 0px #262626; } /* table with border alternative colors*/ @@ -426,7 +426,7 @@ table, pre, .LegaleseLeft { } table tr.even { - background-color: #2E2F30; + background-color: #262626; color: #a4a6a8; } @@ -442,7 +442,7 @@ table, pre, .LegaleseLeft { table thead { text-align: left; padding-left: 20px; - background-color: #2E2F30; + background-color: #262626; border-left: none; border-right: none; } @@ -477,18 +477,18 @@ table, pre, .LegaleseLeft { .borderless { border-radius: 0px 0px 0px 0px; - background-color: #2E2F30; - border: 1px solid #2E2F30; + background-color: #262626; + border: 1px solid #262626; } .borderless tr { - background-color: #2E2F30; + background-color: #262626; color: #d0d0d0; } .borderless td { border: none; - border-bottom: #2E2F30 dotted 1px; + border-bottom: #262626 dotted 1px; } /* diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index b627372ed06..0f05b3edf63 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -120,11 +120,11 @@ NOTE styles } .admonition.note, .admonition.important { - background: #f2f2f2 3px 6px no-repeat url(../images/ico_note.png); + background: #f2f2f2 3px 6px no-repeat; } .admonition.warning { - background: #f2f2f2 3px 6px no-repeat url(../images/ico_note_attention.png); + background: #f2f2f2 3px 6px no-repeat; } /* ------------------------------- |