forked from drywall/Largo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.less
124 lines (124 loc) · 1.86 KB
/
header.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.global-nav-bg {
height: 38px;
background-color: @headerFooterColor;
}
.global-nav {
font-family: @sansFontFamily;
position: relative;
height: 38px;
overflow:visible;
z-index: 1030;
ul {
margin: 0;
list-style:none;
font-size: 11px;
line-height: 24px;
li {
float: left;
margin: 9px 18px 0 0;
}
a {
.darkLight(@headerFooterColor);
&:hover {
text-decoration:none;
color: darken(@white, 15%);
}
}
}
.nav-right {
float: right;
ul#header-social {
float:left;
margin: 0 10px 0 0;
font-size: 14px;
height: 20px;
li {
margin: 8px 0 0;
a {
color: @white;
padding: 5px;
}
}
}
.donate-btn {
float: left;
margin: 5px 10px 0;
}
.org-logo {
float: left;
.box-shadow(0 3px 4px -2px @black);
height: 32px;
overflow: visible;
margin: 0 5px 0 10px;
}
}
}
.donate-btn {
font-size: 14px;
line-height: 2;
background-color: @red;
.border-radius(4px);
&:hover {
background-color: lighten(@red, 5%);
}
a {
padding: 24px 7px;
color: @white;
&:hover {
text-decoration:none;
}
}
i {
margin: 1px 3px 0 0;
}
}
#header-search {
float:left;
margin-top: 4px;
form {
margin: 0;
}
input, button {
font-family: @sansFontFamily;
font-size: 13px;
line-height: 1;
}
input {
height: 18px;
padding: 6px 4px 2px;
}
button {
height: 28px;
text-transform: uppercase;
}
}
#site-header {
margin: 0;
width: auto;
img {
clear: none;
margin: 5px 0;
}
}
h1.branding,
h2.branding {
clear:both;
margin: 20px 0;
font-size: @baseFontSize * 3.375;
line-height: 1;
a {
color: @textColor;
&:hover {
text-decoration: none;
}
}
.tagline {
font-size: @baseFontSize * 1.5;
font-weight: normal;
color: @gray;
padding-left: 10px;
}
}
.print-header {
display: none;
}