flashy.css 5 KB
.no-user-select {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.angucomplete-dropdown {
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;
}
.angucomplete-selected-row {
background-color: #aaaaff;
}
/*.container .row {*/
/*margin-left: 0;*/
/*margin-right: 0;*/
/*}*/
/* Flashcard directive css */
.card {
word-wrap: break-word;
}
.card.flashy {
background-color: #fff;
font-family: 'Titillium Web', sans-serif;
float: left;
text-align: center;
margin: 6px;
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1);
}
.card.flashy.shrinky {
height: 0;
opacity: 0;
overflow: hidden;
}
.card-overlay {
cursor: pointer;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: visibility 0s cubic-bezier(0, 0, 0.6, 1) 0.2s,
opacity 0.2s cubic-bezier(0, 0, 0.6, 1);
/* animation effect to appear on off-hover */
visibility: hidden;
height: 100%;
width: 100%;
}
.card-overlay i {
color: #FFF;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
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.9);
}
.card:hover .card-overlay {
opacity: 1.0;
transition-delay: 0s; /* animation effect to appear on hover */
visibility: visible;
}
.top-box {
background-color: rgba(0, 184, 76, 0.5);
height: 65%;
position: relative;
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s;
width: 100%;
}
.top-box:hover {
background-color: rgba(0, 184, 76, 0.6);
}
.bottom-box {
height: 35%;
width: 100%;
}
.left-box {
background-color: rgba(119, 146, 255, 0.5);
float: left;
position: relative;
height: 100%;
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s;
width: 50%;
}
.left-box:hover {
background-color: rgba(119, 146, 255, 0.6);
}
.right-box {
background-color: rgba(255, 62, 76, 0.5);
float: right;
height: 100%;
position: relative;
transition: all 0.2s cubic-bezier(0, 0, 0.6, 1) 0s;
width: 50%;
}
.right-box:hover {
background-color: rgba(255, 62, 76, 0.6);
}
.center-me {
height: 100%;
margin: 0 auto;
text-align: center;
vertical-align: middle;
width: 100%;
}
.modal.bottom-sheet {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#newCard input[type=text] {
height: 3rem !important;
}
.input-field label {
color: #00b3c2;
}
/* label focus color */
.input-field input[type]:focus + label {
color: #00b3c2;
}
/* label underline focus color */
.input-field input[type]:focus {
border-bottom: 1px solid #00b3c2;
box-shadow: 0 1px 0 0 #b388ff;
}
/* valid color */
.input-field input[type].valid {
border-bottom: 1px solid #00c28f;
box-shadow: 0 1px 0 0 #673ab7;
}
/* invalid color */
.input-field input[type].invalid {
border-bottom: 1px solid #673ab7;
box-shadow: 0 1px 0 0 #673ab7;
}
/* icon prefix focus color */
.input-field .prefix.active {
color: #b388ff;
}
/* label focus color */
.input-field textarea[type]:focus + label {
color: #b388ff;
}
/* label underline focus color */
.input-field textarea[type]:focus {
border-bottom: 1px solid #00b3c2;
box-shadow: 0 1px 0 0 #b388ff;
}
body {
background-color: #e8e8e8;
overflow-x: hidden;
font-family: 'Titillium Web', sans-serif;
display: flex;
min-height: 100vh;
flex-direction: column;
}
html {
background: transparent;
}
.btn {
background-color: #00b3c2;
}
.btn:hover {
background-color: #0097cb;
}
.btn-floating {
background-color: #00b3c2;
}
.btn-floating:hover {
background-color: #0097cb;
}
#logo-container {
margin-bottom: 18px;
}
#lean-overlay {
display: none !important;
}
nav {
background-color: #d2143f !important;
}
main{
min-height:145px;
flex: 1 0 auto;
}
.side-nav .collapsible-body {
width: 100%;
}
.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
background-color: #00b3c2;
}
nav .button-collapse {
margin: 0 20px;
}
.collapsible-body i {
font-size: 1rem !important;
}
.tabs .tab a {
color: #00b3c2;
}
.tabs .tab a:hover {
color: #0041dd;
}
.tabs .indicator {
border-bottom: 1px solid #00b3c2;
}
h2 {
text-align: center;
}
md-content.md-default-theme {
background-color: rgba(255, 255, 255, 0);
border: 1px solid #fff;
}
/*#sidenav-overlay {
background-color: rgba(0, 0, 0, 0) !important;
}*/
.card-content{
width:100%;
}
.valign-wrapper{
height:100%;
}
h3{
text-align: center;
color: #654193;
}