Subversion Repositories DevTools

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* JATS Toc  */
   
/* standard elements */
body
    {
    background: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 70%;
    }
td
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 70%;
    }
p
    {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    }
blockquote
    {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-left: 15px;
    }
dl
    {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

dt
    {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }
    
ul
        {
    list-style-image: url("images/greysmallbullet.gif");
    margin-top: 0.5em;
    margin-bottom: 0.5em;
        }

ol
    {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

h1
    {
    color: #222222;
    font-weight: bold;
    font-size: 130%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    }
h1 a:hover
    {
    color: #222222;
    text-decoration: none;
    }
h2
    {
    color: #000000;
    font-weight: bold;
    font-size: 120%;
    background-color: #EEEEEE;
    padding: 2px;
    }
h2 a:hover
    {
    color: #000000;
    text-decoration: none;
    }
h3
    {
    color: #8C8A85;
    font-weight: bold;
    font-size: 110%;
    padding: 2px;
    border-bottom: 1px solid #8C8A85;
    }
h3 a:hover
    {
    color: #8C8A85;
    text-decoration: none;
    }
h4
    {
    color: #222222;
    font-weight: bold;
    font-size: 100%;
    padding: 2px;
    border-bottom: 1px dashed #222222;
    }
h4 a:hover
    {
    color: #222222;
    text-decoration: none;
    }
pre
    {
    font-size: 120%;
    }
tt
    {
    font-size: 120%;
    }
code
    {
    font-size: 120%;
    }
kbd
    {
    font-size: 120%;
    }
td.top
  {
  background-color: #B82619;
  }
table.greyback
  {
  background-color: #EEEEEE;
  }

/* default links */
a:link
        {
        color: #0066CC;
        text-decoration: none;
        }
a:visited
        {
        color: #0066CC;
        text-decoration: none;
        }
a:hover
        {
        color: #0066CC;
        text-decoration: underline;
        }

/* documentation link formatting */
a.doc:link
        {
        color: #0066CC;
        text-decoration: none;
        }
a.doc:visited
        {
        color: #0066CC;
        text-decoration: none;
        }
a.doc:hover
        {
        color: #0066CC;
        text-decoration: underline;
        }

a.toc:link
   {
   color: #000000;
   text-decoration: none;
   }
a.toc:visited
   {
   color: #000000;
   text-decoration: none;
   }
a.toc:hover
   {
   color: #000000;
   text-decoration: underline;
   }

a.topText:link
        {
        color: #A68C53;
        text-decoration: none;
        font-weight: bold;
        }
a.topText:visited
        {
        color: #A68C53;
        text-decoration: none;
        font-weight: bold;
        }
a.topText:hover
        {
        color: #B82619;
        text-decoration: underline;
        font-weight: bold;
        }

/* deco */
.lineColour
    {
    background: #999999;
    }
.lineColourLight
     {
     background-color: #BDBDBD;
     }
     
/*CSS for pop up hint box */
#hintbox
{ 
    position:absolute;
    top: 0;
    background-color: lightyellow;
    width: 150px; /*Default width of hint.*/ 
    padding: 3px;
    border:1px solid black;
    font:normal 11px Verdana;
    line-height:18px;
    z-index:100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}

/*CSS for link that shows hint onmouseover*/
.hintanchor
{
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}

.clasp {
}

.lunchbox {
display:none;
}