This repository was archived by the owner on Jan 27, 2025. It is now read-only.
forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextends.css
More file actions
131 lines (99 loc) · 3.59 KB
/
extends.css
File metadata and controls
131 lines (99 loc) · 3.59 KB
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
error, pre seriousError, span seriousError, other, hello {
border: 1px #f00;
background-color: #fdd; }
pre seriousError, span seriousError {
font-size: 20px; }
hello {
color: green; }
hello div {
margin: 10px; }
.cool, .me {
color: red; }
.blue, .me {
color: purple; }
a:hover, .hoverlink, #demo .overview .fakelink:hover {
text-decoration: underline; }
div.hello.world.hmm, pre div.okay.span.world.hmm, pre #butt .umm div.sure.span.world.hmm, #butt .umm pre div.sure.span.world.hmm, code div.okay.span.world.hmm, code #butt .umm div.sure.span.world.hmm, #butt .umm code div.sure.span.world.hmm {
color: blue; }
.xxxxx .xxxxx .xxxxx, code .xxxxx .xxxxx, code code .xxxxx, code code code, code .xxxxx code, .xxxxx code .xxxxx, .xxxxx code code, .xxxxx .xxxxx code {
color: green; }
code {
color: red; }
.alpha, .beta, .gama {
color: red; }
.beta, .gama {
color: white; }
.gama {
color: blue; }
#admin .tabbar a, #admin .tabbar #demo .overview .fakelink, #demo .overview #admin .tabbar .fakelink {
font-weight: bold; }
a1 b1 c1 d1, x1 y1 z1 w1 b1 c1 d1 {
color: red; }
a2 b2 c2 d2, a2 x2 y2 z2 w2 c2 d2, x2 y2 z2 a2 w2 c2 d2 {
color: red; }
a3 b3 c3 d3, a3 b3 x3 y3 z3 w3 d3, x3 y3 z3 a3 b3 w3 d3 {
color: red; }
a4 b4 c4 d4, a4 b4 c4 x4 y4 z4 w4, x4 y4 z4 a4 b4 c4 w4 {
color: red; }
#butt .yeah .okay, #butt .yeah .umm .sure, #butt .umm .yeah .sure {
font-weight: bold; }
a9 b9 s9 t9 v9, a9 b9 s9 t9 x9 y9 z9, a9 b9 x9 y9 s9 t9 z9 {
color: red; }
@media print {
horse, man {
color: blue; } }
man {
color: red; }
wassup {
color: blue; }
.foo .wassup {
color: blue; }
#something, .x, .y {
color: red; }
.nav-justified, .nav-tabs.nav-justified {
text-align: justify; }
.btn:hover, .edit .actions button:hover, .edit .new .actions button:hover, .btn:active, .edit .actions button:active, .edit .new .actions button:active, .btn.active, .edit .actions button.active, .edit .new .actions button.active, .btn.disabled, .edit .actions button.disabled, .edit .new .actions button.disabled, .btn[disabled], .edit .actions button[disabled], .edit .new .actions button[disabled] {
color: red; }
.edit .actions button {
float: right; }
.edit .new .actions {
padding: 0; }
.z, .parent .self.z {
color: red; }
#content .social-login {
display: block;
float: right;
margin-right: 15px;
width: 250px; }
#content .social-login .facebook, #content .social-login .twitter {
display: block;
width: 255px;
height: 42px;
background: transparent url('images/login-btns.png') no-repeat;
background-position: 0 0; }
#content .social-login .facebook:hover, #content .social-login .twitter:hover {
background-position: 0 -43px; }
#content .social-login .facebook:focus, #content .social-login .twitter:focus, #content .social-login .facebook:active, #content .social-login .twitter:active {
background-position: 0 -86px; }
#content .social-login .twitter {
background-position: 0 -129px; }
#content .social-login .twitter:hover {
background-position: 0 -172px; }
#content .social-login .twitter:active, #content .social-login .twitter:focus {
background-position: 0 -215px; }
body .to-extend, body .test {
color: red; }
.navbar .navbar-brand, .navbar .navbar-brand:hover {
font-weight: bold;
text-shadow: none;
color: #fff; }
.foo__bar#test, input {
background: red; }
.selector1, .master-class {
color: blue; }
.selector2, .master-class {
background: #ccc; }
.main .block__element, .main .block__element--modifier {
font-size: 14px; }
.main .block__element--modifier {
font-weight: bold; }