2015-11-13 17:04:42 +08:00
|
|
|
/*
|
|
|
|
|
|
|
|
omninotesweb main stylesheet
|
|
|
|
=============
|
|
|
|
|
|
|
|
Author: Suraj Patil
|
|
|
|
Updated: January 13, 2014
|
|
|
|
Notes: omninotesweb
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------
|
|
|
|
Layout
|
|
|
|
-------------------------------------- */
|
2016-02-15 12:10:35 +08:00
|
|
|
|
|
|
|
.commentslist {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment {
|
|
|
|
padding-left: 25px;
|
2016-02-17 03:42:12 +08:00
|
|
|
padding-right: 25px;
|
|
|
|
padding-top: 15px;
|
2016-02-15 12:10:35 +08:00
|
|
|
}
|
2016-02-17 00:53:03 +08:00
|
|
|
|
2016-01-30 01:06:26 +08:00
|
|
|
ul{
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2015-11-13 17:04:42 +08:00
|
|
|
|
2016-02-17 00:53:03 +08:00
|
|
|
.timestamp{
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
2016-02-05 03:39:36 +08:00
|
|
|
.badge{
|
2016-02-15 01:46:22 +08:00
|
|
|
background-color: #1a78c9;
|
2016-02-05 03:39:36 +08:00
|
|
|
margin-right:10px;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
2015-11-13 17:04:42 +08:00
|
|
|
.center{
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand:hover{
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer{
|
|
|
|
height:30px;
|
|
|
|
width:auto;
|
|
|
|
text-align:center;
|
|
|
|
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating-action-icon{
|
|
|
|
position: fixed;
|
|
|
|
bottom:40px;
|
|
|
|
right:30px;
|
|
|
|
z-index:101;
|
|
|
|
width: 56px;
|
|
|
|
height: 56px;
|
|
|
|
font-size: 20px;
|
|
|
|
border-radius: 35px;
|
|
|
|
box-shadow:0 0 4px #111;
|
|
|
|
padding-top:10px !important;
|
2015-11-22 11:51:29 +08:00
|
|
|
}
|
2015-11-13 17:04:42 +08:00
|
|
|
|
2015-11-22 11:51:29 +08:00
|
|
|
.notification{
|
|
|
|
width: -moz-fit-content;
|
|
|
|
position: fixed;
|
|
|
|
right: 10px;
|
|
|
|
max-width: 400px;
|
|
|
|
padding: 12px;
|
2016-02-05 02:36:44 +08:00
|
|
|
background-color: #F2FCFF;
|
|
|
|
box-shadow: 1px 0px 9px 0px rgba(27, 123, 216, 0.4);
|
|
|
|
border: 1px solid #5596CE;
|
|
|
|
border-radius: 10px;
|
2015-11-22 11:51:29 +08:00
|
|
|
border-radius: 10px;
|
|
|
|
z-index: 1100;
|
|
|
|
max-height: 90px;
|
|
|
|
margin-top: 20px;
|
2016-02-05 02:36:44 +08:00
|
|
|
min-width: 200px;
|
2015-11-22 11:51:29 +08:00
|
|
|
}
|
|
|
|
|
2016-02-05 02:36:44 +08:00
|
|
|
#btnMessage {
|
|
|
|
padding: 1px 12px;
|
|
|
|
height: 30px;
|
|
|
|
text-align: center;
|
|
|
|
float: right;
|
2015-11-13 17:04:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------
|
|
|
|
Navbar
|
|
|
|
-------------------------------------- */
|
|
|
|
|
|
|
|
.mainHeader{
|
|
|
|
background-color: #3f51b5;
|
|
|
|
border-radius:0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand{
|
|
|
|
margin-left: 25px;
|
|
|
|
font-size:1.5em;
|
|
|
|
color:white;
|
2016-02-29 10:04:58 +08:00
|
|
|
max-width: 2000px;
|
2015-11-13 17:04:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-action{
|
|
|
|
background-color: #3f51b5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icons{
|
|
|
|
text-align:right;
|
2016-02-06 15:16:15 +08:00
|
|
|
float: right;
|
2015-11-13 17:04:42 +08:00
|
|
|
height: 50%;
|
2016-02-06 14:57:28 +08:00
|
|
|
line-height: 52px;
|
|
|
|
float:right;
|
2015-11-13 17:04:42 +08:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .glyphicon{
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .glyphicon:hover{
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sr-only{
|
|
|
|
display:block;
|
|
|
|
width:20px;
|
|
|
|
height:3px;
|
|
|
|
background-color: white;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------
|
|
|
|
NotesFeed
|
|
|
|
-------------------------------------- */
|
2016-03-01 02:26:41 +08:00
|
|
|
.overdue {
|
|
|
|
color: red;
|
|
|
|
margin-top: 1px;
|
|
|
|
font-size: 12px;
|
|
|
|
padding-top: -100px;
|
|
|
|
position: absolute;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2015-11-13 17:04:42 +08:00
|
|
|
.noteHeading {
|
2016-01-18 09:02:15 +08:00
|
|
|
font-weight:900;
|
|
|
|
font-size:17px;
|
2016-03-01 02:26:41 +08:00
|
|
|
color:#666666;
|
2015-11-13 17:04:42 +08:00
|
|
|
margin-bottom:0px;
|
|
|
|
padding-bottom:5px;
|
|
|
|
}
|
|
|
|
hr{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.noteHeading a {
|
|
|
|
font-weight:400;
|
|
|
|
font-size:11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.noteContent {
|
|
|
|
padding-top: 7px;
|
|
|
|
font-size: 0.9em;
|
2016-01-10 21:58:24 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-02-17 01:18:13 +08:00
|
|
|
.noteContent img {
|
|
|
|
width: 90%;
|
|
|
|
padding-left: 10%;
|
|
|
|
}
|
|
|
|
|
2016-01-10 21:58:24 +08:00
|
|
|
.toggle{
|
2016-01-10 22:16:17 +08:00
|
|
|
cursor: pointer;
|
2016-01-10 21:58:24 +08:00
|
|
|
margin-top:-30px;
|
|
|
|
float:right;
|
2015-11-13 17:04:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.notefooter{
|
|
|
|
color:#aaa;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* These are the classes that are going to be applied: */
|
|
|
|
.column {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note{
|
|
|
|
display: block;
|
|
|
|
margin: 4px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
padding: 15px;
|
|
|
|
background-color: white;
|
|
|
|
box-shadow:1px 1px 2px 1px #7D7470;
|
|
|
|
border-radius:4px 4px 4px 4px;
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.note:hover{
|
|
|
|
border-bottom: 2px solid black;
|
|
|
|
}
|
|
|
|
.menu a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.menu li{
|
|
|
|
margin-top: -10px;
|
|
|
|
list-style: none;
|
|
|
|
float: right;
|
|
|
|
padding: 5px;
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------
|
|
|
|
Navigation drawer
|
|
|
|
-------------------------------------- */
|
|
|
|
|
|
|
|
.list-group-item{
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-item h5{
|
|
|
|
margin-left:15px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-item .glyphicon:hover{
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.col-sm-2 a.list-group-item:hover,a.list-group-item:focus{
|
|
|
|
text-decoration:none;
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
overflow-x:hidden;
|
|
|
|
overflow-y:auto;
|
|
|
|
margin-top:70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item{
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-sm-2{
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge{
|
|
|
|
background-color: #7D8EF0;
|
|
|
|
margin-right:10px;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* --------------------------------------
|
|
|
|
Global Styles
|
|
|
|
-------------------------------------- */
|
|
|
|
body{
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-content{
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight{
|
|
|
|
background-color: #72CBFF;
|
|
|
|
}
|
|
|
|
/* --------------------------------------
|
|
|
|
Media Queries
|
|
|
|
-------------------------------------- */
|
|
|
|
|
|
|
|
/* Portrait & landscape phone */
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
body{
|
|
|
|
margin-top:105px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline {
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#icons{
|
|
|
|
text-align:center;
|
|
|
|
padding:0;
|
2016-02-06 15:16:15 +08:00
|
|
|
height: 50%;
|
|
|
|
line-height: 52px;
|
|
|
|
float:right;
|
|
|
|
margin-top: 10px;
|
2015-11-13 17:04:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainHeader h3{
|
|
|
|
padding:0px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.note-sm{
|
|
|
|
height:150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating-action-icon{
|
|
|
|
position: fixed;
|
|
|
|
bottom:35px;
|
|
|
|
right:20px;
|
|
|
|
z-index:101;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
padding: 10px 10px;
|
|
|
|
font-size: 24px;
|
|
|
|
border-radius: 25px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-dialog{
|
|
|
|
width:240px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Landscape phone to portrait tablet */
|
|
|
|
@media (max-width: 768px) and (min-width:481px) {
|
|
|
|
#icons{
|
|
|
|
text-align:center;
|
|
|
|
padding:0;
|
2016-02-06 15:16:15 +08:00
|
|
|
height: 50%;
|
|
|
|
line-height: 52px;
|
|
|
|
float:right;
|
|
|
|
margin-top: 10px;
|
2015-11-13 17:04:42 +08:00
|
|
|
}
|
2016-02-15 12:10:35 +08:00
|
|
|
|
2016-02-06 15:16:15 +08:00
|
|
|
|
2015-11-13 17:04:42 +08:00
|
|
|
body{
|
|
|
|
margin-top:105px;
|
|
|
|
}
|
|
|
|
.timeline {
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mainHeader h3{
|
|
|
|
padding:0px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note-lg{
|
|
|
|
height:360px;
|
|
|
|
/*change later*/
|
|
|
|
}
|
|
|
|
.modal-dialog{
|
|
|
|
width:250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Large desktop */
|
|
|
|
@media (max-width: 1400px) and (min-width:769px) {
|
|
|
|
.timeline {
|
|
|
|
overflow: hidden;
|
|
|
|
width: 55%;
|
|
|
|
margin-left:20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------
|
|
|
|
Sidebar
|
|
|
|
-------------------------------------- */
|
|
|
|
.sidebar-toggle{
|
|
|
|
left:10px !important;
|
|
|
|
}
|
|
|
|
.sidebar-wrapper.sidebar-default.sidebar-open, .sidebar-wrapper.sidebar-default.sidebar-dragging{
|
|
|
|
width:260px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*Modal dialog*/
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
padding: 10px 15px 15px;
|
|
|
|
margin:0;
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body{
|
2016-02-06 15:16:15 +08:00
|
|
|
padding: 20px 20px 10px 20px;
|
2015-11-13 17:04:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|