| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .panel {
- background:#FDF3D8;
- padding:10px;
- }
- .slide {
- height: 18px;
- background: #e5ecf9;
- clear:both;
- margin: 0;
- padding: 0;
- border-top: solid 1px #422410;
- }
- .title-slide{
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- word-break:break-all;
- background: url(images/panel-title.gif) no-repeat;
- color:#fff;
- width:75px;
- height:40px;
- display:inline-block;
- }
- .btn-slide {
- background: url(images/white-arrow.gif) no-repeat;
- text-align: center;
- width: 30px;
- height: 18px;
- padding:0;
- float: right;
- display: block;
- font: bold 120%/100% Arial, Helvetica, sans-serif;
- color: #fff;
- text-decoration: none;
- }
- .active {
- background: url(images/btn-slide.gif) no-repeat;
- }
- .f1js-ui-tab-top{
- margin:0px;
- float:left;
- background: #eee;
- color:#fff;
- width:100%;
- height:18px;
- }
- .f1js-ui-tab-title{
- margin: 0px;
- padding:0px;
- float:left;
- background: green;
- color:#fff;
- width:75px;
- height:18px;
- }
- .f1js-ui-tab-title-active{
- color:#fff;
- background: blue;
- }
- .f1js-ui-tab{
- clear:both;
- margin: 0px;
- padding: 0px;
- clear:both;
- background:#fff;
- border:blue solid 1px;
- }
|