You are not logged in Log in Join
You are here: Home » Members » guylux » Xindice » Xindice_Wiki » zod.css » View File

Log in
Name

Password

 

zod.css

File details
Size
2 K
File type
text/css

File contents

p, div, span, td, th, .ClassDescription {
  font-family:        Arial, Verdana, serif;
  font-size:          10pt;
  font-weight:        normal;
}

h1 {
  font-family:        Arial, Verdana, serif;
  font-size:          18pt;
}

h2 {
  font-family:        Arial, Verdana, serif;
  font-size:          14pt;
}

code {
  font-family:        New Courier, monospace;
  font-size:          10pt;
}

a.BaseClass:link, a.BaseClass:active, a.BaseClass:visited {
  color:              black;
}

a.BaseClass:link, a.BaseClass:visited {
  text-decoration:    None;
}

a:active, a:hover, a:focus { 
  text-decoration:    underline;
}


h1.ClassHeading {
  font-family:        New Courier, monospace;
  font-size:          14pt;
  font-weight:        normal;
  background-color:   #BABAE8;
  padding:            3px;
  margin-bottom:      3px;
}

div.ClassPath, span.ClassPathLastNode {
  font-family:        New Courier, monospace;
  font-size:          10pt;
  margin-bottom:      10px;
}

div.ClassPath {
  margin-left:        30px;
}

span.ClassPathLastNode {
  font-weight:        bold;
}

span.ModuleFile {
  font-style:         italic;
}

p.ClassDescription {
  margin-left:        30px;
  margin-top:         3px;
  margin-bottom:      3px;
}

h2.SubSection {
  font-family:        Arial, Verdana, serif;
  font-size:          14pt;
  font-weight:        bold;
  font-style:         italic;
  background-color:   #FFFFB0;
  padding:            3px;
  margin-left:        30px;
}

table.PropertyTable {
  margin-left:        60px;
}

th.PropertyName {
  font-family:        New Courier, monospace;
  font-size:          10pt;
  font-weight:        bold;
  vertical-align:     top;
  text-align:         left;
}

h3.MethodHeading {
  font-family:        New Courier, monospace;
  font-size:          12pt;
  font-weight:        bold;
  padding:            3px;
  margin-bottom:      3px;
  margin-left:        60px;
}

div.MethodDescription, div.MethodOutput, div.MethodExceptions {
  margin-left:        90px;
}

td.ParameterDesription, th.ParameterName {
  padding-bottom:     7px;
  vertical-align:     top;
}

table.ParameterTable {
  margin-left:        0px;
}

th.ParameterName {
  font-family:        New Courier, monospace;
  font-size:          10pt;
  font-weight:        bold;
  vertical-align:     top;
  text-align:         left;
}

div.AttributeDefinition {
  font-family:        New Courier, monospace;
  font-size:          10pt;
}

span.AttributeName {
  font-family:        New Courier, monospace;
  font-size:          10pt;
  font-weight:        bold;
}

span.AttributeType {
  font-family:        New Courier, monospace;
  font-size:          10pt;
  font-style:         italic;
}

div.AttributeDefinition, div.AttributeDescription {
  margin-left:        60px;
}

/* Search Stylesheet Classes */

tr.list-header {
  background-color:    #BABAE8;
}

tr.row-hilite {
  background-color:    #FFFFB0;
}

tr.row-normal {
  background-color:    white;
}

div.Submit {
  text-align:          right;
}