1
0
Fork 0
oldhaven/app/assets/stylesheets/header.scss

78 lines
1.2 KiB
SCSS
Raw Normal View History

2011-06-27 11:14:14 +00:00
.header-container {
.hello {
2011-06-29 04:11:54 +00:00
display: none;
2011-06-27 11:14:14 +00:00
float: right;
margin: 6px 10px 0 0;
color: #222;
.greating {
display: block;
float: left;
margin-right: 8px;
2011-06-29 04:11:54 +00:00
span {
border-bottom: #202020 1px dotted;
cursor: pointer;
}
2011-06-27 11:14:14 +00:00
}
2011-06-29 04:11:54 +00:00
.settings-button {
2011-06-27 11:14:14 +00:00
float: right;
width: 15px;
height: 15px;
margin: 1px 0;
background-image: url(/images/icns/settings.png);
cursor: pointer;
2011-06-29 04:11:54 +00:00
}
2011-06-27 11:14:14 +00:00
}
.navigation {
background-color: #EEE;
background-image: url(/images/concrete_wall_2.png);
height: 30px;
li {
display: block;
float: left;
width: auto;
height: 30px;
margin-left: 10px;
color: #222;
line-height: 30px;
text-shadow: #666 0px 0px 0.5px;
&:hover {
cursor: pointer;
text-shadow: #666 0px 0px 2px;
}
&.logo {
font-size: 20px;
line-height: 32px;
font-weight: bold;
2011-06-28 23:40:23 +00:00
margin: -3px 1px 0 10px;
.version {
float: right;
font-size: 9px;
font-weight: normal;
margin: 10px 0 0 4px;
}
2011-06-27 11:14:14 +00:00
}
2011-06-29 04:11:54 +00:00
&.vk_auth {
2011-06-27 11:14:14 +00:00
display: none;
}
a {
color: inherit;
text-decoration: inherit;
2011-07-04 15:09:44 +00:00
border-bottom: #a0a0a0 1px solid;
&.a {
border-bottom: #a0a0a0 1px dotted;
}
2011-06-27 11:14:14 +00:00
}
}
}
}