| 1 |
.playerjs_com_editor_window{ |
| 2 |
width:700px;background: #fff;padding:20px;position:fixed;top:100px;left:50%;margin-left:-370px;z-index:10001;border-radius:10px |
| 3 |
} |
| 4 |
.playerjs_com_editor_logo{ |
| 5 |
width:26px;height:40px;background:url('playerjs.png') no-repeat center center;background-size:cover;float:left; |
| 6 |
} |
| 7 |
.playerjs_com_editor_window h1{ |
| 8 |
padding:0 0 0 0;border-bottom_:1px solid #999;text-align:right;font-size:120%;float:right |
| 9 |
} |
| 10 |
.playerjs_com_curtain{ |
| 11 |
width: 100%;background-color: #000;height: 100%;position: fixed;top: 0;left: 0;opacity: 0.5;z-index:10000; |
| 12 |
} |
| 13 |
.playerjs_com_editor_x{ |
| 14 |
float:right;width:12px;height:12px;background:url('x.png') no-repeat center center;background-size:cover;cursor:pointer; |
| 15 |
} |
| 16 |
.playerjs_com_input{ |
| 17 |
width:620px; |
| 18 |
} |
| 19 |
.playerjs_com_clear,.playerjs_com_clear:after { |
| 20 |
content: ".";display: block;height: 0;clear: both;visibility: hidden; |
| 21 |
} |
| 22 |
* html .playerjs_com_clear{ |
| 23 |
height: 0px;border:1px solid #000; |
| 24 |
} |
| 25 |
.playerjs_com_ajax{ |
| 26 |
border-bottom:1px dashed #333;cursor:pointer;margin-top:5px |
| 27 |
} |
| 28 |
|
| 29 |
.playerjs_com_hidden{ |
| 30 |
display:none |
| 31 |
} |
| 32 |
@media screen and (min-width:100px) and (max-width:1000px) { |
| 33 |
|
| 34 |
.playerjs_com_editor_window{ |
| 35 |
width:500px;margin-left:-270px; |
| 36 |
} |
| 37 |
.playerjs_com_input{ |
| 38 |
width:410px; |
| 39 |
} |
| 40 |
} |
| 41 |
@media screen and (min-width:100px) and (max-width:500px) { |
| 42 |
|
| 43 |
.playerjs_com_editor_window{ |
| 44 |
width:300px;margin-left:-170px; |
| 45 |
} |
| 46 |
.playerjs_com_input{ |
| 47 |
width:210px; |
| 48 |
} |
| 49 |
} |