about summary refs log tree commit diff
path: root/docs/api/html/style.css
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-07-06 02:16:10 +0200
committerMichael Biebl <biebl@debian.org>2014-07-06 02:16:10 +0200
commit33491bc4279481db8ae47213e34a6d695a0e8830 (patch)
tree097d2b0fdff3fae6885381ae5e57a182cd8cbbba /docs/api/html/style.css
parent59c3714a494c3b3765657c0551ad82842d98a7d2 (diff)
Imported Upstream version 0.9.10.0 upstream/0.9.10.0
Diffstat (limited to 'docs/api/html/style.css')
-rw-r--r--docs/api/html/style.css247
1 files changed, 26 insertions, 221 deletions
diff --git a/docs/api/html/style.css b/docs/api/html/style.css
index 705a5c9a..d6f6c26e 100644
--- a/docs/api/html/style.css
+++ b/docs/api/html/style.css
@@ -1,23 +1,15 @@
-body
-{
-  font-family: cantarell, sans-serif;
-}
 .synopsis, .classsynopsis
 {
   /* tango:aluminium 1/2 */
   background: #eeeeec;
-  background: rgba(238, 238, 236, 0.5);
-  border: solid 1px rgb(238, 238, 236);
+  border: solid 1px #d3d7cf;
   padding: 0.5em;
 }
 .programlisting
 {
   /* tango:sky blue 0/1 */
-  /* fallback for no rgba support */
   background: #e6f3ff;
   border: solid 1px #729fcf;
-  background: rgba(114, 159, 207, 0.1);
-  border: solid 1px rgba(114, 159, 207, 0.2);
   padding: 0.5em;
 }
 .variablelist
@@ -35,6 +27,7 @@ body
   {
     position: relative;
     top: 0em ! important;
+    
   }
   /* this is needed so that the local anchors are displayed below the naviagtion */
   div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
@@ -53,20 +46,16 @@ body
    */
   body
   {
-    padding-top: 5em;
-    padding-bottom: 500px;
-    max-width: 60em;
-  }
-  p
-  {
-    max-width: 60em;
+    padding-top: 3.2em;
+    padding-bottom: 20em;
   }
   /* style and size the navigation bar */
   table.navigation#top
   {
     position: fixed;
-    background: #e2e2e2;
-    border-bottom: solid 1px #babdb6;
+    /* tango:scarlet red 0/1 */
+    background: #ffe6e6;
+    border: solid 1px #ef2929;
     margin-top: 0;
     margin-bottom: 0;
     top: 0;
@@ -76,57 +65,21 @@ body
   }
   .navigation a, .navigation a:visited
   {
-    /* tango:sky blue 3 */
-    color: #204a87;
+    /* tango:scarlet red 3 */
+    color: #a40000;
   }
   .navigation a:hover
   {
-    /* tango:sky blue 2 */
-    color: #3465a4;
+    /* tango:scarlet red 1 */
+    color: #ef2929;
   }
   td.shortcuts
   {
-    /* tango:sky blue 2 */
-    color: #3465a4;
+    /* tango:scarlet red 1 */
+    color: #ef2929;
     font-size: 80%;
     white-space: nowrap;
   }
-  td.shortcuts .dim
-  {
-    color: #babdb6;
-  }
-}
-@media screen and (min-width: 60em) {
-  /* screen larger than 60em */
-  body { margin: auto; }
-}
-@media screen and (max-width: 60em) {
-  /* screen less than 60em */
-  #nav_hierarchy { display: none; }
-  #nav_interfaces { display: none; }
-  #nav_prerequisites { display: none; }
-  #nav_derived_interfaces { display: none; }
-  #nav_implementations { display: none; }
-  #nav_child_properties { display: none; }
-  #nav_style_properties { display: none; }
-  #nav_index { display: none; }
-  #nav_glossary { display: none; }
-  .gallery_image { display: none; }
-  .property_flags { display: none; }
-  .signal_flags { display: none; }
-  .parameter_annotations { display: none; }
-  .enum_member_annotations { display: none; }
-  .struct_member_annotations { display: none; }
-  .union_member_annotations { display: none; }
-  /* now that a column is hidden, optimize space */
-  col.parameters_name { width: auto; }
-  col.parameters_description { width: auto; }
-  col.struct_members_name { width: auto; }
-  col.struct_members_description { width: auto; }
-  col.enum_members_name { width: auto; }
-  col.enum_members_description { width: auto; }
-  col.union_members_name { width: auto; }
-  col.union_members_description { width: auto; }
 }
 @media print {
   table.navigation {
@@ -136,8 +89,9 @@ body
   div.titlepage table.navigation {
     visibility: visible;
     display: table;
-    background: #e2e2e2;
-    border: solid 1px #babdb6;
+    /* tango:scarlet red 0/1 */
+    background: #ffe6e6;
+    border: solid 1px #ef2929;
     margin-top: 0;
     margin-bottom: 0;
     top: 0;
@@ -148,7 +102,7 @@ body
 
 .navigation .title
 {
-  font-size: 120%;
+  font-size: 200%;
 }
 
 div.gallery-float
@@ -178,67 +132,6 @@ a:hover
   color: #729fcf;
 }
 
-div.informaltable table
-{
-  border-collapse: separate;
-  border-spacing: 20px 3px;
-  border: none;
-}
-
-div.informaltable table td, div.informaltable table th
-{
-  vertical-align: top;
-}
-
-.function_type,
-.variable_type,
-.property_type,
-.signal_type,
-.parameter_name,
-.struct_member_name,
-.union_member_name,
-.define_keyword,
-.datatype_keyword,
-.typedef_keyword
-{
-  text-align: right;
-}
-
-/* dim non-primary columns */
-.c_punctuation,
-.function_type,
-.variable_type,
-.property_type,
-.signal_type,
-.define_keyword,
-.datatype_keyword,
-.typedef_keyword,
-.property_flags,
-.signal_flags,
-.parameter_annotations,
-.enum_member_annotations,
-.struct_member_annotations,
-.union_member_annotations
-{
-  color: #888a85;
-}
-
-.function_type a,
-.function_type a:visited,
-.function_type a:hover,
-.property_type a,
-.property_type a:visited,
-.property_type a:hover,
-.signal_type a,
-.signal_type a:visited,
-.signal_type a:hover,
-.signal_flags a,
-.signal_flags a:visited,
-.signal_flags a:hover
-{
- color: #729fcf;
-}
-
 div.table table
 {
   border-collapse: collapse;
@@ -261,43 +154,14 @@ div.table table th
   background-color: #d3d7cf;
 }
 
-h4
-{
-  color: #555753;
-}
-
 hr
 {
-  /* tango:aluminium 1 */
-  color: #d3d7cf;
-  background: #d3d7cf;
+  /* tango:aluminium 3 */
+  color: #babdb6;
+  background: #babdb6;
   border: none 0px;
   height: 1px;
   clear: both;
-  margin: 2.0em 0em 2.0em 0em;
-}
-
-dl.toc dt
-{
-  padding-bottom: 0.25em;
-}
-
-dl.toc > dd > dl > dt
-{
-  padding-top: 0.25em;
-  padding-bottom: 0.25em;
-}
-
-dl.toc > dt
-{
-  padding-top: 1em;
-  padding-bottom: 0.5em;
-  font-weight: bold;
-}
-
-.parameter
-{
-  font-style: normal;
 }
 
 .footer
@@ -309,70 +173,31 @@ dl.toc > dt
   font-size: 80%;
 }
 
-.informalfigure,
-.figure
-{
-  margin: 1em;
-}
-
-.informalexample,
-.example
-{
-  margin-top: 1em;
-  margin-bottom: 1em;
-}
-
 .warning
 {
   /* tango:orange 0/1 */
   background: #ffeed9;
-  background: rgba(252, 175, 62, 0.1);
   border-color: #ffb04f;
-  border-color: rgba(252, 175, 62, 0.2);
 }
 .note
 {
   /* tango:chameleon 0/0.5 */
   background: #d8ffb2;
-  background: rgba(138, 226, 52, 0.1);
   border-color: #abf562;
-  border-color: rgba(138, 226, 52, 0.2);
 }
-div.blockquote
-{
-  border-color: #eeeeec;
-}
-.note, .warning, div.blockquote
+.note, .warning
 {
   padding: 0.5em;
   border-width: 1px;
   border-style: solid;
-  margin: 2em;
 }
-.note p, .warning p
+.note h3, .warning h3
 {
-  margin: 0;
+  margin-top: 0.0em
 }
-
-div.warning h3.title,
-div.note h3.title
-{
-  display: none;
-}
-
-p + div.section
-{
-  margin-top: 1em;
-}
-
-div.refnamediv,
-div.refsynopsisdiv,
-div.refsect1,
-div.refsect2,
-div.toc,
-div.section
+.note p, .warning p
 {
-  margin-bottom: 1em;
+  margin-bottom: 0.0em
 }
 
 /* blob links */
@@ -385,22 +210,11 @@ h2 .extralinks, h3 .extralinks
   font-weight: normal;
 }
 
-.lineart
-{
-  color: #d3d7cf;
-  font-weight: normal;
-}
-
 .annotation
 {
   /* tango:aluminium 5 */
   color: #555753;
-  font-weight: normal;
-}
-
-.structfield
-{
-  font-style: normal;
+  font-size: 80%;
   font-weight: normal;
 }
 
@@ -423,7 +237,6 @@ h2 .extralinks, h3 .extralinks
 .listing_frame {
   /* tango:sky blue 1 */
   border: solid 1px #729fcf;
-  border: solid 1px rgba(114, 159, 207, 0.2);
   padding: 0px;
 }
 
@@ -433,27 +246,19 @@ h2 .extralinks, h3 .extralinks
   padding: 0.5em;
 }
 .listing_lines {
-  /* this just adds visual clutter and
-     takes precious room from small screens */
-  display: none;
-}
-.listing_lines {
   /* tango:sky blue 0.5 */
   background: #a6c5e3;
-  background: rgba(114, 159, 207, 0.2);
   /* tango:aluminium 6 */
   color: #2e3436;
 }
 .listing_code {
   /* tango:sky blue 0 */
   background: #e6f3ff;
-  background: rgba(114, 159, 207, 0.1);
 }
 .listing_code .programlisting {
   /* override from previous */
   border: none 0px;
   padding: 0px;
-  background: none;
 }
 .listing_lines pre, .listing_code pre {
   margin: 0px;