Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
@import '../../global/_variables'; // global variables.
2
@import '../../global/components/_mixins'; // global mixings.
3
 
4
/***
5
Blog Page
6
***/
7
 
8
/*--Block Article--*/
9
.blog-page {
10
    padding-bottom: 20px;
11
}
12
 
13
.blog-page h1 {
14
  margin-bottom: 20px;
15
}
16
 
17
.blog-page h2 a {
18
  color: #000;
19
}
20
 
21
.blog-page h2 a:hover {
22
  color: #0d638f;
23
  text-decoration: none;
24
}
25
 
26
.blog-page hr {
27
  margin-top: 30px !important;
28
}
29
 
30
.blog-page .article-block {
31
  padding-bottom: 20px;
32
}
33
 
34
.blog-page .news-img img {
35
  margin-top: 9px;
36
}
37
 
38
.blog-page .blog-tag-data ul {
39
  margin-bottom: 5px;
40
}
41
 
42
.blog-page .blog-tag-data li {
43
  padding: 0;
44
}
45
 
46
.blog-page .blog-tag-data li i {
47
  color: #78cff8;
48
}
49
 
50
.blog-page .blog-tag-data li a {
51
  padding: 0;
52
  color: #555;
53
  margin-right: 8px;
54
}
55
 
56
.blog-page .blog-tag-data {
57
  margin-bottom: 10px;
58
}
59
 
60
.blog-page .blog-tag-data ul.blog-tags a {
61
  background: #eee;
62
  padding: 1px 4px;
63
  margin: 0 4px 4px 0;
64
  display: inline-block;
65
}
66
 
67
.blog-page .blog-tag-data ul.blog-tags a:hover {
68
  background: #ddd;
69
  text-decoration: none;
70
}
71
 
72
.blog-page .blog-tag-data .blog-tag-data-inner {
73
  text-align: right;
74
}
75
 
76
.blog-page .blog-tag-data img {
77
  margin-bottom: 12px;
78
}
79
 
80
.blog-page .blog-article {
81
  padding-bottom: 20px;
82
}
83
 
84
.blog-page .blog-article h3,
85
.blog-page .blog-article h2,
86
.blog-page .blog-article h1,
87
.blog-page .blog-article h4 {
88
  margin-top: 0;
89
}
90
 
91
/*--Block Sidebar--*/
92
.blog-sidebar h2 {
93
  font-size: 38.5px;
94
  margin-bottom: 20px;
95
}
96
 
97
/*Twitter block*/
98
.blog-twitter-block {
99
  padding: 5px;
100
  position: relative;
101
  margin-bottom: 10px;
102
  border-right: solid 2px #ddd;
103
}
104
 
105
.blog-twitter-block:hover {
106
  background: #fafafa;
107
  border-color: #35aa47;
108
}
109
 
110
.blog-twitter-block a {
111
  color: #4d90fe;
112
}
113
 
114
.blog-twitter-block p {
115
  margin-bottom: 0;
116
}
117
 
118
.blog-twitter-block span {
119
  color: #555;
120
  display: block;
121
  font-size: 12px;
122
}
123
 
124
.blog-twitter-block i.blog-twiiter-icon {
125
  color: #eee;
126
  right: 10px;
127
  bottom: 10px;
128
  font-size: 30px;
129
  position: absolute;
130
}
131
 
132
/***
133
Blog & News Item Page
134
***/
135
/*--Media Object--*/
136
.blog-page .media img {
137
    height: 54px;
138
    position: relative;
139
    top: 3px;
140
    width: 54px;
141
}
142
 
143
.blog-page h4.media-heading {
144
    position: relative;
145
}
146
 
147
.blog-page h4.media-heading span {
148
    color: #777777;
149
    font-size: 12px;
150
    position: absolute;
151
    right: 0;
152
    top: 3px;
153
}
154
 
155
.blog-page h4.media-heading span a {
156
    color: #78cff8;
157
}
158
 
159
/*Post Comment*/
160
.blog-page .post-comment .color-red {
161
  color: #f00;
162
}
163
 
164
/*For Responsive*/
165
@media (max-width: 768px) {
166
  .blog-page .blog-tag-data .blog-tag-data-inner {
167
    text-align: left;
168
  }
169
}