Welcome to mirror list, hosted at ThFree Co, Russian Federation.

application.scss « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4f8ce423926f4b97a3ed3c5aed9251a730f16b8 (plain)
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
@import 'bootstrap-fix';

@import 'perfect-scrollbar';

@import "colors";
@import 'sizes';
@import 'mixins';

/* core */
@import 'media-box';
@import 'autocomplete';
@import 'entypo-fonts';
@import 'entypo';
@import 'mentions';
@import 'flash_messages';
@import 'sprites';
@import 'hovercard';
@import 'new_styles/base';
@import 'new_styles/buttons';
@import 'new_styles/interactions';
@import 'new_styles/spinner';
@import 'lightbox';
@import 'vendor/fileuploader';
@import 'vendor/autoSuggest';

/* font overrides */
@import 'new_styles/typography';

/* login */
@import 'new_styles/login';
@import 'new_styles/registration';
@import 'new_styles/forms';

/* navs */
@import 'new_styles/navs';

/* profile and settings pages */
@import 'new_styles/settings';

/* new SPV */
@import 'header';
@import 'footer';
@import 'bootstrap-headerfix';
@import 'opengraph';
@import 'single-post-view';
@import 'new_styles/poll';

/* conversations */
@import 'conversations';
@import 'vendor/facebox';
@import 'facebox';

/* publisher */
@import 'publisher';
@import 'aspects';

/* bookmarklet */
@import 'bookmarklet';

/* notifications */
@import 'notifications';

/* help */
@import 'help';

/* getting started */
@import 'getting-started';

/* people */
@import 'people';
@import 'invitations';
@import 'profile';

/* stream */
@import 'tag';
@import 'stream-faces';
@import 'stream';
@import 'stream_element';
@import 'comments';
@import 'diaspora_jsxc';
@import 'chat';
@import 'markdown-content';
@import 'oembed';
@import 'post-content';

/* right bar */
@import 'sidebar';

/* contacts */
@import 'contacts';
@import 'leftnavbar';

/* code */
@import 'new_styles/code';
@import 'highlightjs/github';

/* statistics */
@import 'new_styles/statistics';