-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
106 lines (100 loc) · 1.74 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/* This is a Child-theme of Spacious for Wikitoki
Theme Name: spacious child
Theme URI:
Description: Child theme for the Parent theme
Author: numeroteca
Author URI: http://numeroteca.org
Template: spacious
Version: 0.1
*/
@import url("../spacious/style.css");
.avatar {
border-radius: 0;
float: none;
}
.type-actividad img {
margin:0 0 0 0;
}
.type-actividad h2, .type-actividad h3, .type-actividad h4 {
margin-top:20px;
}
.type-actividad h3 {
font-size: 20px;
line-height: 26px;
}
.row {
clear: both;
height:400px;
}
.row:after {
clear: both;
}
.row:after {
clear: both;
}
.row:before, .row:after {
display: table;
content: " ";
}
.row:before, .row:after {
display: table;
content: " ";
}
.box {
width:29%;
float:left;
height:320px;
position:relative;
margin-bottom: 12px;
padding-right:4%;
}
#actividades h4, .actividad h4 {
padding-bottom: 0 ;
padding-bottom: 0px;
font-size: 20px;
line-height:24px;
}
.actividad .entry-meta {
border: 1px solid #EAEAEA;
font-size: 14px;
color: #666;
font-family: "Lato",sans-serif;
margin: 0px 0px 20px;
}
.actividad .entry-meta .read-more-link {
padding: 5px 10px;
background-color: #0FBE7C;
float: right;
border-right: medium none;
}
.actividad .entry-meta a.read-more {
color: #FFF;
}
#content .entry-content ul li {
line-height: 24px;
margin: 0px 0px 5px;
}
/* menu orbita */
#menu-orbita.main-navigation {
background-color: #EEE;
padding: 0 0;
display: block;
width: 100%;
text-align: right;
}
.lang-item {
display: inline;
margin-right: 15px;
padding:
}
.lang-item a {
color:#666;
}
.current-lang a {
font-weight:bold;
color:#0FBE7C;
}
#polylang-2 {
float: left;
margin-top: 4px;
}