Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

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