werkzeug

Форк
0
210 строк · 3.6 Кб
1
body {
2
    font-family: 'Luxi Sans', 'Lucida Sans', 'Trebuchet MS', sans-serif;
3
    margin: 2em 1em 2em 1em;
4
    padding: 0;
5
    background: #1C0424;
6
}
7

8
a {
9
    color: #6A2F7E;
10
}
11

12
a:hover {
13
    color: #3D0F4D;
14
}
15

16
pre {
17
    border: 1px solid #ccc;
18
    background-color: white;
19
    font-family: 'Consolas', 'Monaco', 'Bitstream Vera Sans', monospace;
20
    font-size: 0.9em;
21
    padding: 0.3em;
22
}
23

24
table {
25
    border: 2px solid #ccc;
26
    border-collapse: collapse;
27
}
28

29
table td, table th {
30
    border: 1px solid #ccc;
31
    padding: 0.4em;
32
}
33

34
div.bodywrapper {
35
    margin: 0 auto 0 auto;
36
    max-width: 50em;
37
    background: #F1EBF3;
38
    border: 1px solid #4C1068;
39
    padding: 0;
40
    color: #111;
41
}
42

43
div.header {
44
    background-color: #320846;
45
    color: white;
46
}
47

48
div.header h1 {
49
    margin: 0;
50
    padding: 0.4em;
51
    font-size: 1.7em;
52
}
53

54
div.header h1 a {
55
    text-decoration: none;
56
    color: white;
57
}
58

59
div.header h1 a:hover {
60
    color: #6A2F7E;
61
}
62

63
div.contents {
64
    padding: 1em;
65
    margin: 0;
66
    border: 1px solid #3D0F4D;
67
}
68

69
div.footer {
70
    padding: 0.5em;
71
    background: #15031B;
72
    color: white;
73
    font-size: 0.8em;
74
    text-align: right;
75
    color: white;
76
}
77

78
div.contents h1, div.contents h2, div.contents h3, div.contents h4,
79
div.contents h5 {
80
    margin: 0;
81
    padding: 0.3em 0 0.2em 0;
82
    color: #3D0F4D;
83
}
84

85
div.contents h1 { font-size: 1.7em; }
86
div.contents h2 { font-size: 1.6em; }
87
div.contents h3 { font-size: 1.4em; }
88
div.contents h4 { font-size: 1.2em; }
89
div.contents h5 { font-size: 1em; }
90

91
div.contents p {
92
    margin: 0;
93
    padding: 0.3em 0 0.3em 0;
94
    line-height: 1.5em;
95
}
96

97
div.contents div.navigation {
98
    padding: 0 0 0.3em 0;
99
    margin: 0 0 0.3em 0;
100
    border-bottom: 1px solid #6A2F7E;
101
    font-size: 0.85em;
102
    color: #555;
103
}
104

105
div.contents div.navigation a {
106
    padding: 0 0.2em 0 0.2em;
107
    font-weight: bold;
108
    color: #555;
109
}
110

111
div.contents div.navigation a:hover {
112
    color: #6A2F7E;
113
}
114

115
div.contents div.navigation a.active {
116
    background-color: #ccc;
117
    text-decoration: none;
118
}
119

120
div.contents div.page_meta {
121
    font-size: 0.7em;
122
    color: #555;
123
    float: right;
124
}
125

126
textarea {
127
    width: 99%;
128
    font-family: 'Consolas', 'Monaco', 'Bitstream Vera Sans', monospace;
129
    font-size: 0.9em;
130
    padding: 0.3em;
131
    margin: 0.5em 0 0.5em 0;
132
}
133

134
input {
135
    font-family: 'Luxi Sans', 'Lucida Sans', 'Trebuchet MS', sans-serif;
136
}
137

138
table.revisions, table.changes {
139
    border-collapse: collapse;
140
    border: 1px solid #6A2F7E;
141
    background: #fdfdfd;
142
    width: 100%;
143
    margin: 1em 0 0.5em 0;
144
}
145

146
table.revisions th, table.changes th {
147
    background-color: #6A2F7E;
148
    color: white;
149
    padding: 0.1em 0.6em 0.1em 0.6em;
150
    font-size: 0.8em;
151
    border: none;
152
}
153

154
table.revisions td, table.changes td {
155
    padding: 0.2em 0.5em 0.2em 0.5em;
156
    font-size: 0.9em;
157
    border: none;
158
}
159

160
table.revisions .timestamp, table.changes .timestamp {
161
    text-align: left;
162
    width: 10em;
163
}
164

165
table.revisions td.timestamp, table.changes td.timestamp {
166
    color: #444;
167
}
168

169
table.revisions .change_note, table.changes .change_note {
170
    text-align: left;
171
}
172

173
table.revisions td.change_note, table.changes td.change_note {
174
    font-style: italic;
175
}
176

177
table.revisions th.diff input {
178
    background-color: #3D0F4D;
179
    color: white;
180
    border: 1px solid #1C0424;
181
}
182

183
table.revisions .diff {
184
    width: 5em;
185
    text-align: right;
186
}
187

188
table.revisions .actions {
189
    width: 8em;
190
    text-align: left;
191
}
192

193
table.revisions td.actions {
194
    font-size: 0.75em;
195
}
196

197
table.revisions tr.odd, table.changes tr.odd {
198
    background-color: #f7f7f7;
199
}
200

201
pre.udiff {
202
    overflow: auto;
203
    font-size: 0.75em;
204
}
205

206
div.pagination {
207
    font-size: 0.9em;
208
    padding: 0.5em 0 0.5em 0;
209
    text-align: center;
210
}
211

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

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

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

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