diff options
-rw-r--r-- | doc/src/template/images/btn_next_green.png | bin | 0 -> 695 bytes | |||
-rw-r--r-- | doc/src/template/images/btn_prev_green.png | bin | 0 -> 687 bytes | |||
-rw-r--r-- | doc/src/template/style/style.css | 65 | ||||
-rw-r--r-- | tools/qdoc3/doc/config/qt-html-online-styles.qdocconf | 2 | ||||
-rw-r--r-- | tools/qdoc3/test/qt-html-online-styles.qdocconf | 2 |
5 files changed, 47 insertions, 22 deletions
diff --git a/doc/src/template/images/btn_next_green.png b/doc/src/template/images/btn_next_green.png Binary files differnew file mode 100644 index 0000000..c649f18 --- /dev/null +++ b/doc/src/template/images/btn_next_green.png diff --git a/doc/src/template/images/btn_prev_green.png b/doc/src/template/images/btn_prev_green.png Binary files differnew file mode 100644 index 0000000..d1d2989 --- /dev/null +++ b/doc/src/template/images/btn_prev_green.png diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 4071145..48ed49b 100644 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1185,28 +1185,49 @@ padding:0px; } - .content .alignedsummary - { - margin: 15px; - } - - .details - { - text-align: left; - font-size: 80%; - color: blue - } - .variableName - { - font-family: courier; - color: blue - } - .newStuff - { - text-align: left; - font-size: 80%; - color: red - } + .content .alignedsummary + { + margin: 15px; + } + + .details + { + text-align: left; + font-size: 80%; + color: blue + } + .variableName + { + font-family: courier; + color: blue + } + .newStuff + { + text-align: left; + font-size: 80%; + color: red; + } + + .naviNextPrevious > a:first-child + { + background-image:url(../images/btn_prev_green.png); + background-repeat:no-repeat; + background-position:left; + padding-left:20px; + height:20px; + padding-left:20px; + } + + .naviNextPrevious > a:last-child + { + background-image:url(../images/btn_next_green.png); + background-repeat:no-repeat; + background-position:right; + padding-right:20px; + height:20px; + margin-left:30px; + } + .qmltype { diff --git a/tools/qdoc3/doc/config/qt-html-online-styles.qdocconf b/tools/qdoc3/doc/config/qt-html-online-styles.qdocconf index f915cb4..22f0a8b 100644 --- a/tools/qdoc3/doc/config/qt-html-online-styles.qdocconf +++ b/tools/qdoc3/doc/config/qt-html-online-styles.qdocconf @@ -25,6 +25,8 @@ extraimages.HTML = qt-logo.png \ bg_l_blank.png \ bg_ll_blank.png \ bg_ul_blank.png \ + btn_next_green.png \ + btn_prev_green.png \ header_bg.png \ bg_r.png \ box_bg.png \ diff --git a/tools/qdoc3/test/qt-html-online-styles.qdocconf b/tools/qdoc3/test/qt-html-online-styles.qdocconf index 6db3491..cb3d0c6 100644 --- a/tools/qdoc3/test/qt-html-online-styles.qdocconf +++ b/tools/qdoc3/test/qt-html-online-styles.qdocconf @@ -25,6 +25,8 @@ extraimages.HTML = qt-logo.png \ bg_l_blank.png \ bg_ll_blank.png \ bg_ul_blank.png \ + btn_next_green.png \ + btn_prev_green.png \ header_bg.png \ bg_r.png \ box_bg.png \ |