html.adl-documentation.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mindoc Show documentation
Show all versions of mindoc Show documentation
Document generator for MIND
@CHARSET "UTF-8";
/**
\file html/adl-documentation.css
\brief The style sheet for the documention generated by Mindoc
\n
This file is part of the Platform 2012 program,
a cooperation between STMicroelectronics and CEA.\n
Redistribution of this file to outside parties is
strictly prohibited without the written consent
of the module owner indicated below.\n
\par Module owner: [email protected]
\par Copyright (C) 2009 STMicroelectronics
\par Authors: [email protected]
\par Id: $Id$
\par Date: $Date$
\par Revision: $Rev$
*/
p.package-name {
font-size:0.9em;
font-weight: bold;
margin-bottom:-20px;
}
h1.overview-title {
font-size:1.5em;
text-align: center;
}
h1.component-name {
font-size:1.5em;
}
h2 {
font-size:1.5em;
border-style: solid;
border-width: 1px;
width: 100%;
padding-left: 5px;
background-color: #CCCCFF;
}
h3 {
font-weight: bold;
font-size: 100%;
margin-bottom: 0;
}
img.figure {
display: block;
margin-left: auto;
margin-right: auto;
}
p.no-margin {
margin: 0;
}
p.indent {
margin-top: 0;
padding-left: 2em;
}
/* Summary tables */
table.summary {
border-collapse:collapse;
border-style:solid;
border-width:1px;
width:100%;
margin-top: 20px;
margin-bottom: 20px;
}
table.summary tr th {
font-size:1.5em;
text-align:left;
border-bottom: solid;
border-width: 1px;
padding-left: 5px;
background-color: #CCCCFF;
}
table.summary tr td {
border-right: solid;
border-bottom: solid;
border-width: 1px;
padding-left: 5px;
}
table.summary tr td.type-column {
width: 15em;
text-align: right;
vertical-align:text-top;
font-family: monospace;
padding: 0.5em;
}
p.summary-comment {
text-indent: 2em;
margin: 0.2em;
}
table.summary tr td.binding-column {
width: 15em;
text-align: right;
vertical-align:text-top;
font-family: monospace;
padding: 0.5em;
}
p.binding-comment {
margin: 0.2em;
}
/* Details */
p.item-name {
font-size:1.2em;
font-weight: bold;
}
p.method-name {
font-family: monospace;
}
p.typedefinition-detail {
font-family: monospace;
}
div.item-details {
padding-left: 2em;
}
p.full-comment {
}
/* Code blocks */
ol.code {
margin: 2.5em 2em;
padding: 0em;
border: solid 1px #2b91af;
font-family: "Courier New" , Courier, serif;
font-weight: bold;
color: #2b91af;
background: #eee;
line-height: 115%;
overflow: auto;
}
ol.code pre {
margin: 0em;
padding: 0.3em 0.5em;
border-left: solid 1px #2b91af;
font-size: 115%;
color: #000;
background: #e2e2e2;
width: auto;
}
ol.code li {
margin: 0.1em 0em 0em 3em;
}
/* Top navigation bar */
div.nav_bar {
width: 100%;
}
ul.nav_bar_links {
list-style-type: none;
float:left;
width:100%;
padding:0;
margin:0;
background-color:#eeeeff;
}
ul.nav_bar_links li {
display:inline;
font-family: sans-serif;
color:#000000;
font-weight: bold;
}
div.nav_bar_section_links {
width:50%;
float:left;
font-family: sans-serif;
font-size: 0.6em;
margin-top:5px;
}
div.nav_bar_section_links span {
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}