gitlabhq/app/assets/stylesheets/ui_mars.scss

110 lines
2.2 KiB
SCSS
Raw Normal View History

2012-02-28 23:45:38 +01:00
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
* Next items should be placed there
* - link colors
* - header styles
* - main menu styles
*
*/
.ui_mars {
/*
* Application Header
*
*/
header {
width:100%;
padding:0;
margin:0;
top:1px;
left:0;
background: #474D57 url('bg-header.png') repeat-x bottom;
z-index:10;
height:60px;
2012-03-07 22:55:46 +01:00
.search {
float: right;
2012-03-07 22:55:46 +01:00
margin-right: 55px;
.search-input {
background-image:url("icon-search.png");
float: right;
text-shadow: none;
width: 130px;
background-image: url("icon-search.png");
background-repeat: no-repeat;
background-position: 10px;
border-radius: 100px;
border: 1px solid rgba(0, 0, 0, 0.7);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.4) inset;
background-color: #D2D5DA;
background-color: rgba(255, 255, 255, 0.5);
padding: 5px;
padding-left: 26px;
&:focus {
background-color: white;
}
}
}
.search-input::-webkit-input-placeholder {
color: #666;
2012-02-28 23:45:38 +01:00
}
.app_logo {
width:230px;
float:left;
position:relative;
top:-5px;
2012-02-28 23:45:38 +01:00
a {
float:left;
h1 {
2012-04-11 23:54:07 +02:00
background: url('logo_mars.png') no-repeat -3px -4px;
float:left;
margin-left:5px;
font-size:20px;
line-height:36px;
2012-04-11 23:54:07 +02:00
font-weight:normal;
color:#a1a8ae;
text-shadow: 0 1px 1px #111;
padding-left:50px;
padding-top:5px;
2012-02-28 23:45:38 +01:00
}
}
}
.project_name {
float:left;
2012-03-07 22:55:46 +01:00
width:360px;
2012-02-28 23:45:38 +01:00
margin:0;
margin-right:30px;
font-size:20px;
2012-03-10 10:32:43 +01:00
line-height:38px;
2012-02-28 23:45:38 +01:00
font-weight:bold;
color:#fff;
text-shadow: 0 1px 1px #111;
}
2012-04-11 23:54:07 +02:00
.container {
.top_panel_content {
margin:auto;
position:relative;
padding:15px 0;
}
}
.top_panel_ico {
2012-03-07 22:55:46 +01:00
width: 16px;
height: 16px;
padding: 5px;
margin-right:10px;
2012-03-07 22:55:46 +01:00
float:right;
2012-02-28 23:45:38 +01:00
}
}
/*
* End of Application Header
*
*/
}