Skip to content

Instantly share code, notes, and snippets.

@jackz3
Created April 12, 2012 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackz3/2367971 to your computer and use it in GitHub Desktop.
Save jackz3/2367971 to your computer and use it in GitHub Desktop.
general styling
/*** general styling */
.ui-page.ui-body-c{
background:url(images/bg.png);
box-shadow: 0px 0px 30px 5px rgba(107, 105, 105, 0.3) inset,
0px 0px 0px 1px rgba(107, 105, 105, 0.4) inset;
}
.ui-icon.ui-icon-arrow-r {
background-color:rgb(136, 111, 110);
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-header .ui-btn-corner-all,
.ui-listview-filter .ui-btn-corner-all,
#restau_infos .ui-btn-corner-all,
#contact_buttons .ui-btn-corner-all,
#notation .ui-btn-corner-all{
border-radius:0.2em;
}
.ui-btn-active {
background: #654644; /* Old browsers */
background: -moz-linear-gradient(top, #654644 0%, #331c1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#654644), color-stop(100%,#331c1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #654644 0%,#331c1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #654644 0%,#331c1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #654644 0%,#331c1b 100%); /* IE10+ */
background: linear-gradient(top, #654644 0%,#331c1b 100%); /* W3C */
color:#fff !important;
}
.ui-content .choice_list .ui-btn-active .ui-link-inherit,
.ui-btn-down-c a.ui-link-inherit,
#home .ui-btn-down-c a.ui-link-inherit{
color:#fff !important;
}
img{
max-width: 100%;
height: auto; width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b {
width: 48%;
padding:1%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment