-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·157 lines (132 loc) · 2.85 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·157 lines (132 loc) · 2.85 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
/*
Theme Name: Alpha-trolling
Theme URI: http://trollingart.com
Author: the Alphacity team
Author URI: http://trollingart.com
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
}
a {
color: #737DAE;
}
/* HEADER */
.menuSocials {
border-bottom: 1px solid rgba(0,0,0,0.05);
height: 90px;
z-index: 9999;
background-color: #fff;
}
.logo h3, .menuGen, .tagsMenu h4, .socialLink {
line-height: 90px;
}
/*
.logo h3 {
font-weight: 900;
}
*/
.tagsMenu h4 {
margin-top: 0px;
}
.logo {
padding: 5px 0;
}
.logo a {
color: #7D7D7D;
font-size: 2em;
}
.black {
color: #000;
}
.menuGen {
padding-left: 30px;
padding-right: 0px;
}
.containerSocial {
border-left: 1px solid rgba(0,0,0,0.05);
}
/* This gets Google to fall into place */
.social {
/* border: 1px solid red; */
font-size: 1px;
float: left;
}
/* This gets Facebook to fall into place */
.social iframe {
vertical-align: middle;
}
/* Set an optional width for your button wrappers */
.social span {
display: inline-block;
width: 110px;
}
/* Adjust the widths individually if you like */
.social .google {
width: 75px;
}
.social .twitter {
width: 220px;
}
/* END_HEADER */
/* Contenido */
.content {
padding-top: 30px;
}
.content .container {
padding: 0px 85px 0 85px;
}
.content .titlePost {
padding: 0px 0 10px 0;
}
.content .titlePost h2 {
margin-top: 10px;
font-size: 26px;
}
.content .votes {
padding: 15px 0 0 10px;
}
.content .contentImage {
padding: 25px;
background-color: #eee;
}
.imgArticle {
margin:0 auto;
}
.content .tags {
padding: 5px 0 5px 0;
}
.textArticle {
padding-bottom: 15px;
}
.infoAuthor {
height: 70px;
}
.author, .readMore {
line-height: 70px;
}
.readMore .glyphicon {
padding-right: 5px;
}
.avatar {
padding: 0px;
}
.author {
padding-left: 20px;
}
/* END_CONTENIDO */
.sidebarBlog .row {
margin-left: 0px;
}
.sideBarMessage {
width: 336px;
}
.sidebarBlog .adsense {
padding-bottom: 7px;
}