spark-property-manager
Version:
Spark Real Estate Management Application
115 lines (111 loc) • 2.78 kB
CSS
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.container{
margin: auto;
width: 95%;
padding: 10px;
}
/* Adjust the width of the left reveal menu. */
#demo-page #left-panel.ui-panel {
width: 15em;
}
#demo-page #left-panel.ui-panel-closed {
width: 0;
}
#demo-page .ui-panel-page-content-position-left,
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
left: 15em;
right: -15em;
}
#demo-page .ui-panel-animate.ui-panel-page-content-position-left.ui-panel-page-content-display-reveal {
left: 0;
right: 0;
-webkit-transform: translate3d(15em,0,0);
-moz-transform: translate3d(15em,0,0);
transform: translate3d(15em,0,0);
}
/* Listview with collapsible list items. */
.ui-listview > li .ui-collapsible-heading {
margin: 0;
}
.ui-collapsible.ui-li-static {
padding: 0;
border: none ;
}
.ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn {
border-top: none ;
}
/* Nested list button colors */
.ui-listview .ui-listview .ui-btn {
background: #fff;
}
.ui-listview .ui-listview .ui-btn:hover {
background: #f5f5f5;
}
.ui-listview .ui-listview .ui-btn:active {
background: #f1f1f1;
}
/* Reveal panel shadow on top of the listview menu (only to be used if you don't use fixed toolbars) */
#demo-page .ui-panel-display-reveal {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#demo-page .ui-panel-page-content-position-left {
-webkit-box-shadow: -5px 0px 5px rgba(0,0,0,.15);
-moz-box-shadow: -5px 0px 5px rgba(0,0,0,.15);
box-shadow: -5px 0px 5px rgba(0,0,0,.15);
}
/* Setting a custom background image. */
#demo-page.ui-page-theme-a,
#demo-page .ui-panel-wrapper {
background-color: #fff;
background-image: url("../_assets/img/bg-pattern.png");
background-repeat: repeat-x;
background-position: left bottom;
}
/* Styling of the page contents */
.article p {
margin: 0 0 1em;
line-height: 1.5;
}
.article p img {
max-width: 100%;
}
.article p:first-child {
text-align: center;
}
.article small {
display: block;
font-size: 75%;
color: #c0c0c0;
}
.article p:last-child {
text-align: right;
}
.article a.ui-btn {
margin-right: 2em;
}
@media all and (min-width:769px) {
.article {
max-width: 994px;
margin: 0 auto;
padding-top: 4em;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
column-gap: 2em;
}
/* Fix for issue with buttons and form elements
if CSS columns are used on a page with a panel. */
.article a.ui-btn {
-webkit-transform: translate3d(0,0,0);
}
}