[Synopsis-cvs] CVS: Synopsis/demo html-doxy.css,1.5 html.css,1.16
Stephen Davies chalky at users.sourceforge.netMon Dec 30 05:49:06 UTC 2002
- Previous message: [Synopsis-cvs] CVS: Synopsis/Synopsis/Formatter/HTML FormatStrategy.py,1.29 TreeFormatter.py,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/synopsis/Synopsis/demo
In directory sc8-pr-cvs1:/tmp/cvs-serv782/demo
Modified Files:
html-doxy.css html.css
Log Message:
Use stylesheets for ModuleListing and classes' headings
Index: html.css
===================================================================
RCS file: /cvsroot/synopsis/Synopsis/demo/html.css,v
retrieving revision 1.5
retrieving revision 1.16
diff -C2 -d -r1.5 -r1.16
*** html.css 13 Feb 2001 02:54:15 -0000 1.5
--- html.css 30 Dec 2002 13:48:16 -0000 1.16
***************
*** 14,42 ****
span.root-current { background: #eeeeee; color: #888888; font-style: italic; }
span.root-other { font-weight: bold; }
a.name { font-weight: bold; }
div.module { padding: 1.0em;}
div.declarations { padding: 1.0em;}
! div.desc
! {
border: none;
font-style: italic;
color: #003030;
! }
! div.summary
! {
border: none;
font-style: italic;
color: #003030;
margin-left: 2em;
! }
div.enumerator {
margin-left: 2em;
}
div.module-section {
! margin-left: 1em;
}
div.files {
margin-left: 1em;
}
td.heading {
font-size: 1.5em;
--- 14,53 ----
span.root-current { background: #eeeeee; color: #888888; font-style: italic; }
span.root-other { font-weight: bold; }
+ div.template { margin-top: 0.5em; font-style: italic; }
a.name { font-weight: bold; }
div.module { padding: 1.0em;}
div.declarations { padding: 1.0em;}
! div.desc {
border: none;
font-style: italic;
color: #003030;
! }
! div.summary {
border: none;
font-style: italic;
color: #003030;
margin-left: 2em;
! }
! span.summary {
! border: none;
! font-style: italic;
! color: #003030;
! margin-left: 2em;
! }
div.enumerator {
margin-left: 2em;
}
div.module-section {
! margin-left: 0.5em;
! }
! div.module-section img {
! vertical-align: text-bottom;
}
div.files {
margin-left: 1em;
}
+ div.filepage-scope {
+ margin-left: 1em;
+ }
td.heading {
font-size: 1.5em;
***************
*** 45,48 ****
--- 56,65 ----
background: #eeeeee;
}
+ td.summ-start {
+ vertical-align: top;
+ }
+ td.summ-info {
+ vertical-align: top;
+ }
div.section {
margin-left: 2em;
***************
*** 54,59 ****
color: #dddddd;
}
! // Name Index
div.nameindex-item {
margin-left: 1em;
}
--- 71,122 ----
color: #dddddd;
}
! div.class-namespace {
! font-size: 1.5em;
! float: right;
! }
! div.class-template {
! font-size: 1.7em;
! }
! div.class-name {
! font-size: 1.7em;
! margin-bottom: 1em;
! }
! ul.tree {
! padding-left: 1em;
! }
div.nameindex-item {
margin-left: 1em;
+ }
+ div.file-all {
+ font-size: smaller;
+ font-family: monospace;
+ white-space: nowrap;
+ }
+ span.file-linenum {
+ color: red;
+ }
+ span.file-indent {
+ }
+ span.file-default {
+ color: #222222;
+ }
+ span.file-keyword {
+ font-weight: bold;
+ }
+ span.file-comment {
+ color: purple;
+ }
+ span.file-number {
+ color: blue;
+ font-style: italic;
+ }
+ span.file-string {
+ color: green;
+ font-style: italic;
+ }
+ a.file-ref {
+ font-style: italic;
+ }
+ a.file-def {
+ font-weight: bold;
}
- Previous message: [Synopsis-cvs] CVS: Synopsis/Synopsis/Formatter/HTML FormatStrategy.py,1.29 TreeFormatter.py,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list