Path: blob/master/webroot/rsrc/css/phui/phui-timeline-view.css
12241 views
/**1* @provides phui-timeline-view-css2*/34.phui-timeline-view {5padding: 0 16px;6background-image: url('/rsrc/image/d5d8e1.png');7background-repeat: repeat-y;8background-position: 96px;9}1011.device .phui-timeline-view {12padding: 0 8px;13}1415.device-tablet .phui-timeline-view {16background-position: 24px;17}1819.device-phone .phui-timeline-view {20padding: 0;21background-position: 24px;22}2324.phui-timeline-major-event .phui-timeline-group {25border-left: 1px solid {$timeline};26border-right: 1px solid {$timeline};27border-radius: 3px;28}2930.device-desktop .phui-timeline-event-view {31margin-left: 62px;32position: relative;33}3435.device-desktop .phui-timeline-event-view.phui-timeline-minor-event {36margin-left: 67px;37}3839.device-desktop .phui-timeline-spacer {40min-height: 16px;41}4243.device-desktop .phui-timeline-event-view.the-worlds-end {44background: {$lightblueborder};45width: 9px;46height: 9px;47border-radius: 2px;48margin-left: 76px;49margin-bottom: 20px;50}5152.device-desktop .phui-timeline-wedge {53border-bottom: 1px solid {$timeline};54position: absolute;55width: 12px;56}5758.device-phone .phui-timeline-minor-event,59.device-tablet .phui-timeline-minor-event {60padding-left: 3px;61}6263.phui-timeline-major-event .phui-timeline-content {64border-top: 1px solid {$timeline};65border-bottom: 1px solid {$timeline};66border-radius: 3px;67}6869.phui-timeline-title {70line-height: 24px;71min-height: 19px;72position: relative;73color: {$greytext};74}7576.phui-timeline-minor-event .phui-timeline-title {77padding: 1px 8px 4px 33px;78}7980.phui-timeline-title a {81font-weight: bold;82color: {$darkgreytext};83}8485.device-desktop .phui-timeline-wedge {86left: -12px;87}8889.device-desktop .phui-timeline-major-event .phui-timeline-wedge {90top: 26px;91}9293.device-desktop .phui-timeline-minor-event .phui-timeline-wedge {94top: 12px;95left: -18px;96width: 20px;97}9899.phui-timeline-image {100background-repeat: no-repeat;101position: absolute;102border-radius: 3px;103background-size: 100%;104display: block;105}106107.device-desktop .phui-timeline-major-event .phui-timeline-image {108width: 50px;109height: 50px;110top: 0px;111left: -62px;112}113114.device-desktop .phui-timeline-minor-event .phui-timeline-image {115width: 26px;116height: 26px;117background-size: 26px auto;118left: -41px;119}120121.phui-timeline-major-event .phui-timeline-title {122background: {$lightgreybackground};123min-height: 22px;124border-top-right-radius: 3px;125border-top-left-radius: 3px;126}127128.phui-timeline-major-event .phui-timeline-title + .phui-timeline-title {129border-radius: 0;130padding-top: 0;131}132133.phui-timeline-major-event .phui-timeline-title + .phui-timeline-title134.phui-timeline-icon-fill {135margin-top: 0;136}137138.phui-timeline-title {139padding: 5px 8px;140overflow-x: auto;141overflow-y: hidden;142}143144.phui-timeline-title-with-icon {145padding-left: 36px;146}147148.phui-timeline-title-with-menu {149padding-right: 36px;150}151152.phui-timeline-view .phui-icon-view.phui-timeline-token {153vertical-align: middle;154margin-right: 4px;155}156157.phui-timeline-token.strikethrough {158position: relative;159}160161.phui-timeline-token.strikethrough:before {162position: absolute;163content: "";164left: 0;165top: 50%;166right: 0;167border-top: 3px solid;168border-color: {$darkbluetext};169170-webkit-transform:rotate(-40deg);171-moz-transform:rotate(-40deg);172-ms-transform:rotate(-40deg);173-o-transform:rotate(-40deg);174transform:rotate(-40deg);175}176177.phui-timeline-major-event .phui-timeline-content178.phui-timeline-core-content {179padding: 16px;180line-height: 18px;181background: {$page.content};182border-top: 1px solid rgba({$alphablue},.1);183border-bottom-left-radius: 3px;184border-bottom-right-radius: 3px;185}186187.phui-timeline-core-content {188overflow-x: auto;189}190191.phui-timeline-core-content .comment-deleted {192font-style: italic;193}194195.device .phui-timeline-event-view {196min-height: 23px;197position: relative;198}199200.device-phone .phui-timeline-event-view {201margin: 0 8px;202}203204.device .phui-timeline-image {205display: none;206}207208.device .phui-timeline-spacer {209min-height: 8px;210border-width: 0;211}212213.phui-timeline-icon-fill {214position: absolute;215width: 34px;216height: 34px;217top: 0;218left: 0;219text-align: center;220}221222.phui-timeline-icon {223color: {$bluetext};224}225226.phui-icon-view.phui-timeline-icon {227font-size: 14px;228}229230.phui-timeline-icon-fill {231height: 26px;232width: 26px;233border-radius: 3px;234background-color: {$timeline.icon.background};235}236237.phui-timeline-major-event .phui-timeline-icon-fill {238margin: 4px;239}240241.phui-timeline-icon-fill .phui-timeline-icon {242margin-top: 6px;243}244245.phui-timeline-extra,246.phui-timeline-extra .phabricator-content-source-view {247font-size: {$smallerfontsize};248font-weight: normal;249color: {$lightgreytext};250margin-left: 8px;251}252253.phui-timeline-title .phui-timeline-extra a {254font-weight: normal;255color: {$lightgreytext};256}257258.phui-timeline-title .phui-timeline-value,259.conpherence-transaction-content .phui-timeline-value,260.phui-feed-story-head .phui-timeline-value {261font-style: italic;262color: {$blacktext};263}264265.device-desktop .phui-timeline-extra {266float: right;267}268269.device .phui-timeline-extra {270display: inline-block;271line-height: 16px;272margin-left: 8px;273white-space: nowrap;274}275276.device-phone .phui-timeline-extra {277display: block;278margin: 0;279}280281.phui-timeline-icon-fill.fill-has-color .phui-icon-view {282color: {$page.content};283}284285.phui-timeline-icon-fill-red {286background-color: {$red};287}288289.phui-timeline-icon-fill-orange {290background-color: {$orange};291}292293.phui-timeline-icon-fill-yellow {294background-color: {$yellow};295}296297.phui-timeline-icon-fill-green {298background-color: {$green};299}300301.phui-timeline-icon-fill-sky {302background-color: {$sky};303}304305.phui-timeline-icon-fill-blue {306background-color: {$blue};307}308309.phui-timeline-icon-fill-indigo {310background-color: {$indigo};311}312313.phui-timeline-icon-fill-violet {314background-color: {$violet};315}316317.phui-timeline-icon-fill-pink {318background-color: {$pink};319}320321.phui-timeline-icon-fill-grey {322background-color: #888;323}324325.phui-timeline-icon-fill-black {326background-color: #000;327}328329.phui-timeline-shell.anchor-target {330background: {$lightyellow};331border-width: 0 1px 0 0;332border-style: solid;333border-color: {$yellow};334padding: 4px;335margin: -4px;336}337338.phui-timeline-preview-header {339background: #e0e3ec;340color: {$darkgreytext};341padding: 4px 1.25%;342border: solid {$blueborder} 1px 0;343}344345.phui-timeline-change-details {346padding: 10px 0;347border-style: solid;348border-color: #efefef;349border-width: 1px 0;350}351352.phui-timeline-older-transactions-are-hidden {353background: {$gentle.highlight};354border: 1px solid {$gentle.highlight.border};355text-align: center;356padding: 12px;357color: {$darkgreytext};358cursor: pointer;359border-radius: 3px;360}361362.device-phone .phui-timeline-older-transactions-are-hidden {363margin: 0 8px;364}365366.phui-timeline-title .phui-timeline-extra-information a {367font-weight: normal;368color: {$greytext};369}370371.phui-timeline-comment-actions .phui-icon-view {372width: 16px;373height: 16px;374font-size: 16px;375text-align: center;376overflow: hidden;377}378379.phui-timeline-menu {380position: absolute;381right: 3px;382top: 6px;383width: 28px;384height: 24px;385text-align: center;386line-height: 22px;387font-size: 16px;388border-left: 1px solid {$thinblueborder};389}390391.phui-timeline-menu:focus {392outline: none;393}394395a.phui-timeline-menu .phui-icon-view {396color: {$bluetext};397}398399.device-desktop a.phui-timeline-menu:hover .phui-icon-view {400color: {$sky};401}402403.phui-timeline-menu.phuix-dropdown-open {404background: rgba({$alphablue},0.1);405border: none;406border-radius: 3px;407}408409.phui-timeline-view + .phui-object-box {410margin-top: 0;411}412413.phui-timeline-badges {414position: absolute;415left: -64px;416top: 52px;417width: 54px;418text-align: center;419}420421.phui-timeline-badges .phui-badge-mini {422height: 18px;423width: 18px;424line-height: 16px;425}426427.phui-timeline-badges .phui-badge-mini .phui-icon-view {428font-size: 10px;429}430431.phui-comment-preview-view {432margin-bottom: 20px;433}434435.phui-timeline-view .phui-pinboard-view {436margin: 8px 0 0 0;437padding: 0;438text-align: left;439}440441442