mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 10:42:29 +01:00
Add index
Fix styling
This commit is contained in:
parent
1fba9c0249
commit
a20d73ecfb
@ -20,7 +20,7 @@ outputformats = HTML
|
|||||||
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/style.css\"/>"
|
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/style.css\"/>"
|
||||||
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\"/>\n"
|
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\"/>\n"
|
||||||
# what to append to every page after header
|
# what to append to every page after header
|
||||||
HTML.postheader += "<div class=\"container-fullwidth nav\"><div class=\"container navWrapper\"><span class=\"logo\">ScreenPlay Code Docs </span></div></div>"
|
HTML.postheader += "<div class=\"container-fullwidth nav\"><div class=\"container navWrapper\"><span class=\"logo\">ScreenPlay Code Docs </span><span class=\"navHome\"><a href=\"../index.html\">Home</a></span></div></div>"
|
||||||
HTML.postheader += "<div class=\"wrapper container\">\n"
|
HTML.postheader += "<div class=\"wrapper container\">\n"
|
||||||
# what to append to every page after the content
|
# what to append to every page after the content
|
||||||
HTML.footer = "<hr/><p class=\"footer center\">Copyright Aimber GBR</p>\n</div>"
|
HTML.footer = "<hr/><p class=\"footer center\">Copyright Aimber GBR</p>\n</div>"
|
||||||
|
@ -7,6 +7,7 @@ body {
|
|||||||
color: #404244;
|
color: #404244;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:#41cd52 !important;
|
color:#41cd52 !important;
|
||||||
}
|
}
|
||||||
@ -15,11 +16,20 @@ body {
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
background:#41cd52;
|
background:#41cd52;
|
||||||
color: white;
|
color: white;
|
||||||
|
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navHome a{
|
||||||
|
color: white !important;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navWrapper {
|
.navWrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
justify-content: space-between;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
line-height: 2.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
@ -27,9 +37,15 @@ body {
|
|||||||
padding: 3rem !important;
|
padding: 3rem !important;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color:white;
|
background-color:white;
|
||||||
|
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,42 +1,48 @@
|
|||||||
|
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<!-- ImageSelector.qml -->
|
<!-- ImageSelector.qml -->
|
||||||
<title>ImageSelector QML Type | Qt </title>
|
<title>ImageSelector QML Type | Qt </title>
|
||||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
|
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p class="header"><small>[My awesome documentation]</small></p><hr/><div class="sidebar">
|
<div class="container-fullwidth nav">
|
||||||
<div class="toc">
|
<div class="container navWrapper"><span class="logo">ScreenPlay Code Docs </span>
|
||||||
<h3><a name="toc">Contents</a></h3>
|
<span class="navHome"><a href= "index.html">Home</a></span>
|
||||||
<ul>
|
</div>
|
||||||
<li class="level1"><a href="#details">Detailed Description</a></li>
|
</div>
|
||||||
<li class="level2"><a href="#setting-default-text-and-capitalization">Setting default text and capitalization</a></li>
|
<div class="wrapper container">
|
||||||
</ul>
|
<h2>C++</h2>
|
||||||
</div>
|
<hr/>
|
||||||
<div class="sidebar-content" id="sidebar-content"></div></div>
|
<ul>
|
||||||
<h1 class="title">ImageSelector QML Type</h1>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<span class="subtitle"></span>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<!-- $$$ImageSelector-brief -->
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<p>A image selector with popup preview. <a href="#details">More...</a></p>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<!-- @@@ImageSelector -->
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<div class="table"><table class="alignedsummary">
|
</ul>
|
||||||
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import </td></tr></table></div><ul>
|
|
||||||
<li><a href="qml-imageselector-members.html">List of all members, including inherited members</a></li>
|
<h2>QML</h2>
|
||||||
</ul>
|
<hr/>
|
||||||
<!-- $$$ImageSelector-description -->
|
|
||||||
<a name="details"></a>
|
<ul>
|
||||||
<h2 id="details">Detailed Description</h2>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<p>This control extends standard TextInput by adding background color, paddings, font styles and other stuff. On the screenshot below you can see it as an input field with green background.</p>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<p class="centerAlign"><font color="red">[Missing image ImageSelectorPreview.png]</font></p><a name="setting-default-text-and-capitalization"></a>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<h2 id="setting-default-text-and-capitalization">Setting default text and capitalization</h2>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<p>To set the default text, auto-capitalized input and password mode - use the properties:</p>
|
<li><a href="html/qml-imageselector.html">Image Selector</a></li>
|
||||||
<pre class="qml"><span class="type"><a href="qml-imageselector.html">ImageSelector</a></span> {
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
}</pre>
|
|
||||||
<!-- @@@ImageSelector -->
|
<hr/>
|
||||||
<hr/><p class="footer"><small>[some footer and whatnot information]</small></p></body>
|
<p class="footer center">Copyright Aimber GBR</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user