8000 Changed the design of the header in the documentation · orakle/arangodb@c73be11 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c73be11

Browse files
committed
Changed the design of the header in the documentation
1 parent 5dd3ade commit c73be11

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

Documentation/Books/Users/styles/header.css

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,20 @@
1414
#logo {
1515
display: block;
1616
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; */
1820
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; */
2224
line-height: 40px; // 80px;
2325
}
2426

2527
#logo img {
2628
width: 150px;
27-
margin-top: -3px;
29+
margin-top: 0px;
30+
margin-left: 114px;
2831
}
2932

3033
.wrap {
@@ -37,7 +40,7 @@
3740
#header {
3841
display: block;
3942
width: 100%;
40-
height: 40px; // 80px;
43+
height: 48px; // 80px;
4144
background: #444; //4e5f81;
4245
-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.4);
4346
-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.4);
@@ -53,21 +56,22 @@
5356

5457
#navmenu {
5558
display: block;
56-
float: right;
59+
float: left;
5760
margin: 0px;
61+
margin-left: 114px;
5862
}
5963

6064
#navmenu li {
6165
display: block;
62-
float: left;
66+
float: left;
6367
}
6468

6569
#navmenu li a {
6670
display: block;
6771
float: left;
6872
padding: 0 20px;
69-
font-size: 1.4em;
70-
line-height: 40px;// 80px;
73+
font-size: 1.2em;
74+
line-height: 48px;// 80px;
7175
font-weight: bold;
7276
color: #fff;
7377
text-decoration: none;
@@ -85,6 +89,15 @@
8589
margin-left: -15px;
8690
}
8791

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+
88101
/** simple responsive updates **/
89102

90103
@media screen and (max-width: 770px) {

0 commit comments

Comments
 (0)
0