2011-02-20 02:33:53 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-profile-css
|
|
|
|
*/
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
table.phabricator-profile-master-layout {
|
2011-02-20 02:33:53 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
td.phabricator-profile-navigation {
|
2011-02-20 02:33:53 +01:00
|
|
|
width: 300px;
|
|
|
|
background: #efefef;
|
|
|
|
border-right: 1px solid #cccccc;
|
2011-06-18 10:13:56 +02:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8em;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
td.phabricator-profile-navigation a,
|
|
|
|
td.phabricator-profile-navigation span {
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 2px;
|
|
|
|
min-width: 150px;
|
|
|
|
font-weight: bold;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-decoration: none;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
td.phabricator-profile-navigation a {
|
|
|
|
padding: 4px 8px 4px 10px;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
td.phabricator-profile-navigation a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background: #cccccc;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
td.phabricator-profile-navigation a.phabricator-profile-item-selected,
|
|
|
|
td.phabricator-profile-navigation a.phabricator-profile-item-selected :hover {
|
|
|
|
background: #cccccc;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
td.phabricator-profile-navigation hr {
|
|
|
|
border: none;
|
|
|
|
background: #cccccc;
|
|
|
|
padding: 0;
|
|
|
|
margin: 10px 0;
|
|
|
|
height: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.phabricator-profile-navigation h1,
|
|
|
|
td.phabricator-profile-navigation h2 {
|
|
|
|
padding: 2px 0px 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.phabricator-profile-content {
|
|
|
|
padding: 2em 2%;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-profile-info-table th {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2011-02-20 02:33:53 +01:00
|
|
|
width: 10%;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-profile-info-table td {
|
|
|
|
width: 100%;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
.phabricator-profile-info-group {
|
2013-04-15 04:32:26 +02:00
|
|
|
box-shadow: 0 1px 1px rgba(0,0,0,.4);
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
.phabricator-profile-info-header {
|
|
|
|
padding: 8px;
|
2013-04-15 04:32:26 +02:00
|
|
|
background: #e7e7e7;
|
|
|
|
border-bottom: 1px solid #d9d9d9;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
.phabricator-profile-info-pane {
|
2011-12-22 17:22:07 +01:00
|
|
|
padding: 8px .5em;
|
2013-04-15 04:32:26 +02:00
|
|
|
background: #fff;
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
.phabricator-profile-info-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.phabricator-profile-realname {
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2011-02-20 02:33:53 +01:00
|
|
|
}
|
|
|
|
|
2011-06-18 10:13:56 +02:00
|
|
|
img.phabricator-profile-image {
|
2011-02-20 02:33:53 +01:00
|
|
|
width: 280px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
2011-07-07 23:01:55 +02:00
|
|
|
|
|
|
|
.phabricator-profile-info-pane-more-link {
|
|
|
|
text-align: right;
|
|
|
|
padding: .25em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: .5em 1em 0;
|
|
|
|
}
|
2013-04-15 22:07:54 +02:00
|
|
|
|
|
|
|
.profile-wrap-responsive {
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .profile-wrap-responsive {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .profile-feed {
|
|
|
|
max-width: 640px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-feed .phabricator-action-header-title {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-project-layout
|
|
|
|
.aphront-multi-column-column-outer:first-child
|
|
|
|
.phabricator-profile-info-group {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|