Format, organize imports, remove eclipse artifacts

This commit is contained in:
J. Brisbin
2011-03-15 11:57:55 -05:00
parent d4f358abd0
commit 032de81478
217 changed files with 14868 additions and 14762 deletions

View File

@@ -6,173 +6,143 @@
*
*/
.code
{
border: 1px solid black;
background-color: #F4F4F4;
padding: 5px;
.code {
border: 1px solid black;
background-color: #F4F4F4;
padding: 5px;
}
body
{
font: 12px Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
background-color: #fff;
color: #333;
body {
font: 12px Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
background-color: #fff;
color: #333;
}
/* Link colors */
a
{
color:#2c7b14;
text-decoration:none;
a {
color: #2c7b14;
text-decoration: none;
}
a:hover
{
text-decoration:underline;
a:hover {
text-decoration: underline;
}
/* Headings */
h1
{
font-size:28px;
color:#007c00;
h1 {
font-size: 28px;
color: #007c00;
}
/* Table colors */
table
{
border:none;
table {
border: none;
}
td
{
border:none;
border-bottom:1px dotted #ddd;
td {
border: none;
border-bottom: 1px dotted #ddd;
}
th
{
border:none;
th {
border: none;
}
.TableHeadingColor th
{
background-color: #efffcb;
background-image: url(doc-files/th-background.png);
background-repeat: repeat-x;
color:#fff;
font-size:14px;
height:26px;
.TableHeadingColor th {
background-color: #efffcb;
background-image: url(doc-files/th-background.png);
background-repeat: repeat-x;
color: #fff;
font-size: 14px;
height: 26px;
}
.TableSubHeadingColor
{
background: #f7ffee;
.TableSubHeadingColor {
background: #f7ffee;
}
.TableRowColor
{
background: #fff;
}
.TableRowColor a
{
border-bottom:none;
color:#2c7b14;
font-weight:normal;
.TableRowColor {
background: #fff;
}
tr.TableRowColor:hover
{
background:#eef2e1;
.TableRowColor a {
border-bottom: none;
color: #2c7b14;
font-weight: normal;
}
tr.TableRowColor:hover {
background: #eef2e1;
}
/* Font used in left-hand frame lists */
.FrameTitleFont
{
font-size: 120%;
font-weight:bold;
.FrameTitleFont {
font-size: 120%;
font-weight: bold;
}
.FrameTitleFont a
{
color: #333;
.FrameTitleFont a {
color: #333;
}
.FrameHeadingFont
{
font-weight: bold;
font-size:95%;
.FrameHeadingFont {
font-weight: bold;
font-size: 95%;
}
.FrameItemFont
{
line-height:130%;
font-size: 95%;
.FrameItemFont {
line-height: 130%;
font-size: 95%;
}
.FrameItemFont a
{
color:#333;
.FrameItemFont a {
color: #333;
}
.FrameItemFont a:hover
{
color:#249901;
border-bottom:none;
text-decoration:underline;
.FrameItemFont a:hover {
color: #249901;
border-bottom: none;
text-decoration: underline;
}
/* Navigation bar fonts and colors */
.NavBarCell1
{
background-color:#fff;
border:none;
}
.NavBarCell1Rev
{
background-color:#e3faa5;
border:1px solid #9ad00c;
padding:0;
margin:0;
}
.NavBarCell1 a
{
color:#333;
text-decoration:none;
.NavBarCell1 {
background-color: #fff;
border: none;
}
.NavBarFont1Rev
{
.NavBarCell1Rev {
background-color: #e3faa5;
border: 1px solid #9ad00c;
padding: 0;
margin: 0;
}
.NavBarCell1 a {
color: #333;
text-decoration: none;
}
.NavBarFont1Rev {
}
.NavBarCell2
{
border:none;
.NavBarCell2 {
border: none;
}
.NavBarCell2 a
{
color:#249901;
font-size:90%;
.NavBarCell2 a {
color: #249901;
font-size: 90%;
}
.NavBarCell3
{
border:none;
.NavBarCell3 {
border: none;
}
/* Override sizes in font tags */
font
{
font: inherit !important;
font {
font: inherit !important;
}