zend-blog-3-backend

Форк
0
153 строки · 2.2 Кб
1
/*!
2
 * IE10 viewport hack for Surface/desktop Windows 8 bug
3
 * Copyright 2014-2015 Twitter, Inc.
4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
 */
6

7
/*
8
 * See the Getting Started docs for more information:
9
 * http://getbootstrap.com/getting-started/#support-ie10-width
10
 */
11
@-webkit-viewport {
12
    width: device-width;
13
}
14

15
@-moz-viewport {
16
    width: device-width;
17
}
18

19
@-ms-viewport {
20
    width: device-width;
21
}
22

23
@-o-viewport {
24
    width: device-width;
25
}
26

27
@viewport {
28
    width: device-width;
29
}
30

31
/*
32
 * Globals
33
 */
34
body {
35
    font-family: "Consolas", "Lucida Console", monospace;
36
    color: #555;
37
}
38

39
h1, .h1,
40
h2, .h2,
41
h3, .h3,
42
h4, .h4,
43
h5, .h5,
44
h6, .h6 {
45
    margin-top: 0;
46
    font-weight: normal;
47
    color: #333;
48
}
49

50
/*
51
 * Override Bootstrap's default container.
52
 */
53
@media (min-width: 1200px) {
54
    .container {
55
        width: 970px;
56
    }
57
}
58

59
/*
60
 * Blog name and description
61
 */
62
.blog-header {
63
    padding-top: 20px;
64
    padding-bottom: 20px;
65
}
66

67
.blog-title {
68
    margin-top: 30px;
69
    margin-bottom: 0;
70
    font-size: 42px;
71
    font-weight: normal;
72
}
73

74
.blog-description {
75
    font-size: 20px;
76
    color: #999;
77
}
78

79
/*
80
 * Main column and sidebar layout
81
 */
82
.blog-main {
83
    font-size: 15px;
84
    line-height: 1.5;
85
}
86

87
/* Sidebar modules for boxing content */
88
.sidebar-module {
89
    padding: 15px;
90
    margin: 0 -15px 15px;
91
}
92

93
.sidebar-module-inset {
94
    padding: 15px;
95
    background-color: #f5f5f5;
96
    border-radius: 4px;
97
}
98

99
.sidebar-module-inset p:last-child,
100
.sidebar-module-inset ul:last-child,
101
.sidebar-module-inset ol:last-child {
102
    margin-bottom: 0;
103
}
104

105
/* Pagination */
106
.pager {
107
    margin-bottom: 60px;
108
    text-align: left;
109
}
110

111
.pager > li > a {
112
    width: 140px;
113
    padding: 10px 20px;
114
    text-align: center;
115
    border-radius: 30px;
116
}
117

118
/*
119
 * Blog posts
120
 */
121
.blog-post {
122
    margin-bottom: 60px;
123
}
124

125
.blog-post img {
126
    max-width: 100%;
127
    height: auto;
128
}
129

130
.blog-post-title {
131
    margin-bottom: 5px;
132
    font-size: 32px;
133
}
134

135
.blog-post-meta {
136
    margin-bottom: 20px;
137
    color: #999;
138
}
139

140
/*
141
 * Footer
142
 */
143
.blog-footer {
144
    padding: 40px 0;
145
    color: #999;
146
    text-align: center;
147
    background-color: #f9f9f9;
148
    border-top: 1px solid #e5e5e5;
149
}
150

151
.blog-footer p:last-child {
152
    margin-bottom: 0;
153
}
154

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.