Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497467
rosa.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
4 KB
Referenced Files
None
Subscribers
None
rosa.css
View Options
/*
* RoSA documentation style sheet
*/
/* Common styles */
.
body
{
color
:
black
;
background
:
white
;
margin
:
0
0
0
0
}
/* No borders on image links */
a
:
link
img
,
a
:
visited
img
{
border-style
:
none
}
address
img
{
float
:
right
;
width
:
88
px
;
height
:
31
px
;
}
address
{
clear
:
right
;
}
table
{
text-align
:
center
;
border
:
2
px
solid
black
;
border-collapse
:
collapse
;
margin-top
:
1
em
;
margin-left
:
1
em
;
margin-right
:
1
em
;
margin-bottom
:
1
em
;
}
tr
,
td
{
border
:
2
px
solid
gray
;
padding
:
4
pt
4
pt
2
pt
2
pt
;
}
th
{
border
:
2
px
solid
gray
;
font-weight
:
bold
;
font-size
:
105
%
;
background
:
url
(
"lines.gif"
);
font-family
:
"Georgia,Palatino,Times,Roman,SanSerif"
;
text-align
:
center
;
vertical-align
:
middle
;
}
/*
* Documentation
*/
/* Common for title and header */
.
doc_title
,
.
doc_section
,
.
doc_subsection
,
h1
,
h2
,
h3
{
color
:
black
;
background
:
url
(
"lines.gif"
);
font-family
:
"Georgia,Palatino,Times,Roman,SanSerif"
;
font-weight
:
bold
;
border-width
:
1
px
;
border-style
:
solid
none
solid
none
;
text-align
:
center
;
vertical-align
:
middle
;
padding-left
:
8
pt
;
padding-top
:
1
px
;
padding-bottom
:
2
px
}
h1
,
.
doc_title
,
.
title
{
text-align
:
left
;
font-size
:
25
pt
}
h2
,
.
doc_section
{
text-align
:
center
;
font-size
:
22
pt
;
margin
:
20
pt
0
pt
5
pt
0
pt
;
}
h3
,
.
doc_subsection
{
width
:
75
%
;
text-align
:
left
;
font-size
:
12
pt
;
padding
:
4
pt
4
pt
4
pt
4
pt
;
margin
:
1.5
em
0.5
em
0.5
em
0.5
em
}
h4
,
.
doc_subsubsection
{
margin
:
2.0
em
0.5
em
0.5
em
0.5
em
;
font-weight
:
bold
;
font-style
:
oblique
;
border-bottom
:
1
px
solid
#999999
;
font-size
:
12
pt
;
width
:
75
%
;
}
.
doc_author
{
text-align
:
left
;
font-weight
:
bold
;
padding-left
:
20
pt
}
.
doc_text
{
text-align
:
left
;
padding-left
:
20
pt
;
padding-right
:
10
pt
}
.
doc_footer
{
text-align
:
left
;
padding
:
0
0
0
0
}
.
doc_hilite
{
color
:
blue
;
font-weight
:
bold
;
}
.
doc_table
{
text-align
:
center
;
width
:
90
%
;
padding
:
1
px
1
px
1
px
1
px
;
border
:
1
px
;
}
.
doc_warning
{
color
:
red
;
font-weight
:
bold
}
/* <div class="doc_code"> would use this class, and <div> adds more padding */
.
doc_code
,
.
literal-block
{
border
:
solid
1
px
gray
;
background
:
#eeeeee
;
margin
:
0
1
em
0
1
em
;
padding
:
0
1
em
0
1
em
;
display
:
table
;
}
blockquote
pre
{
padding
:
1
em
2
em
1
em
1
em
;
border
:
solid
1
px
gray
;
background
:
#eeeeee
;
margin
:
0
1
em
0
1
em
;
display
:
table
;
}
h2
+
div
,
h2
+
p
{
text-align
:
left
;
padding-left
:
20
pt
;
padding-right
:
10
pt
;}
h3
+
div
,
h3
+
p
{
text-align
:
left
;
padding-left
:
20
pt
;
padding-right
:
10
pt
;}
h4
+
div
,
h4
+
p
{
text-align
:
left
;
padding-left
:
20
pt
;
padding-right
:
10
pt
;}
/* It is preferable to use <pre class="doc_code"> everywhere instead of the
* <div class="doc_code"><pre>...</ptr></div> construct.
*
* Once all docs use <pre> for code regions, this style can be merged with the
* one above, and we can drop the [pre] qualifier.
*/
pre
.
doc_code
,
.
literal-block
{
padding
:
1
em
2
em
1
em
1
em
}
.
doc_notes
{
background
:
#fafafa
;
border
:
1
px
solid
#cecece
;
display
:
table
;
padding
:
0
1
em
0
.1
em
}
table
.
layout
{
text-align
:
left
;
border
:
none
;
border-collapse
:
collapse
;
padding
:
4
px
4
px
4
px
4
px
;
}
tr
.
layout
,
td
.
layout
,
td
.
left
,
td
.
right
{
border
:
none
;
padding
:
4
pt
4
pt
2
pt
2
pt
;
vertical-align
:
top
;
}
td
.
left
{
text-align
:
left
}
td
.
right
{
text-align
:
right
}
th
.
layout
{
border
:
none
;
font-weight
:
bold
;
font-size
:
105
%
;
text-align
:
center
;
vertical-align
:
middle
;
}
/* Left align table cell */
.
td_left
{
border
:
2
px
solid
gray
;
text-align
:
left
;
}
/* ReST-specific */
.
title
{
margin-top
:
0
}
.
topic-title
{
display
:
none
}
div
.
contents
ul
{
list-style-type
:
decimal
}
.
toc-backref
{
color
:
black
;
text-decoration
:
none
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 1, 9:34 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
286339
Default Alt Text
rosa.css (4 KB)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment