~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to doc/blender_file_format/mystery_of_the_blend.css

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-07-23 08:54:18 UTC
  • mfrom: (14.2.16 sid)
  • mto: (14.2.19 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120723085418-9foz30v6afaf5ffs
Tags: 2.63a-2
* debian/: Cycles support added (Closes: #658075)
  For now, this top feature has been enabled only
  on [any-amd64 any-i386] architectures because
  of OpenImageIO failing on all others
* debian/: scripts installation path changed
  from /usr/lib to /usr/share:
  + debian/patches/: patchset re-worked for path changing
  + debian/control: "Breaks" field added on yafaray-exporter

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@CHARSET "ISO-8859-1";
 
2
 
 
3
table {
 
4
        border-width: 1px;
 
5
        border-style: solid;
 
6
        border-color: #000000;
 
7
        border-collapse: collapse;
 
8
        width: 94%;
 
9
        margin: 10px 3%;
 
10
}
 
11
 
 
12
DIV.title {
 
13
        font-size: 30px;
 
14
        font-weight: bold;
 
15
        text-align: center
 
16
}
 
17
 
 
18
DIV.subtitle {
 
19
        font-size: large;
 
20
        text-align: center
 
21
}
 
22
 
 
23
DIV.contact {
 
24
        margin:30px 3%; 
 
25
}
 
26
 
 
27
@media print {
 
28
        DIV.contact {
 
29
                margin-top: 300px;
 
30
        }
 
31
        DIV.title {
 
32
                margin-top: 400px;
 
33
        }
 
34
}
 
35
 
 
36
label {
 
37
        font-weight: bold;
 
38
        width: 100px;
 
39
        float: left;
 
40
}
 
41
 
 
42
label:after {
 
43
        content: ":";
 
44
}
 
45
 
 
46
TH {
 
47
        background-color: #000000;
 
48
        color: #ffffff;
 
49
        padding-left: 5px;
 
50
        padding-right: 5px;
 
51
}
 
52
 
 
53
TR {
 
54
}
 
55
 
 
56
TD {
 
57
        border-width: 1px;
 
58
        border-style: solid;
 
59
        border-color: #a0a0a0;
 
60
        padding-left: 5px;
 
61
        padding-right: 5px;
 
62
}
 
63
 
 
64
BODY {
 
65
        font-family: verdana;
 
66
        font-size: small;
 
67
}
 
68
 
 
69
H1 {
 
70
        page-break-before: always;
 
71
}
 
72
 
 
73
H1, H2, H3, H4 {
 
74
        margin-top: 30px;
 
75
        margin-right: 3%;
 
76
        padding: 3px 3%;
 
77
        color: #404040;
 
78
        cursor: pointer;
 
79
}
 
80
 
 
81
H1, H2 {
 
82
        background-color: #D3D3D3;
 
83
}
 
84
 
 
85
H3, H4 {
 
86
        padding-top: 5px;
 
87
        padding-bottom: 5px;
 
88
}
 
89
 
 
90
H1:hover, H2:hover, H3:hover, H4:hover {
 
91
        background-color: #EBEBEB;
 
92
}
 
93
 
 
94
CODE.evidence {
 
95
        font-size:larger
 
96
}
 
97
 
 
98
CODE.block {
 
99
        color: #000000;
 
100
        background-color: #DDDC75;
 
101
        margin: 10px 0;
 
102
        padding: 5px;
 
103
        border-width: 1px;
 
104
        border-style: dotted;
 
105
        border-color: #000000;
 
106
        white-space: pre;
 
107
        display: block;
 
108
        font-size: 2 em;
 
109
}
 
110
 
 
111
ul {
 
112
        margin: 10px 3%;
 
113
}
 
114
 
 
115
li {
 
116
        margin: 0 -15px;
 
117
}
 
118
 
 
119
ul.multicolumn {
 
120
        list-style: none;
 
121
        float: left;
 
122
        padding-right: 0px;
 
123
        margin-right: 0px;
 
124
}
 
125
 
 
126
li.multicolumn {
 
127
        float: left;
 
128
        width: 200px;
 
129
        margin-right: 0px;
 
130
}
 
131
 
 
132
@media screen {
 
133
        p {
 
134
                margin: 10px 3%;
 
135
                line-height: 130%;
 
136
        }
 
137
}
 
138
 
 
139
span.fade {
 
140
        color: gray;
 
141
}
 
142
 
 
143
span.header {
 
144
        color: green;
 
145
}
 
146
 
 
147
span.header-greyed {
 
148
        color: #4CBE4B;
 
149
}
 
150
 
 
151
span.data {
 
152
        color: blue;
 
153
}
 
154
 
 
155
span.data-greyed {
 
156
        color: #5D99C4;
 
157
}
 
158
 
 
159
span.descr {
 
160
        color: red;
 
161
}
 
162
 
 
163
div.box {
 
164
        margin: 15px 3%;
 
165
        border-style: dotted;
 
166
        border-width: 1px;
 
167
}
 
168
 
 
169
div.box-solid {
 
170
        margin: 15px 3%;
 
171
        border-style: solid;
 
172
        border-width: 1px;
 
173
}
 
174
 
 
175
p.box-title {
 
176
        font-style: italic;
 
177
        font-size: 110%;
 
178
        cursor: pointer;
 
179
}
 
180
 
 
181
p.box-title:hover {
 
182
        background-color: #EBEBEB;
 
183
}
 
184
 
 
185
p.code {
 
186
        font-family: "Courier New", Courier, monospace;
 
187
}
 
188
 
 
189
a {
 
190
        color: #a000a0;
 
191
        text-decoration: none;
 
192
}
 
193
 
 
194
a:hover {
 
195
        color: #a000a0;
 
196
        text-decoration: underline;
 
197
}
 
198
 
 
199
td.skip {
 
200
        color: #808080;
 
201
        padding-top: 10px;
 
202
        padding-bottom: 10px;
 
203
        text-align: center;
 
204
}