File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed
Documentation/Books/Users/styles Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 14
14
# logo {
15
15
display : block;
16
16
float : left;
17
- font-family : 'Kalam' , 'Trebuchet MS' , sans-serif;
17
+ font-family : Roboto, Helvetica, sans-serif;
18
+ font-weight : 300 ;
19
+ /* font-family: 'Kalam', 'Trebuchet MS', sans-serif; */
18
20
color : # fff ;
19
- font-weight : normal;
20
- width : 20 % ;
21
- /* font-size: 1.85em; */ /
21
+ /* font-weight: normal; */
22
+ width : 12 % ;
23
+ /* font-size: 1.85em; */
22
24
line-height : 40px ; // 80px;
23
25
}
24
26
25
27
# logo img {
26
28
width : 150px ;
27
- margin-top : -3px ;
29
+ margin-top : 0px ;
30
+ margin-left : 114px ;
28
31
}
29
32
30
33
.wrap {
37
40
# header {
38
41
display : block;
39
42
width : 100% ;
40
- height : 40 px ; // 80px;
43
+ height : 48 px ; // 80px;
41
44
background : # 444 ; //4e5f81;
42
45
-webkit-box-shadow : 1px 2px 4px rgba (0 , 0 , 0 , 0.4 );
43
46
-moz-box-shadow : 1px 2px 4px rgba (0 , 0 , 0 , 0.4 );
53
56
54
57
# navmenu {
55
58
display : block;
56
- float : right ;
59
+ float : left ;
57
60
margin : 0px ;
61
+ margin-left : 114px ;
58
62
}
59
63
60
64
# navmenu li {
61
65
display : block;
62
- float : left;
66
+ float : left;
63
67
}
64
68
65
69
# navmenu li a {
66
70
display : block;
67
71
float : left;
68
72
padding : 0 20px ;
69
- font-size : 1.4 em ;
70
- line-height : 40 px ;// 80px;
73
+ font-size : 1.2 em ;
74
+ line-height : 48 px ;// 80px;
71
75
font-weight : bold;
72
76
color : # fff ;
73
77
text-decoration : none;
85
89
margin-left : -15px ;
86
90
}
87
91
92
+ .arangodb_version {
93
+ float : left;
94
+ padding : 0 20px ;
95
+ line-height : 40px ;// 80px;
96
+ font-weight : bold;
97
+ color : # fff ;
98
+ text-decoration : none;
99
+ }
100
+
88
101
/** simple responsive updates **/
89
102
90
103
@media screen and (max-width : 770px ) {
You can’t perform that action at this time.
0 commit comments