mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Just to make sure this won't get lost over time, make a copy of
Atmel's publically available documentation files for reference. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1361 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
1
atmel-docs/EDBG/common/css/960.css
Normal file
1
atmel-docs/EDBG/common/css/960.css
Normal file
File diff suppressed because one or more lines are too long
227
atmel-docs/EDBG/common/css/docbook.css
Normal file
227
atmel-docs/EDBG/common/css/docbook.css
Normal file
@@ -0,0 +1,227 @@
|
||||
|
||||
/* RESETS */
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { /* */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
body { font: 12px Verdana, Geneva, sans-serif; }
|
||||
|
||||
@font-face {
|
||||
font-family: DroidSansMono;
|
||||
src: url("../fonts/DroidSansMono.eot") /* EOT file for IE */
|
||||
}
|
||||
@font-face {
|
||||
font-family: DroidSansMono;
|
||||
src: url("../fonts/DroidSansMono.ttf") /* TTF file for CSS3 browsers */
|
||||
}
|
||||
|
||||
p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
|
||||
h1 { font: bold 15pt IntervalLight, sans-serif; }
|
||||
h2 { font: bold 14pt IntervalLight, sans-serif; }
|
||||
|
||||
h1, h2, h3 { color: #444;}
|
||||
h4, h5, h6 { color: #444;}
|
||||
h3, h4, h5, h6 {padding:10px 0px 2px 4px;}
|
||||
|
||||
.book h1, .chapter h2, .section h2 {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 18px;
|
||||
margin-bottom: 6px;
|
||||
border-bottom: 1px #CCC solid;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
font-size: 11px;
|
||||
line-height: 15px;
|
||||
color: #444;
|
||||
/*width: 100%; Removing width so it's not fixed or floated */
|
||||
padding: 0px 10px 10px 5px; /* changed padding-right from 5 to 10 and padding-left from 10px to 5px */
|
||||
*padding: 5px 5px 10px 0px; /* IE7 hack */
|
||||
}
|
||||
|
||||
/* Page layout */
|
||||
div#content
|
||||
{
|
||||
padding: 1em 2em 1em 2em;
|
||||
}
|
||||
|
||||
.navfooter
|
||||
{
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.navfooter table td
|
||||
{
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.mediaobject img
|
||||
{
|
||||
margin: 0.5em 0.5em 0.5em 0.5em;
|
||||
vertical-align: middle;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mediaobject img[align="left"]
|
||||
{
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
.informalfigure { margin: 6px; }
|
||||
|
||||
/* "Layout" tables should not have borders */
|
||||
#content table, #content table td { border: none; }
|
||||
|
||||
/* Generic tables */
|
||||
#content .table table th, #content .informaltable table th { background-color: #585858 }
|
||||
#content .table table, #content .informaltable table
|
||||
{
|
||||
border-collapse:collapse;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#content .table tr:nth-child(odd), #content .informaltable tr:nth-child(odd)
|
||||
{
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
#content .table tr:nth-child(even), #content .informaltable tr:nth-child(even)
|
||||
{
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
|
||||
#content .table table td, #content .informaltable table td,
|
||||
#content .table table th, #content .informaltable table th
|
||||
{
|
||||
border: 1px solid #A7A9AB;
|
||||
}
|
||||
|
||||
#content .footnotes tr td
|
||||
{
|
||||
background-color:white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
/* Admonitions */
|
||||
div.note, div.caution, div.important, div.tip, div.warning
|
||||
{
|
||||
border: solid 1px #AAA;
|
||||
background: #ededed;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
margin: 1em 0em 1em 0em;
|
||||
}
|
||||
|
||||
div.note *, div.caution *, div.important *, div.tip *, div.warning * {
|
||||
background: inherit !important;
|
||||
color: inherit !important;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
/* Program listing */
|
||||
.programlisting
|
||||
{
|
||||
/*width: auto;*/
|
||||
border: solid 1px #AAA;
|
||||
background: #ededed;
|
||||
padding: 1em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
overflow:hidden;
|
||||
font-family: DroidSansMono, Consolas
|
||||
}
|
||||
|
||||
|
||||
/* Lists */
|
||||
ul
|
||||
{
|
||||
list-style: square outside;
|
||||
margin: 0 0 0 1em;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
ul.square
|
||||
{
|
||||
list-style: square outside;
|
||||
margin: 0 0 0 1em;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
ul.circle, ul[type=disk]
|
||||
{
|
||||
list-style: disc outside;
|
||||
margin: 0 0 0 1em;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
ol
|
||||
{
|
||||
list-style-type: decimal;
|
||||
list-style: decimal;
|
||||
margin: 0 0 0 2.8em;
|
||||
padding: 0 0 1em 0;
|
||||
}
|
||||
li
|
||||
{
|
||||
padding-bottom: .3em;
|
||||
/*list-style: square;*/
|
||||
}
|
||||
li p
|
||||
{
|
||||
margin: 0 0 .25em 0;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
ul ul.circle
|
||||
{
|
||||
margin-top: .3em;
|
||||
}
|
||||
ul ul.square
|
||||
{
|
||||
margin-top: .3em;
|
||||
}
|
||||
|
||||
ul, ol { margin-left: 3em; }
|
||||
/*
|
||||
dl dt { padding: 0px 10px 0px 5px;}
|
||||
*/
|
||||
div.orderedlist-collapsed
|
||||
{
|
||||
margin: 1em 0 0 1em;
|
||||
padding: 0 0 1em 0;
|
||||
font-size:smaller;
|
||||
}
|
||||
|
||||
div.orderedlist-collapsed span.listitem
|
||||
{
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.variablelist dt
|
||||
{
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
dl.toc
|
||||
{
|
||||
margin-left: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.guibutton, .guimenu, .guimenuitem, .guisubmenu
|
||||
{
|
||||
font-family: Arial, Verdana, Geneva, sans-serif;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.disclaimer
|
||||
{
|
||||
font-size: 6pt;
|
||||
}
|
154
atmel-docs/EDBG/common/css/fluid_grid.css
Normal file
154
atmel-docs/EDBG/common/css/fluid_grid.css
Normal file
@@ -0,0 +1,154 @@
|
||||
/*
|
||||
Variable Grid System (Fluid Version).
|
||||
Learn more ~ http://www.spry-soft.com/grids/
|
||||
Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/
|
||||
|
||||
Licensed under GPL and MIT.
|
||||
*/
|
||||
|
||||
|
||||
/* Containers
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
.container_3 {
|
||||
width: 92%;
|
||||
margin-left: 4%;
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
/* Grid >> Global
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.grid_1,
|
||||
.grid_2,
|
||||
.grid_3 {
|
||||
display:inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.alpha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.omega {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Grid >> 3 Columns
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
.container_3 .grid_1 {
|
||||
width:31.333%;
|
||||
}
|
||||
|
||||
.container_3 .grid_2 {
|
||||
width:64.667%;
|
||||
}
|
||||
|
||||
.container_3 .grid_3 {
|
||||
width:98.0%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Prefix Extra Space >> 3 Columns
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
.container_3 .prefix_1 {
|
||||
padding-left:33.333%;
|
||||
}
|
||||
|
||||
.container_3 .prefix_2 {
|
||||
padding-left:66.667%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Suffix Extra Space >> 3 Columns
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
.container_3 .suffix_1 {
|
||||
padding-right:33.333%;
|
||||
}
|
||||
|
||||
.container_3 .suffix_2 {
|
||||
padding-right:66.667%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Push Space >> 3 Columns
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
.container_3 .push_1 {
|
||||
left:33.333%;
|
||||
}
|
||||
|
||||
.container_3 .push_2 {
|
||||
left:66.667%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Pull Space >> 3 Columns
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
.container_3 .pull_1 {
|
||||
left:-33.333%;
|
||||
}
|
||||
|
||||
.container_3 .pull_2 {
|
||||
left:-66.667%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Clear Floated Elements
|
||||
----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
/* http://sonspring.com/journal/clearing-floats */
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
|
||||
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
content: ' ';
|
||||
display: block;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
* html .clearfix {
|
||||
height: 1%;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
display: block;
|
||||
}
|
59
atmel-docs/EDBG/common/css/index.css
Normal file
59
atmel-docs/EDBG/common/css/index.css
Normal file
@@ -0,0 +1,59 @@
|
||||
body {
|
||||
font-size: 12px;
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
.a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding: 31px 0 0 0;
|
||||
}
|
||||
|
||||
.group
|
||||
{
|
||||
/*background-color: pink;*/
|
||||
width:966px;
|
||||
}
|
||||
|
||||
.group_header {
|
||||
color: #0066CB;
|
||||
font: bold 14pt IntervalLight, sans-serif;
|
||||
text-decoration: none;
|
||||
padding: 8px;
|
||||
background-color: #EEEEEE;
|
||||
margin-top: 24px;
|
||||
/*margin-bottom: 8px;*/
|
||||
}
|
||||
|
||||
.products
|
||||
{
|
||||
float:left;
|
||||
/*background:#FFF8F8;*/
|
||||
}
|
||||
|
||||
.product {
|
||||
/*background: url("../images/panelbg.png") 0 0 no-repeat;*/
|
||||
width: 300px;
|
||||
height: 130px;
|
||||
/*margin-left: 20px;*/
|
||||
padding: 10px;
|
||||
border: 1px solid #EEEEEE;
|
||||
display:block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.product span {
|
||||
font-size: 16px;
|
||||
color: #0066CB;
|
||||
margin-bottom: 8px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.product img
|
||||
{
|
||||
margin-right:12px;
|
||||
float:left;
|
||||
}
|
||||
|
493
atmel-docs/EDBG/common/css/positioning.css
Normal file
493
atmel-docs/EDBG/common/css/positioning.css
Normal file
@@ -0,0 +1,493 @@
|
||||
tr th .added { color: #E6E6FA; }
|
||||
tr th .changed {color: #99ff99; }
|
||||
div.added tr, div.added { background-color: #E6E6FA; }
|
||||
div.deleted tr, div.deleted { text-decoration: line-through;
|
||||
background-color: #FF7F7F; }
|
||||
div.changed tr, div.changed { background-color: #99ff99; }
|
||||
div.off { }
|
||||
|
||||
span.added { background-color: #E6E6FA; }
|
||||
span.deleted { text-decoration: line-through;
|
||||
background-color: #FF7F7F; }
|
||||
span.changed { background-color: #99ff99; }
|
||||
span.off { }
|
||||
|
||||
|
||||
body { font: 12px Verdana, Geneva, sans-serif; }
|
||||
p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
|
||||
h1 { font: 15pt Arial, Helvetica, geneva;
|
||||
color: black!important;
|
||||
}
|
||||
h2 { font: normal 12pt Arial, Helvetica, geneva; }
|
||||
|
||||
#header {
|
||||
background: white;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 99px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: auto;
|
||||
left: 0;
|
||||
border-bottom: 1px solid #bbc4c5;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
margin-left: 310px;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
left: -15px;
|
||||
color: #404040 !important;
|
||||
}
|
||||
|
||||
|
||||
#header h1 {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
|
||||
p.breadcrumbs {
|
||||
margin-top: 30px;
|
||||
margin-left: 310px;
|
||||
}
|
||||
|
||||
#header img {
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#header p.breadcrumbs a {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
#leftnavigation {
|
||||
overflow: auto;
|
||||
position: fixed;
|
||||
height: auto;
|
||||
top:100px;
|
||||
/*right:10px;*/
|
||||
/*left:10px;*/
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width:inherit;
|
||||
z-index: 1500;
|
||||
border-right:2px solid #bbc4c5;
|
||||
padding:1px;
|
||||
background-color: #ededed!important;
|
||||
}
|
||||
|
||||
#treeDiv {
|
||||
overflow: auto;
|
||||
/* position: fixed;*/
|
||||
height: auto;
|
||||
top: 136px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
/* width: 18%;*/
|
||||
z-index: 1500;
|
||||
/* border-right:2px solid #CCCCCC;
|
||||
background-color: #f0f0f0!important;*/
|
||||
}
|
||||
|
||||
/*#searchDiv {
|
||||
overflow: auto;
|
||||
position: fixed;
|
||||
height: auto;
|
||||
top: 138px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 243px;
|
||||
z-index: 1500;
|
||||
border-right:2px solid #CCCCCC;
|
||||
background-color: #f0f0f0!important;
|
||||
}*/
|
||||
|
||||
#content {
|
||||
position: relative;
|
||||
top: 90px; /*left: 240px;*/
|
||||
right: auto; bottom: 20px;
|
||||
/*margin: 0px 0px 0px 280px;*/
|
||||
width: auto;
|
||||
height: inherit;
|
||||
padding-left: 5px;
|
||||
padding-right: 30px;
|
||||
border-left: 1px solid #cccccc;
|
||||
overflow :scroll;
|
||||
overflow-x:auto;
|
||||
z-index: 1000;
|
||||
|
||||
}
|
||||
|
||||
#navheader {
|
||||
position: fixed;
|
||||
background: #DCDCDC;
|
||||
padding-left: 10px;
|
||||
right: 0px;
|
||||
top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#content h1, #content h2 {
|
||||
color: #404040 !important;
|
||||
font-size: 170%;
|
||||
font-weight: normal;
|
||||
}
|
||||
.navfooter { bottom: 2%; }
|
||||
.highlight { background-color: #c5d3c3; }
|
||||
.highlightButton{ font-size: 0; }
|
||||
|
||||
/* Show Hide TOC tree */
|
||||
.pointLeft {
|
||||
padding-right: 15px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.pointRight {
|
||||
padding-right: 15px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Search results Styling */
|
||||
.searchExpression {
|
||||
color: #0050A0;
|
||||
background-color: #EBEFF8;
|
||||
font-size: 12pt;
|
||||
}
|
||||
.searchresult li a {
|
||||
text-decoration: none;
|
||||
color: #0050A0;
|
||||
}
|
||||
.searchresult li { color: #0050A0; }
|
||||
.shortdesclink { color: gray; font-size: 9pt; }
|
||||
.searchText { float:left;width:150px; }
|
||||
.searchButton {
|
||||
padding: 2px 12px 2px 12px;
|
||||
background-color:#bbb;
|
||||
border:#bbb solid 1pt;
|
||||
font-weight: bold;
|
||||
font-size: 10pt
|
||||
}
|
||||
.searchButton:hover{
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.searchFieldSet {}
|
||||
|
||||
.title, div.toc>p{ font-weight: bold; }
|
||||
|
||||
p.breadcrumbs {
|
||||
display: inline;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 33px;
|
||||
}
|
||||
|
||||
p.breadcrumbs a {
|
||||
padding-right: 12px;
|
||||
margin-right: 5px;
|
||||
text-decoration: none;
|
||||
color: #575757;
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
p.breadcrumbs a:first-child {background: url(../images/breadcrumb-arrow-white.png) no-repeat right center;}
|
||||
|
||||
p.breadcrumbs a:hover {text-decoration: underline;}
|
||||
|
||||
#star ul.star {
|
||||
LIST-STYLE: none;
|
||||
MARGIN: 0;
|
||||
PADDING: 0;
|
||||
WIDTH: 85px;
|
||||
/* was 100 */
|
||||
HEIGHT: 20px;
|
||||
LEFT: 1px;
|
||||
TOP: -5px;
|
||||
POSITION: relative;
|
||||
FLOAT: right;
|
||||
BACKGROUND: url('../images/starsSmall.png') repeat-x 0 -25px;
|
||||
}
|
||||
#star li {
|
||||
PADDING: 0;
|
||||
MARGIN: 0;
|
||||
FLOAT: right;
|
||||
DISPLAY: block;
|
||||
WIDTH: 85px;
|
||||
/* was 100 */
|
||||
HEIGHT: 20px;
|
||||
TEXT-DECORATION: none;
|
||||
text-indent: -9000px;
|
||||
Z-INDEX: 20;
|
||||
POSITION: absolute;
|
||||
PADDING: 0;
|
||||
}
|
||||
#star li.curr {
|
||||
BACKGROUND: url('../images/starsSmall.png') left 25px;
|
||||
FONT-SIZE: 1px;
|
||||
}
|
||||
|
||||
table.navLinks {margin-right: 20px;}
|
||||
|
||||
table.navLinks td a {
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
color: black;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
a.navLinkPrevious {
|
||||
padding-left: 12px;
|
||||
background: url(../images/previous-arrow.png) no-repeat left center;
|
||||
}
|
||||
|
||||
a.navLinkNext {
|
||||
padding-right: 12px;
|
||||
background: url(../images/next-arrow.png) no-repeat right center;
|
||||
}
|
||||
|
||||
a#showHideButton {
|
||||
padding-left: 20px;
|
||||
background: url(../images/sidebar.png) no-repeat left center;
|
||||
}
|
||||
|
||||
|
||||
.filetree li span a { color: #777; }
|
||||
|
||||
#treediv { -webkit-box-shadow: #CCC 0px 1px 2px 0px inset; }
|
||||
|
||||
.legal, .legal *{
|
||||
color: #555;
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.internal { color : #0000CC;}
|
||||
|
||||
.writeronly {color : red;}
|
||||
|
||||
.remark, .remark .added, .remark .changed, .remark .deleted{ background: yellow;}
|
||||
|
||||
tr th, tr th .internal, tr th .added, tr th .changed {
|
||||
background: #00589E;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.statustext{
|
||||
position:fixed;
|
||||
top:105px;
|
||||
width: 0%;
|
||||
height: 0%;
|
||||
opacity: .3;
|
||||
-webkit-transform: rotate(90deg);
|
||||
-moz-transform: rotate(90deg);
|
||||
-o-transform: rotate(90deg);
|
||||
white-space: nowrap;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
font-size: 2em;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#toolbar {
|
||||
width: 100%;
|
||||
height: 33px;
|
||||
position: fixed;
|
||||
top: 93px;
|
||||
z-index: 99;
|
||||
left: 280px;
|
||||
color: #333;
|
||||
line-height: 28px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#toolbar-left {
|
||||
position: relative;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
body p.breadcrumbs {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
/*body #content {
|
||||
position: static;
|
||||
margin-top: 126px;
|
||||
top: 0px;
|
||||
}*/
|
||||
|
||||
body.sidebar #toolbar{left: 0px;}
|
||||
|
||||
body.sidebar #toolbar-left{left: 0px;}
|
||||
|
||||
div#toolbar-left img {vertical-align: text-top;}
|
||||
|
||||
div.note *, div.caution *, div.important *, div.tip *, div.warning * {
|
||||
background: inherit !important;
|
||||
color: inherit !important;
|
||||
border: inherit /*!important*/;
|
||||
}
|
||||
|
||||
#content table thead, #content table th, #content table th p{
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#content table caption{font-weight: bold;}
|
||||
|
||||
#content table td, #content table {border: 1px solid black;}
|
||||
|
||||
#content table td, #content table th { padding: 5px;}
|
||||
|
||||
#content table {margin-bottom: 20px;}
|
||||
|
||||
*[align = 'center']{ text-align: center;}
|
||||
|
||||
#content .qandaset>table, #content .qandaset>table td, #content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td {
|
||||
border: 0px solid;
|
||||
}
|
||||
|
||||
#sidebar
|
||||
{
|
||||
position: fixed;
|
||||
margin: 0px;
|
||||
left: 0px;
|
||||
right: auto;
|
||||
top: 99px;
|
||||
bottom: 0px;
|
||||
height: 543px;
|
||||
z-index: 0;
|
||||
display: block;
|
||||
visibility: visible;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
body * {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#content, #content * {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#sidebar, .navfooter {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#expanders {
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#expanders dt {
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 2px solid #cccccc;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
background: url(../images/plus.png) 0px 7px no-repeat;
|
||||
/*background: pink;*/
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#expanders dt h2 {
|
||||
font: bold 14pt IntervalLight, sans-serif;
|
||||
text-decoration: none;
|
||||
color: #0066CB;
|
||||
/*background-position: -16px 0;*/
|
||||
padding-left: 13px;
|
||||
}
|
||||
|
||||
#expanders dt.plus {
|
||||
background: url(../images/plus.png) 0px 7px no-repeat;
|
||||
}
|
||||
|
||||
#expanders dt.minus {
|
||||
background: url(../images/minus.png) 0px 7px no-repeat;
|
||||
}
|
||||
|
||||
|
||||
#expanders dd {
|
||||
display: none;
|
||||
margin-bottom: 3em;
|
||||
/*background: yellow;*/
|
||||
}
|
||||
|
||||
#expanders .hitarea {
|
||||
background: url(../images/ui-icons_217bc0_256x240.png) 0 -208px no-repeat;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
/* fix for IE6 */
|
||||
/** html .hitarea {
|
||||
display: inline;
|
||||
float:none;
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
#expanders .prod
|
||||
{
|
||||
width: 300px;
|
||||
border: #DDD solid 1px;
|
||||
float: left;
|
||||
margin: 1px;
|
||||
height: 160px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
#expanders .prodimg
|
||||
{
|
||||
/*border: #DDD solid 1px;*/
|
||||
float: left;
|
||||
}
|
||||
|
||||
.prodimg img {
|
||||
display: block;
|
||||
margin-left: 3px;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
width: 100px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#expanders .prodtext
|
||||
{
|
||||
/*background: #F8F8F8;*/
|
||||
width: 165px;
|
||||
float: left;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#expanders .prod p {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#expanders ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#expanders li {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
a.external {
|
||||
background: url("../images/external_link.gif") no-repeat scroll right top transparent;
|
||||
padding: 0 13px 0 0;
|
||||
}
|
28
atmel-docs/EDBG/common/css/print.css
Normal file
28
atmel-docs/EDBG/common/css/print.css
Normal file
@@ -0,0 +1,28 @@
|
||||
body {
|
||||
color : #000000 !important;
|
||||
background : #ffffff !important;
|
||||
font-family : "Times New Roman", Times, serif !important;
|
||||
font-size : 12pt !important;
|
||||
}
|
||||
|
||||
#sidebar, #sidebar-resizer, #header-resizer, #header { display: none !important;}
|
||||
|
||||
#content {
|
||||
position: absolute !important;
|
||||
margin: 0px !important;
|
||||
left: 0px !important;
|
||||
right: auto !important;
|
||||
top: 0px !important;
|
||||
height: auto !important;
|
||||
overflow: visible !important;
|
||||
overflow-x: visible !important;
|
||||
border-left: 0px solid #000000 !important;
|
||||
}
|
||||
|
||||
.ui-layout-container {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.mediaobject {
|
||||
text-align: left !important;
|
||||
}
|
1
atmel-docs/EDBG/common/css/reset.css
Normal file
1
atmel-docs/EDBG/common/css/reset.css
Normal file
@@ -0,0 +1 @@
|
||||
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}
|
1
atmel-docs/EDBG/common/css/text.css
Normal file
1
atmel-docs/EDBG/common/css/text.css
Normal file
@@ -0,0 +1 @@
|
||||
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}pre,code{font-family:'DejaVu Sans Mono',Menlo,Consolas,monospace}hr{border:0 solid #ccc;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,figure{margin-bottom:20px}
|
Reference in New Issue
Block a user