Update of /cvsroot/wpdev/xmlscripts/documentation/webroot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15509/webroot
Modified Files:
FAQ.html
Added Files:
faq.css
Log Message:
Moved the CSS to a file, makes editing FAQ.html easier.
--- NEW FILE: faq.css ---
body {
background-color: #ffffff;
font-family: "Trebuchet MS", Arial, Helvetica;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-align: left;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-decoration: none;
}
a:link, a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
img {
border: 0px;
border-color: none;
}
div {
text-decoration: none;
font-style: none;
font-weight: normal;
}
div.header {
width: 100%;
background-color: #004b2c;
height: 87px;
text-align: left;
}
div.header2 {
background-color: #999999;
width: 100%;
height: 3px;
text-align: left;
}
div.navbar {
width: 783px;
text-align: left;
height: 60px;
}
table.navigation {
border: none;
margin: 0px;
padding: 0px;
text-align: left;
width: 783px;
height: 60px;
vertical-align: top;
}
td.navigation1, td.navigation2, td.navigation3 {
color: #000000;
text-align: left;
vertical-align: top;
}
td.navigation1 {
height: 20px;
width: 783px;
vertical-align: top;
}
td.navigation2 {
height: 19px;
width: 634px;
}
td.navigation3 {
height: 19px;
width: 149px;
text-align: center;
}
div.toc, div.faq {
text-align: left;
margin-left: 1em;
font-size: 16px;
font-weight: bold;
}
div.faq {
margin-bottom: 3em;
}
hr {
border-color: #e3f3a8;
border-style: thin inset;
width: 750px;
margin-left: 1em;
margin-top: 0.75em;
margin-bottom: 0.75em;
float: left;
}
ul.toc {
list-style-type: decimal-leading-zero;
font-weight: normal;
}
ul.faq {
font-weight: normal;
list-style-type: decimal-leading-zero;
}
a.question {
text-decoration: underline;
color: #002F1B;
font-weight: bold;
}
div.answer {
margin-left: 1em;
margin-bottom: 1em;
margin-top: 0.5em;
color: #000000;
text-decoration: normal;
}
div.bash {
margin-left: 1em;
margin-bottom: 0.25em;
margin-top: 0.25em;
font-size: 10pt;
font-family: Fixed, Arial;
}
div.smalltext {
font-family: "Trebuchet MS", Arial, Helvetica;
font-size: 10px;
color: #999999;
text-align: center;
}
Index: FAQ.html
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/FAQ.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FAQ.html 16 Jul 2004 10:37:16 -0000 1.6
--- FAQ.html 16 Jul 2004 10:46:57 -0000 1.7
***************
*** 6,144 ****
<base href="./" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
! <style type="text/css">
! <!--
! body {
! background-color: #ffffff;
! font-family: "Trebuchet MS", Arial, Helvetica;
! font-size: 12px;
! font-style: normal;
! font-weight: normal;
! font-variant: normal;
! text-transform: none;
! color: #000000;
! text-align: left;
! margin-left: 0px;
! margin-top: 0px;
! margin-right: 0px;
! margin-bottom: 0px;
! text-decoration: none;
! }
! a:link, a:visited {
! color: #0000FF;
! text-decoration: none;
! }
! a:hover {
! text-decoration: underline;
! }
! a:active {
! text-decoration: none;
! }
! img {
! border: 0px;
! border-color: none;
! }
! div {
! text-decoration: none;
! font-style: none;
! font-weight: normal;
! }
! div.header {
! width: 100%;
! background-color: #004b2c;
! height: 87px;
! text-align: left;
! }
! div.header2 {
! background-color: #999999;
! width: 100%;
! height: 3px;
! text-align: left;
! }
! div.navbar {
! width: 783px;
! text-align: left;
! height: 60px;
! }
! table.navigation {
! border: none;
! margin: 0px;
! padding: 0px;
! text-align: left;
! width: 783px;
! height: 60px;
! vertical-align: top;
! }
! td.navigation1, td.navigation2, td.navigation3 {
! color: #000000;
! text-align: left;
! vertical-align: top;
! }
! td.navigation1 {
! height: 20px;
! width: 783px;
! vertical-align: top;
! }
! td.navigation2 {
! height: 19px;
! width: 634px;
! }
! td.navigation3 {
! height: 19px;
! width: 149px;
! text-align: center;
! }
! div.toc, div.faq {
! text-align: left;
! margin-left: 1em;
! font-size: 16px;
! font-weight: bold;
! }
! div.faq {
! margin-bottom: 3em;
! }
! hr {
! border-color: #e3f3a8;
! border-style: thin inset;
! width: 750px;
! margin-left: 1em;
! margin-top: 0.75em;
! margin-bottom: 0.75em;
! float: left;
! }
! ul.toc {
! list-style-type: decimal-leading-zero;
! font-weight: normal;
! }
! ul.faq {
! font-weight: normal;
! list-style-type: decimal-leading-zero;
! }
! a.question {
! text-decoration: underline;
! color: #002F1B;
! font-weight: bold;
! }
! div.answer {
! margin-left: 1em;
! margin-bottom: 1em;
! margin-top: 0.5em;
! color: #000000;
! text-decoration: normal;
! }
! div.bash {
! margin-left: 1em;
! margin-bottom: 0.25em;
! margin-top: 0.25em;
! font-size: 10pt;
! font-family: Fixed, Arial;
! }
! div.smalltext {
! font-family: "Trebuchet MS", Arial, Helvetica;
! font-size: 10px;
! color: #999999;
! text-align: center;
! }
! -->
! </style>
</head>
<body>
--- 6,10 ----
<base href="./" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
! <link href="./faq.css" rel="stylesheet" type="text/css" />
</head>
<body>
|