2011-09-19 02:28:01 +00:00
/ * !
2010-10-13 16:45:10 +00:00
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) and GPL ( GPL-LICENSE . txt ) licenses .
* /
2011-09-19 02:28:01 +00:00
/* Swatches */
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * A
----------------------------------------------------------------------------------------------------------- * /
. ui-bar-a {
2011-09-19 02:28:01 +00:00
border : 1px solid # 2A2A2A /*{a-bar-border}*/ ;
background : # 111111 /*{a-bar-background-color}*/ ;
color : # ffffff /*{a-bar-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
text-shadow : 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ # 000000 /*{a-bar-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 3c3c3c /*{a-bar-background-start}*/ ) , to ( # 111 /*{a-bar-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 3c3c3c /*{a-bar-background-start}*/ , # 111 /*{a-bar-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 3c3c3c /*{a-bar-background-start}*/ , # 111 /*{a-bar-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 3c3c3c /*{a-bar-background-start}*/ , # 111 /*{a-bar-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 3c3c3c /*{a-bar-background-start}*/ , # 111 /*{a-bar-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 3c3c3c /*{a-bar-background-start}*/ , # 111 /*{a-bar-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-a ,
. ui-bar-a input ,
. ui-bar-a select ,
. ui-bar-a textarea ,
. ui-bar-a button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{a-bar-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{a-bar-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-a . ui-link {
2011-09-19 02:28:01 +00:00
color : # 7cc4e7 /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
. ui-body-a {
2011-09-19 02:28:01 +00:00
border : 1px solid # 2A2A2A /*{a-body-border}*/ ;
background : # 222222 /*{a-body-background-color}*/ ;
color : # fff /*{a-body-color}*/ ;
text-shadow : 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ # 000 /*{a-body-shadow-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : normal ;
2011-09-19 02:28:01 +00:00
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 666 /*{a-body-background-start}*/ ) , to ( # 222 /*{a-body-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 666 /*{a-body-background-start}*/ , # 222 /*{a-body-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 666 /*{a-body-background-start}*/ , # 222 /*{a-body-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 666 /*{a-body-background-start}*/ , # 222 /*{a-body-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 666 /*{a-body-background-start}*/ , # 222 /*{a-body-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 666 /*{a-body-background-start}*/ , # 222 /*{a-body-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-body-a ,
. ui-body-a input ,
. ui-body-a select ,
. ui-body-a textarea ,
. ui-body-a button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{a-body-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{a-body-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-a . ui-link {
2011-09-19 02:28:01 +00:00
color : # 2489CE /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
. ui-br {
2011-03-11 18:57:53 +00:00
border-bottom : rgb ( 130 , 130 , 130 ) ;
border-bottom : rgba ( 130 , 130 , 130 , . 3 ) ;
border-bottom-width : 1px ;
border-bottom-style : solid ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-a {
2011-09-19 02:28:01 +00:00
border : 1px solid # 222 /*{a-bup-border}*/ ;
background : # 333333 /*{a-bup-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # fff /*{a-bup-color}*/ ;
text-shadow : 0 /*{a-bup-shadow-x}*/ -1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ # 000 /*{a-bup-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 555 /*{a-bup-background-start}*/ ) , to ( # 333 /*{a-bup-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 555 /*{a-bup-background-start}*/ , # 333 /*{a-bup-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 555 /*{a-bup-background-start}*/ , # 333 /*{a-bup-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 555 /*{a-bup-background-start}*/ , # 333 /*{a-bup-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 555 /*{a-bup-background-start}*/ , # 333 /*{a-bup-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 555 /*{a-bup-background-start}*/ , # 333 /*{a-bup-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-a a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{a-bup-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-a {
2011-09-19 02:28:01 +00:00
border : 1px solid # 000 /*{a-bhover-border}*/ ;
background : # 444444 /*{a-bhover-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # fff /*{a-bhover-color}*/ ;
text-shadow : 0 /*{a-bhover-shadow-x}*/ -1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ # 000 /*{a-bhover-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 666 /*{a-bhover-background-start}*/ ) , to ( # 444 /*{a-bhover-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 666 /*{a-bhover-background-start}*/ , # 444 /*{a-bhover-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 666 /*{a-bhover-background-start}*/ , # 444 /*{a-bhover-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 666 /*{a-bhover-background-start}*/ , # 444 /*{a-bhover-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 666 /*{a-bhover-background-start}*/ , # 444 /*{a-bhover-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 666 /*{a-bhover-background-start}*/ , # 444 /*{a-bhover-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-a a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{a-bhover-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-a {
2011-09-19 02:28:01 +00:00
border : 1px solid # 000 /*{a-bdown-border}*/ ;
background : # 3d3d3d /*{a-bdown-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # fff /*{a-bdown-color}*/ ;
text-shadow : 0 /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ # 000 /*{a-bdown-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 333 /*{a-bdown-background-start}*/ ) , to ( # 5a5a5a /*{a-bdown-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 333 /*{a-bdown-background-start}*/ , # 5a5a5a /*{a-bdown-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 333 /*{a-bdown-background-start}*/ , # 5a5a5a /*{a-bdown-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 333 /*{a-bdown-background-start}*/ , # 5a5a5a /*{a-bdown-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 333 /*{a-bdown-background-start}*/ , # 5a5a5a /*{a-bdown-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 333 /*{a-bdown-background-start}*/ , # 5a5a5a /*{a-bdown-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-a a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{a-bdown-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-a ,
. ui-btn-hover-a ,
. ui-btn-down-a {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{a-button-font}*/ ;
2011-03-28 19:55:37 +00:00
text-decoration : none ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * B
----------------------------------------------------------------------------------------------------------- * /
. ui-bar-b {
2011-09-19 02:28:01 +00:00
border : 1px solid # 456f9a /*{b-bar-border}*/ ;
background : # 5e87b0 /*{b-bar-background-color}*/ ;
color : # fff /*{b-bar-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
text-shadow : 0 /*{b-bar-shadow-x}*/ -1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ # 254f7a /*{b-bar-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 81a8ce /*{b-bar-background-start}*/ ) , to ( # 5e87b0 /*{b-bar-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 81a8ce /*{b-bar-background-start}*/ , # 5e87b0 /*{b-bar-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 81a8ce /*{b-bar-background-start}*/ , # 5e87b0 /*{b-bar-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 81a8ce /*{b-bar-background-start}*/ , # 5e87b0 /*{b-bar-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 81a8ce /*{b-bar-background-start}*/ , # 5e87b0 /*{b-bar-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 81a8ce /*{b-bar-background-start}*/ , # 5e87b0 /*{b-bar-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-b ,
. ui-bar-b input ,
. ui-bar-b select ,
. ui-bar-b textarea ,
. ui-bar-b button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{b-bar-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-b . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{b-bar-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-b . ui-link {
2011-09-19 02:28:01 +00:00
color : # 7cc4e7 /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
. ui-body-b {
2011-09-19 02:28:01 +00:00
border : 1px solid # C6C6C6 /*{b-body-border}*/ ;
background : # cccccc /*{b-body-background-color}*/ ;
color : # 333333 /*{b-body-color}*/ ;
text-shadow : 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ # fff /*{b-body-shadow-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : normal ;
2011-09-19 02:28:01 +00:00
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # e6e6e6 /*{b-body-background-start}*/ ) , to ( # ccc /*{b-body-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # e6e6e6 /*{b-body-background-start}*/ , # ccc /*{b-body-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # e6e6e6 /*{b-body-background-start}*/ , # ccc /*{b-body-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # e6e6e6 /*{b-body-background-start}*/ , # ccc /*{b-body-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # e6e6e6 /*{b-body-background-start}*/ , # ccc /*{b-body-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # e6e6e6 /*{b-body-background-start}*/ , # ccc /*{b-body-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-body-b ,
. ui-body-b input ,
. ui-body-b select ,
. ui-body-b textarea ,
. ui-body-b button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{b-body-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-b . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333333 /*{b-body-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-b . ui-link {
2011-09-19 02:28:01 +00:00
color : # 2489CE /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
. ui-btn-up-b {
2011-09-19 02:28:01 +00:00
border : 1px solid # 145072 /*{b-bup-border}*/ ;
background : # 2567ab /*{b-bup-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # fff /*{b-bup-color}*/ ;
text-shadow : 0 /*{b-bup-shadow-x}*/ -1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ # 145072 /*{b-bup-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 5f9cc5 /*{b-bup-background-start}*/ ) , to ( # 396b9e /*{b-bup-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 5f9cc5 /*{b-bup-background-start}*/ , # 396b9e /*{b-bup-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 5f9cc5 /*{b-bup-background-start}*/ , # 396b9e /*{b-bup-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 5f9cc5 /*{b-bup-background-start}*/ , # 396b9e /*{b-bup-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 5f9cc5 /*{b-bup-background-start}*/ , # 396b9e /*{b-bup-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 5f9cc5 /*{b-bup-background-start}*/ , # 396b9e /*{b-bup-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-b a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{b-bup-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-b {
2011-09-19 02:28:01 +00:00
border : 1px solid # 00516e /*{b-bhover-border}*/ ;
background : # 4b88b6 /*{b-bhover-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # fff /*{b-bhover-color}*/ ;
text-shadow : 0 /*{b-bhover-shadow-x}*/ -1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ # 014D68 /*{b-bhover-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 72b0d4 /*{b-bhover-background-start}*/ ) , to ( # 4b88b6 /*{b-bhover-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 72b0d4 /*{b-bhover-background-start}*/ , # 4b88b6 /*{b-bhover-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 72b0d4 /*{b-bhover-background-start}*/ , # 4b88b6 /*{b-bhover-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 72b0d4 /*{b-bhover-background-start}*/ , # 4b88b6 /*{b-bhover-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 72b0d4 /*{b-bhover-background-start}*/ , # 4b88b6 /*{b-bhover-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 72b0d4 /*{b-bhover-background-start}*/ , # 4b88b6 /*{b-bhover-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-b a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{b-bhover-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-b {
2011-09-19 02:28:01 +00:00
border : 1px solid # 225377 /*{b-bdown-border}*/ ;
background : # 4e89c5 /*{b-bdown-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # fff /*{b-bdown-color}*/ ;
text-shadow : 0 /*{b-bdown-shadow-x}*/ -1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ # 225377 /*{b-bdown-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 396b9e /*{b-bdown-background-start}*/ ) , to ( # 4e89c5 /*{b-bdown-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 396b9e /*{b-bdown-background-start}*/ , # 4e89c5 /*{b-bdown-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 396b9e /*{b-bdown-background-start}*/ , # 4e89c5 /*{b-bdown-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 396b9e /*{b-bdown-background-start}*/ , # 4e89c5 /*{b-bdown-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 396b9e /*{b-bdown-background-start}*/ , # 4e89c5 /*{b-bdown-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 396b9e /*{b-bdown-background-start}*/ , # 4e89c5 /*{b-bdown-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-b a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{b-bdown-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-b ,
. ui-btn-hover-b ,
. ui-btn-down-b {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{b-button-font}*/ ;
2011-03-28 19:55:37 +00:00
text-decoration : none ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * C
----------------------------------------------------------------------------------------------------------- * /
. ui-bar-c {
2011-09-19 02:28:01 +00:00
border : 1px solid # B3B3B3 /*{c-bar-border}*/ ;
background : # e9eaeb /*{c-bar-background-color}*/ ;
color : # 3E3E3E /*{c-bar-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
text-shadow : 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ # fff /*{c-bar-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # f0f0f0 /*{c-bar-background-start}*/ ) , to ( # e9eaeb /*{c-bar-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # f0f0f0 /*{c-bar-background-start}*/ , # e9eaeb /*{c-bar-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # f0f0f0 /*{c-bar-background-start}*/ , # e9eaeb /*{c-bar-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # f0f0f0 /*{c-bar-background-start}*/ , # e9eaeb /*{c-bar-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # f0f0f0 /*{c-bar-background-start}*/ , # e9eaeb /*{c-bar-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # f0f0f0 /*{c-bar-background-start}*/ , # e9eaeb /*{c-bar-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
2011-09-19 02:28:01 +00:00
. ui-bar-c . ui-link {
color : # 2489CE /*{global-link-color}*/ ;
font-weight : bold ;
}
2011-01-08 14:32:02 +00:00
. ui-bar-c ,
. ui-bar-c input ,
. ui-bar-c select ,
. ui-bar-c textarea ,
. ui-bar-c button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{c-bar-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-c {
2011-09-19 02:28:01 +00:00
border : 1px solid # B3B3B3 /*{c-body-border}*/ ;
color : # 333333 /*{c-body-color}*/ ;
text-shadow : 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ # fff /*{c-body-shadow-color}*/ ;
background : # f0f0f0 /*{c-body-background-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # eee /*{c-body-background-start}*/ ) , to ( # ddd /*{c-body-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # eee /*{c-body-background-start}*/ , # ddd /*{c-body-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # eee /*{c-body-background-start}*/ , # ddd /*{c-body-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # eee /*{c-body-background-start}*/ , # ddd /*{c-body-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # eee /*{c-body-background-start}*/ , # ddd /*{c-body-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # eee /*{c-body-background-start}*/ , # ddd /*{c-body-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-body-c ,
. ui-body-c input ,
. ui-body-c select ,
. ui-body-c textarea ,
. ui-body-c button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{c-body-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-c . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333333 /*{c-body-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-c . ui-link {
2011-09-19 02:28:01 +00:00
color : # 2489CE /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
. ui-btn-up-c {
2011-09-19 02:28:01 +00:00
border : 1px solid # ccc /*{c-bup-border}*/ ;
background : # eee /*{c-bup-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 444 /*{c-bup-color}*/ ;
text-shadow : 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 1px /*{c-bup-shadow-radius}*/ # f6f6f6 /*{c-bup-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fdfdfd /*{c-bup-background-start}*/ ) , to ( # eee /*{c-bup-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fdfdfd /*{c-bup-background-start}*/ , # eee /*{c-bup-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fdfdfd /*{c-bup-background-start}*/ , # eee /*{c-bup-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fdfdfd /*{c-bup-background-start}*/ , # eee /*{c-bup-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fdfdfd /*{c-bup-background-start}*/ , # eee /*{c-bup-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fdfdfd /*{c-bup-background-start}*/ , # eee /*{c-bup-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-c a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 2F3E46 /*{c-bup-color}*/ ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
. ui-btn-hover-c {
2011-09-19 02:28:01 +00:00
border : 1px solid # bbb /*{c-bhover-border}*/ ;
background : # dadada /*{c-bhover-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 101010 /*{c-bhover-color}*/ ;
text-shadow : 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 1px /*{c-bhover-shadow-radius}*/ # fff /*{c-bhover-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # ededed /*{c-bhover-background-start}*/ ) , to ( # dadada /*{c-bhover-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # ededed /*{c-bhover-background-start}*/ , # dadada /*{c-bhover-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # ededed /*{c-bhover-background-start}*/ , # dadada /*{c-bhover-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # ededed /*{c-bhover-background-start}*/ , # dadada /*{c-bhover-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # ededed /*{c-bhover-background-start}*/ , # dadada /*{c-bhover-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # ededed /*{c-bhover-background-start}*/ , # dadada /*{c-bhover-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-c a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 2F3E46 /*{c-bhover-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-c {
2011-09-19 02:28:01 +00:00
border : 1px solid # 808080 /*{c-bdown-border}*/ ;
background : # fdfdfd /*{c-bdown-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 111111 /*{c-bdown-color}*/ ;
text-shadow : 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1p /*{c-bdown-shadow-radius}*/ # ffffff /*{c-bdown-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # eee /*{c-bdown-background-start}*/ ) , to ( # fdfdfd /*{c-bdown-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # eee /*{c-bdown-background-start}*/ , # fdfdfd /*{c-bdown-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # eee /*{c-bdown-background-start}*/ , # fdfdfd /*{c-bdown-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # eee /*{c-bdown-background-start}*/ , # fdfdfd /*{c-bdown-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # eee /*{c-bdown-background-start}*/ , # fdfdfd /*{c-bdown-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # eee /*{c-bdown-background-start}*/ , # fdfdfd /*{c-bdown-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-c a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 2F3E46 /*{c-bdown-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-c ,
. ui-btn-hover-c ,
. ui-btn-down-c {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{c-button-font}*/ ;
2011-03-28 19:55:37 +00:00
text-decoration : none ;
2011-01-08 14:32:02 +00:00
}
2010-10-14 14:16:42 +00:00
2011-01-08 14:32:02 +00:00
/ * D
----------------------------------------------------------------------------------------------------------- * /
. ui-bar-d {
2011-09-19 02:28:01 +00:00
border : 1px solid # ccc /*{d-bar-border}*/ ;
background : # bbb /*{d-bar-background-color}*/ ;
color : # 333 /*{d-bar-color}*/ ;
text-shadow : 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ # eee /*{d-bar-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # ddd /*{d-bar-background-start}*/ ) , to ( # bbb /*{d-bar-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # ddd /*{d-bar-background-start}*/ , # bbb /*{d-bar-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # ddd /*{d-bar-background-start}*/ , # bbb /*{d-bar-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # ddd /*{d-bar-background-start}*/ , # bbb /*{d-bar-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # ddd /*{d-bar-background-start}*/ , # bbb /*{d-bar-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # ddd /*{d-bar-background-start}*/ , # bbb /*{d-bar-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-d ,
. ui-bar-d input ,
. ui-bar-d select ,
. ui-bar-d textarea ,
. ui-bar-d button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{d-bar-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-d . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333 /*{d-bar-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-d . ui-link {
2011-09-19 02:28:01 +00:00
color : # 2489CE /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
. ui-body-d {
2011-09-19 02:28:01 +00:00
border : 1px solid # ccc /*{d-body-border}*/ ;
color : # 333333 /*{d-body-color}*/ ;
text-shadow : 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ # fff /*{d-body-shadow-color}*/ ;
background : # ffffff /*{d-body-background-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fff ) , to ( # fff /*{d-body-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fff /*{d-body-background-start}*/ , # fff /*{d-body-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fff /*{d-body-background-start}*/ , # fff /*{d-body-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fff /*{d-body-background-start}*/ , # fff /*{d-body-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fff /*{d-body-background-start}*/ , # fff /*{d-body-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fff /*{d-body-background-start}*/ , # fff /*{d-body-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-body-d ,
. ui-body-d input ,
. ui-body-d select ,
. ui-body-d textarea ,
. ui-body-d button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{d-body-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-d . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333333 /*{d-body-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-d . ui-link {
2011-09-19 02:28:01 +00:00
color : # 2489CE /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
. ui-btn-up-d {
2011-09-19 02:28:01 +00:00
border : 1px solid # ccc /*{d-bup-border}*/ ;
background : # fff /*{d-bup-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 444 /*{d-bup-color}*/ ;
text-shadow : 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 1px /*{d-bup-shadow-radius}*/ # fff /*{d-bup-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fff ) , to ( # fff /*{d-bup-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fff /*{d-bup-background-start}*/ , # fff /*{d-bup-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fff /*{d-bup-background-start}*/ , # fff /*{d-bup-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fff /*{d-bup-background-start}*/ , # fff /*{d-bup-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fff /*{d-bup-background-start}*/ , # fff /*{d-bup-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fff /*{d-bup-background-start}*/ , # fff /*{d-bup-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-d a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333 /*{d-bup-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-d {
2011-09-19 02:28:01 +00:00
border : 1px solid # aaa /*{d-bhover-border}*/ ;
background : # eeeeee /*{d-bhover-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 222 /*{d-bhover-color}*/ ;
2011-01-08 14:32:02 +00:00
cursor : pointer ;
2011-09-19 02:28:01 +00:00
text-shadow : 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 1px /*{d-bhover-shadow-radius}*/ # fff /*{d-bhover-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fdfdfd ) , to ( # eee /*{d-bhover-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fdfdfd /*{d-bhover-background-start}*/ , # eee /*{d-bhover-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fdfdfd /*{d-bhover-background-start}*/ , # eee /*{d-bhover-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fdfdfd /*{d-bhover-background-start}*/ , # eee /*{d-bhover-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fdfdfd /*{d-bhover-background-start}*/ , # eee /*{d-bhover-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fdfdfd /*{d-bhover-background-start}*/ , # eee /*{d-bhover-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-d a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 222 /*{d-bhover-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-d {
2011-09-19 02:28:01 +00:00
border : 1px solid # aaaaaa /*{d-bdown-border}*/ ;
background : # ffffff /*{d-bdown-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 111 /*{d-bdown-color}*/ ;
text-shadow : 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 1px /*{d-bdown-shadow-radius}*/ # ffffff /*{d-bdown-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # eee /*{d-bdown-background-start}*/ ) , to ( # fff /*{d-bdown-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # eee /*{d-bdown-background-start}*/ , # fff /*{d-bdown-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # eee /*{d-bdown-background-start}*/ , # fff /*{d-bdown-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # eee /*{d-bdown-background-start}*/ , # fff /*{d-bdown-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # eee /*{d-bdown-background-start}*/ , # fff /*{d-bdown-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # eee /*{d-bdown-background-start}*/ , # fff /*{d-bdown-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-d a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 111 /*{d-bdown-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-d ,
. ui-btn-hover-d ,
. ui-btn-down-d {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{d-button-font}*/ ;
2011-03-28 19:55:37 +00:00
text-decoration : none ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * E
----------------------------------------------------------------------------------------------------------- * /
. ui-bar-e {
2011-09-19 02:28:01 +00:00
border : 1px solid # F7C942 /*{e-bar-border}*/ ;
background : # fadb4e /*{e-bar-background-color}*/ ;
color : # 333 /*{e-bar-color}*/ ;
text-shadow : 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ # fff /*{e-bar-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fceda7 /*{e-bar-background-start}*/ ) , to ( # fadb4e /*{e-bar-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fceda7 /*{e-bar-background-start}*/ , # fadb4e /*{e-bar-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fceda7 /*{e-bar-background-start}*/ , # fadb4e /*{e-bar-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fceda7 /*{e-bar-background-start}*/ , # fadb4e /*{e-bar-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fceda7 /*{e-bar-background-start}*/ , # fadb4e /*{e-bar-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fceda7 /*{e-bar-background-start}*/ , # fadb4e /*{e-bar-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-e ,
. ui-bar-e input ,
. ui-bar-e select ,
. ui-bar-e textarea ,
2011-06-22 17:58:33 +00:00
. ui-bar-e button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{e-bar-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-e . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333 /*{e-bar-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-e . ui-link {
2011-09-19 02:28:01 +00:00
color : # 2489CE /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
. ui-body-e {
2011-09-19 02:28:01 +00:00
border : 1px solid # F7C942 /*{e-body-border}*/ ;
color : # 333333 /*{e-body-color}*/ ;
text-shadow : 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ # fff /*{e-body-shadow-color}*/ ;
background : # faeb9e /*{e-body-background-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fff /*{e-body-background-start}*/ ) , to ( # faeb9e /*{e-body-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fff /*{e-body-background-start}*/ , # faeb9e /*{e-body-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fff /*{e-body-background-start}*/ , # faeb9e /*{e-body-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fff /*{e-body-background-start}*/ , # faeb9e /*{e-body-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fff /*{e-body-background-start}*/ , # faeb9e /*{e-body-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fff /*{e-body-background-start}*/ , # faeb9e /*{e-body-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-body-e ,
. ui-body-e input ,
. ui-body-e select ,
. ui-body-e textarea ,
. ui-body-e button {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{e-body-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-e . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333333 /*{e-body-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-body-e . ui-link {
2011-09-19 02:28:01 +00:00
color : # 2489CE /*{global-link-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
}
. ui-btn-up-e {
2011-09-19 02:28:01 +00:00
border : 1px solid # F7C942 /*{e-bup-border}*/ ;
background : # fadb4e /*{e-bup-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 333 /*{e-bup-color}*/ ;
text-shadow : 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ # fff /*{e-bup-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fceda7 /*{e-bup-background-start}*/ ) , to ( # fadb4e /*{e-bup-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fceda7 /*{e-bup-background-start}*/ , # fadb4e /*{e-bup-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fceda7 /*{e-bup-background-start}*/ , # fadb4e /*{e-bup-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fceda7 /*{e-bup-background-start}*/ , # fadb4e /*{e-bup-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fceda7 /*{e-bup-background-start}*/ , # fadb4e /*{e-bup-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fceda7 /*{e-bup-background-start}*/ , # fadb4e /*{e-bup-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-e a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333 /*{e-bup-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-hover-e {
2011-09-19 02:28:01 +00:00
border : 1px solid # e79952 /*{e-bhover-border}*/ ;
background : # fbe26f /*{e-bhover-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 111 /*{e-bhover-color}*/ ;
text-shadow : 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 1px /*{e-bhover-shadow-radius}*/ # fff /*{e-bhover-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fcf0b5 /*{e-bhover-background-start}*/ ) , to ( # fbe26f /*{e-bhover-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fcf0b5 /*{e-bhover-background-start}*/ , # fbe26f /*{e-bhover-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fcf0b5 /*{e-bhover-background-start}*/ , # fbe26f /*{e-bhover-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fcf0b5 /*{e-bhover-background-start}*/ , # fbe26f /*{e-bhover-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fcf0b5 /*{e-bhover-background-start}*/ , # fbe26f /*{e-bhover-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fcf0b5 /*{e-bhover-background-start}*/ , # fbe26f /*{e-bhover-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
. ui-btn-hover-e a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333 /*{e-bhover-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-e {
2011-09-19 02:28:01 +00:00
border : 1px solid # F7C942 /*{e-bdown-border}*/ ;
background : # fceda7 /*{e-bdown-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # 111 /*{e-bdown-color}*/ ;
text-shadow : 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 1px /*{e-bdown-shadow-radius}*/ # ffffff /*{e-bdown-shadow-color}*/ ;
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # fadb4e /*{e-bdown-background-start}*/ ) , to ( # fceda7 /*{e-bdown-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # fadb4e /*{e-bdown-background-start}*/ , # fceda7 /*{e-bdown-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # fadb4e /*{e-bdown-background-start}*/ , # fceda7 /*{e-bdown-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # fadb4e /*{e-bdown-background-start}*/ , # fceda7 /*{e-bdown-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # fadb4e /*{e-bdown-background-start}*/ , # fceda7 /*{e-bdown-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # fadb4e /*{e-bdown-background-start}*/ , # fceda7 /*{e-bdown-background-end}*/ ) ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-down-e a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # 333 /*{e-bdown-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-up-e ,
. ui-btn-hover-e ,
. ui-btn-down-e {
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{e-button-font}*/ ;
2011-03-28 19:55:37 +00:00
text-decoration : none ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-09-19 02:28:01 +00:00
/* Structure */
2010-10-14 14:16:42 +00:00
2011-01-08 14:32:02 +00:00
/ * links within "buttons"
----------------------------------------------------------------------------------------------------------- * /
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
a . ui-link-inherit {
text-decoration : none ! important ;
}
2010-10-13 16:45:10 +00:00
2011-09-19 02:28:01 +00:00
/ * links and their different states
----------------------------------------------------------------------------------------------------------- * /
. ui-link {
color : # 2489CE /*{global-link-color}*/
}
. ui-link : hover {
color : # 2489CE /*{global-link-hover}*/
}
. ui-link : active {
color : # 2489CE /*{global-link-active}*/
}
. ui-link : visited {
color : # 2489CE /*{global-link-visited}*/
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * Active class used as the "on" state across all themes
----------------------------------------------------------------------------------------------------------- * /
. ui-btn-active {
2011-09-19 02:28:01 +00:00
border : 1px solid # 155678 /*{global-active-border}*/ ;
background : # 4596ce /*{global-active-background-color}*/ ;
2011-01-08 14:32:02 +00:00
font-weight : bold ;
2011-09-19 02:28:01 +00:00
color : # fff /*{global-active-color}*/ ;
2011-01-08 14:32:02 +00:00
cursor : pointer ;
2011-09-19 02:28:01 +00:00
text-shadow : 0 /*{global-active-shadow-x}*/ -1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ # 145072 /*{global-active-shadow-color}*/ ;
2011-01-08 14:32:02 +00:00
text-decoration : none ;
2011-09-19 02:28:01 +00:00
background-image : -webkit-gradient ( linear , left top , left bottom , from ( # 85bae4 /*{global-active-background-start}*/ ) , to ( # 5393c5 /*{global-active-background-end}*/ ) ) ; /* Saf4+, Chrome */
background-image : -webkit-linear-gradient ( top , # 85bae4 /*{global-active-background-start}*/ , # 5393c5 /*{global-active-background-end}*/ ) ; /* Chrome 10+, Saf5.1+ */
background-image : -moz-linear-gradient ( top , # 85bae4 /*{global-active-background-start}*/ , # 5393c5 /*{global-active-background-end}*/ ) ; /* FF3.6 */
background-image : -ms-linear-gradient ( top , # 85bae4 /*{global-active-background-start}*/ , # 5393c5 /*{global-active-background-end}*/ ) ; /* IE10 */
background-image : -o-linear-gradient ( top , # 85bae4 /*{global-active-background-start}*/ , # 5393c5 /*{global-active-background-end}*/ ) ; /* Opera 11.10+ */
background-image : linear-gradient ( top , # 85bae4 /*{global-active-background-start}*/ , # 5393c5 /*{global-active-background-end}*/ ) ;
2011-01-22 19:44:50 +00:00
outline : none ;
2011-09-19 02:28:01 +00:00
font-family : Helvetica , Arial , sans-serif /*{global-active-font}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-active a . ui-link-inherit {
2011-09-19 02:28:01 +00:00
color : # fff /*{global-active-color}*/ ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * button inner top highlight
----------------------------------------------------------------------------------------------------------- * /
2010-10-14 14:16:42 +00:00
2011-01-08 14:32:02 +00:00
. ui-btn-inner {
border-top : 1px solid # fff ;
border-color : rgba ( 255 , 255 , 255 , . 3 ) ;
}
2010-10-14 14:16:42 +00:00
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * corner rounding classes
----------------------------------------------------------------------------------------------------------- * /
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
. ui-corner-tl {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topleft : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-top-left-radius : . 6em /*{global-radii-blocks}*/ ;
border-top-left-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-tr {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topright : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-top-right-radius : . 6em /*{global-radii-blocks}*/ ;
border-top-right-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-bl {
2011-09-19 02:28:01 +00:00
-moz-border-radius-bottomleft : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-bottom-left-radius : . 6em /*{global-radii-blocks}*/ ;
border-bottom-left-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-br {
2011-09-19 02:28:01 +00:00
-moz-border-radius-bottomright : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-bottom-right-radius : . 6em /*{global-radii-blocks}*/ ;
border-bottom-right-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-top {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topleft : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-top-left-radius : . 6em /*{global-radii-blocks}*/ ;
border-top-left-radius : . 6em /*{global-radii-blocks}*/ ;
-moz-border-radius-topright : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-top-right-radius : . 6em /*{global-radii-blocks}*/ ;
border-top-right-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-bottom {
2011-09-19 02:28:01 +00:00
-moz-border-radius-bottomleft : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-bottom-left-radius : . 6em /*{global-radii-blocks}*/ ;
border-bottom-left-radius : . 6em /*{global-radii-blocks}*/ ;
-moz-border-radius-bottomright : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-bottom-right-radius : . 6em /*{global-radii-blocks}*/ ;
border-bottom-right-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-right {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topright : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-top-right-radius : . 6em /*{global-radii-blocks}*/ ;
border-top-right-radius : . 6em /*{global-radii-blocks}*/ ;
-moz-border-radius-bottomright : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-bottom-right-radius : . 6em /*{global-radii-blocks}*/ ;
border-bottom-right-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-left {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topleft : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-top-left-radius : . 6em /*{global-radii-blocks}*/ ;
border-top-left-radius : . 6em /*{global-radii-blocks}*/ ;
-moz-border-radius-bottomleft : . 6em /*{global-radii-blocks}*/ ;
-webkit-border-bottom-left-radius : . 6em /*{global-radii-blocks}*/ ;
border-bottom-left-radius : . 6em /*{global-radii-blocks}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-corner-all {
-moz-border-radius : . 6em ;
-webkit-border-radius : . 6em ;
border-radius : . 6em ;
}
2011-08-17 19:07:05 +00:00
. ui-corner-none {
-moz-border-radius : 0 ;
-webkit-border-radius : 0 ;
border-radius : 0 ;
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * Interaction cues
----------------------------------------------------------------------------------------------------------- * /
. ui-disabled {
opacity : . 3 ;
}
. ui-disabled ,
. ui-disabled a {
2011-06-16 22:39:09 +00:00
cursor : default ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * Icons
----------------------------------------------------------------------------------------------------------- * /
. ui-icon {
2011-09-19 02:28:01 +00:00
background : # 666 /*{global-icon-color}*/ ;
background : rgba ( 0 , 0 , 0 , . 4 ) /*{global-icon-disc}*/ ;
background-image : url ( images / icons-18-white . png ) /*{global-icon-set}*/ ;
2011-01-08 14:32:02 +00:00
background-repeat : no-repeat ;
-moz-border-radius : 9px ;
-webkit-border-radius : 9px ;
border-radius : 9px ;
}
2010-10-13 16:45:10 +00:00
2011-03-11 18:57:53 +00:00
2011-01-08 14:32:02 +00:00
/ * Alt icon color
----------------------------------------------------------------------------------------------------------- * /
2010-10-13 16:45:10 +00:00
2011-03-15 03:55:41 +00:00
. ui-icon-alt {
2011-03-11 18:57:53 +00:00
background : # fff ;
background : rgba ( 255 , 255 , 255 , . 3 ) ;
2011-01-08 14:32:02 +00:00
background-image : url ( images / icons-18-black . png ) ;
2011-03-11 18:57:53 +00:00
background-repeat : no-repeat ;
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * HD / "retina" sprite
----------------------------------------------------------------------------------------------------------- * /
2010-10-13 16:45:10 +00:00
2011-03-15 03:47:16 +00:00
@ media only screen and ( -webkit-min-device-pixel-ratio : 1 . 5 ) ,
only screen and ( min--moz-device-pixel-ratio : 1 . 5 ) ,
only screen and ( min-resolution : 240dpi ) {
. ui-icon-plus , . ui-icon-minus , . ui-icon-delete , . ui-icon-arrow-r ,
. ui-icon-arrow-l , . ui-icon-arrow-u , . ui-icon-arrow-d , . ui-icon-check ,
. ui-icon-gear , . ui-icon-refresh , . ui-icon-forward , . ui-icon-back ,
2011-03-25 21:35:45 +00:00
. ui-icon-grid , . ui-icon-star , . ui-icon-alert , . ui-icon-info , . ui-icon-home , . ui-icon-search ,
. ui-icon-checkbox-off , . ui-icon-checkbox-on , . ui-icon-radio-off , . ui-icon-radio-on {
2011-03-15 03:47:16 +00:00
background-image : url ( images / icons-36-white . png ) ;
2011-03-25 21:35:45 +00:00
-moz-background-size : 776px 18px ;
-o-background-size : 776px 18px ;
-webkit-background-size : 776px 18px ;
background-size : 776px 18px ;
2011-03-15 03:47:16 +00:00
}
2011-03-15 03:55:41 +00:00
. ui-icon-alt {
2011-03-15 03:47:16 +00:00
background-image : url ( images / icons-36-black . png ) ;
}
2011-01-08 14:32:02 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/* plus minus */
. ui-icon-plus {
2011-03-25 21:35:45 +00:00
background-position : -0 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-minus {
2011-03-25 21:35:45 +00:00
background-position : -36px 50 % ;
2011-01-08 14:32:02 +00:00
}
2010-10-15 16:58:45 +00:00
2011-01-08 14:32:02 +00:00
/* delete/close */
. ui-icon-delete {
2011-03-25 21:35:45 +00:00
background-position : -72px 50 % ;
2011-01-08 14:32:02 +00:00
}
2010-10-15 16:58:45 +00:00
2011-01-08 14:32:02 +00:00
/* arrows */
. ui-icon-arrow-r {
2011-03-25 21:35:45 +00:00
background-position : -108px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-arrow-l {
2011-03-25 21:35:45 +00:00
background-position : -144px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-arrow-u {
2011-03-25 21:35:45 +00:00
background-position : -180px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-arrow-d {
2011-03-25 21:35:45 +00:00
background-position : -216px 50 % ;
2010-10-15 16:58:45 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/* misc */
. ui-icon-check {
2011-03-25 21:35:45 +00:00
background-position : -252px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-gear {
2011-03-25 21:35:45 +00:00
background-position : -288px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-refresh {
2011-03-25 21:35:45 +00:00
background-position : -324px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-forward {
2011-03-25 21:35:45 +00:00
background-position : -360px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-back {
2011-03-25 21:35:45 +00:00
background-position : -396px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-grid {
2011-03-25 21:35:45 +00:00
background-position : -432px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-star {
2011-03-25 21:35:45 +00:00
background-position : -468px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-alert {
2011-03-25 21:35:45 +00:00
background-position : -504px 50 % ;
2011-01-08 14:32:02 +00:00
}
. ui-icon-info {
2011-03-25 21:35:45 +00:00
background-position : -540px 50 % ;
2011-01-08 14:32:02 +00:00
}
2011-02-03 18:37:39 +00:00
. ui-icon-home {
2011-03-25 21:35:45 +00:00
background-position : -576px 50 % ;
2011-02-03 18:37:39 +00:00
}
. ui-icon-search {
2011-03-25 21:35:45 +00:00
background-position : -612px 50 % ;
}
. ui-icon-checkbox-off {
background-position : -684px 50 % ;
}
. ui-icon-checkbox-on {
background-position : -648px 50 % ;
}
. ui-icon-radio-off {
background-position : -756px 50 % ;
}
. ui-icon-radio-on {
background-position : -720px 50 % ;
2011-02-03 18:37:39 +00:00
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/* checks,radios */
2011-06-23 19:45:09 +00:00
. ui-checkbox . ui-icon {
-moz-border-radius : 3px ;
-webkit-border-radius : 3px ;
border-radius : 3px ;
}
2010-10-15 16:58:45 +00:00
. ui-icon-checkbox-off ,
2011-06-23 19:45:09 +00:00
. ui-icon-radio-off {
background-color : transparent ;
}
2011-06-23 23:57:32 +00:00
. ui-checkbox-on . ui-icon ,
. ui-radio-on . ui-icon {
2011-06-23 19:45:09 +00:00
background-color : # 4596ce ; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
2011-01-08 14:32:02 +00:00
}
2011-02-03 18:37:39 +00:00
. ui-icon-searchfield {
2011-01-08 14:32:02 +00:00
background-image : url ( images / icon-search-black . png ) ;
background-size : 16px 16px ;
}
2010-10-15 16:58:45 +00:00
2011-01-08 14:32:02 +00:00
/* loading icon */
. ui-icon-loading {
background-image : url ( images / ajax-loader . png ) ;
width : 40px ;
height : 40px ;
-moz-border-radius : 20px ;
-webkit-border-radius : 20px ;
border-radius : 20px ;
background-size : 35px 35px ;
}
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
/ * Button corner classes
----------------------------------------------------------------------------------------------------------- * /
. ui-btn-corner-tl {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topleft : 1em /*{global-radii-buttons}*/ ;
-webkit-border-top-left-radius : 1em /*{global-radii-buttons}*/ ;
border-top-left-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-tr {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topright : 1em /*{global-radii-buttons}*/ ;
-webkit-border-top-right-radius : 1em /*{global-radii-buttons}*/ ;
border-top-right-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-bl {
2011-09-19 02:28:01 +00:00
-moz-border-radius-bottomleft : 1em /*{global-radii-buttons}*/ ;
-webkit-border-bottom-left-radius : 1em /*{global-radii-buttons}*/ ;
border-bottom-left-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-br {
2011-09-19 02:28:01 +00:00
-moz-border-radius-bottomright : 1em /*{global-radii-buttons}*/ ;
-webkit-border-bottom-right-radius : 1em /*{global-radii-buttons}*/ ;
border-bottom-right-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-top {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topleft : 1em /*{global-radii-buttons}*/ ;
-webkit-border-top-left-radius : 1em /*{global-radii-buttons}*/ ;
border-top-left-radius : 1em /*{global-radii-buttons}*/ ;
-moz-border-radius-topright : 1em /*{global-radii-buttons}*/ ;
-webkit-border-top-right-radius : 1em /*{global-radii-buttons}*/ ;
border-top-right-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-bottom {
2011-09-19 02:28:01 +00:00
-moz-border-radius-bottomleft : 1em /*{global-radii-buttons}*/ ;
-webkit-border-bottom-left-radius : 1em /*{global-radii-buttons}*/ ;
border-bottom-left-radius : 1em /*{global-radii-buttons}*/ ;
-moz-border-radius-bottomright : 1em /*{global-radii-buttons}*/ ;
-webkit-border-bottom-right-radius : 1em /*{global-radii-buttons}*/ ;
border-bottom-right-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-right {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topright : 1em /*{global-radii-buttons}*/ ;
-webkit-border-top-right-radius : 1em /*{global-radii-buttons}*/ ;
border-top-right-radius : 1em /*{global-radii-buttons}*/ ;
-moz-border-radius-bottomright : 1em /*{global-radii-buttons}*/ ;
-webkit-border-bottom-right-radius : 1em /*{global-radii-buttons}*/ ;
border-bottom-right-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-left {
2011-09-19 02:28:01 +00:00
-moz-border-radius-topleft : 1em /*{global-radii-buttons}*/ ;
-webkit-border-top-left-radius : 1em /*{global-radii-buttons}*/ ;
border-top-left-radius : 1em /*{global-radii-buttons}*/ ;
-moz-border-radius-bottomleft : 1em /*{global-radii-buttons}*/ ;
-webkit-border-bottom-left-radius : 1em /*{global-radii-buttons}*/ ;
border-bottom-left-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-btn-corner-all {
2011-09-19 02:28:01 +00:00
-moz-border-radius : 1em /*{global-radii-buttons}*/ ;
-webkit-border-radius : 1em /*{global-radii-buttons}*/ ;
border-radius : 1em /*{global-radii-buttons}*/ ;
2011-01-08 14:32:02 +00:00
}
/* radius clip workaround for cleaning up corner trapping */
. ui-corner-tl ,
. ui-corner-tr ,
. ui-corner-bl ,
. ui-corner-br ,
. ui-corner-top ,
. ui-corner-bottom ,
. ui-corner-right ,
. ui-corner-left ,
. ui-corner-all ,
. ui-btn-corner-tl ,
. ui-btn-corner-tr ,
. ui-btn-corner-bl ,
. ui-btn-corner-br ,
. ui-btn-corner-top ,
. ui-btn-corner-bottom ,
. ui-btn-corner-right ,
. ui-btn-corner-left ,
. ui-btn-corner-all {
2010-10-13 16:45:10 +00:00
-webkit-background-clip : padding-box ;
2011-07-11 06:17:17 +00:00
-moz-background-clip : padding ;
2010-10-13 16:45:10 +00:00
background-clip : padding-box ;
}
2011-01-08 14:32:02 +00:00
/ * Overlay / modal
----------------------------------------------------------------------------------------------------------- * /
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
. ui-overlay {
background : # 666 ;
opacity : . 5 ;
filter : Alpha ( Opacity = 50 ) ;
position : absolute ;
width : 100 % ;
height : 100 % ;
}
. ui-overlay-shadow {
-moz-box-shadow : 0px 0px 12px rgba ( 0 , 0 , 0 , . 6 ) ;
-webkit-box-shadow : 0px 0px 12px rgba ( 0 , 0 , 0 , . 6 ) ;
box-shadow : 0px 0px 12px rgba ( 0 , 0 , 0 , . 6 ) ;
}
. ui-shadow {
2011-09-19 02:28:01 +00:00
-moz-box-shadow : 0px 1px 4px /*{global-box-shadow-size}*/ rgba ( 0 , 0 , 0 , . 3 ) /*{global-box-shadow-color}*/ ;
-webkit-box-shadow : 0px 1px 4px /*{global-box-shadow-size}*/ rgba ( 0 , 0 , 0 , . 3 ) /*{global-box-shadow-color}*/ ;
box-shadow : 0px 1px 4px /*{global-box-shadow-size}*/ rgba ( 0 , 0 , 0 , . 3 ) /*{global-box-shadow-color}*/ ;
2011-01-08 14:32:02 +00:00
}
. ui-bar-a . ui-shadow ,
. ui-bar-b . ui-shadow ,
. ui-bar-c . ui-shadow {
-moz-box-shadow : 0px 1px 0 rgba ( 255 , 255 , 255 , . 3 ) ;
-webkit-box-shadow : 0px 1px 0 rgba ( 255 , 255 , 255 , . 3 ) ;
box-shadow : 0px 1px 0 rgba ( 255 , 255 , 255 , . 3 ) ;
}
. ui-shadow-inset {
-moz-box-shadow : inset 0px 1px 4px rgba ( 0 , 0 , 0 , . 2 ) ;
-webkit-box-shadow : inset 0px 1px 4px rgba ( 0 , 0 , 0 , . 2 ) ;
box-shadow : inset 0px 1px 4px rgba ( 0 , 0 , 0 , . 2 ) ;
}
. ui-icon-shadow {
-moz-box-shadow : 0px 1px 0 rgba ( 255 , 255 , 255 , . 4 ) ;
-webkit-box-shadow : 0px 1px 0 rgba ( 255 , 255 , 255 , . 4 ) ;
box-shadow : 0px 1px 0 rgba ( 255 , 255 , 255 , . 4 ) ;
}
/ * Focus state - set here for specificity
----------------------------------------------------------------------------------------------------------- * /
2010-10-13 16:45:10 +00:00
2011-01-08 14:32:02 +00:00
. ui-focus {
-moz-box-shadow : 0px 0px 12px # 387bbe ;
-webkit-box-shadow : 0px 0px 12px # 387bbe ;
box-shadow : 0px 0px 12px # 387bbe ;
}
/ * unset box shadow in browsers that don ' t do it right
----------------------------------------------------------------------------------------------------------- * /
. ui-mobile-nosupport-boxshadow * {
-moz-box-shadow : none ! important ;
-webkit-box-shadow : none ! important ;
box-shadow : none ! important ;
}
2010-10-13 22:04:37 +00:00
2011-01-08 14:32:02 +00:00
/* ...and bring back focus */
. ui-mobile-nosupport-boxshadow . ui-focus {
outline-width : 2px ;
2011-09-19 02:28:01 +00:00
} / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) and GPL ( GPL-LICENSE . txt ) licenses .
* /
/* some unsets - more probably needed */
. ui-mobile , . ui-mobile body { height : 100 % ; }
. ui-mobile fieldset , . ui-page { padding : 0 ; margin : 0 ; }
. ui-mobile a img , . ui-mobile fieldset { border : 0 ; }
/* responsive page widths */
. ui-mobile-viewport { margin : 0 ; overflow-x : hidden ; -webkit- text-size-adjust : none ; -ms- text-size-adjust : none ; -webkit- tap-highlight-color : rgba ( 0 , 0 , 0 , 0 ) ; }
/* "page" containers - full-screen views, one should always be in view post-pageload */
. ui-mobile [ data-role = page ] , . ui-mobile [ data-role = dialog ] , . ui-page { top : 0 ; left : 0 ; width : 100 % ; min-height : 100 % ; position : absolute ; display : none ; border : 0 ; }
. ui-mobile . ui-page-active { display : block ; overflow : visible ; }
/*orientations from js are available */
. portrait ,
. portrait . ui-page { min-height : 420 px ; }
. landscape ,
. landscape . ui-page { min-height : 300 px ; }
/* native overflow scrolling */
. ui-page . ui-mobile-touch-overflow ,
. ui-mobile-touch-overflow . ui-native-fixed . ui-content {
overflow : auto ;
height : 100 % ;
-webkit-overflow-scrolling : touch ;
-moz-overflow-scrolling : touch ;
-o-overflow-scrolling : touch ;
-ms-overflow-scrolling : touch ;
overflow-scrolling : touch ;
}
. ui-page . ui-mobile-pre-transition {
display : block ;
}
/* loading screen */
. ui-loading . ui-mobile-viewport { overflow : hidden !important ; }
. ui-loading . ui-loader { display : block ; }
. ui-loading . ui-page { overflow : hidden ; }
. ui-loader { display : none ; position : absolute ; opacity : .85 ; z-index : 100 ; left : 50 % ; width : 200 px ; margin-left : -130 px ; margin-top : -35 px ; padding : 10 px 30 px ; }
. ui-loader h1 { font-size : 15 px ; text-align : center ; }
. ui-loader . ui-icon { position : static ; display : block ; opacity : .9 ; margin : 0 auto ; width : 35 px ; height : 35 px ; background-color : transparent ; }
/*fouc*/
. ui-mobile-rendering > * { visibility : hidden ; }
/*headers, content panels*/
. ui-bar , . ui-body { position : relative ; padding : .4 em 15 px ; overflow : hidden ; display : block ; clear : both ; }
. ui-bar { font-size : 16 px ; margin : 0 ; }
. ui-bar h1 , . ui-bar h2 , . ui-bar h3 , . ui-bar h4 , . ui-bar h5 , . ui-bar h6 { margin : 0 ; padding : 0 ; font-size : 16 px ; display : inline-block ; }
. ui-header , . ui-footer { display : block ; }
. ui-page . ui-header , . ui-page . ui-footer { position : relative ; }
. ui-header . ui-btn-left { position : absolute ; left : 10 px ; top : .4 em ; }
. ui-header . ui-btn-right { position : absolute ; right : 10 px ; top : .4 em ; }
. ui-header . ui-title , . ui-footer . ui-title { min-height : 1.1 em ; text-align : center ; font-size : 16 px ; display : block ; margin : .6 em 90 px .8 em ; padding : 0 ; text-overflow : ellipsis ; overflow : hidden ; white-space : nowrap ; outline : 0 !important ; }
/*content area*/
. ui-content { border-width : 0 ; overflow : visible ; overflow-x : hidden ; padding : 15 px ; }
. ui-page-fullscreen . ui-content { padding : 0 ; }
/* native fixed headers and footers */
. ui-mobile-touch-overflow . ui-page . ui-native-fixed ,
. ui-mobile-touch-overflow . ui-page . ui-native-fullscreen {
overflow : visible ;
}
. ui-mobile-touch-overflow . ui-native-fixed . ui-header ,
. ui-mobile-touch-overflow . ui-native-fixed . ui-footer {
position : fixed ;
left : 0 ;
right : 0 ;
top : 0 ;
z-index : 200 ;
}
. ui-mobile-touch-overflow . ui-page . ui-native-fixed . ui-footer {
top : auto ;
bottom : 0 ;
}
. ui-mobile-touch-overflow . ui-native-fixed . ui-content {
padding-top : 2 . 5em ;
padding-bottom : 3em ;
top : 0 ;
bottom : 0 ;
height : auto ;
position : absolute ;
}
. ui-mobile-touch-overflow . ui-native-fullscreen . ui-content {
padding-top : 0 ;
padding-bottom : 0 ;
}
. ui-mobile-touch-overflow . ui-native-fullscreen . ui-header ,
. ui-mobile-touch-overflow . ui-native-fullscreen . ui-footer {
opacity : . 9 ;
}
. ui-native-bars-hidden {
display : none ;
}
/* icons sizing */
. ui-icon { width : 18 px ; height : 18 px ; }
/* fullscreen class on ui-content div */
. ui-fullscreen { }
. ui-fullscreen img { max-width : 100 % ; }
/* non-js content hiding */
. ui-nojs { position : absolute ; left : -9999 px ; }
/ *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. spin {
-webkit-transform : rotate ( 360deg ) ;
-webkit-animation-name : spin ;
-webkit-animation-duration : 1s ;
-webkit-animation-iteration-count : infinite ;
-webkit-animation-timing-function : linear ;
}
@ -webkit-keyframes spin {
from { -webkit- transform : rotate ( 0 deg ) ; }
to { -webkit- transform : rotate ( 360 deg ) ; }
}
/ * Transitions from jQtouch ( with small modifications ) : http : / / www . jqtouch . com /
Built by David Kaneda and maintained by Jonathan Stark .
* /
. in , . out {
-webkit-animation-timing-function : ease-in-out ;
-webkit-animation-duration : 350ms ;
}
. slide . in {
-webkit-transform : translateX ( 0 ) ;
-webkit-animation-name : slideinfromright ;
}
. slide . out {
-webkit-transform : translateX ( -100 % ) ;
-webkit-animation-name : slideouttoleft ;
}
. slide . in . reverse {
-webkit-transform : translateX ( 0 ) ;
-webkit-animation-name : slideinfromleft ;
}
. slide . out . reverse {
-webkit-transform : translateX ( 100 % ) ;
-webkit-animation-name : slideouttoright ;
}
. slideup . in {
-webkit-transform : translateY ( 0 ) ;
-webkit-animation-name : slideinfrombottom ;
z-index : 10 ;
}
. slideup . out {
-webkit-animation-name : dontmove ;
z-index : 0 ;
}
. slideup . out . reverse {
-webkit-transform : translateY ( 100 % ) ;
z-index : 10 ;
-webkit-animation-name : slideouttobottom ;
}
. slideup . in . reverse {
z-index : 0 ;
-webkit-animation-name : dontmove ;
}
. slidedown . in {
-webkit-transform : translateY ( 0 ) ;
-webkit-animation-name : slideinfromtop ;
z-index : 10 ;
}
. slidedown . out {
-webkit-animation-name : dontmove ;
z-index : 0 ;
}
. slidedown . out . reverse {
-webkit-transform : translateY ( -100 % ) ;
z-index : 10 ;
-webkit-animation-name : slideouttotop ;
}
. slidedown . in . reverse {
z-index : 0 ;
-webkit-animation-name : dontmove ;
}
@ -webkit-keyframes slideinfromright {
from { -webkit- transform : translateX ( 100 % ) ; }
to { -webkit- transform : translateX ( 0 ) ; }
}
@ -webkit-keyframes slideinfromleft {
from { -webkit- transform : translateX ( -100 % ) ; }
to { -webkit- transform : translateX ( 0 ) ; }
}
@ -webkit-keyframes slideouttoleft {
from { -webkit- transform : translateX ( 0 ) ; }
to { -webkit- transform : translateX ( -100 % ) ; }
}
@ -webkit-keyframes slideouttoright {
from { -webkit- transform : translateX ( 0 ) ; }
to { -webkit- transform : translateX ( 100 % ) ; }
}
@ -webkit-keyframes slideinfromtop {
from { -webkit- transform : translateY ( -100 % ) ; }
to { -webkit- transform : translateY ( 0 ) ; }
}
@ -webkit-keyframes slideinfrombottom {
from { -webkit- transform : translateY ( 100 % ) ; }
to { -webkit- transform : translateY ( 0 ) ; }
}
@ -webkit-keyframes slideouttobottom {
from { -webkit- transform : translateY ( 0 ) ; }
to { -webkit- transform : translateY ( 100 % ) ; }
}
@ -webkit-keyframes slideouttotop {
from { -webkit- transform : translateY ( 0 ) ; }
to { -webkit- transform : translateY ( -100 % ) ; }
}
@ -webkit-keyframes fadein {
from { opacity : 0 ; }
to { opacity : 1 ; }
}
@ -webkit-keyframes fadeout {
from { opacity : 1 ; }
to { opacity : 0 ; }
}
. fade . in {
opacity : 1 ;
z-index : 10 ;
-webkit-animation-name : fadein ;
}
. fade . out {
z-index : 0 ;
-webkit-animation-name : fadeout ;
}
/ * The properties in this rule are only necessary for the 'flip' transition .
* We need specify the perspective to create a projection matrix . This will add
* some depth as the element flips . The depth number represents the distance of
* the viewer from the z-plane . According to the CSS3 spec , 1000 is a moderate
* value .
* /
. viewport-flip {
-webkit-perspective : 1000 ;
position : absolute ;
}
. ui-mobile-viewport-transitioning ,
. ui-mobile-viewport-transitioning . ui-page {
width : 100 % ;
height : 100 % ;
overflow : hidden ;
}
. flip {
-webkit-animation-duration : . 65s ;
-webkit-backface-visibility : hidden ;
-webkit-transform : translateX ( 0 ) ; /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
}
. flip . in {
-webkit-transform : rotateY ( 0 ) scale ( 1 ) ;
-webkit-animation-name : flipinfromleft ;
}
. flip . out {
-webkit-transform : rotateY ( -180deg ) scale ( . 8 ) ;
-webkit-animation-name : flipouttoleft ;
}
/* Shake it all about */
. flip . in . reverse {
-webkit-transform : rotateY ( 0 ) scale ( 1 ) ;
-webkit-animation-name : flipinfromright ;
}
. flip . out . reverse {
-webkit-transform : rotateY ( 180deg ) scale ( . 8 ) ;
-webkit-animation-name : flipouttoright ;
}
@ -webkit-keyframes flipinfromright {
from { -webkit- transform : rotateY ( -180 deg ) scale ( .8 ) ; }
to { -webkit- transform : rotateY ( 0 ) scale ( 1 ) ; }
}
@ -webkit-keyframes flipinfromleft {
from { -webkit- transform : rotateY ( 180 deg ) scale ( .8 ) ; }
to { -webkit- transform : rotateY ( 0 ) scale ( 1 ) ; }
}
@ -webkit-keyframes flipouttoleft {
from { -webkit- transform : rotateY ( 0 ) scale ( 1 ) ; }
to { -webkit- transform : rotateY ( -180 deg ) scale ( .8 ) ; }
}
@ -webkit-keyframes flipouttoright {
from { -webkit- transform : rotateY ( 0 ) scale ( 1 ) ; }
to { -webkit- transform : rotateY ( 180 deg ) scale ( .8 ) ; }
}
/* Hackish, but reliable. */
@ -webkit-keyframes dontmove {
from { opacity : 1 ; }
to { opacity : 1 ; }
}
. pop {
-webkit-transform-origin : 50 % 50 % ;
}
. pop . in {
-webkit-transform : scale ( 1 ) ;
opacity : 1 ;
-webkit-animation-name : popin ;
z-index : 10 ;
}
. pop . out . reverse {
-webkit-transform : scale ( . 2 ) ;
opacity : 0 ;
-webkit-animation-name : popout ;
z-index : 10 ;
}
. pop . in . reverse {
z-index : 0 ;
-webkit-animation-name : dontmove ;
}
@ -webkit-keyframes popin {
from {
-webkit-transform : scale ( . 2 ) ;
opacity : 0 ;
}
to {
-webkit-transform : scale ( 1 ) ;
opacity : 1 ;
}
}
@ -webkit-keyframes popout {
from {
-webkit-transform : scale ( 1 ) ;
opacity : 1 ;
}
to {
-webkit-transform : scale ( . 2 ) ;
opacity : 0 ;
}
} / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
/* content configurations. */
. ui-grid-a , . ui-grid-b , . ui-grid-c , . ui-grid-d { overflow : hidden ; }
. ui-block-a , . ui-block-b , . ui-block-c , . ui-block-d , . ui-block-e { margin : 0 ; padding : 0 ; border : 0 ; float : left ; min-height : 1 px ; }
/* grid solo: 100 - single item fallback */
. ui-grid-solo . ui-block-a { width : 100 % ; float : none ; }
/* grid a: 50/50 */
. ui-grid-a . ui-block-a , . ui-grid-a . ui-block-b { width : 50 % ; }
. ui-grid-a . ui-block-a { clear : left ; }
/* grid b: 33/33/33 */
. ui-grid-b . ui-block-a , . ui-grid-b . ui-block-b , . ui-grid-b . ui-block-c { width : 33.333 % ; }
. ui-grid-b . ui-block-a { clear : left ; }
/* grid c: 25/25/25/25 */
. ui-grid-c . ui-block-a , . ui-grid-c . ui-block-b , . ui-grid-c . ui-block-c , . ui-grid-c . ui-block-d { width : 25 % ; }
. ui-grid-c . ui-block-a { clear : left ; }
/* grid d: 20/20/20/20/20 */
. ui-grid-d . ui-block-a , . ui-grid-d . ui-block-b , . ui-grid-d . ui-block-c , . ui-grid-d . ui-block-d , . ui-grid-d . ui-block-e { width : 20 % ; }
. ui-grid-d . ui-block-a { clear : left ; }
/ *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
/* fixed page header & footer configuration */
. ui-header , . ui-footer , . ui-page-fullscreen . ui-header , . ui-page-fullscreen . ui-footer { position : absolute ; overflow : hidden ; width : 100 % ; border-left-width : 0 ; border-right-width : 0 ; }
. ui-header-fixed , . ui-footer-fixed {
z-index : 1000 ;
-webkit-transform : translateZ ( 0 ) ; /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
}
. ui-footer-duplicate , . ui-page-fullscreen . ui-fixed-inline { display : none ; }
. ui-page-fullscreen . ui-header , . ui-page-fullscreen . ui-footer { opacity : .9 ; }
/ *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-navbar { overflow : hidden ; }
. ui-navbar ul , . ui-navbar-expanded ul { list-style : none ; padding : 0 ; margin : 0 ; position : relative ; display : block ; border : 0 ; }
. ui-navbar-collapsed ul { float : left ; width : 75 % ; margin-right : -2 px ; }
. ui-navbar-collapsed . ui-navbar-toggle { float : left ; width : 25 % ; }
. ui-navbar li . ui-navbar-truncate { position : absolute ; left : -9999 px ; top : -9999 px ; }
. ui-navbar li . ui-btn , . ui-navbar . ui-navbar-toggle . ui-btn { display : block ; font-size : 12 px ; text-align : center ; margin : 0 ; border-right-width : 0 ; }
. ui-navbar li . ui-btn { margin-right : -1 px ; }
. ui-navbar li . ui-btn : last-child { margin-right : 0 ; }
. ui-header . ui-navbar li . ui-btn , . ui-header . ui-navbar . ui-navbar-toggle . ui-btn ,
. ui-footer . ui-navbar li . ui-btn , . ui-footer . ui-navbar . ui-navbar-toggle . ui-btn { border-top-width : 0 ; border-bottom-width : 0 ; }
. ui-navbar . ui-btn-inner { padding-left : 2 px ; padding-right : 2 px ; }
. ui-navbar-noicons li . ui-btn . ui-btn-inner , . ui-navbar-noicons . ui-navbar-toggle . ui-btn-inner { padding-top : .8 em ; padding-bottom : .9 em ; }
/*expanded page styles*/
. ui-navbar-expanded . ui-btn { margin : 0 ; font-size : 14 px ; }
. ui-navbar-expanded . ui-btn-inner { padding-left : 5 px ; padding-right : 5 px ; }
. ui-navbar-expanded . ui-btn-icon-top . ui-btn-inner { padding : 45 px 5 px 15 px ; text-align : center ; }
. ui-navbar-expanded . ui-btn-icon-top . ui-icon { top : 15 px ; }
. ui-navbar-expanded . ui-btn-icon-bottom . ui-btn-inner { padding : 15 px 5 px 45 px ; text-align : center ; }
. ui-navbar-expanded . ui-btn-icon-bottom . ui-icon { bottom : 15 px ; }
. ui-navbar-expanded li . ui-btn . ui-btn-inner { min-height : 2.5 em ; }
. ui-navbar-expanded . ui-navbar-noicons . ui-btn . ui-btn-inner { padding-top : 1.8 em ; padding-bottom : 1.9 em ; }
/ *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-btn { display : block ; text-align : center ; cursor : pointer ; position : relative ; margin : .5 em 5 px ; padding : 0 ; }
. ui-btn : focus , . ui-btn : active { outline : none ; }
. ui-header . ui-btn , . ui-footer . ui-btn , . ui-bar . ui-btn { display : inline-block ; font-size : 13 px ; margin : 0 ; }
. ui-btn-inline { display : inline-block ; }
. ui-btn-inner { padding : .6 em 25 px ; display : block ; text-overflow : ellipsis ; overflow : hidden ; white-space : nowrap ; position : relative ; zoom : 1 ; }
. ui-header . ui-btn-inner , . ui-footer . ui-btn-inner , . ui-bar . ui-btn-inner { padding : .4 em 8 px .5 em ; }
. ui-btn-icon-notext { display : inline-block ; width : 20 px ; height : 20 px ; padding : 2 px 1 px 2 px 3 px ; text-indent : -9999 px ; }
. ui-btn-icon-notext . ui-btn-inner { padding : 0 ; }
. ui-btn-icon-notext . ui-btn-text { position : absolute ; left : -999 px ; }
. ui-btn-icon-left . ui-btn-inner { padding-left : 33 px ; }
. ui-header . ui-btn-icon-left . ui-btn-inner ,
. ui-footer . ui-btn-icon-left . ui-btn-inner ,
. ui-bar . ui-btn-icon-left . ui-btn-inner { padding-left : 27 px ; }
. ui-btn-icon-right . ui-btn-inner { padding-right : 33 px ; }
. ui-header . ui-btn-icon-right . ui-btn-inner ,
. ui-footer . ui-btn-icon-right . ui-btn-inner ,
. ui-bar . ui-btn-icon-right . ui-btn-inner { padding-right : 27 px ; }
. ui-btn-icon-top . ui-btn-inner { padding-top : 33 px ; }
. ui-header . ui-btn-icon-top . ui-btn-inner ,
. ui-footer . ui-btn-icon-top . ui-btn-inner ,
. ui-bar . ui-btn-icon-top . ui-btn-inner { padding-top : 27 px ; }
. ui-btn-icon-bottom . ui-btn-inner { padding-bottom : 33 px ; }
. ui-header . ui-btn-icon-bottom . ui-btn-inner ,
. ui-footer . ui-btn-icon-bottom . ui-btn-inner ,
. ui-bar . ui-btn-icon-bottom . ui-btn-inner { padding-bottom : 27 px ; }
/*btn icon positioning*/
. ui-btn-icon-notext . ui-icon { display : block ; }
. ui-btn-icon-left . ui-icon , . ui-btn-icon-right . ui-icon { position : absolute ; top : 50 % ; margin-top : -9 px ; }
. ui-btn-icon-top . ui-icon , . ui-btn-icon-bottom . ui-icon { position : absolute ; left : 50 % ; margin-left : -9 px ; }
. ui-btn-icon-left . ui-icon { left : 10 px ; }
. ui-btn-icon-right . ui-icon { right : 10 px ; }
. ui-header . ui-btn-icon-left . ui-icon ,
. ui-footer . ui-btn-icon-left . ui-icon ,
. ui-bar . ui-btn-icon-left . ui-icon { left : 4 px ; }
. ui-header . ui-btn-icon-right . ui-icon ,
. ui-footer . ui-btn-icon-right . ui-icon ,
. ui-bar . ui-btn-icon-right . ui-icon { right : 4 px ; }
. ui-header . ui-btn-icon-top . ui-icon ,
. ui-footer . ui-btn-icon-top . ui-icon ,
. ui-bar . ui-btn-icon-top . ui-icon { top : 4 px ; }
. ui-header . ui-btn-icon-bottom . ui-icon ,
. ui-footer . ui-btn-icon-bottom . ui-icon ,
. ui-bar . ui-btn-icon-bottom . ui-icon { bottom : 4 px ; }
. ui-btn-icon-top . ui-icon { top : 5 px ; }
. ui-btn-icon-bottom . ui-icon { bottom : 5 px ; }
/*hiding native button,inputs */
. ui-btn-hidden { position : absolute ; top : 0 ; left : 0 ; width : 100 % ; height : 100 % ; -webkit- appearance : button ; opacity : 0 ; cursor : pointer ; -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter : alpha ( opacity = 0 ) ; background : transparent ; }
/ *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-collapsible-contain { margin : .5 em 0 ; }
. ui-collapsible-heading { font-size : 16 px ; display : block ; margin : 0 -8 px ; padding : 0 ; border-width : 0 0 1 px 0 ; position : relative ; }
. ui-collapsible-heading a { text-align : left ; margin : 0 ; }
. ui-collapsible-heading a . ui-btn-inner { padding-left : 40 px ; }
. ui-collapsible-heading a span . ui-btn { position : absolute ; left : 6 px ; top : 50 % ; margin : -12 px 0 0 0 ; width : 20 px ; height : 20 px ; padding : 1 px 0 px 1 px 2 px ; text-indent : -9999 px ; }
. ui-collapsible-heading a span . ui-btn . ui-btn-inner { padding : 10 px 0 ; }
. ui-collapsible-heading a span . ui-btn . ui-icon { left : 0 ; margin-top : -10 px ; }
. ui-collapsible-heading-status { position : absolute ; left : -9999 px ; }
. ui-collapsible-content { display : block ; padding : 10 px 0 10 px 8 px ; }
. ui-collapsible-content-collapsed { display : none ; }
. ui-collapsible-set { margin : .5 em 0 ; }
. ui-collapsible-set . ui-collapsible-contain { margin : -1 px 0 0 ; }
/ *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-controlgroup , fieldset . ui-controlgroup { padding : 0 ; margin : .5 em 0 1 em ; }
. ui-bar . ui-controlgroup { margin : 0 .3 em ; }
. ui-controlgroup-label { font-size : 16 px ; line-height : 1.4 ; font-weight : normal ; margin : 0 0 .3 em ; }
. ui-controlgroup-controls { display : block ; width : 95 % ; }
. ui-controlgroup li { list-style : none ; }
. ui-controlgroup-vertical . ui-btn ,
. ui-controlgroup-vertical . ui-checkbox , . ui-controlgroup-vertical . ui-radio { margin : 0 ; border-bottom-width : 0 ; }
. ui-controlgroup-vertical . ui-controlgroup-last { border-bottom-width : 1 px ; }
. ui-controlgroup-horizontal { padding : 0 ; }
. ui-controlgroup-horizontal . ui-btn ,
. ui-controlgroup-horizontal . ui-checkbox , . ui-controlgroup-horizontal . ui-radio { display : inline-block ; margin : 0 -5 px 0 0 ; }
. ui-controlgroup-horizontal . ui-checkbox , . ui-controlgroup-horizontal . ui-radio { display : inline ; }
. ui-controlgroup-horizontal . ui-checkbox . ui-btn , . ui-controlgroup-horizontal . ui-radio . ui-btn ,
. ui-controlgroup-horizontal . ui-checkbox : last-child , . ui-controlgroup-horizontal . ui-radio : last-child { margin-right : 0 ; }
. ui-controlgroup-horizontal . ui-controlgroup-last { margin-right : 0 ; }
. ui-controlgroup . ui-checkbox label , . ui-controlgroup . ui-radio label { font-size : 16 px ; }
/ * conflicts with listview . .
. ui-controlgroup . ui-btn-icon-notext { width : 30 px ; height : 30 px ; text-indent : -9999 px ; }
. ui-controlgroup . ui-btn-icon-notext . ui-btn-inner { padding : 5 px 6 px 5 px 5 px ; }
* /
@ media all and ( min-width : 450px ) {
. ui-controlgroup-label { vertical-align : top ; display : inline-block ; width : 20 % ; margin : 0 2 % 0 0 ; }
. ui-controlgroup-controls { width : 60 % ; display : inline-block ; }
} / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-dialog { min-height : 480 px ; }
. ui-dialog . ui-header , . ui-dialog . ui-content , . ui-dialog . ui-footer { margin : 15 px ; position : relative ; }
. ui-dialog . ui-header , . ui-dialog . ui-footer { z-index : 10 ; width : auto ; }
. ui-dialog . ui-content , . ui-dialog . ui-footer { margin-top : -15 px ; } / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-checkbox , . ui-radio { position : relative ; margin : .2 em 0 .5 em ; z-index : 1 ; }
. ui-checkbox . ui-btn , . ui-radio . ui-btn { margin : 0 ; text-align : left ; z-index : 2 ; }
. ui-checkbox . ui-btn-inner , . ui-radio . ui-btn-inner { white-space : normal ; }
. ui-checkbox . ui-btn-icon-left . ui-btn-inner , . ui-radio . ui-btn-icon-left . ui-btn-inner { padding-left : 45 px ; }
. ui-checkbox . ui-btn-icon-right . ui-btn-inner , . ui-radio . ui-btn-icon-right . ui-btn-inner { padding-right : 45 px ; }
. ui-checkbox . ui-icon , . ui-radio . ui-icon { top : 1.1 em ; }
. ui-checkbox . ui-btn-icon-left . ui-icon , . ui-radio . ui-btn-icon-left . ui-icon { left : 15 px ; }
. ui-checkbox . ui-btn-icon-right . ui-icon , . ui-radio . ui-btn-icon-right . ui-icon { right : 15 px ; }
/* input, label positioning */
. ui-checkbox input , . ui-radio input { position : absolute ; left : 20 px ; top : 50 % ; width : 10 px ; height : 10 px ; margin : -5 px 0 0 0 ; outline : 0 !important ; z-index : 1 ; } / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-field-contain { padding : 1.5 em 0 ; margin : 0 ; border-bottom-width : 1 px ; overflow : visible ; }
. ui-field-contain : first-child { border-top-width : 0 ; }
@ media all and ( min-width : 450px ) {
. ui-field-contain { border-width : 0 ; padding : 0 ; margin : 1 em 0 ; }
} / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-select { display : block ; position : relative ; }
. ui-select select { position : absolute ; left : -9999 px ; top : -9999 px ; }
. ui-select . ui-btn { overflow : hidden ; }
. ui-select . ui-btn select { cursor : pointer ; -webkit- appearance : button ; left : 0 ; top : 0 ; width : 100 % ; height : 100 % ; opacity : 0 ; -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter : alpha ( opacity = 0 ) ; }
@ -moz-document url-prefix ( ) { . ui-select . ui-btn select { opacity : 0.0001 ; } }
. ui-select . ui-btn select . ui-select-nativeonly { opacity : 1 ; text-indent : 0 ; }
. ui-select . ui-btn-icon-right . ui-btn-inner { padding-right : 45 px ; }
. ui-select . ui-btn-icon-right . ui-icon { right : 15 px ; }
/* labels */
label . ui-select { font-size : 16 px ; line-height : 1.4 ; font-weight : normal ; margin : 0 0 .3 em ; display : block ; }
/*listbox*/
. ui-select . ui-btn-text , . ui-selectmenu . ui-btn-text { display : block ; min-height : 1 em ; }
. ui-select . ui-btn-text { text-overflow : ellipsis ; overflow : hidden ; }
. ui-selectmenu { position : absolute ; padding : 0 ; z-index : 100 !important ; width : 80 % ; max-width : 350 px ; padding : 6 px ; }
. ui-selectmenu . ui-listview { margin : 0 ; }
. ui-selectmenu . ui-btn . ui-li-divider { cursor : default ; }
. ui-selectmenu-hidden { top : -9999 px ; left : -9999 px ; }
. ui-selectmenu-screen { position : absolute ; top : 0 ; left : 0 ; width : 100 % ; height : 100 % ; z-index : 99 ; }
. ui-screen-hidden , . ui-selectmenu-list . ui-li . ui-icon { display : none ; }
. ui-selectmenu-list . ui-li . ui-icon { display : block ; }
. ui-li . ui-selectmenu-placeholder { display : none ; }
. ui-selectmenu . ui-header . ui-title { margin : 0.6 em 46 px 0.8 em ; }
@ media all and ( min-width : 450px ) {
label . ui-select { display : inline-block ; width : 20 % ; margin : 0 2 % 0 0 ; }
. ui-select { width : 60 % ; display : inline-block ; }
}
/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
. ui-selectmenu . ui-header h1 : after { content : '.' ; visibility : hidden ; } / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
label . ui-input-text { font-size : 16 px ; line-height : 1.4 ; display : block ; font-weight : normal ; margin : 0 0 .3 em ; }
input . ui-input-text , textarea . ui-input-text { background-image : none ; padding : .4 em ; line-height : 1.4 ; font-size : 16 px ; display : block ; width : 95 % ; }
input . ui-input-text { -webkit- appearance : none ; }
textarea . ui-input-text { height : 50 px ; -webkit- transition : height 200 ms linear ; -moz- transition : height 200 ms linear ; -o- transition : height 200 ms linear ; transition : height 200 ms linear ; }
. ui-input-search { padding : 0 30 px ; width : 77 % ; background-position : 8 px 50 % ; background-repeat : no-repeat ; position : relative ; }
. ui-input-search input . ui-input-text { border : none ; width : 98 % ; padding : .4 em 0 ; margin : 0 ; display : block ; background : transparent none ; outline : 0 !important ; }
. ui-input-search . ui-input-clear { position : absolute ; right : 0 ; top : 50 % ; margin-top : -14 px ; }
. ui-input-search . ui-input-clear-hidden { display : none ; }
/* orientation adjustments - incomplete!*/
@ media all and ( min-width : 450px ) {
label . ui-input-text { vertical-align : top ; display : inline-block ; width : 20 % ; margin : 0 2 % 0 0 }
input . ui-input-text ,
textarea . ui-input-text ,
. ui-input-search { width : 60 % ; display : inline-block ; }
. ui-input-search { width : 50 % ; }
. ui-input-search input . ui-input-text { width : 98 % ; /*echos rule from above*/ }
} / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
. ui-listview { margin : 0 ; counter-reset : listnumbering ; }
. ui-content . ui-listview { margin : -15 px ; }
. ui-content . ui-listview-inset { margin : 1 em 0 ; }
. ui-listview , . ui-li { list-style : none ; padding : 0 ; }
. ui-li , . ui-li . ui-field-contain { display : block ; margin : 0 ; position : relative ; overflow : visible ; text-align : left ; border-width : 0 ; border-top-width : 1 px ; }
. ui-li . ui-btn-text a . ui-link-inherit { text-overflow : ellipsis ; overflow : hidden ; white-space : nowrap ; }
. ui-li-divider , . ui-li-static { padding : .5 em 15 px ; font-size : 14 px ; font-weight : bold ; }
. ui-li-divider { counter-reset : listnumbering ; }
ol . ui-listview . ui-link-inherit : before , ol . ui-listview . ui-li-static : before , . ui-li-dec { font-size : .8 em ; display : inline-block ; padding-right : .3 em ; font-weight : normal ; counter-increment : listnumbering ; content : counter ( listnumbering ) ". " ; }
ol . ui-listview . ui-li-jsnumbering : before { content : "" !important ; } /* to avoid chance of duplication */
. ui-listview-inset . ui-li { border-right-width : 1 px ; border-left-width : 1 px ; }
. ui-li : last-child , . ui-li . ui-field-contain : last-child { border-bottom-width : 1 px ; }
. ui-li > . ui-btn-inner { display : block ; position : relative ; padding : 0 ; }
. ui-li . ui-btn-inner a . ui-link-inherit , . ui-li-static . ui-li { padding : .7 em 15 px .7 em 15 px ; display : block ; }
. ui-li-has-thumb . ui-btn-inner a . ui-link-inherit , . ui-li-static . ui-li-has-thumb { min-height : 60 px ; padding-left : 100 px ; }
. ui-li-has-icon . ui-btn-inner a . ui-link-inherit , . ui-li-static . ui-li-has-icon { min-height : 20 px ; padding-left : 40 px ; }
. ui-li-has-count . ui-btn-inner a . ui-link-inherit , . ui-li-static . ui-li-has-count { padding-right : 45 px ; }
. ui-li-has-arrow . ui-btn-inner a . ui-link-inherit , . ui-li-static . ui-li-has-arrow { padding-right : 30 px ; }
. ui-li-has-arrow . ui-li-has-count . ui-btn-inner a . ui-link-inherit , . ui-li-static . ui-li-has-arrow . ui-li-has-count { padding-right : 75 px ; }
. ui-li-heading { font-size : 16 px ; font-weight : bold ; display : block ; margin : .6 em 0 ; text-overflow : ellipsis ; overflow : hidden ; white-space : nowrap ; }
. ui-li-desc { font-size : 12 px ; font-weight : normal ; display : block ; margin : -.5 em 0 .6 em ; text-overflow : ellipsis ; overflow : hidden ; white-space : nowrap ; }
. ui-li-thumb , . ui-li-icon { position : absolute ; left : 1 px ; top : 0 ; max-height : 80 px ; max-width : 80 px ; }
. ui-li-icon { max-height : 40 px ; max-width : 40 px ; left : 10 px ; top : .9 em ; }
. ui-li-thumb , . ui-li-icon , . ui-li-content { float : left ; margin-right : 10 px ; }
. ui-li-aside { float : right ; width : 50 % ; text-align : right ; margin : .3 em 0 ; }
@ media all and ( min-width : 480px ) {
. ui-li-aside { width : 45 % ; }
}
. ui-li-divider { cursor : default ; }
. ui-li-has-alt . ui-btn-inner a . ui-link-inherit , . ui-li-static . ui-li-has-alt { padding-right : 95 px ; }
. ui-li-count { position : absolute ; font-size : 11 px ; font-weight : bold ; padding : .2 em .5 em ; top : 50 % ; margin-top : -.9 em ; right : 38 px ; }
. ui-li-divider . ui-li-count , . ui-li-static . ui-li-count { right : 10 px ; }
. ui-li-has-alt . ui-li-count { right : 55 px ; }
. ui-li-link-alt { position : absolute ; width : 40 px ; height : 100 % ; border-width : 0 ; border-left-width : 1 px ; top : 0 ; right : 0 ; margin : 0 ; padding : 0 ; }
. ui-li-link-alt . ui-btn { overflow : hidden ; position : absolute ; right : 8 px ; top : 50 % ; margin : -11 px 0 0 0 ; border-bottom-width : 1 px ; }
. ui-li-link-alt . ui-btn-inner { padding : 0 ; position : static ; }
. ui-li-link-alt . ui-btn . ui-icon { right : 50 % ; margin-right : -9 px ; }
. ui-listview-filter { border-width : 0 ; overflow : hidden ; margin : -15 px -15 px 15 px -15 px }
. ui-listview-filter . ui-input-search { margin : 5 px ; width : auto ; display : block ; }
. ui-listview-filter-inset { margin : -15 px -5 px -15 px -5 px ; background : transparent ; }
. ui-li . ui-screen-hidden { display : none ; }
/* Odd iPad positioning issue. */
@ media only screen and ( min-device-width : 768px ) and ( max-device-width : 1024px ) {
. ui-li . ui-btn-text { overflow : visible ; }
} / *
* jQuery Mobile Framework
* Copyright ( c ) jQuery Project
* Dual licensed under the MIT ( MIT-LICENSE . txt ) or GPL ( GPL-LICENSE . txt ) licenses .
* /
label . ui-slider { display : block ; }
input . ui-slider-input { display : inline-block ; width : 50 px ; }
select . ui-slider-switch { display : none ; }
div . ui-slider { position : relative ; display : inline-block ; overflow : visible ; height : 15 px ; padding : 0 ; margin : 0 2 % 0 20 px ; top : 4 px ; width : 66 % ; }
a . ui-slider-handle { position : absolute ; z-index : 10 ; top : 50 % ; width : 28 px ; height : 28 px ; margin-top : -15 px ; margin-left : -15 px ; }
a . ui-slider-handle . ui-btn-inner { padding-left : 0 ; padding-right : 0 ; }
@ media all and ( min-width : 480px ) {
label . ui-slider { display : inline-block ; width : 20 % ; margin : 0 2 % 0 0 ; }
div . ui-slider { width : 45 % ; }
}
div . ui-slider-switch { height : 32 px ; overflow : hidden ; margin-left : 0 ; }
div . ui-slider-inneroffset { margin-left : 50 % ; position : absolute ; top : 1 px ; height : 100 % ; width : 50 % ; }
a . ui-slider-handle-snapping { -webkit- transition : left 100 ms linear ; }
div . ui-slider-labelbg { position : absolute ; top : 0 ; margin : 0 ; border-width : 0 ; }
div . ui-slider-switch div . ui-slider-labelbg-a { width : 60 % ; height : 100 % ; left : 0 ; }
div . ui-slider-switch div . ui-slider-labelbg-b { width : 60 % ; height : 100 % ; right : 0 ; }
. ui-slider-switch-a div . ui-slider-labelbg-a , . ui-slider-switch-b div . ui-slider-labelbg-b { z-index : -1 ; }
. ui-slider-switch-a div . ui-slider-labelbg-b , . ui-slider-switch-b div . ui-slider-labelbg-a { z-index : 0 ; }
div . ui-slider-switch a . ui-slider-handle { z-index : 20 ; width : 101 % ; height : 32 px ; margin-top : -18 px ; margin-left : -101 % ; }
span . ui-slider-label { width : 100 % ; position : absolute ; height : 32 px ; font-size : 16 px ; text-align : center ; line-height : 2 ; background : none ; border-color : transparent ; }
span . ui-slider-label-a { left : -100 % ; margin-right : -1 px }
span . ui-slider-label-b { right : -100 % ; margin-left : -1 px }