OpenCores
URL https://opencores.org/ocsvn/s80186/s80186/trunk

Subversion Repositories s80186

[/] [s80186/] [trunk/] [documentation/] [theme.yml] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 jamieiles
page:
2
  background_color: ffffff
3
  layout: portrait
4
  margin: [0.5in, 0.67in, 0.67in, 0.67in]
5
  margin_inner: 0.75in
6
  margin_outer: 0.59in
7
  size: A4
8
base:
9
  align: justify
10
  font_color: 333333
11
  font_family: Helvetica
12
  font_size: 10.5
13
  line_height_length: 12
14
  line_height: $base_line_height_length / $base_font_size
15
  font_size_large: round($base_font_size * 1.25)
16
  font_size_small: round($base_font_size * 0.85)
17
  font_size_min: $base_font_size * 0.75
18
  font_style: normal
19
  border_color: eeeeee
20
  border_radius: 4
21
  border_width: 0.5
22
vertical_rhythm: $base_line_height_length
23
horizontal_rhythm: $base_line_height_length
24
vertical_spacing: $vertical_rhythm
25
link:
26
  font_color: 428bca
27
literal:
28
  font_color: b12146
29
  font_family: Courier
30
menu_caret_content: " \u203a "
31
heading:
32
  align: left
33
  font_color: $base_font_color
34
  font_family: $base_font_family
35
  font_style: bold
36
  h1_font_size: floor($base_font_size * 2.6)
37
  h2_font_size: floor($base_font_size * 2.15)
38
  h3_font_size: round($base_font_size * 1.7)
39
  h4_font_size: $base_font_size_large
40
  h5_font_size: $base_font_size
41
  h6_font_size: $base_font_size_small
42
  line_height: 1
43
  margin_top: $vertical_rhythm * 0.4
44
  margin_bottom: $vertical_rhythm * 0.9
45
title_page:
46
  align: right
47
  logo:
48
    top: 10%
49
  title:
50
    top: 55%
51
    font_size: $heading_h1_font_size
52
    font_color: 999999
53
    line_height: 0.9
54
  subtitle:
55
    font_size: $heading_h3_font_size
56
    font_style: bold_italic
57
    line_height: 1
58
  authors:
59
    margin_top: $base_font_size * 1.25
60
    font_size: $base_font_size_large
61
    font_color: 181818
62
  revision:
63
    margin_top: $base_font_size * 1.25
64
block:
65
  margin_top: 0
66
  margin_bottom: $vertical_rhythm
67
caption:
68
  align: left
69
  font_style: italic
70
  margin_inside: $vertical_rhythm / 3
71
  margin_outside: 0
72
lead:
73
  font_size: $base_font_size_large
74
  line_height: 1.4
75
abstract:
76
  font_color: 5c6266
77
  font_size: $lead_font_size
78
  line_height: $lead_line_height
79
  font_style: italic
80
  first_line_font_style: bold
81
admonition:
82
  border_color: $base_border_color
83
  border_width: $base_border_width
84
  padding: [0, $horizontal_rhythm, 0, $horizontal_rhythm]
85
blockquote:
86
  font_color: $base_font_color
87
  font_size: $base_font_size_large
88
  border_color: $base_border_color
89
  border_width: 5
90
  padding: [0, $horizontal_rhythm, $block_margin_bottom * -0.75, $horizontal_rhythm + $blockquote_border_width / 2]
91
  cite_font_size: $base_font_size_small
92
  cite_font_color: 999999
93
code:
94
  font_color: $base_font_color
95
  font_family: $literal_font_family
96
  font_size: ceil($base_font_size)
97
  padding: $code_font_size
98
  line_height: 1.25
99
  background_color: f5f5f5
100
  border_color: cccccc
101
  border_radius: $base_border_radius
102
  border_width: 0.75
103
conum:
104
  font_family: Courier
105
  font_color: $literal_font_color
106
  font_size: $base_font_size
107
  line_height: 4 / 3
108
example:
109
  border_color: $base_border_color
110
  border_radius: $base_border_radius
111
  border_width: 0.75
112
  background_color: transparent
113
  padding: [$vertical_rhythm, $horizontal_rhythm, 0, $horizontal_rhythm]
114
image:
115
  align: left
116
prose:
117
  margin_top: $block_margin_top
118
  margin_bottom: $block_margin_bottom
119
sidebar:
120
  border_color: $page_background_color
121
  border_radius: $base_border_radius
122
  border_width: $base_border_width
123
  background_color: eeeeee
124
  padding: [$vertical_rhythm, $vertical_rhythm * 1.25, 0, $vertical_rhythm * 1.25]
125
  title:
126
    align: center
127
    font_color: $heading_font_color
128
    font_family: $heading_font_family
129
    font_size: $heading_h4_font_size
130
    font_style: $heading_font_style
131
thematic_break:
132
  border_color: $base_border_color
133
  border_style: solid
134
  border_width: $base_border_width
135
  margin_top: $vertical_rhythm * 0.5
136
  margin_bottom: $vertical_rhythm * 1.5
137
description_list:
138
  term_font_style: italic
139
  term_spacing: $vertical_rhythm / 4
140
  description_indent: $horizontal_rhythm * 1.25
141
outline_list:
142
  indent: $horizontal_rhythm * 1.5
143
  item_spacing: $vertical_rhythm / 2
144
table:
145
  background_color: $page_background_color
146
  head_font_style: bold
147
  even_row_background_color: f9f9f9
148
  foot_background_color: f0f0f0
149
  border_color: dddddd
150
  border_width: $base_border_width
151
  cell_padding: [3, 3, 6, 3]
152
toc:
153
  dot_leader_color: dddddd
154
  indent: $horizontal_rhythm
155
  line_height: 1.4
156
footer:
157
  font_size: $base_font_size_small
158
  border_color: dddddd
159
  border_width: 0.25
160
  height: $base_line_height_length * 2.5
161
  line_height: 1
162
  padding: [$base_line_height_length / 2, 1, 0, 1]
163
  vertical_align: top
164
  recto:
165
    right:
166
      content: s80x86 Development Guide | © Jamie Iles 2017 | {page-number}
167
  verso:
168
    left:
169
      content: s80x86 Development Guide | © Jamie Iles 2017 | {page-number}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.