<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * CSS for Official liferay documentation
 * (c) Liferay LLC, 2006
 */

body {
   padding: 2em 1em 2em 70px;
   margin: 0;
   font-family: sans-serif;
   color: black;
   background: white;
   background-position: top left;
   background-attachment: fixed;
   background-repeat: no-repeat;
   max-width: 900px;
   width: expression(document.body.clientWidth &gt; 900? "900px": "auto" ); /* ie6 */
}

/* Revision history table */

.revhistory *{
   border: 0px;
}

.revhistory table th {
   background-color: #89A6C8;
}

/* Headers */

h1, h2, h3, h4 { 
   color: #0B357F;  
}
h1 { font: 190% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.preface p &gt; b {
   display: block
}

/* Tables */
.note table, .note table *,
.warning table, .warning table *,
.tip table, .tip table *,
 {
   background-color: transparent;
   color: black;
}

table td {
   background-color: #D0E0EF;
}

table th {
   background-color: #0B357F;
   color: white;
}

/* Nav header and footer */

.navheader table, .navheader table *,
.navfooter table, .navfooter table *
 {
   background-color: #D0E0EF;
   color: black;
}

.navheader a, .navheader a:visited,
.navfooter a, .navfooter a:visited *
{
   font: bold;
   text-decoration: none;
   color: #0B357F;
}


/* General improvements over default HTML rendering */

a:link img, a:visited img { 
   border-style: none 
}

</pre></body></html>