Blame view

styles/flashy.css 4.34 KB
d469992f4   Rachel Lee   Fixing deck and f...
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   Andrew Buss   Added addclass st...
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   Andrew Buss   Prettified autofill
34
35
36
  }
  
  .angucomplete-selected-row {
0b8a1b605   Andrew Buss   still trying to f...
37
      background-color: #aaaaff;
414def2b3   Rachel Lee   flashcard directi...
38
  }
414def2b3   Rachel Lee   flashcard directi...
39
  .container .row {
0b8a1b605   Andrew Buss   still trying to f...
40
41
42
      margin-left: 0;
      margin-right: 0;
  }
a70c05102   Kevin Mach   changed sidebar t...
43
  /*ul.side-nav.fixed li {
0cb0637f2   Andrew Buss   refactored css, h...
44
      font-size: 24px;
0b8a1b605   Andrew Buss   still trying to f...
45
  }
61e46d4d4   Andrew Buss   restyled class li...
46
  ul.side-nav.fixed li a.class {
06a2cb08d   Andrew Buss   restyled class names
47
      height: 28px;
61e46d4d4   Andrew Buss   restyled class li...
48
      font-size: 20px;
20771fdcb   Andrew Buss   push sorta works
49
      line-height: normal;
61e46d4d4   Andrew Buss   restyled class li...
50
      font-weight: 600;
0b8a1b605   Andrew Buss   still trying to f...
51
52
53
  }
  
  ul.side-nav.fixed li a {
bdaa2bafe   Andrew Buss   merge
54
      font-size: 24px;
a70c05102   Kevin Mach   changed sidebar t...
55
  }*/
0b8a1b605   Andrew Buss   still trying to f...
56

414def2b3   Rachel Lee   flashcard directi...
57
  /* Flashcard directive css */
17b9949fd   Rachel Lee   Flashcard directi...
58
  .card {
0cb0637f2   Andrew Buss   refactored css, h...
59
      word-wrap: break-word;
17b9949fd   Rachel Lee   Flashcard directi...
60
61
62
  }
  
  .card.flashy {
bdc4719aa   Rachel Lee   Cleaned up flashy...
63
      float: left;
7c02feb51   Andrew Buss   new flashcard font?
64
      text-align: center;
bdc4719aa   Rachel Lee   Cleaned up flashy...
65
      margin: 6px;
e0445372d   Rachel Lee   Fixing up some cs...
66
      transition: all 0.2s cubic-bezier(0, 0, 0.6, 1);
7c02feb51   Andrew Buss   new flashcard font?
67
      font-family: 'Titillium Web', sans-serif;
414def2b3   Rachel Lee   flashcard directi...
68
  }
cb1ad9198   Rachel Lee   Unpull from deck ...
69
  .card.flashy.shrinky {
cb1ad9198   Rachel Lee   Unpull from deck ...
70
71
72
      height: 0;
      opacity: 0;
      overflow: hidden;
cb1ad9198   Rachel Lee   Unpull from deck ...
73
  }
cb1ad9198   Rachel Lee   Unpull from deck ...
74

414def2b3   Rachel Lee   flashcard directi...
75
  .card-overlay {
d469992f4   Rachel Lee   Fixing deck and f...
76
      cursor: pointer;
bdc4719aa   Rachel Lee   Cleaned up flashy...
77
      left: 0;
bdc4719aa   Rachel Lee   Cleaned up flashy...
78
79
80
      opacity: 0;
      position: absolute;
      top: 0;
0cb0637f2   Andrew Buss   refactored css, h...
81
      transition: visibility 0s cubic-bezier(0, 0, 0.6, 1) 0.2s,
7c02feb51   Andrew Buss   new flashcard font?
82
      opacity 0.2s cubic-bezier(0, 0, 0.6, 1);
0cb0637f2   Andrew Buss   refactored css, h...
83
      /* animation effect to appear on off-hover */
bdc4719aa   Rachel Lee   Cleaned up flashy...
84
      visibility: hidden;
4b201f2e2   Rachel Lee   Made flashcard ov...
85
86
      height: 100%;
      width: 100%;
414def2b3   Rachel Lee   flashcard directi...
87
88
89
  }
  
  .card-overlay i {
bdc4719aa   Rachel Lee   Cleaned up flashy...
90
91
92
93
94
      color: #FFF;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
e0445372d   Rachel Lee   Fixing up some cs...
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   Rachel Lee   flashcard directi...
100
101
102
  }
  
  .card:hover .card-overlay {
2ad496102   Rachel Lee   Tweaking hotkey a...
103
      opacity: 0.9;
bdc4719aa   Rachel Lee   Cleaned up flashy...
104
105
      transition-delay: 0s; /* animation effect to appear on hover */
      visibility: visible;
414def2b3   Rachel Lee   flashcard directi...
106
107
108
  }
  
  .top-box {
e0445372d   Rachel Lee   Fixing up some cs...
109
      background-color: rgba(0, 81, 229, 0.6);
bdc4719aa   Rachel Lee   Cleaned up flashy...
110
111
      height: 65%;
      position: relative;
0cb0637f2   Andrew Buss   refactored css, h...
112
      transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s;
bdc4719aa   Rachel Lee   Cleaned up flashy...
113
      width: 100%;
414def2b3   Rachel Lee   flashcard directi...
114
  }
17b9949fd   Rachel Lee   Flashcard directi...
115
  .top-box:hover {
e0445372d   Rachel Lee   Fixing up some cs...
116
      background-color: rgba(0, 81, 229, 0.75);
414def2b3   Rachel Lee   flashcard directi...
117
118
119
  }
  
  .bottom-box {
bdc4719aa   Rachel Lee   Cleaned up flashy...
120
121
      height: 35%;
      width: 100%;
414def2b3   Rachel Lee   flashcard directi...
122
123
124
  }
  
  .left-box {
0cb0637f2   Andrew Buss   refactored css, h...
125
      background-color: rgba(15, 0, 155, 0.6);
bdc4719aa   Rachel Lee   Cleaned up flashy...
126
127
128
      float: left;
      position: relative;
      height: 100%;
0cb0637f2   Andrew Buss   refactored css, h...
129
      transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s;
bdc4719aa   Rachel Lee   Cleaned up flashy...
130
      width: 50%;
414def2b3   Rachel Lee   flashcard directi...
131
  }
5f15306a6   Rachel Lee   Merge
132

17b9949fd   Rachel Lee   Flashcard directi...
133
  .left-box:hover {
e0445372d   Rachel Lee   Fixing up some cs...
134
      background-color: rgba(15, 0, 155, 0.75);
414def2b3   Rachel Lee   flashcard directi...
135
136
137
  }
  
  .right-box {
e0445372d   Rachel Lee   Fixing up some cs...
138
      background-color: rgba(207, 0, 86, 0.6);
bdc4719aa   Rachel Lee   Cleaned up flashy...
139
140
141
      float: right;
      height: 100%;
      position: relative;
0cb0637f2   Andrew Buss   refactored css, h...
142
      transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s;
bdc4719aa   Rachel Lee   Cleaned up flashy...
143
      width: 50%;
414def2b3   Rachel Lee   flashcard directi...
144
  }
0cb0637f2   Andrew Buss   refactored css, h...
145

17b9949fd   Rachel Lee   Flashcard directi...
146
  .right-box:hover {
e0445372d   Rachel Lee   Fixing up some cs...
147
      background-color: rgba(207, 0, 86, 0.75);
414def2b3   Rachel Lee   flashcard directi...
148
149
150
  }
  
  .center-me {
e0445372d   Rachel Lee   Fixing up some cs...
151
      height: 100%;
bdc4719aa   Rachel Lee   Cleaned up flashy...
152
153
      margin: 0 auto;
      text-align: center;
bdaa2bafe   Andrew Buss   merge
154
      vertical-align: middle;
e0445372d   Rachel Lee   Fixing up some cs...
155
      width: 100%;
3920fd878   Tetranoir   Merge branch 'mas...
156
  }
34a342819   Melody   Nicer new flashca...
157
  .modal.bottom-sheet {
2f0ac6fc4   Melody   Okay now it's in ...
158
159
160
      width: 40%;
      margin-left: auto;
      margin-right: auto;
34a342819   Melody   Nicer new flashca...
161
  }
7c4ff6b2a   Melody   Lovely purple col...
162

2ad496102   Rachel Lee   Tweaking hotkey a...
163
164
165
  #newCard input[type=text] {
      height: 3rem !important;
  }
7c4ff6b2a   Melody   Lovely purple col...
166
  .input-field label {
0b8a1b605   Andrew Buss   still trying to f...
167
      color: #673ab7;
7c4ff6b2a   Melody   Lovely purple col...
168
169
170
171
  }
  
  /* label focus color */
  .input-field input[type]:focus + label {
0b8a1b605   Andrew Buss   still trying to f...
172
      color: #b388ff;
7c4ff6b2a   Melody   Lovely purple col...
173
174
175
176
  }
  
  /* label underline focus color */
  .input-field input[type]:focus {
0b8a1b605   Andrew Buss   still trying to f...
177
178
      border-bottom: 1px solid #b388ff;
      box-shadow: 0 1px 0 0 #b388ff;
7c4ff6b2a   Melody   Lovely purple col...
179
180
181
182
  }
  
  /* valid color */
  .input-field input[type].valid {
0b8a1b605   Andrew Buss   still trying to f...
183
184
      border-bottom: 1px solid #673ab7;
      box-shadow: 0 1px 0 0 #673ab7;
7c4ff6b2a   Melody   Lovely purple col...
185
186
187
188
  }
  
  /* invalid color */
  .input-field input[type].invalid {
0b8a1b605   Andrew Buss   still trying to f...
189
190
      border-bottom: 1px solid #673ab7;
      box-shadow: 0 1px 0 0 #673ab7;
7c4ff6b2a   Melody   Lovely purple col...
191
192
193
194
  }
  
  /* icon prefix focus color */
  .input-field .prefix.active {
0b8a1b605   Andrew Buss   still trying to f...
195
      color: #b388ff;
7c4ff6b2a   Melody   Lovely purple col...
196
197
198
199
  }
  
  /* label focus color */
  .input-field textarea[type]:focus + label {
0b8a1b605   Andrew Buss   still trying to f...
200
      color: #b388ff;
7c4ff6b2a   Melody   Lovely purple col...
201
202
203
204
  }
  
  /* label underline focus color */
  .input-field textarea[type]:focus {
0b8a1b605   Andrew Buss   still trying to f...
205
206
      border-bottom: 1px solid #b388ff;
      box-shadow: 0 1px 0 0 #b388ff;
7c4ff6b2a   Melody   Lovely purple col...
207
  }
bac1b3d8d   Melody   Purple
208
209
  
  body {
0b8a1b605   Andrew Buss   still trying to f...
210
      background-color: #3e1944;
e0445372d   Rachel Lee   Fixing up some cs...
211
      overflow-x: hidden;
d90093859   Andrew Buss   experimental new ...
212
      font-family: 'Titillium Web', sans-serif;
3a7048d63   Melody   official colors
213
  }
c61b216ef   Melody   Purple background...
214
215
216
  html {
      background: transparent;
  }
3a7048d63   Melody   official colors
217
  .btn {
0b8a1b605   Andrew Buss   still trying to f...
218
      background-color: #673ab7;
3a7048d63   Melody   official colors
219
  }
665f8186c   Melody   Fixed purple css ...
220
  .btn:hover {
0b8a1b605   Andrew Buss   still trying to f...
221
      background-color: #7c4dff;
665f8186c   Melody   Fixed purple css ...
222
  }
3a7048d63   Melody   official colors
223
  .btn-floating {
0b8a1b605   Andrew Buss   still trying to f...
224
      background-color: #673ab7;
414def2b3   Rachel Lee   flashcard directi...
225
  }
665f8186c   Melody   Fixed purple css ...
226
227
  
  .btn-floating:hover {
0b8a1b605   Andrew Buss   still trying to f...
228
      background-color: #7c4dff;
665f8186c   Melody   Fixed purple css ...
229
  }
06a2cb08d   Andrew Buss   restyled class names
230

61e46d4d4   Andrew Buss   restyled class li...
231
  #logo-container {
06a2cb08d   Andrew Buss   restyled class names
232
      margin-bottom: 18px;
f91ab17b5   Rachel Lee   Merge branch 'mas...
233
  }
456616544   Rachel Lee   Hotkeyed compose ...
234
235
  
  #lean-overlay {
61e46d4d4   Andrew Buss   restyled class li...
236
      display: none !important;
456616544   Rachel Lee   Hotkeyed compose ...
237
  }
a70c05102   Kevin Mach   changed sidebar t...
238
  /*#sidenav-overlay {
61e46d4d4   Andrew Buss   restyled class li...
239
      background-color: rgba(0, 0, 0, 0) !important;
a70c05102   Kevin Mach   changed sidebar t...
240
  }*/