2012-11-22 02:24:56 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-timeline-view-css
|
|
|
|
*/
|
|
|
|
|
2012-12-11 23:01:35 +01:00
|
|
|
.phabricator-timeline-view {
|
|
|
|
background: #eeedf0;
|
|
|
|
}
|
|
|
|
|
2012-11-22 02:24:56 +01:00
|
|
|
.phabricator-timeline-event-view {
|
|
|
|
border-width: 0 0 0 3px;
|
|
|
|
border-style: solid;
|
2012-12-11 22:59:35 +01:00
|
|
|
border-color: #c0c5d1;
|
2012-12-11 23:01:35 +01:00
|
|
|
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-event-view {
|
|
|
|
margin-left: 80px;
|
|
|
|
margin-right: 12px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-spacer {
|
2012-12-11 23:01:35 +01:00
|
|
|
min-height: 20px;
|
2012-11-22 02:24:56 +01:00
|
|
|
border-right-width: 0;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.device-desktop .phabricator-timeline-major-event,
|
|
|
|
.device-desktop .phabricator-timeline-minor-event {
|
2012-11-22 02:24:56 +01:00
|
|
|
border-right-width: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-wedge {
|
2012-12-11 22:59:35 +01:00
|
|
|
border-bottom: 3px solid #c0c5d1;
|
2012-11-22 02:24:56 +01:00
|
|
|
position: absolute;
|
2012-12-11 23:01:35 +01:00
|
|
|
width: 20px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-content {
|
2012-12-11 22:59:51 +01:00
|
|
|
background: #ffffff;
|
2012-11-22 02:24:56 +01:00
|
|
|
border-style: solid;
|
2012-12-11 22:59:35 +01:00
|
|
|
border-color: #c0c5d1;
|
2012-11-22 02:24:56 +01:00
|
|
|
border-width: 1px 0;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-title {
|
2012-12-11 23:02:51 +01:00
|
|
|
line-height: 28px;
|
2012-12-11 23:01:35 +01:00
|
|
|
min-height: 28px;
|
2012-12-11 22:59:35 +01:00
|
|
|
position: relative;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 23:01:35 +01:00
|
|
|
.phabricator-timeline-title a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.device-desktop .phabricator-timeline-wedge {
|
2012-12-11 23:01:35 +01:00
|
|
|
left: -20px;
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
.device-desktop .phabricator-timeline-major-event .phabricator-timeline-wedge {
|
2012-12-11 23:01:35 +01:00
|
|
|
top: 24px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-minor-event .phabricator-timeline-wedge {
|
2012-12-11 22:59:35 +01:00
|
|
|
top: 12px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-image {
|
2012-12-11 22:59:35 +01:00
|
|
|
background: #c0c5d1;
|
2012-11-22 02:24:56 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-major-event .phabricator-timeline-image {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
2012-12-11 23:01:35 +01:00
|
|
|
top: 0px;
|
|
|
|
left: -70px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-minor-event .phabricator-timeline-image {
|
2012-12-11 23:01:35 +01:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
background-size: 30px auto;
|
|
|
|
left: -45px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-major-event .phabricator-timeline-title {
|
2013-09-07 18:13:55 +02:00
|
|
|
background: {$lightgreybackground};
|
2012-12-11 23:02:51 +01:00
|
|
|
min-height: 29px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-title {
|
2012-11-22 02:24:56 +01:00
|
|
|
padding: 0 5px;
|
2012-12-11 23:02:51 +01:00
|
|
|
overflow-x: auto;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-title-with-icon {
|
2012-12-11 23:02:51 +01:00
|
|
|
padding-left: 33px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-major-event .phabricator-timeline-content
|
|
|
|
.phabricator-timeline-core-content {
|
2012-12-11 23:01:35 +01:00
|
|
|
padding: 10px 15px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 23:02:51 +01:00
|
|
|
.phabricator-timeline-core-content {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-12-07 22:37:10 +01:00
|
|
|
.device .phabricator-timeline-event-view {
|
2012-12-11 22:59:35 +01:00
|
|
|
min-height: 23px;
|
2012-11-22 02:24:56 +01:00
|
|
|
position: relative;
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
|
|
|
|
border-right-width: 3px;
|
|
|
|
border-right-style: solid;
|
|
|
|
}
|
|
|
|
|
2012-12-07 22:37:10 +01:00
|
|
|
.device .phabricator-timeline-image {
|
2012-11-22 02:24:56 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-12-07 22:37:10 +01:00
|
|
|
.device .phabricator-timeline-spacer {
|
2012-11-22 02:24:56 +01:00
|
|
|
min-height: 8px;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
2012-12-11 22:59:35 +01:00
|
|
|
|
|
|
|
.phabricator-timeline-icon-fill {
|
|
|
|
position: absolute;
|
2012-12-11 23:01:35 +01:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2012-12-11 22:59:35 +01:00
|
|
|
background-color: #c0c5d1;
|
2012-12-11 23:02:51 +01:00
|
|
|
top: 0;
|
2012-12-11 22:59:35 +01:00
|
|
|
left: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-icon {
|
|
|
|
position: absolute;
|
2013-09-24 17:42:04 +02:00
|
|
|
left: 9px;
|
2012-12-11 23:01:35 +01:00
|
|
|
top: 8px;
|
2012-12-11 22:59:35 +01:00
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:51 +01:00
|
|
|
.phabricator-timeline-extra, .phabricator-timeline-extra a {
|
|
|
|
font-size: 11px;
|
2012-12-11 23:01:35 +01:00
|
|
|
font-weight: normal;
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2012-12-11 22:59:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-extra {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phabricator-timeline-extra {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-red .phabricator-timeline-border {
|
2013-06-20 00:42:17 +02:00
|
|
|
border-color: {$red};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-orange .phabricator-timeline-border {
|
2013-06-20 05:25:41 +02:00
|
|
|
border-color: {$orange};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-yellow .phabricator-timeline-border {
|
2013-06-20 05:25:41 +02:00
|
|
|
border-color: {$yellow};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-green .phabricator-timeline-border {
|
2013-06-20 05:25:41 +02:00
|
|
|
border-color: {$green};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-sky .phabricator-timeline-border {
|
2013-06-20 05:25:41 +02:00
|
|
|
border-color: {$sky};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-blue .phabricator-timeline-border {
|
2013-06-20 05:25:41 +02:00
|
|
|
border-color: {$blue};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-indigo .phabricator-timeline-border {
|
2013-06-20 05:25:41 +02:00
|
|
|
border-color: {$indigo};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-violet .phabricator-timeline-border {
|
2013-06-20 05:25:41 +02:00
|
|
|
border-color: {$violet};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-grey .phabricator-timeline-border {
|
2013-06-19 17:37:56 +02:00
|
|
|
border-color: #888;
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-black .phabricator-timeline-border {
|
2013-06-19 17:37:56 +02:00
|
|
|
border-color: #333;
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-red .phabricator-timeline-icon-fill {
|
2013-06-20 00:42:17 +02:00
|
|
|
background-color: {$red};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-orange .phabricator-timeline-icon-fill {
|
2013-06-20 05:25:41 +02:00
|
|
|
background-color: {$orange};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-yellow .phabricator-timeline-icon-fill {
|
2013-06-20 05:25:41 +02:00
|
|
|
background-color: {$yellow};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-green .phabricator-timeline-icon-fill {
|
2013-06-20 05:25:41 +02:00
|
|
|
background-color: {$green};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-sky .phabricator-timeline-icon-fill {
|
2013-06-20 05:25:41 +02:00
|
|
|
background-color: {$sky};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-blue .phabricator-timeline-icon-fill {
|
2013-06-20 05:25:41 +02:00
|
|
|
background-color: {$blue};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-indigo .phabricator-timeline-icon-fill {
|
2013-06-20 05:25:41 +02:00
|
|
|
background-color: {$indigo};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-violet .phabricator-timeline-icon-fill {
|
2013-06-20 05:25:41 +02:00
|
|
|
background-color: {$violet};
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-grey .phabricator-timeline-icon-fill {
|
2013-06-19 17:37:56 +02:00
|
|
|
background-color: #888;
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-black .phabricator-timeline-icon-fill {
|
2013-06-19 17:37:56 +02:00
|
|
|
background-color: #333;
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
2012-12-11 22:59:51 +01:00
|
|
|
|
|
|
|
.phabricator-timeline-shell.anchor-target {
|
|
|
|
background: rgba(255, 255, 0, 0.50);
|
|
|
|
box-shadow: 0 0 3px 6px rgba(255, 255, 0, 0.50);
|
|
|
|
}
|
2012-12-21 14:51:33 +01:00
|
|
|
|
|
|
|
.phabricator-timeline-preview-header {
|
|
|
|
background: #e0e3ec;
|
2013-09-02 22:57:48 +02:00
|
|
|
color: {$darkgreytext};
|
2012-12-21 14:51:33 +01:00
|
|
|
padding: 4px 1.25%;
|
|
|
|
border: solid #c0c5d1 1px 0;
|
|
|
|
}
|
2013-02-17 15:37:02 +01:00
|
|
|
|
|
|
|
.phabricator-timeline-change-details {
|
|
|
|
padding: 10px 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #efefef;
|
|
|
|
border-width: 1px 0;
|
|
|
|
}
|