-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.less
51 lines (36 loc) · 1.54 KB
/
variables.less
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
@import "classes";
@color_error: #f00; // red
@color_warning: #fc0; // yellow
@color_notice: #39c; // blue
@color_success: #090; // green
@color_1: #000; // black
@twitter: #01ACED; // blue
@facebook: #3D5B98; // blue
@linkedin: #666; // grey
@google: #DC0401; // red
@youtube: #942422; // red
@vimeo: #172322; // grey
@font-size: 16;
@line-height: 24;
@padding: 15px;
@height: 50px;
//@inputs: ~'input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"]';
@image_base: "../images/";
@font_base: "../fonts/";
@font-face {
.fontface(icon,icons);
}
.font_sans { font-family: Arial, Helvetica, sans-serif; }
.font_serif { font-family: Georgia, "Times New Roman", Times, serif; }
.font_debug { font-family: "Courier New", Courier, monospace; }
.icon { font-family: "icon"; speak: none; }
.ibt { display: inline-block; vertical-align: top; *display: inline; }
.ibm { display: inline-block; vertical-align: middle; *display: inline; }
.ibb { display: inline-block; vertical-align: bottom; *display: inline; }
.img { display: block; width: 100%; height: auto; }
.ir { display: inline-block; text-indent: -9999px; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.irp { position: absolute; left: -9999px; overflow: hidden; font-size: 0px; line-height: 0px; text-indent: -9999px; }
.notext { text-indent: 100%; white-space: nowrap; overflow: hidden; display: inline-block; }
.pos { position: absolute; top: -9999px; left: -9999px; }
.nopos { position: static; top: auto; left: auto; }
//specific