Doc: Edited CSS files in doc/global/template
-edited style convention for readability (as opposed to file size) -removed extra CSS rule which does nothing Change-Id: Ica9cbdf0c63bae87a8446afcbc22f74403e3247e Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
dd062f4d52
commit
b625cddcd8
@ -9,8 +9,9 @@ margin-right:5px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 20px;
|
line-height: 20px
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
-moz-box-shadow: 3px 3px 3px #ccc;
|
-moz-box-shadow: 3px 3px 3px #ccc;
|
||||||
-webkit-box-shadow: 3px 3px 3px #ccc;
|
-webkit-box-shadow: 3px 3px 3px #ccc;
|
||||||
@ -18,10 +19,20 @@ box-shadow: 3px 3px 3px #ccc;
|
|||||||
border: #8E8D8D 2px solid;
|
border: #8E8D8D 2px solid;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
height: auto
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content{}
|
.content {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .indexboxcont li {
|
||||||
|
font: normal bold 13px/1 Verdana
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .normallist li {
|
||||||
|
font: normal 13px/1 Verdana
|
||||||
|
}
|
||||||
|
|
||||||
.descr {
|
.descr {
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
@ -37,7 +48,8 @@ font-weight:100;
|
|||||||
}
|
}
|
||||||
|
|
||||||
tt {
|
tt {
|
||||||
text-align:left;}
|
text-align: left
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------
|
-----------
|
||||||
@ -71,8 +83,8 @@ text-align:left;
|
|||||||
offline viewing: HTML links display an icon
|
offline viewing: HTML links display an icon
|
||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
a[href*="http://"], a[href*="ftp://"],a[href*="https://"]
|
|
||||||
{
|
a[href*="http://"], a[href*="ftp://"], a[href*="https://"] {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-image: url(../images/ico_out.png);
|
background-image: url(../images/ico_out.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -91,12 +103,13 @@ text-height:24px;
|
|||||||
NOTE styles
|
NOTE styles
|
||||||
-------------------------------
|
-------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.notetitle, .tiptitle, .fastpathtitle {
|
.notetitle, .tiptitle, .fastpathtitle {
|
||||||
font-weight:bold;
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
||||||
.attentiontitle, .cautiontitle, .dangertitle, .importanttitle, .remembertitle, .restrictiontitle {
|
.attentiontitle, .cautiontitle, .dangertitle, .importanttitle, .remembertitle, .restrictiontitle {
|
||||||
font-weight:bold;
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
||||||
.note, .tip, .fastpath {
|
.note, .tip, .fastpath {
|
||||||
@ -154,7 +167,6 @@ vertical-align:top;
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.naviNextPrevious > a:first-child {
|
.naviNextPrevious > a:first-child {
|
||||||
background-image: url(../images/btn_prev.png);
|
background-image: url(../images/btn_prev.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -172,11 +184,13 @@ padding-right:20px;
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------
|
-----------
|
||||||
footer and license
|
footer and license
|
||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
@ -197,6 +211,13 @@ margin-left:-5px;
|
|||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navigationbar .first {
|
||||||
|
background: url(../images/home.png);
|
||||||
|
background-position: left;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.navigationbar ul {
|
.navigationbar ul {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@ -211,17 +232,9 @@ height:20px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigationbar li {
|
.navigationbar li {
|
||||||
float:left;
|
float: left
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigationbar .first {
|
|
||||||
background:url(../images/home.png);
|
|
||||||
background-position:left;
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
padding-left:20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.navigationbar li a {
|
.navigationbar li a {
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -231,12 +244,12 @@ background-position:right;
|
|||||||
padding-right: 17px;
|
padding-right: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------
|
-----------
|
||||||
footer and license
|
footer and license
|
||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
@ -247,6 +260,7 @@ font-size: small;
|
|||||||
float: right;
|
float: right;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
/* table of content
|
/* table of content
|
||||||
@ -259,7 +273,6 @@ headers
|
|||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
.title {
|
.title {
|
||||||
color: #313131;
|
color: #313131;
|
||||||
@ -282,7 +295,7 @@ margin-right:0px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0;
|
margin: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
h2, p.h2 {
|
h2, p.h2 {
|
||||||
@ -299,7 +312,6 @@ overflow: hidden;
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
||||||
font: 500 14px/1.2 Arial;
|
font: 500 14px/1.2 Arial;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -323,18 +335,16 @@ max-width:75%;
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-top: 45px;
|
margin-top: 45px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
color:#1A1A1A;
|
color: #1A1A1A
|
||||||
}
|
}
|
||||||
|
|
||||||
.type {
|
.type {
|
||||||
color:#808080;
|
color: #808080
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.title {
|
.title {
|
||||||
color: #0066CB;
|
color: #0066CB;
|
||||||
@ -348,12 +358,12 @@ top: 0;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------------
|
-----------------
|
||||||
table styles
|
table styles
|
||||||
-----------------
|
-----------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.table img {
|
.table img {
|
||||||
border: none;
|
border: none;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
@ -377,18 +387,6 @@ font-size: 12px;
|
|||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
table th{
|
|
||||||
text-align:left;
|
|
||||||
padding-left:20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table td {
|
|
||||||
padding: 3px 15px 3px 20px;
|
|
||||||
border-bottom:#CCC dotted 1px;
|
|
||||||
}
|
|
||||||
table p { margin:0px;}
|
|
||||||
|
|
||||||
table tr.even {
|
table tr.even {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #66666E;
|
color: #66666E;
|
||||||
@ -399,7 +397,6 @@ background-color: #F6F6F6;
|
|||||||
color: #66666E;
|
color: #66666E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
table thead {
|
table thead {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
@ -416,6 +413,19 @@ border-bottom: 2px solid #D1D1D1;
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table th {
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td {
|
||||||
|
padding: 3px 15px 3px 20px;
|
||||||
|
border-bottom: #CCC dotted 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table p {
|
||||||
|
margin: 0px
|
||||||
|
}
|
||||||
|
|
||||||
/* table bodless & white*/
|
/* table bodless & white*/
|
||||||
|
|
||||||
@ -442,7 +452,7 @@ List
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-bottom:2px;
|
padding-bottom: 2px
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@ -453,7 +463,6 @@ list-style-type:square;
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -466,7 +475,7 @@ list-style:decimal;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.centerAlign {
|
.centerAlign {
|
||||||
text-align: left;
|
text-align: left
|
||||||
}
|
}
|
||||||
|
|
||||||
.cpp {
|
.cpp {
|
||||||
@ -500,11 +509,11 @@ z-index:1;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.memItemLeft {
|
.memItemLeft {
|
||||||
padding-right: 3px;
|
padding-right: 3px
|
||||||
}
|
}
|
||||||
|
|
||||||
.memItemRight {
|
.memItemRight {
|
||||||
padding: 3px 15px 3px 0;
|
padding: 3px 15px 3px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.qml {
|
.qml {
|
||||||
@ -532,8 +541,9 @@ text-align: right;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.qmldoc {
|
.qmldoc {
|
||||||
margin-left: 15px;
|
margin-left: 15px
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------
|
-----------
|
||||||
Content table
|
Content table
|
||||||
@ -574,11 +584,13 @@ margin-left:20px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.toc h3 {
|
.toc h3 {
|
||||||
text-decoration:none;
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc h3{font: 500 14px/1.2 Arial;
|
.toc h3 {
|
||||||
|
font: 500 14px/1.2 Arial;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -586,7 +598,6 @@ padding-top:5px;
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.toc ul {
|
.toc ul {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
@ -601,7 +612,8 @@ padding-left:0px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toc .level1 {
|
.toc .level1 {
|
||||||
border:none;}
|
border: none
|
||||||
|
}
|
||||||
|
|
||||||
.toc .level2 {
|
.toc .level2 {
|
||||||
border: none;
|
border: none;
|
||||||
@ -614,23 +626,51 @@ margin-left: 30px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.clearfix {
|
.clearfix {
|
||||||
clear:both;}
|
clear: both
|
||||||
|
}
|
||||||
|
|
||||||
/* start index box */
|
/* start index box */
|
||||||
.indexbox
|
|
||||||
{
|
.indexbox {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexboxcont
|
.indexbox .indexIcon {
|
||||||
{
|
width: 11%
|
||||||
display: block;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexboxcont .section
|
.indexbox .indexIcon span {
|
||||||
{
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont {
|
||||||
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .sectionlist {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
width: 32.5%;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .sectionlist ul {
|
||||||
|
margin-bottom: 20px
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .sectionlist ul li {
|
||||||
|
line-height: 1.5
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .indexIcon {
|
||||||
|
width: 11%;
|
||||||
|
*width: 18%;
|
||||||
|
_width: 18%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .section {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
*width: 42%;
|
*width: 42%;
|
||||||
@ -639,61 +679,16 @@ padding:0 2% 0 1%;
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexboxcont .indexIcon
|
.indexboxcont .section p {
|
||||||
{
|
|
||||||
width: 11%;
|
|
||||||
*width:18%;
|
|
||||||
_width:18%;
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexboxcont .section {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexboxcont .section p
|
|
||||||
{
|
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
.indexboxcont .sectionlist
|
|
||||||
{
|
.indexboxcont .section {
|
||||||
display: inline-block;
|
float: left
|
||||||
vertical-align:top;
|
|
||||||
width: 32.5%;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.indexboxcont .sectionlist ul
|
|
||||||
{
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexboxcont .sectionlist ul li
|
.indexboxcont:after {
|
||||||
{
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content .indexboxcont li
|
|
||||||
{
|
|
||||||
font: normal bold 13px/1 Verdana;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content .normallist li
|
|
||||||
{
|
|
||||||
font: normal 13px/1 Verdana;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexbox .indexIcon {
|
|
||||||
width: 11%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexbox .indexIcon span
|
|
||||||
{
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexboxcont:after
|
|
||||||
{
|
|
||||||
content: ".";
|
content: ".";
|
||||||
display: block;
|
display: block;
|
||||||
height: 0;
|
height: 0;
|
||||||
@ -706,6 +701,7 @@ visibility: hidden;
|
|||||||
Landing page
|
Landing page
|
||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.col-group {
|
.col-group {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@ -720,7 +716,7 @@ Landing page
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-1 h1 {
|
.col-1 h1 {
|
||||||
margin: 20px 0 0 0;
|
margin: 20px 0 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-2 {
|
.col-2 {
|
||||||
@ -731,5 +727,5 @@ Landing page
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sectionlist {
|
.sectionlist {
|
||||||
width: 100% !important;
|
width: 100% !important
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
{
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
img {
|
img {
|
||||||
-moz-box-shadow: 3px 3px 3px #ccc;
|
-moz-box-shadow: 3px 3px 3px #ccc;
|
||||||
-webkit-box-shadow: 3px 3px 3px #ccc;
|
-webkit-box-shadow: 3px 3px 3px #ccc;
|
||||||
@ -8,11 +5,19 @@ box-shadow: 3px 3px 3px #ccc;
|
|||||||
border: #8E8D8D 2px solid;
|
border: #8E8D8D 2px solid;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
height: auto
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin: 15px;
|
margin: 15px
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .indexboxcont li {
|
||||||
|
font: normal bold 13px/1 Verdana
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .normallist li {
|
||||||
|
font: normal 13px/1 Verdana
|
||||||
}
|
}
|
||||||
|
|
||||||
.descr {
|
.descr {
|
||||||
@ -29,7 +34,8 @@ font-weight:100;
|
|||||||
}
|
}
|
||||||
|
|
||||||
tt {
|
tt {
|
||||||
text-align:left;}
|
text-align: left
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------
|
-----------
|
||||||
@ -37,27 +43,6 @@ links
|
|||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a:link{
|
|
||||||
color: #007330;
|
|
||||||
text-decoration: none;
|
|
||||||
text-align:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover{
|
|
||||||
color: #44a51c;
|
|
||||||
text-align:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited{
|
|
||||||
color: #007330;
|
|
||||||
text-align:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited:hover{
|
|
||||||
color: #44a51c;
|
|
||||||
text-align:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flags {
|
.flags {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-height: 24px;
|
text-height: 24px;
|
||||||
@ -68,12 +53,13 @@ text-height:24px;
|
|||||||
NOTE styles
|
NOTE styles
|
||||||
-------------------------------
|
-------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.notetitle, .tiptitle, .fastpathtitle {
|
.notetitle, .tiptitle, .fastpathtitle {
|
||||||
font-weight:bold;
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
||||||
.attentiontitle, .cautiontitle, .dangertitle, .importanttitle, .remembertitle, .restrictiontitle {
|
.attentiontitle, .cautiontitle, .dangertitle, .importanttitle, .remembertitle, .restrictiontitle {
|
||||||
font-weight:bold;
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
||||||
.note, .tip, .fastpath {
|
.note, .tip, .fastpath {
|
||||||
@ -118,6 +104,14 @@ padding-right:10px;
|
|||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.naviNextPrevious > a.nextPage {
|
||||||
|
background-image: url('../images/btn_next.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right;
|
||||||
|
padding-right: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.naviNextPrevious > a.prevPage {
|
.naviNextPrevious > a.prevPage {
|
||||||
background-image: url('../images/btn_prev.png');
|
background-image: url('../images/btn_prev.png');
|
||||||
@ -128,15 +122,6 @@ height:20px;
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.naviNextPrevious > a.nextPage {
|
|
||||||
background-image:url('../images/btn_next.png');
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
background-position:right;
|
|
||||||
padding-right:20px;
|
|
||||||
height:20px;
|
|
||||||
margin-left:30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigationbar {
|
.navigationbar {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 33px;
|
height: 33px;
|
||||||
@ -170,7 +155,6 @@ padding-right:25px;
|
|||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#buildversion {
|
#buildversion {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
@ -184,7 +168,6 @@ headers
|
|||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
.title {
|
.title {
|
||||||
color: #313131;
|
color: #313131;
|
||||||
@ -202,7 +185,7 @@ margin-right:0px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0;
|
margin: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
h2, p.h2 {
|
h2, p.h2 {
|
||||||
@ -222,7 +205,6 @@ overflow: hidden;
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
||||||
font: 500 14px/1.2 Arial;
|
font: 500 14px/1.2 Arial;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -246,18 +228,16 @@ max-width:75%;
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-top: 45px;
|
margin-top: 45px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
color:#1A1A1A;
|
color: #1A1A1A
|
||||||
}
|
}
|
||||||
|
|
||||||
.type {
|
.type {
|
||||||
color:#808080;
|
color: #808080
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.title {
|
.title {
|
||||||
color: #0066CB;
|
color: #0066CB;
|
||||||
@ -270,12 +250,12 @@ top: 0;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------------
|
-----------------
|
||||||
table styles
|
table styles
|
||||||
-----------------
|
-----------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.table img {
|
.table img {
|
||||||
border: none;
|
border: none;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
@ -303,18 +283,6 @@ margin-bottom: 25px;
|
|||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
table th{
|
|
||||||
text-align:left;
|
|
||||||
padding-left:20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table td {
|
|
||||||
padding: 3px 15px 3px 20px;
|
|
||||||
border-bottom:#CCC dotted 1px;
|
|
||||||
}
|
|
||||||
table p { margin:0px;}
|
|
||||||
|
|
||||||
table tr.even {
|
table tr.even {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #66666E;
|
color: #66666E;
|
||||||
@ -325,7 +293,6 @@ background-color: #F6F6F6;
|
|||||||
color: #66666E;
|
color: #66666E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
table thead {
|
table thead {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
@ -342,6 +309,19 @@ border-bottom: 2px solid #D1D1D1;
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table td {
|
||||||
|
padding: 3px 15px 3px 20px;
|
||||||
|
border-bottom: #CCC dotted 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table th {
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table p {
|
||||||
|
margin: 0px
|
||||||
|
}
|
||||||
|
|
||||||
/* table bodless & white*/
|
/* table bodless & white*/
|
||||||
|
|
||||||
@ -351,16 +331,16 @@ background-color: #fff;
|
|||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.borderless tr {
|
|
||||||
background-color: #FFF;
|
|
||||||
color: #66666E;
|
|
||||||
}
|
|
||||||
|
|
||||||
.borderless td {
|
.borderless td {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: #fff dotted 1px;
|
border-bottom: #fff dotted 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.borderless tr {
|
||||||
|
background-color: #FFF;
|
||||||
|
color: #66666E;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------
|
-----------
|
||||||
List
|
List
|
||||||
@ -368,7 +348,7 @@ List
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-bottom:2px;
|
padding-bottom: 2px
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@ -379,7 +359,6 @@ list-style-type:square;
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -392,7 +371,7 @@ list-style:decimal;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.centerAlign {
|
.centerAlign {
|
||||||
text-align: left;
|
text-align: left
|
||||||
}
|
}
|
||||||
|
|
||||||
.cpp {
|
.cpp {
|
||||||
@ -409,7 +388,6 @@ overflow: auto;
|
|||||||
padding: 20px 20px 20px 20px;
|
padding: 20px 20px 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.footerNavi {
|
.footerNavi {
|
||||||
width: auto;
|
width: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -418,11 +396,11 @@ z-index:1;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.memItemLeft {
|
.memItemLeft {
|
||||||
padding-right: 3px;
|
padding-right: 3px
|
||||||
}
|
}
|
||||||
|
|
||||||
.memItemRight {
|
.memItemRight {
|
||||||
padding: 3px 15px 3px 0;
|
padding: 3px 15px 3px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.qml {
|
.qml {
|
||||||
@ -450,7 +428,7 @@ text-align: right;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.qmldoc {
|
.qmldoc {
|
||||||
margin-left: 15px;
|
margin-left: 15px
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -497,10 +475,11 @@ margin-left:20px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toc h3 {
|
.toc h3 {
|
||||||
text-decoration:none;
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc h3{font: 500 14px/1.2 Arial;
|
.toc h3 {
|
||||||
|
font: 500 14px/1.2 Arial;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -508,7 +487,6 @@ padding-top:5px;
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.toc ul {
|
.toc ul {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
@ -525,7 +503,8 @@ padding-left:0px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toc .level1 {
|
.toc .level1 {
|
||||||
border:none;}
|
border: none
|
||||||
|
}
|
||||||
|
|
||||||
.toc .level2 {
|
.toc .level2 {
|
||||||
border: none;
|
border: none;
|
||||||
@ -538,23 +517,55 @@ margin-left: 30px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.clearfix {
|
.clearfix {
|
||||||
clear:both;}
|
clear: both
|
||||||
|
}
|
||||||
|
|
||||||
/* start index box */
|
/* start index box */
|
||||||
.indexbox
|
|
||||||
{
|
.indexbox {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexboxcont
|
.indexbox .indexIcon {
|
||||||
{
|
width: 11%
|
||||||
display: block;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexboxcont .section
|
.indexbox .indexIcon span {
|
||||||
{
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont {
|
||||||
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .sectionlist {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
width: 32.5%;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .sectionlist ul {
|
||||||
|
margin-bottom: 20px
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .sectionlist ul li {
|
||||||
|
line-height: 1.5
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .indexIcon {
|
||||||
|
width: 11%;
|
||||||
|
*width: 18%;
|
||||||
|
_width: 18%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .section {
|
||||||
|
float: left
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexboxcont .section {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
*width: 42%;
|
*width: 42%;
|
||||||
@ -563,61 +574,12 @@ padding:0 2% 0 1%;
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexboxcont .indexIcon
|
.indexboxcont .section p {
|
||||||
{
|
|
||||||
width: 11%;
|
|
||||||
*width:18%;
|
|
||||||
_width:18%;
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexboxcont .section {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexboxcont .section p
|
|
||||||
{
|
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
.indexboxcont .sectionlist
|
|
||||||
{
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align:top;
|
|
||||||
width: 32.5%;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.indexboxcont .sectionlist ul
|
|
||||||
{
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexboxcont .sectionlist ul li
|
.indexboxcont:after {
|
||||||
{
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content .indexboxcont li
|
|
||||||
{
|
|
||||||
font: normal bold 13px/1 Verdana;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content .normallist li
|
|
||||||
{
|
|
||||||
font: normal 13px/1 Verdana;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexbox .indexIcon {
|
|
||||||
width: 11%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexbox .indexIcon span
|
|
||||||
{
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indexboxcont:after
|
|
||||||
{
|
|
||||||
content: ".";
|
content: ".";
|
||||||
display: block;
|
display: block;
|
||||||
height: 0;
|
height: 0;
|
||||||
@ -630,6 +592,7 @@ visibility: hidden;
|
|||||||
Landing page
|
Landing page
|
||||||
-----------
|
-----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.col-group {
|
.col-group {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@ -644,7 +607,7 @@ Landing page
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-1 h1 {
|
.col-1 h1 {
|
||||||
margin: 20px 0 0 0;
|
margin: 20px 0 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-2 {
|
.col-2 {
|
||||||
@ -655,10 +618,9 @@ Landing page
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sectionlist {
|
.sectionlist {
|
||||||
width: 100% !important;
|
width: 100% !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Additions from Qt Project
|
Additions from Qt Project
|
||||||
*/
|
*/
|
||||||
@ -666,57 +628,164 @@ Additions from Qt Project
|
|||||||
body {
|
body {
|
||||||
background: #E8E8E8;
|
background: #E8E8E8;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family:"Open Sans",sans-serif !important
|
font-family: "Open Sans",sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qt13a-twoCol{width:23.46939%;float:left;margin-right:2.04082%;display:inline}
|
.qt13a-twoCol {
|
||||||
|
width: 23.46939%;
|
||||||
|
float: left;
|
||||||
|
margin-right: 2.04082%;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.qt13a-fourCol{width:48.97959%;float:left;margin-right:2.04082%;display:inline}
|
.qt13a-fourCol {
|
||||||
|
width: 48.97959%;
|
||||||
|
float: left;
|
||||||
|
margin-right: 2.04082%;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.qt13a-sixCol {
|
.qt13a-sixCol {
|
||||||
width: 70.4898%;
|
width: 70.4898%;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 2.04082%;
|
margin-right: 2.04082%;
|
||||||
display:inline
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qt13a-eightCol {
|
.qt13a-eightCol {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 2.04082%;
|
margin-right: 2.04082%;
|
||||||
display:inline
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-fiveCol {
|
||||||
|
width: 17.35537%;
|
||||||
|
float: left;
|
||||||
|
margin-right: 3.30579%;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-fiveCol:nth-child(2n) {
|
||||||
|
float: left;
|
||||||
|
margin-right: 3.30579%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-omega {
|
||||||
|
float: right;
|
||||||
|
margin-right: 0;
|
||||||
|
*margin-left: -20px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-last {
|
||||||
|
float: right;
|
||||||
|
margin-right: 0;
|
||||||
|
*margin-left: -20px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-container {
|
||||||
|
*zoom: 1;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
max-width: 1045px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-container:after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-container.qt13a-dynamic {
|
||||||
|
max-width: 1295px
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-no-bg-img {
|
||||||
|
background-image: none !important
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-wrapper {
|
||||||
|
overflow: hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-view {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header {
|
||||||
|
background: url('../images/Qt-header-bg.jpg') repeat;
|
||||||
|
min-height: 126px;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
min-width: 1045px;
|
||||||
|
margin-bottom: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header .qt13a-nav-divider-left {
|
||||||
|
border-left: 1px solid #35322f;
|
||||||
|
padding-left: 10px;
|
||||||
|
margin-left: 5px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header #qt13a-title_nav {
|
||||||
|
padding-top: 34px;
|
||||||
|
width: 87.37374%;
|
||||||
|
float: left;
|
||||||
|
margin-right: 1.0101%;
|
||||||
|
display: inline;
|
||||||
|
float: right;
|
||||||
|
margin-right: 0;
|
||||||
|
*margin-left: -20px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header .qt13a-gradient {
|
||||||
|
background: url('../images/Qt-gradient.png') repeat-x;
|
||||||
|
background-position: bottom;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 126px;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
.qt13a-fiveCol{width:17.35537%;float:left;margin-right:3.30579%;display:inline}
|
|
||||||
.qt13a-fiveCol:nth-child(2n){float:left;margin-right:3.30579%}
|
|
||||||
.qt13a-omega{float:right;margin-right:0;*margin-left:-20px;display:inline}
|
|
||||||
.qt13a-last{float:right;margin-right:0;*margin-left:-20px;display:inline}
|
|
||||||
.qt13a-container{*zoom:1;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;max-width:1045px}
|
|
||||||
.qt13a-container:after{content:"";display:table;clear:both}
|
|
||||||
.qt13a-container.qt13a-dynamic{max-width:1295px}
|
|
||||||
.qt13a-no-bg-img{background-image:none !important}
|
|
||||||
.qt13a-wrapper{overflow:hidden}
|
|
||||||
.content-view{position:relative;overflow:hidden;}
|
|
||||||
|
|
||||||
#qt13a-header{background:url('../images/Qt-header-bg.jpg') repeat;min-height:126px;padding:0;margin:0;min-width:1045px;margin-bottom:18px}
|
|
||||||
#qt13a-header .qt13a-gradient{background:url('../images/Qt-gradient.png') repeat-x;background-position:bottom;margin:0;min-height:126px;padding:0}
|
|
||||||
#qt13a-header #qt13a-title_nav{padding-top:34px;width:87.37374%;float:left;margin-right:1.0101%;display:inline;float:right;margin-right:0;*margin-left:-20px;display:inline}
|
|
||||||
#qt13a-header #qt13a-title{padding:0px 0 0 0px;padding-bottom:0px}
|
|
||||||
#qt13a-header p.qt13a-title {
|
#qt13a-header p.qt13a-title {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
margin: 0 0 0 0px;
|
margin: 0 0 0 0px;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
color: #35322f;
|
color: #35322f;
|
||||||
font-weight: 600
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
#qt13a-header p.qt13a-title a{font-weight:600;color:#35322f}
|
|
||||||
#qt13a-header p.qt13a-title a:hover{color:#35322f;text-decoration:none}
|
#qt13a-header p.qt13a-title a {
|
||||||
#qt13a-header #qt13a-logo{float:left;width:11.61616%;float:left;margin-right:1.0101%;display:inline;margin:20px 0px 10px 0;min-width:50px}
|
font-weight: 600;
|
||||||
#qt13a-header #qt13a-logo img{
|
color: #35322f;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header p.qt13a-title a:hover {
|
||||||
|
color: #35322f;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header #qt13a-title {
|
||||||
|
padding: 0px 0 0 0px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header #qt13a-logo {
|
||||||
float: left;
|
float: left;
|
||||||
border: 0;
|
width: 11.61616%;
|
||||||
-moz-box-shadow: none;
|
float: left;
|
||||||
-webkit-box-shadow: none;
|
margin-right: 1.0101%;
|
||||||
box-shadow: none;
|
display: inline;
|
||||||
|
margin: 20px 0px 10px 0;
|
||||||
|
min-width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#qt13a-header #qt13a-logo .qt13a-site-logo {
|
#qt13a-header #qt13a-logo .qt13a-site-logo {
|
||||||
background: url('../images/Qt-logo.png') no-repeat;
|
background: url('../images/Qt-logo.png') no-repeat;
|
||||||
text-indent: -100em;
|
text-indent: -100em;
|
||||||
@ -728,71 +797,170 @@ font-family:"Open Sans",sans-serif !important
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qt13a-header #qt13a-logo img {
|
||||||
|
float: left;
|
||||||
|
border: 0;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
#qt13a-header .qt13a-nav {
|
#qt13a-header .qt13a-nav {
|
||||||
background: none
|
background: none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qt13a-header .qt13a-nav .qt13a-nav-divider-left {
|
||||||
|
border-left: 1px solid #35322f;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header .qt13a-nav .qt13a-nav-small a {
|
||||||
|
font-size: 13px
|
||||||
|
}
|
||||||
|
|
||||||
#qt13a-header .qt13a-nav ul {
|
#qt13a-header .qt13a-nav ul {
|
||||||
margin: 0 0 0 0px;
|
margin: 0 0 0 0px;
|
||||||
padding: 11px 0 0;
|
padding: 11px 0 0;
|
||||||
background:none
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header .qt13a-nav ul li.devnet-active a {
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-header .qt13a-nav ul li {
|
||||||
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
|
padding: 0 2.88% 0 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0;
|
||||||
|
*display: inline;
|
||||||
|
zoom: 1;
|
||||||
}
|
}
|
||||||
#qt13a-header .qt13a-nav .qt13a-nav-small a{font-size:13px}
|
|
||||||
#qt13a-header .qt13a-nav ul li{display:inline-block;width:auto;padding:0 2.88% 0 0;margin:0;border:0;*display:inline;zoom:1}
|
|
||||||
#qt13a-header .qt13a-nav ul li.devnet-active a{color:#fff}
|
|
||||||
|
|
||||||
#qt13a-header .qt13a-nav ul li a {
|
#qt13a-header .qt13a-nav ul li a {
|
||||||
color: #35322f;
|
color: #35322f;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size:18px
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#qt13a-header .qt13a-nav ul li a:hover, #qt13a-header .qt13a-nav ul li a:active, #qt13a-header .qt13a-nav ul li a.active {
|
#qt13a-header .qt13a-nav ul li a:hover, #qt13a-header .qt13a-nav ul li a:active, #qt13a-header .qt13a-nav ul li a.active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration:none
|
text-decoration: none;
|
||||||
}
|
|
||||||
#qt13a-header .qt13a-nav .qt13a-nav-divider-left{
|
|
||||||
border-left:1px solid #35322f;
|
|
||||||
padding-left:20px
|
|
||||||
}
|
|
||||||
#qt13a-header .qt13a-nav-divider-left{
|
|
||||||
border-left:1px solid #35322f;
|
|
||||||
padding-left:10px;
|
|
||||||
margin-left:5px;
|
|
||||||
font-size: 13px
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#qt13a-register_search {
|
#qt13a-register_search {
|
||||||
display: block;
|
display: block;
|
||||||
font-variant: 400;
|
font-variant: 400;
|
||||||
float:right
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#qt13a-register {
|
#qt13a-register {
|
||||||
padding: 34px 0px 0;
|
padding: 34px 0px 0;
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: #1e1b18;
|
color: #1e1b18;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qt13a-register .qt13a-link-divider {
|
||||||
|
padding: 0 5px
|
||||||
|
}
|
||||||
|
|
||||||
#qt13a-register a {
|
#qt13a-register a {
|
||||||
color: #1e1b18;
|
color: #1e1b18;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding-left:13px
|
padding-left: 13px;
|
||||||
}
|
}
|
||||||
#qt13a-register a:visited{color:#1e1b18}
|
|
||||||
#qt13a-register a:hover{color:#fff;text-decoration:none}
|
#qt13a-register a:visited {
|
||||||
#qt13a-register .qt13a-link-divider{padding:0 5px}
|
color: #1e1b18
|
||||||
#search{margin-top:23px}
|
}
|
||||||
#qt13a-footer{background: url('../images/Qt-header-bg.jpg') repeat;margin:0}
|
|
||||||
#qt13a-footer .qt13a-last{float:right;margin-right:0;*margin-left:-20px;display:inline}
|
#qt13a-register a:hover {
|
||||||
#qt13a-footer .qt13a-container{padding:36px 0}
|
color: #fff;
|
||||||
#qt13a-footer .qt13a-gradient{background: url('../images/Qt-dark_gradient.png') repeat-x;background-position:bottom;margin:0;min-height:126px;padding:0}
|
text-decoration: none;
|
||||||
#qt13a-footer .qt13a-shadow{background:transparent url('../images/Qt-footer_shadow.png') repeat-x top center}
|
}
|
||||||
#qt13a-footer .qt13a-title a,#qt13a-footer .qt13a-title{padding:18px 0 18px;font-weight:400;letter-spacing:-0.5pt;color:#35322f;font-size:18px;margin:0}
|
|
||||||
#qt13a-footer ul{width:17.35537%;float:left;margin-right:3.30579%;display:inline;padding-left:0;list-style-type:none}
|
#search {
|
||||||
#qt13a-footer ul li a{font-family:"Open Sans",sans-serif;font-size:13px;color:#35322f;padding:0;font-weight:400}
|
margin-top: 23px
|
||||||
#qt13a-footer ul li a:hover,#qt13a-footer ul li a:active{color:#35322f;text-decoration:underline}
|
}
|
||||||
#qt13a-footer ul li a.qt13a-some-icon{width:32px;height:32px;background-repeat:none;text-indent:-300em;overflow:hidden;display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline}
|
|
||||||
|
#qt13a-footer {
|
||||||
|
background: url('../images/Qt-header-bg.jpg') repeat;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer .qt13a-container {
|
||||||
|
padding: 36px 0
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer .qt13a-gradient {
|
||||||
|
background: url('../images/Qt-dark_gradient.png') repeat-x;
|
||||||
|
background-position: bottom;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 126px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer .qt13a-shadow {
|
||||||
|
background: transparent url('../images/Qt-footer_shadow.png') repeat-x top center
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer .qt13a-last {
|
||||||
|
float: right;
|
||||||
|
margin-right: 0;
|
||||||
|
*margin-left: -20px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer ul {
|
||||||
|
width: 17.35537%;
|
||||||
|
float: left;
|
||||||
|
margin-right: 3.30579%;
|
||||||
|
display: inline;
|
||||||
|
padding-left: 0;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer ul li a.qt13a-some-icon {
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
background-repeat: none;
|
||||||
|
text-indent: -300em;
|
||||||
|
overflow: hidden;
|
||||||
|
display: -moz-inline-stack;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
*vertical-align: auto;
|
||||||
|
zoom: 1;
|
||||||
|
*display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer ul li a {
|
||||||
|
font-family: "Open Sans",sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
|
color: #35322f;
|
||||||
|
padding: 0;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer ul li a:hover, #qt13a-footer ul li a:active {
|
||||||
|
color: #35322f;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#qt13a-footer .qt13a-title a, #qt13a-footer .qt13a-title {
|
||||||
|
padding: 18px 0 18px;
|
||||||
|
font-weight: 400;
|
||||||
|
letter-spacing: -0.5pt;
|
||||||
|
color: #35322f;
|
||||||
|
font-size: 18px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.qt13a-copyright {
|
.qt13a-copyright {
|
||||||
border-top: 1px solid #000;
|
border-top: 1px solid #000;
|
||||||
background: url('../images/Qt-footer-bg.jpg') repeat;
|
background: url('../images/Qt-footer-bg.jpg') repeat;
|
||||||
@ -800,65 +968,84 @@ font-family:"Open Sans",sans-serif !important
|
|||||||
padding: 36px 0;
|
padding: 36px 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 0.84615em;
|
font-size: 0.84615em;
|
||||||
line-height:1.63636em}
|
line-height: 1.63636em;
|
||||||
.qt13a-copyright p{padding:0;color:#aeadac;font-size:11px}
|
}
|
||||||
.qt13a-copyright a{color:#328930}
|
|
||||||
.qt13a-copyright a:visited{color:#328930}
|
|
||||||
|
|
||||||
|
.qt13a-copyright p {
|
||||||
|
padding: 0;
|
||||||
|
color: #aeadac;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
.searchbox
|
.qt13a-copyright a {
|
||||||
{
|
color: #328930
|
||||||
|
}
|
||||||
|
|
||||||
|
.qt13a-copyright a:visited {
|
||||||
|
color: #328930
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchbox {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0px 35px 0 5px;
|
padding: 0px 35px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-view {
|
||||||
.content-view
|
|
||||||
{
|
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p, li, p.forum-overview-title, p.forum-description, p.desc, p.forum-lastpost, div.navigationbars li, div.block-profile div {
|
||||||
p, li,
|
font-size: 13px
|
||||||
p.forum-overview-title,
|
|
||||||
p.forum-description,
|
|
||||||
p.desc,
|
|
||||||
p.forum-lastpost,
|
|
||||||
div.navigationbars li,
|
|
||||||
div.block-profile div
|
|
||||||
{
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.forum-description.desc
|
p.forum-description.desc {
|
||||||
{
|
font-size: 13px !important
|
||||||
font-size: 13px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.steps li
|
.steps li {
|
||||||
{
|
font-size: 16px
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.license p,
|
div.license p, div.notes p {
|
||||||
div.notes p
|
font-size: 12px !important
|
||||||
{
|
|
||||||
font-size: 12px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #44a51c;
|
color: #44a51c;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
padding-left: 30px
|
padding-left: 30px
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
a:visited {
|
||||||
padding: 0px 30px 30px 30px;
|
color: #007330;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #44a51c;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited:hover {
|
||||||
|
color: #44a51c;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: #007330;
|
||||||
|
text-decoration: none;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
padding: 0px 30px 30px 30px
|
||||||
|
}
|
||||||
|
|
||||||
.main-rounded {
|
.main-rounded {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: none repeat scroll 0% 0% rgb(255,255,255);
|
background: none repeat scroll 0% 0% rgb(255,255,255);
|
||||||
|
Loading…
Reference in New Issue
Block a user