
* Introduce AJAX-based drop-downs * Introduced drop-downs for modules, companies and engineers * Introduced AJAX methods for retrieval of modules, companies, engineers, contribution and activity logs * Removed unused scripts and templates Implements blueprint improve-navigation Change-Id: Icef6433dbc2763241c99be83d5549c1e7eac4a76
346 lines
5.6 KiB
CSS
346 lines
5.6 KiB
CSS
html, body {
|
|
font-family: 'PT Sans', arial, sans-serif;
|
|
font-size: 14px;
|
|
height: 100%;
|
|
color: #41454d;
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
color: #D32F1A;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #F00;
|
|
}
|
|
|
|
p {
|
|
font-size: 15px;
|
|
color: #41454D;
|
|
font-style: normal;
|
|
margin: 6px 0px 15px 0px;
|
|
}
|
|
|
|
div.page {
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
div.page h2 {
|
|
font-family: 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
|
|
font-size: 23px;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
margin-bottom: 10px;
|
|
color: #a41200;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.page h3 {
|
|
font-family: 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
input[type="text"],
|
|
input[type="password"] {
|
|
background: #f8f9f9;
|
|
padding: 0 5px 0 5px;
|
|
min-height: 24px;
|
|
border: none;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
text-shadow: 1px 1px 0 white;
|
|
-moz-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
-webkit-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
}
|
|
|
|
input[type="submit"] {
|
|
background: #f8f9f9;
|
|
padding: 0 5px 0 5px;
|
|
min-height: 24px;
|
|
border: none;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
text-shadow: 1px 1px 0 white;
|
|
-moz-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
-webkit-box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
box-shadow: inset 2px 2px 7px #D3D8DD;
|
|
}
|
|
|
|
div.drops {
|
|
height: 60px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
div.drops label {
|
|
color: #909cb5;
|
|
}
|
|
|
|
.drop {
|
|
height: 30px;
|
|
float: left;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.drop label {
|
|
display: block;
|
|
}
|
|
|
|
div.aheader {
|
|
margin-top: 23px;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.aheader h1 {
|
|
font-size: 36px;
|
|
color: #a8b3bd;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.aheader h1 a {
|
|
font-weight: bold;
|
|
color: #637f99;
|
|
text-decoration: none;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
div.page div.navigation {
|
|
text-shadow: 1px 1px 0 #fff;
|
|
padding: 4px 10px;
|
|
border-top: 1px dashed #e9eaef;
|
|
border-bottom: 1px dashed #e9eaef;
|
|
color: #909cb5;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
div.page div.navigation a {
|
|
color: #444;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.page div.body {
|
|
padding: 10px;
|
|
}
|
|
|
|
div.page div.footer {
|
|
background: #eee;
|
|
color: #888;
|
|
padding: 1em 1em;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.spacer {
|
|
height: 20px;
|
|
clear: both;
|
|
}
|
|
|
|
table#left_list td {
|
|
font-size: 15px;
|
|
}
|
|
|
|
table#right_list td {
|
|
font-size: 15px;
|
|
}
|
|
|
|
div#left_list_wrapper {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
div#right_list_wrapper {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.message {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
a[href^="https://blueprints"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
a[href^="https://review"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
a[href^="https://bugs"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
a[href^="https://launchpad"]:after {
|
|
content: "↗";
|
|
opacity: 0.3;
|
|
}
|
|
|
|
#analytics_header #logo {
|
|
font-family: 'PT Sans', 'Arial Narrow', arial, sans-serif;
|
|
font-weight: bolder;
|
|
font-style: normal;
|
|
font-size: 30px;
|
|
color: black;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
margin: 0;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#analytics_header #slogan {
|
|
font-family: georgia, serif;
|
|
font-weight: lighter;
|
|
font-style: italic;
|
|
font-size: 24px;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #9caebf;
|
|
line-height: 1.1em;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
}
|
|
|
|
.paging_full_numbers {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
/* MIRANTIS CSS*/
|
|
|
|
#miraheader {
|
|
margin: 0 auto;
|
|
width: 960px;
|
|
}
|
|
|
|
#top-menu {
|
|
height: 30px;
|
|
}
|
|
|
|
#ttopmenu {
|
|
float: right;
|
|
height: 20px;
|
|
overflow: hidden;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#ttopmenu a {
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
color: #A7B6C3;
|
|
}
|
|
|
|
#ttopmenu a:hover {
|
|
color: #6e8598;
|
|
}
|
|
|
|
#main-menu {
|
|
height: 47px;
|
|
margin-top: 30px;
|
|
text-align: right;
|
|
position: relative;
|
|
}
|
|
|
|
a.glink {
|
|
color: black;
|
|
font-family: 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
|
|
font-size: 19px;
|
|
padding: 5px 5px 5px 12px;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.glink:hover {
|
|
color: #d3301a;
|
|
}
|
|
|
|
.subglobalNav {
|
|
color: black;
|
|
position: absolute;
|
|
font-family: 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
right: 0px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.subglobalNav a {
|
|
color: black;
|
|
text-decoration: none;
|
|
padding: 2px 7px 2px 7px;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.subglobalNav a:hover {
|
|
color: #fff;
|
|
background: #CB2E19;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
margin-left: 12px;
|
|
text-shadow: -1px -1px 0px #7F2114;
|
|
}
|
|
|
|
a.act {
|
|
color: #d3301a !important;
|
|
}
|
|
|
|
a.act:hover {
|
|
color: #fff !important;
|
|
background: #CB2E19;
|
|
}
|
|
|
|
a.active {
|
|
color: #d3301a;
|
|
}
|
|
|
|
#dummy {
|
|
height: 115px;
|
|
margin-top: 20px;
|
|
width: 100%;
|
|
}
|
|
|
|
#footer {
|
|
height: 115px;
|
|
margin-top: -120px;
|
|
background: url(../images/footer_tile.jpg) repeat-x;
|
|
font-family: 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
|
|
font-size: 17px;
|
|
line-height: 21px;
|
|
text-shadow: 1px 1px 0px white;
|
|
|
|
}
|
|
|
|
#foottable td {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#footer_content {
|
|
width: 960px;
|
|
margin: 4px auto auto auto;
|
|
height: 110px;
|
|
}
|
|
|
|
.fgeneral {
|
|
color: black;
|
|
}
|
|
|
|
.fgeneralblue {
|
|
color: #43678a;
|
|
}
|
|
|
|
.fslogan {
|
|
font-family: 'PT Sans', arial, sans-serif;
|
|
font-style: italic;
|
|
color: #43678a;
|
|
font-size: 13px;
|
|
}
|
|
|
|
#fbox {
|
|
padding-left: 10px;
|
|
border-left: 1px solid #d5dbe1;
|
|
}
|
|
|
|
/* MIRANTIS CSS*/ |