Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893253
standard-page-view.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
4 KB
Referenced Files
None
Subscribers
None
standard-page-view.css
View Options
/**
* @provides phabricator-standard-page-view
*/
.
phabricator-anchor-view
,
.
phabricator-anchor-navigation-marker
{
position
:
absolute
;
margin-top
:
-15
px
;
}
.
phabricator-chromeless-page
.
phabricator-standard-page
{
background
:
transparent
;
border-width
:
0
px
;
}
.
phabricator-standard-page-body
{
clear
:
both
;
}
body
.
white-background
{
background
:
{$
page
.
content
}
;
}
.
phabricator-standard-page-footer
{
text-align
:
right
;
margin
:
44
px
16
px
16
px
;
padding
:
12
px
0
;
border-top
:
1
px
solid
rgba
(
{$
alphagrey
}
,
.1
);
color
:
{$
greytext
}
;
}
.
with-durable-column
.
phabricator-standard-page-footer
{
margin
:
36
px
16
px
28
px
;
}
.
device
.
phabricator-standard-page-footer
{
margin
:
24
px
8
px
16
px
;
}
!
print
.
phabricator-standard-page-footer
{
display
:
none
;
}
.
device-desktop
.
has-local-nav
+
.
phabricator-standard-page-footer
{
margin-left
:
221
px
;
}
.
device
.
phabricator-side-menu-home
+
.
phabricator-standard-page-footer
{
display
:
none
;
}
.
keyboard-shortcut-help
{
margin
:
4
px
12
px
;
}
.
keyboard-shortcut-help
td
,
.
keyboard-shortcut-help
th
{
padding
:
6
px
;
vertical-align
:
middle
;
}
.
keyboard-shortcut-help
th
{
white-space
:
nowrap
;
color
:
{$
greytext
}
;
}
.
keyboard-shortcut-key
{
display
:
inline-block
;
min-width
:
1
em
;
min-height
:
1
em
;
padding
:
4
px
6
px
;
font-weight
:
normal
;
text-align
:
center
;
text-decoration
:
none
;
border-radius
:
3
px
;
box-shadow
:
inset
0
-1
px
0
rgba
(
{$
alphablue
}
,
0.08
);
-webkit-
user-select
:
none
;
user-select
:
none
;
color
:
{$
darkgreytext
}
;
background
:
{
$lightgreybackground
}
;
border
:
1px
solid
{
$lightgreyborder
}
;
}
.
keyboard-focus-focus-reticle
{
position
:
absolute
;
box-sizing
:
border-box
;
border-width
:
0
6
px
0
0
;
border-style
:
solid
;
border-color
:
{$
yellow
}
;
background
:
{
$lightyellow
}
;
}
a
.
handle-status-closed
{
text-decoration
:
line-through
;
color
:
#676767
;
}
a
.
handle-status-closed
:
hover
{
text-decoration
:
line-through
;
color
:
#19558D
;
}
.
handle-availability-none
.
perfect-circle
{
color
:
{$
red
}
;
}
.
handle-availability-partial
.
perfect-circle
{
color
:
{$
orange
}
;
}
.
handle-availability-no-email
.
perfect-circle
{
color
:
{$
violet
}
;
}
.
handle-availability-disabled
.
perfect-circle
{
color
:
{$
greytext
}
;
}
.
aphront-developer-error-callout
{
position
:
relative
;
padding
:
2
em
;
background
:
#aa0000
;
color
:
white
;
text-align
:
center
;
font-size
:
{$
smallerfontsize
}
;
}
.
phui-handle
.
phui-link-person
{
/* Prevent linebreaks between user availability markers and usernames. */
white-space
:
nowrap
;
}
.
phui-handle
.
phui-icon-view
{
display
:
inline-block
;
margin
:
2
px
2
px
-2
px
0
;
}
.
jx-scrollbar-frame
{
position
:
relative
;
overflow
:
hidden
;
}
.
jx-scrollbar-viewport
{
position
:
absolute
;
overflow-x
:
hidden
;
overflow-y
:
scroll
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
}
.
jx-scrollbar-test
{
position
:
absolute
;
left
:
-300
px
;
}
.
jx-scrollbar-bar
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
7
px
;
width
:
11
px
;
}
.
jx-scrollbar-bar
.
jx-scrollbar-handle
{
position
:
absolute
;
right
:
2
px
;
-webkit-
border-radius
:
7
px
;
-moz-
border-radius
:
7
px
;
border-radius
:
7
px
;
min-height
:
10
px
;
width
:
7
px
;
opacity
:
0
;
-webkit-
transition
:
opacity
0.2
s
linear
;
-moz-
transition
:
opacity
0.2
s
linear
;
-o-
transition
:
opacity
0.2
s
linear
;
-ms-
transition
:
opacity
0.2
s
linear
;
transition
:
opacity
0.2
s
linear
;
background
:
#6c6e71
;
-webkit-
background-clip
:
padding-box
;
-moz-
background-clip
:
padding
;
}
.
jx-scrollbar-bar
:
hover
.
jx-scrollbar-handle
{
opacity
:
0.7
;
-webkit-
transition
:
opacity
0
linear
;
-moz-
transition
:
opacity
0
linear
;
-o-
transition
:
opacity
0
linear
;
-ms-
transition
:
opacity
0
linear
;
transition
:
opacity
0
linear
;
}
.
jx-scrollbar-bar
.
jx-scrollbar-visible
{
opacity
:
0.7
;
}
.
jx-scrollbar-link
{
position
:
absolute
;
left
:
-50
px
;
}
.
phabricator-standard-page-tabs
{
padding
:
0
32
px
;
margin-bottom
:
32
px
;
background
:
{$
page
.
content
}
;
box-shadow
:
0
0
3px
0
rgba
(
0
,
0
,
0
,
0
.
2
);
}
.
device
.
phabricator-standard-page-tabs
{
margin-bottom
:
20
px
;
padding
:
0
12
px
;
}
.
device-phone
.
phabricator-standard-page-tabs
{
text-align
:
center
;
}
.
device-phone
.
phabricator-standard-page-tabs
.
phui-list-view
.
phui-list-tabbar
>
li
{
display
:
inline-block
;
float
:
none
;
}
.
phabricator-standard-page-tabs
.
phui-list-tabbar
.
phui-list-item-href
{
padding
:
12
px
24
px
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 18:07 (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127262
Default Alt Text
standard-page-view.css (4 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment