~ubuntu-branches/ubuntu/wily/sqlite3/wily

« back to all changes in this revision

Viewing changes to images/fileformat/rtdocs.css

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-06-13 21:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120613214348-uy14uupdeq0hh04k
Tags: upstream-3.7.13/www
Import upstream version 3.7.13, component www

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  /* Style for requirements paragraph. */
 
2
  .req       { margin: 1.0em 10ex; }
 
3
  .req span  { color: darkblue }
 
4
 
 
5
  .subreq    { margin: 1.0em 5ex 1.0em 15ex; color: darkblue }
 
6
  .subsubreq { margin: 1.0em 5ex 1.0em 20ex; color: darkblue }
 
7
 
 
8
  .req:before { color: black; content: "[" attr(id) "] "}
 
9
  .subreq:before { color: black; content: "[" attr(id) "] "}
 
10
  .subsubreq:before { color: black; content: "[SUBSUBREQ] " }
 
11
 
 
12
  /* The dark-green color used for headings. */
 
13
  h1,h2,h3,h4,#toc_header,#document_title { color: #80a796 }
 
14
 
 
15
  .req code {display: block; margin: 0.5em 5ex}
 
16
  code {white-space: pre}
 
17
 
 
18
  /* Style for content headings */
 
19
  h2           { margin-left: 10px }
 
20
  h3           { margin-left: 20px }
 
21
  h4           { margin-left: 30px }
 
22
  h1,h2,h3,h4  { font-weight: normal }
 
23
 
 
24
  /* Style for document and toc headings */
 
25
  #toc_header      { font-size: 1.5em; margin: 1.0em; }
 
26
  #document_title  { font-size: 2em; text-align: center }
 
27
 
 
28
  #toc a { color: darkblue ; text-decoration: none }
 
29
 
 
30
  /* Document font */
 
31
  body                     { font-family: sans-serif ; font-size:14px ; }
 
32
 
 
33
  /* Margins for block boxes that occur in the document flow. */
 
34
  p,ul,ol                     { margin: 1em 5ex }
 
35
  td p, td ul, td ol          { margin: 1em auto }
 
36
 
 
37
  /* Table style */
 
38
  table.striped, table#glossary { margin: 1em auto; width: 80% ; border-spacing: 0}
 
39
  .striped th, #glossary th { 
 
40
    white-space:nowrap; 
 
41
    text-align:left;
 
42
    border-bottom: solid 1px #444444;
 
43
    padding: 0.2em 1ex;
 
44
  }
 
45
  .striped td, #glossary td { vertical-align: top }
 
46
  .striped td, #glossary td { padding: 0.2em 1ex; }
 
47
 
 
48
  .spacedlist li { margin-top: 0.5em ; margin-bottom: 0.5em }
 
49
 
 
50
  li p { margin: 1em auto ; padding: 0 }
 
51
 
 
52
  /* Style for "todo" notes. These are represented by markup like: 
 
53
  **
 
54
  **     <span class=todo>Fix this bit!</span>
 
55
  **     <p class=todo>Longer todo note.</p>
 
56
  */
 
57
  .todo        { color: #AA3333 ; font-style : italic }
 
58
  .todo:before { content: 'TODO:' }
 
59
  p.todo       { border: solid #AA3333 1px; padding: 1ex }
 
60
 
 
61
  cite a, cite a:visited { color: inherit; text-decoration: none ; font-style: normal; }
 
62
  .defnlink, .reqlink { 
 
63
    color: inherit;
 
64
    text-decoration: none;
 
65
  }
 
66
  .defnlink { font-style: italic }
 
67
  .defnlink:visited,.reqlink:visited { color: inherit }
 
68
  h1 .defnlink, h2 .defnlink, h3 .defnlink, h4 .defnlink, .defn .defnlink{ font-style: inherit }
 
69
  :link:hover,:visited:hover { background: wheat }
 
70
 
 
71
  .defn { white-space: nowrap }
 
72
 
 
73
  img {
 
74
    display:block;
 
75
  }
 
76
 
 
77
  pre.api {
 
78
    margin: 1em 15ex;
 
79
    font-size: 16px;
 
80
  }
 
81