2011-01-25 20:31:40 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-standard-page-view
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.phabricator-standard-page {
|
|
|
|
background: #ffffff;
|
|
|
|
border-bottom: 1px solid #888888;
|
|
|
|
|
|
|
|
-webkit-box-shadow: 0 0 6px #000;
|
|
|
|
-mox-box-shadow: 0 0 6px #000;
|
|
|
|
box-shadow: 0 0 6px #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-standard-header {
|
|
|
|
background: #003366;
|
|
|
|
color: white;
|
|
|
|
padding: 1em 1em 0.5em 1em;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-standard-header a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-standard-header .phabricator-head-tabs {
|
|
|
|
padding: 0 1em;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-standard-header .phabricator-head-tabs a {
|
|
|
|
border-bottom: 3px solid transparent;
|
|
|
|
padding: 0.5em 0.75em;
|
|
|
|
position: relative;
|
|
|
|
bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-standard-header .phabricator-head-tabs a.phabricator-selected-tab {
|
|
|
|
border-bottom-color: #cccccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-standard-header .phabricator-head-appname {
|
|
|
|
padding: 0 1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2011-01-26 22:21:12 +01:00
|
|
|
|
|
|
|
.phabricator-login-details {
|
|
|
|
float: right;
|
|
|
|
}
|
2011-02-05 20:45:13 +01:00
|
|
|
|
|
|
|
.phabricator-page-foot {
|
|
|
|
text-align: right;
|
|
|
|
padding: .5em 1em;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #f3f3f3;
|
|
|
|
}
|