aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-02-09 17:31:02 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-14 12:53:21 +0100
commit2d4e6ff9dd1e0e3410c4dc002c25d80fecfeafd2 (patch)
treeb12aec803acf837024b4426526f1ce69cb3080ae /doc/config
parentd95178153a0f15991b2e6e91216dbcf5c0be2af3 (diff)
Doc: Overhaul of doc/src/declarative and QtQuick2 docs.
-Consolidated model/view documentation into one. -Added a new navigation for all overviews (grouped the pages) -New front page that shows the grouping -Separated the Qt C++ from the main QML overviews -Consolidated Qt C++ into the "declarative runtime" section -New articles about JavaScript, the engine, and plugins -Fixed the older examples. New snippet comments -Renamed some of the articles -kept the qtquick2 qmlmodule -"Qt Quick Elements" Moved contents of doc/src/declarative into respective module dirs. -Qt Quick 2, LocalStorage, Particles, and QML are now separate. -Removed unused or duplicate documentation. -edited C++ examples -removed navigation and "\inqmlmodule QtQuick 2" for those pages that are not in Qt Quick 2 -fixed doc/src/ licenses to header.FDL from qtbase Change-Id: Ib36f9c07565d91160fa8d04f9670c438f684b82a Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'doc/config')
-rwxr-xr-xdoc/config/style/qtquick.css82
1 files changed, 82 insertions, 0 deletions
diff --git a/doc/config/style/qtquick.css b/doc/config/style/qtquick.css
index bdd0ea3d29..fe68f466d5 100755
--- a/doc/config/style/qtquick.css
+++ b/doc/config/style/qtquick.css
@@ -679,3 +679,85 @@
}
}
/* end of print media */
+
+
+/* modify the TOC layouts */
+div.toc ul {
+ padding-left: 20px;
+}
+div.toc li {
+ padding-left: 4px;
+}
+/* Remove the border around images*/
+a img
+{
+ border:none;
+}
+
+/*Add styling to the front pages*/
+
+.threecolumn_area
+{
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+.threecolumn_piece
+{
+ display: inline-block;
+ margin-left: 78px;
+ margin-top: 8px;
+ padding: 0;
+ vertical-align: top;
+ width: 25.5%;
+}
+div.threecolumn_piece ul {
+ list-style-type: none;
+ padding-left: 0px;
+ margin-top: 2px;
+}
+div.threecolumn_piece p {
+ margin-bottom: 7px;
+ color: #5C626E;
+ text-decoration: none;
+ font-weight: bold;
+}
+div.threecolumn_piece li {
+ padding-left: 0px;
+ margin-bottom: 5px;
+}
+div.threecolumn_piece a {
+ font-weight: normal;
+}
+/* Add style to guide page*/
+.fourcolumn_area
+{
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+.fourcolumn_piece
+{
+ display: inline-block;
+ margin-left: 35px;
+ margin-top: 8px;
+ padding: 0;
+ vertical-align: top;
+ width: 21.3%;
+}
+div.fourcolumn_piece ul {
+ list-style-type: none;
+ padding-left: 0px;
+ margin-top: 2px;
+}
+div.fourcolumn_piece p {
+ margin-bottom: 7px;
+ color: #40444D;
+ text-decoration: none;
+ font-weight: bold;
+}
+div.fourcolumn_piece li {
+ padding-left: 0px;
+ margin-bottom: 5px;
+}
+div.fourcolumn_piece a {
+ font-weight: normal;
+}