Skip to content

Commit e9908c3

Browse files
committed
Template base del sitio de la comunidad de Python en Paraguay, pythonpy.org
0 parents  commit e9908c3

90 files changed

Lines changed: 20870 additions & 0 deletions

Some content is hidden

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

color/default.css

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
a,.tp-caption a.btn:hover {
3+
color: #346e9e;
4+
}
5+
.top-nav-collapse {
6+
background: #346e9e;
7+
}
8+
9+
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
10+
color: #346e9e;
11+
}
12+
13+
.owl-theme .owl-controls .owl-page.active span,
14+
.owl-theme .owl-controls.clickable .owl-page:hover span {
15+
background-color: #346e9e;
16+
}
17+
18+
.widget-avatar .avatar:hover {
19+
border: 5px solid #346e9e;
20+
}
21+
22+
.bg-skin {
23+
background: #346e9e;
24+
}
25+
26+
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
27+
border-color: #346e9e;
28+
}
29+
30+
footer {
31+
background-color: #ffe15f;
32+
}
33+
34+
.btn-skin {
35+
color: #fff;
36+
background-color: #346e9e;
37+
border-color: #346e9e;
38+
}

color/python-logo.png

9.87 KB
Loading

0 commit comments

Comments
 (0)