-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraptor-front-end.css
134 lines (116 loc) · 2.44 KB
/
raptor-front-end.css
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/**
* Basic color menu plugin default colors.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, color-menu-basic/color-menu-basic-front-end.scss */
.cms-white {
color: #ffffff;
}
/* line 10, color-menu-basic/color-menu-basic-front-end.scss */
.cms-black {
color: #000000;
}
/* line 14, color-menu-basic/color-menu-basic-front-end.scss */
.cms-blue {
color: #4f81bd;
}
/* line 18, color-menu-basic/color-menu-basic-front-end.scss */
.cms-red {
color: #c0504d;
}
/* line 22, color-menu-basic/color-menu-basic-front-end.scss */
.cms-green {
color: #9bbb59;
}
/* line 26, color-menu-basic/color-menu-basic-front-end.scss */
.cms-purple {
color: #8064a2;
}
/* line 30, color-menu-basic/color-menu-basic-front-end.scss */
.cms-orange {
color: #f79646;
}
/* line 34, color-menu-basic/color-menu-basic-front-end.scss */
.cms-grey {
color: #999;
}
/**
* Float plugin default colors.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, float/float-front-end.scss */
.cms-float-left {
float: left;
}
/* line 10, float/float-front-end.scss */
.cms-float-right {
float: right;
}
/**
* Text align styles.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, text-align/style/text-align-front-end.scss */
.cms-center {
text-align: center;
}
/* line 10, text-align/style/text-align-front-end.scss */
.cms-left {
text-align: left;
}
/* line 14, text-align/style/text-align-front-end.scss */
.cms-right {
text-align: right;
}
/* line 18, text-align/style/text-align-front-end.scss */
.cms-justify {
text-align: justify;
}
/**
* Bold formatting styles.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, bold/style/bold-front-end.scss */
.cms-bold {
font-weight: bold;
}
/**
* Italic formatting styles.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, italic/style/italic-front-end.scss */
.cms-italic {
font-style: italic;
}
/**
* Strike formatting styles.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, strike-through/style/strike-front-end.scss */
.cms-strike {
text-decoration: line-through;
}
/**
* Bold formatting styles.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, block-quote/style/bold-front-end.scss */
.cms-bold {
font-weight: bold;
}
/**
* Underline formatting styles.
*
* @author David Neilsen <[email protected]>
*/
/* line 6, underline/style/underline-front-end.scss */
.cms-underline {
text-decoration: underline;
}