-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_posts.scss
More file actions
126 lines (103 loc) · 1.8 KB
/
_posts.scss
File metadata and controls
126 lines (103 loc) · 1.8 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.post {
padding-top: 14px;
color: $article-font-color;
a {
color: $post-link-color;
&:hover {
color: rgba(230, 126, 34, 0.8);
}
}
ul {
list-style-type: square;
padding-left: 30px;
}
code {
padding-top: 0;
padding-bottom: 0;
border: 1px solid #ddd;
}
img {
@include img-responsive();
margin: 0 auto;
border: 1px solid #eeeeee;
background: transparent;
padding: 10px 12px;
margin-top: 12px;
margin-bottom: 12px;
}
.video-center-responsive {
@extend img;
width: 480px;
height: 320px;
}
p {
text-align: left;
margin-bottom: 15px;
}
h2 {
margin-bottom: 20px;
}
.social-inline {
padding-left: 0;
display: block;
list-style: none;
li.fb-like.fb_iframe_widget span {
vertical-align: baseline !important;
}
li {
display: inline;
}
}
#social-block {
ul {
margin-top: 10px;
}
li {
display: block !important;
}
}
.post-header {
h1 {
color: $article-title-color;
}
}
.no-border-padding {
border: none;
padding: 0;
height: 150px;
border-radius: $thumbnail-border-radius;
}
.detalles-tutorial {
background-color: #F7F7ED;
margin-top: -21px;
margin-bottom: -22px;
padding: 20px 15px 21px 15px;
padding-bottom: 21px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.post-ordered-list {
display: none;
}
.post-author-thumb {
vertical-align: top;
padding: 0;
border-radius: 0.4rem;
}
.post-content {
padding: 0px 15px;
font-size: 17px;
line-height: 2;
}
blockquote {
border-left-color: #2BA6CB;
}
}
.fa-oscuro {
color: black;
font-size: 90px;
&:hover {
color: inherit;
transition: none;
}
}