1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/application/base/standard-page-view.css

95 lines
1.6 KiB
CSS
Raw Normal View History

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: #005588;
2011-01-25 20:31:40 +01:00
color: white;
overflow: hidden;
position: relative;
width: 100%;
}
.phabricator-standard-header td {
vertical-align: bottom;
padding: 0;
margin: 0;
2011-01-25 20:31:40 +01:00
}
.phabricator-admin-page-view .phabricator-standard-header {
background: #aa0000;
}
.phabricator-primary-navigation {
padding-top: 24px;
padding-left: 24px;
}
2011-01-25 20:31:40 +01:00
.phabricator-standard-header a {
color: white;
}
.phabricator-primary-navigation th,
.phabricator-primary-navigation td {
vertical-align: bottom;
2011-01-25 20:31:40 +01:00
font-size: 13px;
border-bottom: 6px solid transparent;
padding-top: 14px;
padding-bottom: 4px;
2011-01-25 20:31:40 +01:00
}
.phabricator-logo {
width: 220px;
}
.phabricator-logo a {
display: block;
width: 220px;
height: 40px;
background: url('/rsrc/image/phabricator_logo.png') no-repeat 0 0;
padding: 0;
margin: 0;
}
.phabricator-logo a:hover {
background-position-y: -40px;
}
.phabricator-primary-navigation td {
padding-left: 10px;
padding-right: 10px;
2011-01-25 20:31:40 +01:00
}
.phabricator-primary-navigation td.phabricator-selected-tab {
border-bottom-color: #ffffff;
background: #336699;
2011-01-25 20:31:40 +01:00
}
.phabricator-standard-header .phabricator-head-appname {
padding: 0 1em;
text-transform: uppercase;
}
2011-01-26 22:21:12 +01:00
td.phabricator-login-details {
text-align: right;
padding: 0px 24px 6px;
font-size: 12px;
2011-01-26 22:21:12 +01:00
}
2011-02-05 20:45:13 +01:00
.phabricator-page-foot {
text-align: right;
padding: .5em 1em;
font-size: 11px;
2011-02-05 20:45:13 +01:00
color: #f3f3f3;
}