File tree 4 files changed +46
-16
lines changed
4 files changed +46
-16
lines changed Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
{% include jumbotron.html %}
5
- < article class ="post " itemscope itemtype ="http://schema.org/BlogPosting ">
5
+ < article class ="post container " itemscope itemtype ="http://schema.org/BlogPosting ">
6
6
7
7
< header class ="post-header ">
8
8
< h1 class ="post-title " itemprop ="name headline "> {{ page.title }}</ h1 >
Original file line number Diff line number Diff line change 15
15
right : 0 ;
16
16
z-index : 103 ;
17
17
18
- color : # fff ;
19
- background : # 4183c4 ;
18
+ color : # 000 ;
19
+ background : # fff ;
20
20
21
21
-webkit-transition : all 0.5s ease;
22
22
-moz-transition : all 0.5s ease;
25
25
transition : all 0.5s ease;
26
26
}
27
27
28
+ .site-header # site-header-brand {
29
+ color : # 2e2e2e ;
30
+ float : left;
31
+ }
32
+
28
33
.site-header a {
29
34
text-decoration : none;
30
35
}
31
36
32
- # site-header-brand {
33
- float : left;
34
- color : # fff ;
37
+ .site-header a : hover {
38
+ color : # 4183c4 ;
35
39
}
36
40
37
41
# site-header-brand , # site-header-brand .octicon {
48
52
}
49
53
50
54
.site-header-nav-item {
51
- color : rgba ( 255 , 255 , 255 , .5 ) ;
55
+ color : # 000 ;
52
56
display : inline-block;
53
57
padding : 10px ;
54
58
margin-left : 1.25rem ;
66
70
-o-box-shadow : 0 0.125em 0.125em 0 rgba (0 , 0 , 0 , 0.125 );
67
71
box-shadow : 0 0.125em 0.125em 0 rgba (0 , 0 , 0 , 0.125 );
68
72
}
69
-
70
- .site-header .site-header-nav-scrolled a , .site-header .site-header-nav-scrolled # site-header-brand {
71
- color : # 2e2e2e !important ;
72
- }
73
-
74
- .site-header .site-header-nav-scrolled a : hover {
75
- color : # 4183c4 ;
76
- }
77
73
/******* Scroll End *******/
78
74
79
75
/** Jumbotron **/
80
76
.jumbotron {
81
77
padding-top : 200px ;
82
78
padding-bottom : 100px ;
83
79
color : # fff ;
84
- background : # 4183c4 ;
85
80
}
86
81
87
82
.jumbotron a {
Original file line number Diff line number Diff line change
1
+ /** Only for index.html **/
2
+
3
+ .site-header {
4
+ color : # fff ;
5
+ background : # 4183c4 ;
6
+ }
7
+
8
+ .site-header # site-header-brand {
9
+ color : # fff ;
10
+ }
11
+
12
+ .site-header .site-header-nav-item {
13
+ color : # 9acfea ;
14
+ }
15
+
16
+ .site-header a : hover {
17
+ color : # fff ;
18
+ }
19
+
20
+ .jumbotron {
21
+ background : # 4183c4 ;
22
+ }
23
+
24
+ .site-header .site-header-nav-scrolled a {
25
+ color : # 2e2e2e ;
26
+ }
27
+
28
+ .site-header .site-header-nav-scrolled # site-header-brand {
29
+ color : # 2e2e2e !important ;
30
+ }
31
+
32
+ .site-header .site-header-nav-scrolled a : hover {
33
+ color : # 4183c4 ;
34
+ }
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
menu: home
4
+ css: ['index.css']
4
5
---
5
6
< section class ="jumbotron ">
6
7
< div class ="container ">
You can’t perform that action at this time.
0 commit comments