mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
53 lines
2.1 KiB
CSS
53 lines
2.1 KiB
CSS
#tab_menu1 { margin:0.5em 0 0 0; padding:0; font-size:1em; }
|
|
.tab_group1 { clear:left; padding-top:0; display:none; }
|
|
.demoLabel { float: left; width: 18em; }
|
|
.ar_day { color: white !important; background: #eee url(img/ar.gif) no-repeat center !important; }
|
|
.au_day { color: blue !important; background: #eee url(img/au.gif) no-repeat center !important; }
|
|
.br_day { color: green !important; background: #eee url(img/br.gif) no-repeat center !important; }
|
|
.cn_day { color: red !important; background: #eee url(img/cn.gif) no-repeat center !important; }
|
|
.id_day { color: white !important; background: #eee url(img/id.gif) no-repeat center !important; }
|
|
.ie_day { color: white !important; background: #eee url(img/ie.gif) no-repeat center !important; }
|
|
.ke_day { color: red !important; background: #eee url(img/ke.gif) no-repeat center !important; }
|
|
.lb_day { color: white !important; background: #eee url(img/lb.gif) no-repeat center !important; }
|
|
.nz_day { color: blue !important; background: #eee url(img/nz.gif) no-repeat center !important; }
|
|
.se_day { color: blue !important; background: #eee url(img/se.gif) no-repeat center !important; }
|
|
.us_day { color: white !important; background: #eee url(img/us.gif) no-repeat center !important; }
|
|
.za_day { color: green !important; background: #eee url(img/za.gif) no-repeat center !important; }
|
|
code { font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; }
|
|
pre { clear: both; padding-left: 2em; background: #eee; }
|
|
#embedButton { width: 7em; }
|
|
#embedButton + img { position: relative; left: -21px; top: -1px; }
|
|
.tabs {
|
|
list-style: none;
|
|
}
|
|
.tabs li {
|
|
float: left;
|
|
}
|
|
.tabs li a {
|
|
display:block;
|
|
padding: 0.4em .75em;
|
|
margin: 0;
|
|
border-left: 1px solid #fff;
|
|
border-right: 1px solid #ddd;
|
|
cursor: pointer;
|
|
cursor: hand;
|
|
text-decoration: none;
|
|
color: #eee;
|
|
border-top: 1px solid #F9F9F9;
|
|
background: #78A5CE;
|
|
}
|
|
.tabs li a:hover, .tabs li a.over {
|
|
border-top: 1px solid #000;
|
|
background: #333;
|
|
}
|
|
.tab_group1 h3 {
|
|
font-weight: bold;
|
|
margin-top:15px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.nextFeature {
|
|
margin-top: 15px;
|
|
}
|
|
ol li {
|
|
margin-top: 1em;
|
|
} |