3
3
font-size : 100% ;
4
4
line-height : 1.95em ;
5
5
color : # 7D6D6D ;
6
+ background : white url (/assets/img/bg.jpg) repeat;
6
7
}
7
8
8
9
h1 , h2 , h3 , h4 , h5 , h6 {
30
31
list-style-type : none;
31
32
}
32
33
34
+ /*
33
35
.nav {
34
36
color: white;
35
37
background: -webkit-gradient(linear, left top, left bottom, from(#B86767), to(#7A4545));
44
46
width: auto;
45
47
border-radius: 5px;
46
48
}
49
+ */
47
50
48
- /*
49
- .nav {
50
- color: white;
51
+ # menu {
51
52
background : -webkit-gradient (linear, left top, left bottom, from (# B86767 ), to (# 7A4545 ));
52
53
background : -webkit-linear-gradient (top, # B86767, # 7A4545 );
53
54
background : -moz-linear-gradient (top, # B86767, # 7A4545 );
54
55
background : -o-linear-gradient (top, # B86767, # 7A4545 );
55
56
background : -ms-linear-gradient (top, # B86767, # 7A4545 );
56
57
background : linear-gradient (top, # B86767, # 7A4545 );
58
+ margin : 0 ;
59
+ color : white;
60
+ height : 3.2em ;
61
+ line-height : 100% ;
62
+ width : 100% ;
63
+ z-index : 99 ;
64
+ }
65
+
66
+ .navbar .nav {
67
+ padding-left : 14em ;
68
+ }
69
+
70
+ .affix {
57
71
position : fixed;
58
- top: 0em;
59
- left: 0em;
72
+ top : 0 ;
73
+ left : 0 ;
74
+ height : 3.2em ;
60
75
width : 100% ;
61
- border-radius: 5px;
62
-
63
- height: 2em;
76
+ color : white;
64
77
}
65
- */
66
- .nav a {
78
+
79
+ .navbar . nav > li > a {
67
80
color : white;
68
81
font-size : 1.5em ;
69
82
font-weight : 400 ;
70
83
font-family : 'Oleo Script' , serif;
71
84
line-height : 1.3em ;
72
- padding : 0 0.5em ;
85
+ width : 100% ;
86
+
73
87
}
74
88
75
- .nav a : hover {
76
- background-color : transparent !important ;
89
+ .navbar .nav > .active > a ,
90
+ .navbar .nav > .active > a : hover ,
91
+ .navbar .nav > li > a : hover {
92
+ color : white;
93
+ background-color : transparent;
94
+ text-decoration : underline;
95
+ padding-right : 0 ;
77
96
}
78
97
79
- .nav > li .active {
80
- background-color : rgba ( 255 , 255 , 255 , 0.2 ) ;
98
+ .navbar . nav > .active > a {
99
+ background-color : transparent ;
81
100
}
82
101
83
102
.header .container {
84
- background : url (/assets/img/bg.jpg) repeat;
85
103
width : 100% ;
104
+ margin-bottom : 0 ;
86
105
}
87
106
88
107
.header .container > img {
89
108
display : block;
90
- width : 501px ;
91
109
margin-left : auto;
92
110
margin-right : auto;
93
111
}
94
112
95
- body > .section {
113
+ # wrapper {
114
+ /* background: transparent url(/assets/img/silhuette.png) 0 0 no-repeat;
115
+ */
116
+ }
117
+
118
+ # wrapper > .section {
96
119
padding : 1.5em 15em ;
97
- border-bottom : 1px solid # eee ;
98
120
min-height : 100% ;
99
121
margin-top : 0px ;
100
122
}
101
123
124
+ # silhuette {
125
+ width : 400px ;
126
+ height : 400px ;
127
+ position : fixed;
128
+ bottom : 0 ;
129
+ right : 50px ;
130
+ z-index : -1 ;
131
+ }
132
+
133
+ /*
134
+
102
135
body > .section:nth-child(odd){
103
136
background: white url(/assets/img/bg.jpg) repeat;
104
137
}
@@ -107,6 +140,8 @@ body > .section:nth-child(even){
107
140
background: white url(/assets/img/bg2.jpg) repeat;
108
141
}
109
142
143
+ */
144
+
110
145
# introduction : before ,
111
146
# introduction : after ,
112
147
# test-libraries : before ,
0 commit comments