mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Remove colour declarations
Use doxygen HTML_COLORSTYLE_HUE = 113 instead
This commit is contained in:
parent
72b6b2e03a
commit
218144d6c3
@ -1,6 +1,7 @@
|
||||
body {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.title {
|
||||
font: 400 18px/28px Roboto,sans-serif;
|
||||
font-size: 250%;
|
||||
@ -8,18 +9,9 @@ body {
|
||||
line-height: 1.25em;
|
||||
}
|
||||
|
||||
h2.groupheader {
|
||||
color: #0d7200;
|
||||
}
|
||||
a {
|
||||
color: #0d7200;
|
||||
}
|
||||
a.el {
|
||||
font-weight: normal;
|
||||
}
|
||||
.contents a:visited {
|
||||
color: #0d7200;
|
||||
}
|
||||
|
||||
td.memItemRight a.el:first-of-type {
|
||||
font-weight: bold;
|
||||
@ -42,29 +34,6 @@ address.footer {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
.search {
|
||||
color: #003399;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
form.search {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
input.search {
|
||||
font-size: 75%;
|
||||
color: #000080;
|
||||
font-weight: normal;
|
||||
background-color: #e8eef2;
|
||||
}
|
||||
*/
|
||||
|
||||
hr {
|
||||
border-top: 1px solid #129300;
|
||||
}
|
||||
|
||||
hr.footer {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
@ -72,8 +41,6 @@ hr.footer {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
/* @group Member Descriptions */
|
||||
|
||||
table.memberdecls {
|
||||
width: 100%;
|
||||
}
|
||||
@ -92,28 +59,24 @@ table.memberdecls {
|
||||
.memname {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.memname tr:first-of-type {
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
.memproto, dl.reflist dt {
|
||||
color: #0d7200;
|
||||
background-color: #e3f2e1;
|
||||
border-left: 1px solid #add9a7;
|
||||
border-top: inherit;
|
||||
border-right: inherit;
|
||||
font-weight: inherit;
|
||||
text-shadow: inherit;
|
||||
background-image:inherit;
|
||||
background-repeat:inherit;
|
||||
/* opera specific markup */
|
||||
box-shadow: inherit;
|
||||
border-top-right-radius: inherit;
|
||||
border-top-left-radius: inherit;
|
||||
/* firefox specific markup */
|
||||
-moz-box-shadow: inherit;
|
||||
-moz-border-radius-topright: inherit;
|
||||
-moz-border-radius-topleft: inherit;
|
||||
/* webkit specific markup */
|
||||
-webkit-box-shadow: inherit;
|
||||
-webkit-border-top-right-radius: inherit;
|
||||
-webkit-border-top-left-radius: inherit;
|
||||
@ -121,8 +84,6 @@ table.memberdecls {
|
||||
|
||||
.memdoc, dl.reflist dd {
|
||||
margin-bottom: 1em;
|
||||
background-color: #FFFFFF;
|
||||
border-left: 1px solid #add9a7;
|
||||
border-bottom: inherit;
|
||||
border-right: inherit;
|
||||
background-color: inherit;
|
||||
@ -130,39 +91,24 @@ table.memberdecls {
|
||||
background-image:inherit;
|
||||
background-repeat:inherit;
|
||||
background-color: inherit;
|
||||
/* opera specific markup */
|
||||
border-bottom-left-radius: inherit;
|
||||
border-bottom-right-radius: inherit;
|
||||
box-shadow: inherit;
|
||||
/* firefox specific markup */
|
||||
-moz-border-radius-bottomleft: inherit;
|
||||
-moz-border-radius-bottomright: inherit;
|
||||
-moz-box-shadow: inherit;
|
||||
/* webkit specific markup */
|
||||
-webkit-border-bottom-left-radius: inherit;
|
||||
-webkit-border-bottom-right-radius: inherit;
|
||||
-webkit-box-shadow: inherit;
|
||||
}
|
||||
|
||||
span.mlabel {
|
||||
background-color: #7cc272;
|
||||
border-top:1px solid #5fb553;
|
||||
border-left:1px solid #5fb553;
|
||||
border-right:1px solid #c9e5c5;
|
||||
border-bottom:1px solid #c9e5c5;
|
||||
}
|
||||
|
||||
table.fieldtable {
|
||||
-moz-box-shadow: inherit;
|
||||
-webkit-box-shadow: inherit;
|
||||
box-shadow: inherit;
|
||||
}
|
||||
address {
|
||||
color: #0d7200;
|
||||
}
|
||||
|
||||
.fieldtable th {
|
||||
color: #0d7200;
|
||||
background-image:inherit;
|
||||
background-repeat:inherit;
|
||||
background-color: inherit;
|
||||
@ -173,14 +119,12 @@ address {
|
||||
border-top-left-radius: inherit;
|
||||
border-top-right-radius: inherit;
|
||||
}
|
||||
.navpath ul
|
||||
{
|
||||
|
||||
.navpath ul {
|
||||
font-size: inherit;
|
||||
background-image:inherit;
|
||||
background-repeat:inherit;
|
||||
background-position: inherit;
|
||||
height:inherit;
|
||||
line-height:inherit;
|
||||
color:inherit;
|
||||
border:inherit;
|
||||
overflow:inherit;
|
||||
@ -188,25 +132,23 @@ address {
|
||||
padding:inherit;
|
||||
}
|
||||
|
||||
.navpath li
|
||||
{
|
||||
list-style-type:inherit;
|
||||
float:inherit;
|
||||
padding-left:inherit;
|
||||
padding-right:inherit;
|
||||
.navpath li {
|
||||
background-image:inherit;
|
||||
background-repeat:inherit;
|
||||
background-position:inherit;
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
.navpath li.navelem a
|
||||
{
|
||||
color: #0d7200;
|
||||
.navpath li.navelem + li.navelem:before {
|
||||
content: '>';
|
||||
}
|
||||
|
||||
.navpath li.footer
|
||||
{
|
||||
.navpath li.navelem a {
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.navpath li.footer {
|
||||
list-style-type:inherit;
|
||||
float:inherit;
|
||||
padding-left:inherit;
|
||||
@ -218,11 +160,8 @@ address {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
div.header
|
||||
{
|
||||
background-color: #fcfcfa;
|
||||
div.header {
|
||||
margin: 0px;
|
||||
border-bottom: 1px solid #C4CFE5;
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@ -230,51 +169,20 @@ div.header
|
||||
background-repeat:inherit;
|
||||
}
|
||||
|
||||
dl.note
|
||||
{
|
||||
border-color: #ccd957;
|
||||
}
|
||||
|
||||
#titlearea
|
||||
{
|
||||
#titlearea {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
width: 80%;
|
||||
|
||||
border-bottom: 1px solid #0d7200;
|
||||
}
|
||||
|
||||
div.header {
|
||||
border-bottom: 1px solid #a3d49d;
|
||||
div.qindex, div.navpath {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
div.directory {
|
||||
border-top: 1px solid #a3d49d;
|
||||
border-bottom: 1px solid #a3d49d;
|
||||
}
|
||||
|
||||
.directory tr.even {
|
||||
background-color: #fcfcfa;
|
||||
}
|
||||
|
||||
.icon {
|
||||
background-color: #7cc272;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
color: #a3d49d;
|
||||
}
|
||||
|
||||
.directory .levels span {
|
||||
color: #478c3e;
|
||||
}
|
||||
|
||||
div.qindex, div.navtab {
|
||||
background-color: #ecf5eb;
|
||||
border: 1px solid #a9d6a3;
|
||||
}
|
||||
/* To overwrite tabs.css */
|
||||
.tabs, .tabs2, .tabs3 {
|
||||
background-image: inherit;
|
||||
@ -293,7 +201,6 @@ div.qindex, div.navtab {
|
||||
}
|
||||
|
||||
.tablist a {
|
||||
|
||||
background-image: inherit;
|
||||
color: #0d7200;
|
||||
border-right: 1px solid #129300;
|
||||
@ -310,7 +217,7 @@ div.qindex, div.navtab {
|
||||
}
|
||||
/* /tabs.css */
|
||||
|
||||
/* To verride search/search.css */
|
||||
/* To override search/search.css */
|
||||
#MSearchBox {
|
||||
right: 10%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user