-
Notifications
You must be signed in to change notification settings - Fork 0
/
mySite-0.scss
73 lines (55 loc) · 1.49 KB
/
mySite-0.scss
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
@charset "utf-8";
@import "base";
@import "plugins/h5bp/normalize";
@import "plugins/h5bp/h5bp";
@import "plugins/bootstrap/css/bootstrap-responsive";
@import "plugins/bootstrap/css/bootstrap";
/* ==========================================================================
Primary styles
Author: Abhishek Munie
========================================================================== */
html,
body {
width: 100%;
min-height: 100%;
}
@import "components/cufon";
@import "globals/golden-box";
@import "globals/file-icons";
@import "globals/special-imgs";
.initHidden {
opacity: 1;
transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-khtml-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
}
.loading .initHidden {
opacity: 0
}
@import "globals/special-divs";
@import "components/bars";
@import "globals/shadows";
@import "components/overlay-theater";
@import "shared/alerts";
@import "shared/github";
.indentedList > li {
margin-left: 25px
}
.homeIcon {
background: url('#{$cdn_img}img/icons/home.png') no-repeat center center;
overflow: hidden;
padding-left: 12px;
padding-right: 12px;
text-indent: -9999px;
}
@import "components/sky_background";
@import "components/slide_up_box";
@import "page_levels";
@import "plugins/google/cs/default-v2";
@import "plugins/jQuery/lightbox";
@import "components/expandable-img";
@import "components/faq";
@import "components/facebook";