Skip to content

Commit ae58f05

Browse files
committed
Update 2015-01-11T23:31:10.461Z
1 parent 2705d87 commit ae58f05

File tree

252 files changed

+49293
-1480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+49293
-1480
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blog.sergeytitov.com
1+
sergeytitov.com

about.html

+840
Large diffs are not rendered by default.

about2.html

+859
Large diffs are not rendered by default.

accordion.html

+793
Large diffs are not rendered by default.

assets/css/animate.min.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/blue.css

+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
a:hover,
2+
a:focus,
3+
.bordered .info h3 a:hover,
4+
.bordered .info h4 a:hover,
5+
.icon i.icn,
6+
.meta a:hover,
7+
.meta li.categories:hover:before,
8+
.more:hover,
9+
.navbar.basic .nav > li > a:hover,
10+
.navbar.basic .nav > li > a:focus,
11+
.navbar.basic .nav .open > a,
12+
.navbar.basic .nav .open > a:hover,
13+
.navbar.basic .nav .open > a:focus,
14+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
15+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active,
16+
.navbar-header .info a:hover,
17+
.nav > li > a:hover,
18+
.owl-carousel:hover .owl-next:hover,
19+
.owl-carousel:hover .owl-prev:hover,
20+
.panel-title > a:hover,
21+
#scrollUp:hover,
22+
.sidemeta .format-wrapper a,
23+
.tabs-side .tab.active a,
24+
.tabs-top .tab.active a,
25+
.text-center .panel-title > a:hover span:after,
26+
ul.arrowed li:before,
27+
ul.circled li:before,
28+
.yamm .yamm-content a:hover {
29+
color: #3F8DBF;
30+
}
31+
32+
.tint-bg .btn,
33+
.tint-color {
34+
color: #3F8DBF !important;
35+
}
36+
37+
.btn,
38+
.classic-blog .post .date,
39+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
40+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus,
41+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
42+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
43+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
44+
.navbar .dropdown-submenu:focus > a,
45+
.navbar .dropdown-submenu:hover > a,
46+
.owl-pagination .owl-page.active span,
47+
.owl-pagination .owl-page:hover span,
48+
#owl-main .caption h1 span.tint-bg,
49+
#owl-main .caption p span.tint-bg,
50+
.pagination > li > a,
51+
.pagination > li > span,
52+
.post.format-quote,
53+
.sidemeta .format-wrapper a:hover,
54+
.sidenav li a:hover,
55+
.tabs-circle-top .tab.active a,
56+
.tabs-side .tab a:hover,
57+
.tabs-top .tab a:hover,
58+
.tint-bg,
59+
.tint-bg.img-bg-soft:before,
60+
.tint-bg.img-bg-softer:before,
61+
.tooltip-inner {
62+
background-color: #3F8DBF;
63+
}
64+
65+
.btn:hover,
66+
.btn:focus,
67+
.btn:active,
68+
.btn.active,
69+
.pagination > .active > a,
70+
.pagination > .active > span,
71+
.pagination > .active > a:hover,
72+
.pagination > .active > span:hover,
73+
.pagination > li > a:hover,
74+
.pagination > li > a:focus {
75+
background-color: #387EAA;
76+
}
77+
78+
.icon-overlay a .icn-more,
79+
.items li .text-overlay,
80+
.owl-carousel .item .text-overlay,
81+
.thumbs .thumb .text-overlay {
82+
background-color: rgba(63, 141, 191, 0.9);
83+
}
84+
85+
.classic-blog .post .date,
86+
.icon.circle,
87+
.sidemeta .format-wrapper a,
88+
.tabs-circle-top .tab.active a,
89+
.tabs-circle-top .tab a:hover,
90+
.tabs-side .tab a:hover,
91+
.tabs-top .tab a:hover {
92+
border-color: #3F8DBF;
93+
}
94+
95+
.tooltip.top .tooltip-arrow,
96+
.tooltip.top-left .tooltip-arrow,
97+
.tooltip.top-right .tooltip-arrow {
98+
border-top-color: #3F8DBF;
99+
}
100+
.tooltip.right .tooltip-arrow {
101+
border-right-color: #3F8DBF;
102+
}
103+
.tooltip.left .tooltip-arrow {
104+
border-left-color: #3F8DBF;
105+
}
106+
.tooltip.bottom .tooltip-arrow,
107+
.tooltip.bottom-left .tooltip-arrow,
108+
.tooltip.bottom-right .tooltip-arrow {
109+
border-bottom-color: #3F8DBF;
110+
}
111+
112+
#owl-main .caption h1 span.tint-bg,
113+
#owl-main .caption p span.tint-bg {
114+
box-shadow: -.500em 0 0 #3F8DBF, .500em 0 0 #3F8DBF;
115+
}
116+
117+
::selection {
118+
background: #B6DBF2; /* Safari */
119+
}
120+
121+
::-moz-selection {
122+
background: #B6DBF2; /* Firefox */
123+
}

assets/css/bootstrap.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/gray.css

+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
a:hover,
2+
a:focus,
3+
.bordered .info h3 a:hover,
4+
.bordered .info h4 a:hover,
5+
.icon i.icn,
6+
.meta a:hover,
7+
.meta li.categories:hover:before,
8+
.more:hover,
9+
.navbar.basic .nav > li > a:hover,
10+
.navbar.basic .nav > li > a:focus,
11+
.navbar.basic .nav .open > a,
12+
.navbar.basic .nav .open > a:hover,
13+
.navbar.basic .nav .open > a:focus,
14+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
15+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active,
16+
.navbar-header .info a:hover,
17+
.nav > li > a:hover,
18+
.owl-carousel:hover .owl-next:hover,
19+
.owl-carousel:hover .owl-prev:hover,
20+
.panel-title > a:hover,
21+
#scrollUp:hover,
22+
.sidemeta .format-wrapper a,
23+
.tabs-side .tab.active a,
24+
.tabs-top .tab.active a,
25+
.text-center .panel-title > a:hover span:after,
26+
ul.arrowed li:before,
27+
ul.circled li:before,
28+
.yamm .yamm-content a:hover {
29+
color: #95A5A6;
30+
}
31+
32+
.tint-bg .btn,
33+
.tint-color {
34+
color: #95A5A6 !important;
35+
}
36+
37+
.btn,
38+
.classic-blog .post .date,
39+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
40+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus,
41+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
42+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
43+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
44+
.navbar .dropdown-submenu:focus > a,
45+
.navbar .dropdown-submenu:hover > a,
46+
.owl-pagination .owl-page.active span,
47+
.owl-pagination .owl-page:hover span,
48+
#owl-main .caption h1 span.tint-bg,
49+
#owl-main .caption p span.tint-bg,
50+
.pagination > li > a,
51+
.pagination > li > span,
52+
.post.format-quote,
53+
.sidemeta .format-wrapper a:hover,
54+
.sidenav li a:hover,
55+
.tabs-circle-top .tab.active a,
56+
.tabs-side .tab a:hover,
57+
.tabs-top .tab a:hover,
58+
.tint-bg,
59+
.tint-bg.img-bg-soft:before,
60+
.tint-bg.img-bg-softer:before,
61+
.tooltip-inner {
62+
background-color: #95A5A6;
63+
}
64+
65+
.btn:hover,
66+
.btn:focus,
67+
.btn:active,
68+
.btn.active,
69+
.pagination > .active > a,
70+
.pagination > .active > span,
71+
.pagination > .active > a:hover,
72+
.pagination > .active > span:hover,
73+
.pagination > li > a:hover,
74+
.pagination > li > a:focus {
75+
background-color: #859394;
76+
}
77+
78+
.icon-overlay a .icn-more,
79+
.items li .text-overlay,
80+
.owl-carousel .item .text-overlay,
81+
.thumbs .thumb .text-overlay {
82+
background-color: rgba(149, 165, 166, 0.9);
83+
}
84+
85+
.classic-blog .post .date,
86+
.icon.circle,
87+
.sidemeta .format-wrapper a,
88+
.tabs-circle-top .tab.active a,
89+
.tabs-circle-top .tab a:hover,
90+
.tabs-side .tab a:hover,
91+
.tabs-top .tab a:hover {
92+
border-color: #95A5A6;
93+
}
94+
95+
.tooltip.top .tooltip-arrow,
96+
.tooltip.top-left .tooltip-arrow,
97+
.tooltip.top-right .tooltip-arrow {
98+
border-top-color: #95A5A6;
99+
}
100+
.tooltip.right .tooltip-arrow {
101+
border-right-color: #95A5A6;
102+
}
103+
.tooltip.left .tooltip-arrow {
104+
border-left-color: #95A5A6;
105+
}
106+
.tooltip.bottom .tooltip-arrow,
107+
.tooltip.bottom-left .tooltip-arrow,
108+
.tooltip.bottom-right .tooltip-arrow {
109+
border-bottom-color: #95A5A6;
110+
}
111+
112+
#owl-main .caption h1 span.tint-bg,
113+
#owl-main .caption p span.tint-bg {
114+
box-shadow: -.500em 0 0 #95A5A6, .500em 0 0 #95A5A6;
115+
}
116+
117+
::selection {
118+
background: #DAE5E5; /* Safari */
119+
}
120+
121+
::-moz-selection {
122+
background: #DAE5E5; /* Firefox */
123+
}

assets/css/green.css

+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
a:hover,
2+
a:focus,
3+
.bordered .info h3 a:hover,
4+
.bordered .info h4 a:hover,
5+
.icon i.icn,
6+
.meta a:hover,
7+
.meta li.categories:hover:before,
8+
.more:hover,
9+
.navbar.basic .nav > li > a:hover,
10+
.navbar.basic .nav > li > a:focus,
11+
.navbar.basic .nav .open > a,
12+
.navbar.basic .nav .open > a:hover,
13+
.navbar.basic .nav .open > a:focus,
14+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
15+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active,
16+
.navbar-header .info a:hover,
17+
.nav > li > a:hover,
18+
.owl-carousel:hover .owl-next:hover,
19+
.owl-carousel:hover .owl-prev:hover,
20+
.panel-title > a:hover,
21+
#scrollUp:hover,
22+
.sidemeta .format-wrapper a,
23+
.tabs-side .tab.active a,
24+
.tabs-top .tab.active a,
25+
.text-center .panel-title > a:hover span:after,
26+
ul.arrowed li:before,
27+
ul.circled li:before,
28+
.yamm .yamm-content a:hover {
29+
color: #1ABB9C;
30+
}
31+
32+
.tint-bg .btn,
33+
.tint-color {
34+
color: #1ABB9C !important;
35+
}
36+
37+
.btn,
38+
.classic-blog .post .date,
39+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
40+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus,
41+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
42+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
43+
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
44+
.navbar .dropdown-submenu:focus > a,
45+
.navbar .dropdown-submenu:hover > a,
46+
.owl-pagination .owl-page.active span,
47+
.owl-pagination .owl-page:hover span,
48+
#owl-main .caption h1 span.tint-bg,
49+
#owl-main .caption p span.tint-bg,
50+
.pagination > li > a,
51+
.pagination > li > span,
52+
.post.format-quote,
53+
.sidemeta .format-wrapper a:hover,
54+
.sidenav li a:hover,
55+
.tabs-circle-top .tab.active a,
56+
.tabs-side .tab a:hover,
57+
.tabs-top .tab a:hover,
58+
.tint-bg,
59+
.tint-bg.img-bg-soft:before,
60+
.tint-bg.img-bg-softer:before,
61+
.tooltip-inner {
62+
background-color: #1ABB9C;
63+
}
64+
65+
.btn:hover,
66+
.btn:focus,
67+
.btn:active,
68+
.btn.active,
69+
.pagination > .active > a,
70+
.pagination > .active > span,
71+
.pagination > .active > a:hover,
72+
.pagination > .active > span:hover,
73+
.pagination > li > a:hover,
74+
.pagination > li > a:focus {
75+
background-color: #17A78B;
76+
}
77+
78+
.icon-overlay a .icn-more,
79+
.items li .text-overlay,
80+
.owl-carousel .item .text-overlay,
81+
.thumbs .thumb .text-overlay {
82+
background-color: rgba(26, 187, 156, 0.9);
83+
}
84+
85+
.classic-blog .post .date,
86+
.icon.circle,
87+
.sidemeta .format-wrapper a,
88+
.tabs-circle-top .tab.active a,
89+
.tabs-circle-top .tab a:hover,
90+
.tabs-side .tab a:hover,
91+
.tabs-top .tab a:hover {
92+
border-color: #1ABB9C;
93+
}
94+
95+
.tooltip.top .tooltip-arrow,
96+
.tooltip.top-left .tooltip-arrow,
97+
.tooltip.top-right .tooltip-arrow {
98+
border-top-color: #1ABB9C;
99+
}
100+
.tooltip.right .tooltip-arrow {
101+
border-right-color: #1ABB9C;
102+
}
103+
.tooltip.left .tooltip-arrow {
104+
border-left-color: #1ABB9C;
105+
}
106+
.tooltip.bottom .tooltip-arrow,
107+
.tooltip.bottom-left .tooltip-arrow,
108+
.tooltip.bottom-right .tooltip-arrow {
109+
border-bottom-color: #1ABB9C;
110+
}
111+
112+
#owl-main .caption h1 span.tint-bg,
113+
#owl-main .caption p span.tint-bg {
114+
box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
115+
}
116+
117+
::selection {
118+
background: #AAF2E4; /* Safari */
119+
}
120+
121+
::-moz-selection {
122+
background: #AAF2E4; /* Firefox */
123+
}

0 commit comments

Comments
 (0)