Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8723974
duff.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
duff.css
View Options
body
{
font-family
:
sans-serif
;
color
:
#333
;
background
:
white
;
padding-bottom
:
1
em
;
}
.
news
{
border
:
1
px
dashed
#dda
;
background
:
#ffe
;
padding
:
0.4
em
;
margin
:
1
em
0
;
}
.
news
>
h4
{
margin
:
0
;
}
.
news
>
p
.
whenposted
{
font-size
:
small
;
margin-top
:
0
;
padding
:
0
;
}
.
news
>
p
{
margin-bottom
:
0
;
}
img
{
border
:
0
;
}
a
{
text-decoration
:
none
;
color
:
#933
;
}
a
:
hover
{
color
:
#639
;
}
li
{
padding
:
0.2
em
0
;
}
ol
.
nowrap
li
,
ul
.
nowrap
li
{
white-space
:
nowrap
;
}
.
hspacer
{
width
:
100
%
;
}
p
,
li
{
max-width
:
50
em
;
}
body
hr
{
border
:
0
;
background
:
#cca
;
}
#
hepforge-content
{
padding
:
1
em
;
padding-top
:
0
;
}
table
.
tickets
td
.
owner
{
white-space
:
nowrap
;
}
/* Downloads manager */
.
hf-download
.
download-list
table
{
border-collapse
:
collapse
;
width
:
100
%
;
border
:
1
px
grey
solid
;
margin-bottom
:
2
em
;
}
.
hf-download
.
download-list
table
:
last-child
{
margin-bottom
:
1
em
;
}
.
hf-download
.
download-list
table
tr
:
first-child
{
background
:
grey
;
}
.
hf-download
.
download-list
table
tr
.
highestversion
{
background
:
lightpink
;
}
.
hf-download
.
download-list
table
.
oddeven0
{
background
:
white
;
}
.
hf-download
.
download-list
table
.
oddeven1
{
background
:
#cce
;
}
.
hf-download
.
download-list
table
th
{
padding
:
0.3
em
;
}
.
hf-download
.
download-list
table
td
{
padding
:
0.3
em
;
}
.
hf-download
.
download-list
table
td
:
first-child
{
font-weight
:
bolder
;
}
.
hf-download
li
.
withfiles
{
font-weight
:
bold
;
}
.
hf-download
li
.
nofiles
{
font-weight
:
normal
;
}
/* Forms */
#
cedarcontent
form
.
formfielddesc
{
color
:
saddlebrown
}
#
cedarcontent
form
table
{
border-collapse
:
collapse
}
#
cedarcontent
form
table
td
{
padding
:
0.2
em
0.5
em
;
}
#
cedarcontent
form
table
td
{
vertical-align
:
top
}
#
cedarcontent
form
input
{
padding
:
0.3
em
}
#
cedarcontent
form
input
,
#
cedarcontent
form
textarea
{
border
:
1
px
solid
grey
;
border-left
:
1
px
solid
lightgrey
;
border-top
:
1
px
solid
lightgrey
;
-moz-
border-radius
:
0.1
em
;
border-radius
:
0.1
em
}
#
cedarcontent
form
input
[
type
=
text
]
{
background
:
white
}
#
cedarcontent
form
input
[
type
=
checkbox
]
{
background
:
white
}
#
cedarcontent
form
textarea
{
background
:
white
}
#
cedarcontent
form
input
[
type
=
text
]
:
focus
,
#
cedarcontent
form
textarea
:
focus
{
background
:
linen
}
#
cedarcontent
form
input
[
type
=
submit
]
{
background
:
#cc9
;
color
:
saddlebrown
}
#
cedarcontent
form
input
[
type
=
submit
]
{
font-weight
:
bolder
;
font-size
:
90
%
;
cursor
:
pointer
}
#
cedarcontent
form
input
[
type
=
submit
]
:
hover
{
color
:
white
}
/* Source highlighting */
div
.
highlight
{
background
:
#eef
;
border
:
#aab
1
px
solid
;
padding
:
0.75
em
;
margin-right
:
1
em
;
-moz-
border-radius
:
0.2
em
;
border-radius
:
0.2
em
;
}
/* Generally useful things */
code
,
kbd
,
tt
{
font-family
:
monospace
,
courier
,
fixed
;
font-size
:
smaller
;
}
code
.
display
,
kbd
.
display
{
display
:
block
;
white-space
:
nowrap
;
padding
:
0.2
em
;
background
:
#f9f9dd
;
border
:
1
px
dashed
#ddb
;
margin
:
1.0
em
;
-moz-
border-radius
:
0.2
em
;
}
code
.
pre
,
kbd
.
pre
{
display
:
block
;
white-space
:
pre
;
padding
:
0.2
em
;
background
:
#f9f9dd
;
border
:
1
px
dashed
#ddb
;
margin
:
1.0
em
;
-moz-
border-radius
:
0.2
em
;
}
.
generic
{
font-style
:
oblique
;
}
.
generic
:
before
{
content
:
"<"
;
}
.
generic
:
after
{
content
:
">"
;
}
code
.
key
,
kbd
.
key
{
background
:
#eec
;
border
:
1
px
solid
#cca
;
color
:
#442
;
margin
:
0
em
0.1
em
;
padding
:
0.1
em
0.3
em
;
-moz-
border-radius
:
0.2
em
;
}
code
{
color
:
#663
;
}
.
todo
,
.
important
,
.
warning
,
.
note
{
padding
:
1
em
;
border
:
dashed
grey
1
px
;
margin-left
:
0.2
em
;
margin-right
:
0.5
em
;
}
.
todo
,
.
todo
:
before
{
content
:
"TODO: "
;
background
:
#fc9
;
}
.
important
,
.
important
:
before
{
content
:
"IMPORTANT: "
;
background
:
#fcc
;
}
.
warning
,
.
warning
:
before
{
content
:
"WARNING: "
;
background
:
#f97
;
}
.
note
,
.
note
:
before
{
content
:
"NB: "
;
background
:
#ffc
;
}
.
subdued
{
color
:
#977
;
font-size
:
90
%
;
}
@
media
print
{
.
noprint
{
display
:
none
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 10:08 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4211935
Default Alt Text
duff.css (3 KB)
Attached To
rAPPLGRIDSVN applgridsvn
Event Timeline
Log In to Comment