Blame view
styles/flashy.css
4.34 KB
d469992f4
|
1 2 3 4 5 6 7 8 |
.no-user-select { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .angucomplete-dropdown { |
bbba33088
|
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 |
border-color: #ececec; border-width: 1px; border-style: solid; border-radius: 2px; /*width: 250px;*/ padding: 6px; cursor: pointer; z-index: 9999; position: absolute; /*top: 32px; left: 0px; */ margin-top: -6px; background-color: #ffffff; } .angucomplete-description { font-size: 14px; } .angucomplete-row { padding: 5px; color: #000000; margin-bottom: 4px; clear: both; |
1625466a8
|
34 35 36 |
} .angucomplete-selected-row { |
0b8a1b605
|
37 |
background-color: #aaaaff; |
414def2b3
|
38 |
} |
414def2b3
|
39 |
.container .row { |
0b8a1b605
|
40 41 42 |
margin-left: 0; margin-right: 0; } |
a70c05102
|
43 |
/*ul.side-nav.fixed li { |
0cb0637f2
|
44 |
font-size: 24px; |
0b8a1b605
|
45 |
} |
61e46d4d4
|
46 |
ul.side-nav.fixed li a.class { |
06a2cb08d
|
47 |
height: 28px; |
61e46d4d4
|
48 |
font-size: 20px; |
20771fdcb
|
49 |
line-height: normal; |
61e46d4d4
|
50 |
font-weight: 600; |
0b8a1b605
|
51 52 53 |
} ul.side-nav.fixed li a { |
bdaa2bafe
|
54 |
font-size: 24px; |
a70c05102
|
55 |
}*/ |
0b8a1b605
|
56 |
|
414def2b3
|
57 |
/* Flashcard directive css */ |
17b9949fd
|
58 |
.card { |
0cb0637f2
|
59 |
word-wrap: break-word; |
17b9949fd
|
60 61 62 |
} .card.flashy { |
bdc4719aa
|
63 |
float: left; |
7c02feb51
|
64 |
text-align: center; |
bdc4719aa
|
65 |
margin: 6px; |
e0445372d
|
66 |
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1); |
7c02feb51
|
67 |
font-family: 'Titillium Web', sans-serif; |
414def2b3
|
68 |
} |
cb1ad9198
|
69 |
.card.flashy.shrinky { |
cb1ad9198
|
70 71 72 |
height: 0; opacity: 0; overflow: hidden; |
cb1ad9198
|
73 |
} |
cb1ad9198
|
74 |
|
414def2b3
|
75 |
.card-overlay { |
d469992f4
|
76 |
cursor: pointer; |
bdc4719aa
|
77 |
left: 0; |
bdc4719aa
|
78 79 80 |
opacity: 0; position: absolute; top: 0; |
0cb0637f2
|
81 |
transition: visibility 0s cubic-bezier(0, 0, 0.6, 1) 0.2s, |
7c02feb51
|
82 |
opacity 0.2s cubic-bezier(0, 0, 0.6, 1); |
0cb0637f2
|
83 |
/* animation effect to appear on off-hover */ |
bdc4719aa
|
84 |
visibility: hidden; |
4b201f2e2
|
85 86 |
height: 100%; width: 100%; |
414def2b3
|
87 88 89 |
} .card-overlay i { |
bdc4719aa
|
90 91 92 93 94 |
color: #FFF; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); |
e0445372d
|
95 96 97 98 99 |
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s; } .center-me:hover i { text-shadow: 0 0 15px rgba(255,255,255,0.7); |
414def2b3
|
100 101 102 |
} .card:hover .card-overlay { |
2ad496102
|
103 |
opacity: 0.9; |
bdc4719aa
|
104 105 |
transition-delay: 0s; /* animation effect to appear on hover */ visibility: visible; |
414def2b3
|
106 107 108 |
} .top-box { |
e0445372d
|
109 |
background-color: rgba(0, 81, 229, 0.6); |
bdc4719aa
|
110 111 |
height: 65%; position: relative; |
0cb0637f2
|
112 |
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s; |
bdc4719aa
|
113 |
width: 100%; |
414def2b3
|
114 |
} |
17b9949fd
|
115 |
.top-box:hover { |
e0445372d
|
116 |
background-color: rgba(0, 81, 229, 0.75); |
414def2b3
|
117 118 119 |
} .bottom-box { |
bdc4719aa
|
120 121 |
height: 35%; width: 100%; |
414def2b3
|
122 123 124 |
} .left-box { |
0cb0637f2
|
125 |
background-color: rgba(15, 0, 155, 0.6); |
bdc4719aa
|
126 127 128 |
float: left; position: relative; height: 100%; |
0cb0637f2
|
129 |
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s; |
bdc4719aa
|
130 |
width: 50%; |
414def2b3
|
131 |
} |
5f15306a6
|
132 |
|
17b9949fd
|
133 |
.left-box:hover { |
e0445372d
|
134 |
background-color: rgba(15, 0, 155, 0.75); |
414def2b3
|
135 136 137 |
} .right-box { |
e0445372d
|
138 |
background-color: rgba(207, 0, 86, 0.6); |
bdc4719aa
|
139 140 141 |
float: right; height: 100%; position: relative; |
0cb0637f2
|
142 |
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s; |
bdc4719aa
|
143 |
width: 50%; |
414def2b3
|
144 |
} |
0cb0637f2
|
145 |
|
17b9949fd
|
146 |
.right-box:hover { |
e0445372d
|
147 |
background-color: rgba(207, 0, 86, 0.75); |
414def2b3
|
148 149 150 |
} .center-me { |
e0445372d
|
151 |
height: 100%; |
bdc4719aa
|
152 153 |
margin: 0 auto; text-align: center; |
bdaa2bafe
|
154 |
vertical-align: middle; |
e0445372d
|
155 |
width: 100%; |
3920fd878
|
156 |
} |
34a342819
|
157 |
.modal.bottom-sheet { |
2f0ac6fc4
|
158 159 160 |
width: 40%; margin-left: auto; margin-right: auto; |
34a342819
|
161 |
} |
7c4ff6b2a
|
162 |
|
2ad496102
|
163 164 165 |
#newCard input[type=text] { height: 3rem !important; } |
7c4ff6b2a
|
166 |
.input-field label { |
0b8a1b605
|
167 |
color: #673ab7; |
7c4ff6b2a
|
168 169 170 171 |
} /* label focus color */ .input-field input[type]:focus + label { |
0b8a1b605
|
172 |
color: #b388ff; |
7c4ff6b2a
|
173 174 175 176 |
} /* label underline focus color */ .input-field input[type]:focus { |
0b8a1b605
|
177 178 |
border-bottom: 1px solid #b388ff; box-shadow: 0 1px 0 0 #b388ff; |
7c4ff6b2a
|
179 180 181 182 |
} /* valid color */ .input-field input[type].valid { |
0b8a1b605
|
183 184 |
border-bottom: 1px solid #673ab7; box-shadow: 0 1px 0 0 #673ab7; |
7c4ff6b2a
|
185 186 187 188 |
} /* invalid color */ .input-field input[type].invalid { |
0b8a1b605
|
189 190 |
border-bottom: 1px solid #673ab7; box-shadow: 0 1px 0 0 #673ab7; |
7c4ff6b2a
|
191 192 193 194 |
} /* icon prefix focus color */ .input-field .prefix.active { |
0b8a1b605
|
195 |
color: #b388ff; |
7c4ff6b2a
|
196 197 198 199 |
} /* label focus color */ .input-field textarea[type]:focus + label { |
0b8a1b605
|
200 |
color: #b388ff; |
7c4ff6b2a
|
201 202 203 204 |
} /* label underline focus color */ .input-field textarea[type]:focus { |
0b8a1b605
|
205 206 |
border-bottom: 1px solid #b388ff; box-shadow: 0 1px 0 0 #b388ff; |
7c4ff6b2a
|
207 |
} |
bac1b3d8d
|
208 209 |
body { |
0b8a1b605
|
210 |
background-color: #3e1944; |
e0445372d
|
211 |
overflow-x: hidden; |
d90093859
|
212 |
font-family: 'Titillium Web', sans-serif; |
3a7048d63
|
213 |
} |
c61b216ef
|
214 215 216 |
html { background: transparent; } |
3a7048d63
|
217 |
.btn { |
0b8a1b605
|
218 |
background-color: #673ab7; |
3a7048d63
|
219 |
} |
665f8186c
|
220 |
.btn:hover { |
0b8a1b605
|
221 |
background-color: #7c4dff; |
665f8186c
|
222 |
} |
3a7048d63
|
223 |
.btn-floating { |
0b8a1b605
|
224 |
background-color: #673ab7; |
414def2b3
|
225 |
} |
665f8186c
|
226 227 |
.btn-floating:hover { |
0b8a1b605
|
228 |
background-color: #7c4dff; |
665f8186c
|
229 |
} |
06a2cb08d
|
230 |
|
61e46d4d4
|
231 |
#logo-container { |
06a2cb08d
|
232 |
margin-bottom: 18px; |
f91ab17b5
|
233 |
} |
456616544
|
234 235 |
#lean-overlay { |
61e46d4d4
|
236 |
display: none !important; |
456616544
|
237 |
} |
a70c05102
|
238 |
/*#sidenav-overlay { |
61e46d4d4
|
239 |
background-color: rgba(0, 0, 0, 0) !important; |
a70c05102
|
240 |
}*/ |