Update of /cvsroot/ldapsh/build-rel/template
In directory sc8-pr-cvs1:/tmp/cvs-serv6887
Modified Files:
ldapsh.css
Log Message:
Minor font & color changes
Added file revision
Index: ldapsh.css
===================================================================
RCS file: /cvsroot/ldapsh/build-rel/template/ldapsh.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ldapsh.css 31 Jul 2002 15:48:19 -0000 1.1
--- ldapsh.css 26 Sep 2003 07:44:54 -0000 1.2
***************
*** 1,4 ****
--- 1,6 ----
/* Created using Style Master from Western Civilisation CSS1 { -23 -4 897 722 } */
+ /* $Id$ */
+
/* standard elements */
***************
*** 17,22 ****
--- 19,31 ----
td.block {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 18px;
+ font-weight: bold;
+ color: #7b1a11;
+ border-top: 1px #d5ccb7 solid;
+ border-bottom: 1px #d5ccb7 solid;
padding-top: .4em;
padding-bottom: .4em;
+ background-color: #f4e7dd;
}
***************
*** 37,41 ****
blockquote {
! color: #000000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
--- 46,50 ----
blockquote {
! color: #400000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
***************
*** 427,430 ****
--- 436,443 ----
}
+ pre {
+ color: #400000;
+ }
+
td.treeRefMain {
background-color: #FFFFFF;
***************
*** 636,638 ****
font-weight: bold;
color: #FFFFFF;
! }
\ No newline at end of file
--- 649,651 ----
font-weight: bold;
color: #FFFFFF;
! }
|