• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/css/
1@charset "utf-8";
2body {
3margin:0;
4padding:0;
5overflow-y: hidden;
6font-family:"Segoe UI",Arial;
7font-weight:lighter;
8min-width:1130px;
9background-color:#014051;
10}
11
12.sicon, .bicon, .button, .ocButton, .ticon, #logo, #treeBanner, #help_image, .navigation li dt, .themes_ctrl {
13background:transparent url("style-theme1.png") no-repeat top left;
14}
15
16.bicon {
17width:80px;
18height:60px;
19}
20
21.sicon {
22width:40px;
23height:40px;
24}
25
26.unselectable {
27-moz-user-select: -moz-none;
28-khtml-user-select: none;
29-webkit-user-select: none;
30-o-user-select: none;
31user-select: none;
32}
33
34#clear {
35clear::both;
36}
37/*-- Scroll Bar --------------------------------------*/
38::-webkit-scrollbar {
39width: 10px;
40height: 16px;
41}
42
43::-webkit-scrollbar-button {
44width: 0;
45height: 0;
46display: none;
47}
48
49::-webkit-scrollbar-corner {
50background-color: transparent;
51}
52
53/* Track */
54::-webkit-scrollbar-track {
55background-color: transparent;
56}
57 
58/* Handle */
59::-webkit-scrollbar-thumb {
60background-color: rgba(129, 165, 194, 0.5);
61-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.10),inset 0 -1px 0 rgba(255,255,255,0.07)
62}
63::-webkit-scrollbar-thumb:window-inactive {
64background: rgba(129, 165, 194, 0.4); 
65}
66/*--------------------------------------*/
67
68/*--Loading------------------------------------*/
69#loading {
70float: left;
71padding-top: 0px;
72padding-left: 20px;
73float:left;
74} 
75
76#loading img{
77float:left;
78padding-top: 37px;
79}
80
81#loading div{
82float:left;
83height:100%;
84padding-left:10px;
85padding-top:32px;
86color:#fff;
87font-size:18px;
88}
89/*--------------------------------------*/
90
91/*--Header Region------------------------------------*/
92#header_region {
93margin:0;
94padding:0;
95width:100%;
96/*height:102px;*/
97height:64px;
98overflow: hidden;
99}
100
101#header_region #logo{
102background-position: -30px 0;
103width:300px;
104height:55px;
105margin-top:9px;
106margin-left:60px;
107float:left;
108cursor:pointer;
109}
110
111#header_region #user{
112color:#fff;
113font-size:22px;
114margin-top:29px;
115float:left;
116white-space: nowrap;
117}
118/*--------------------------------------*/
119
120/*--Main Region------------------------------------*/
121#main_region {
122margin:0;
123padding:0;
124width:100%;
125float:left;
126overflow: hidden;
127}
128/*--------------------------------------*/
129
130/*--Main Left Region------------------------------------*/
131#main_left_region{
132margin:0;
133padding:0;
134overflow: hidden;
135width:300px;
136height:100%;
137position: absolute;
138}
139
140#main_left_region.hidehostview{
141width:50px;
142}
143
144#infobar{
145margin:0;
146padding:0;
147width:100%;
148height:60px;
149overflow: hidden;
150}
151
152#main_left_region #hostview{
153margin:0;
154padding:0;
155width:100%;
156height:320px;
157float:left;
158overflow-y: auto;
159overflow-x: hidden;
160padding-left:60px;
161}
162  
163#hostview .host_item, #hostview .scan_item{
164width:100%;
165height:40px;	
166background-color:#014051;	
167color:#ffffff;
168font-size:18px;
169cursor: default;
170}
171
172#hostview .host_item{
173cursor: pointer;
174}
175
176#hostview .host_item.offline{
177color:#5A5A5A;
178}
179
180#hostview .host_item.select{
181background-color:#009583;	
182}
183
184#hostview .host_item:hover{
185font-size:20px;	
186}
187
188#hostview .host_item #hostname, #hostview .scan_item #scanlabel{ 
189height:100%;
190white-space:nowrap;
191font-family:"Segoe UI",Arial;
192font-weight:lighter;
193}
194
195#hostview .host_item #hostname p, #hostview .scan_item #scanlabel p{ 
196margin:0;
197padding-top:8px;
198align:left;
199}
200
201#hosticon{
202float:left;
203}
204
205#hosticon.usbdisk{
206background-position: 0 -55px;
207}
208
209#hosticon.sambapc{
210background-position: -40px -55px;
211}
212
213#hosticon.sambapcoff{
214background-position: -80px -55px;
215}
216
217#hosticon.sambapcrescan{
218background:transparent url("load.gif") no-repeat top left;
219margin: 11px;
220width: 18px;
221height: 18px;
222}
223
224#settingbar{
225margin:0;
226padding:0;
227width:100%;
228height:120px;
229float:left;
230overflow: hidden;
231padding-left:60px;
232}
233
234#settingbar #buttonpanel{
235margin:0;
236padding:0;
237position:relative;
238width:90px;
239height:120px;
240overflow: hidden;
241left:0px;
242top:0px;
243}
244/*--------------------------------------*/
245
246/*--Main Right Region------------------------------------*/
247#main_right_region {
248margin:0;
249padding:0;
250overflow: hidden;
251width:75%;
252height:100%;
253min-width:810px;
254position: absolute;
255left:300px;
256}
257/*--------------------------------------*/
258
259/*--Bottom Region------------------------------------*/
260#bottom_region {
261float: left;
262width: 100%;
263height:30px;
264background-color:#191919;
265}
266
267#bottom_region p {
268font-family:"Segoe UI",Arial;
269font-weight:lighter;
270font-size:10pt;
271line-height:20px;
272padding-left:10px;
273margin-top:0;
274margin-bottom:0px;
275color:#556A6F;
276}
277
278#bottom_region #right_info{
279font-size: 14px;
280color: #6B7A72;
281position: fixed;
282right: 10px;
283bottom: 5px;
284}
285/*--------------------------------------*/
286
287/*--Main Right Container------------------------------------*/
288#main_right_container {
289margin:0;
290padding:0;
291float:left;
292overflow: hidden;
293width:97%;
294height:100%;
295}
296
297#main_right_container #toolbar{
298margin:0;
299padding:0;
300width:100%;
301height:40px;
302overflow: hidden;
303background-color:#404040;
304position: relative;
305top: 20px;
306color:#fff;
307}
308
309#toolbar #urlregion-url{
310float:left;
311/*width:80%;*/
312height:100%;
313font-size:14px;
314white-space:nowrap;
315}
316
317#toolbar #urlregion-url #openurl{
318padding-left:10px;
319margin: 0;
320padding-top: 10px;
321}
322
323#main_right_container #fileview{
324margin:0;
325padding:0;
326width:100%;
327height:100%;
328float:left;
329overflow: auto;
330background-color:#009583;
331}
332/*--------------------------------------*/
333
334#button_panel {
335margin:0;
336padding:0;
337width:100%;
338height:76px;
339background-color:#009A95;
340float:left;
341position:relative;
342display:none;
343}
344
345/*--------------------------------------*/
346
347#upload_panel {
348margin:0;
349padding:0;
350width:100%;
351height:100%;
352background-color:#009583;
353position:relative;
354display:none;
355}
356/*--------------------------------------*/
357#fileview p {
358font-family:"Segoe UI",Arial;
359font-weight:lighter;
360font-size:10pt;
361line-height:20px;
362margin-top:0;
363}
364
365#fileview .picDiv {
366width:80px;
367height:60px;
368margin-right:auto;
369margin-left:auto;
370}
371
372#fileview .parentDiv {
373background-position: 0 -175px;
374cursor:pointer;
375}
376
377#fileview #fileviewicon {
378position:relative;
379}
380
381#fileview .folderDiv {
382background-position: -80px -175px;
383cursor:pointer;
384}
385#fileview .folderDiv.select {
386background-position: -80px -235px;
387}
388#fileview .routersyncDiv {
389background-position: -680px -55px;
390position: absolute;
391left: 35px;
392top: 15px;
393}
394#fileview .selectDiv {
395background-position: -240px -55px;
396cursor:pointer;
397position: absolute;
398left: 25px;
399top: 10px;
400display:none;
401}
402
403#fileview .selectHintDiv {
404background-position: -280px -55px;
405position: absolute;
406left: 25px;
407top: 10px;
408display:none;
409}
410
411#fileview .fileDiv {
412background-position: -160px -175px;
413cursor:pointer;
414}
415#fileview .fileDiv.select {
416background-position: -160px -235px;
417}
418
419#fileview .fileDiv span{
420color:#555C62;
421font-size:85%;
422position: relative;
423top: 15px;
424text-align:center;
425}
426
427#fileview .imgfileDiv {
428background-position: -240px -175px;
429cursor:pointer;
430}
431#fileview .imgfileDiv.select {
432background-position: -240px -235px;
433}
434
435#fileview .audiofileDiv {
436background-position: -400px -175px;
437cursor:pointer;
438}
439#fileview .audiofileDiv.select {
440background-position: -400px -235px;
441}
442
443#fileview .videofileDiv {
444background-position: -320px -175px;
445cursor:pointer;
446}
447#fileview .videofileDiv.select {
448background-position: -320px -235px;
449}
450
451#fileview .docfileDiv {
452background-position: -560px -175px;
453cursor:pointer;
454}
455#fileview .docfileDiv.select {
456background-position: -560px -235px;
457}
458
459#fileview .pptfileDiv {
460background-position: -480px -175px;
461cursor:pointer;
462}
463#fileview .pptfileDiv.select {
464background-position: -480px -235px;
465}
466
467#fileview .xlsfileDiv {
468background-position: -640px -175px;
469cursor:pointer;
470}
471#fileview .xlsfileDiv.select {
472background-position: -640px -235px;
473}
474
475#fileview .pdffileDiv {
476background-position: -720px -175px;
477cursor:pointer;
478}
479#fileview .pdffileDiv.select {
480background-position: -720px -235px;
481}
482
483#fileview .imgfilelistDiv {
484background-position: -800px -175px;
485cursor:pointer;
486}
487
488#fileview .audiofilelistDiv {
489background-position: -880px -175px;
490cursor:pointer;
491}
492
493#fileview .videofilelistDiv {
494background-position: -960px -175px;
495cursor:pointer;
496}
497
498.reg .ssettingDiv.sicon {
499background-position: -256px -5px;
500width:20px;
501height:20px;
502float:right;
503padding:0px;
504cursor:pointer;
505}
506
507#fileview .nextDiv {
508float: left;
509width: 100%;
510height: 25px;
511text-align: center;
512background-color: #fff;
513cursor:pointer;
514}
515
516#fileview .nextDiv:hover {
517color:#fff;
518background-color:#0C5FB4;
519}
520
521#fileview .albumDiv {
522float:left;
523width:120px;
524height:100px;
525text-align:center;
526margin:10px;
527}
528
529#fileview .albumDiv:hover {
530background-color:#02675B;
531}
532
533#fileview .albuminfo {
534width:120px;
535height:20px;
536}
537
538.albuminfo a#list_item {
539font-family:"Segoe UI",Arial;
540font-weight:lighter;
541font-size:11pt;
542color:#fff;
543text-align:center;
544overflow:hidden;
545display:block;
546text-decoration:none;
547width:100%;
548height:100%;
549white-space: nowrap;
550}
551
552.thumb-table-parent {
553width:100%;
554height:100%;
555}
556
557/*--------------------------------------*/
558
559/*--Bottom Region------------------------------------*/
560.themes{
561height: 10px;
562font-size: 75%;
563padding: 3px 0px 0;
564color: white;
565left: 310px;
566bottom: 0px;
567position: absolute;
568}
569
570.themes_ctrl#skin2{
571background-position: -560px -134px;
572width:40px;
573height:20px;
574position: absolute;
575left: 40px;
576top: 0px;
577cursor:pointer;
578}
579
580.themes_ctrl#skin1{
581background-position: -600px -134px;
582width:40px;
583height:20px;
584position: absolute;
585left: 90px;
586top: 0px;
587cursor:pointer;
588}
589
590.lan{
591font-size: 75%;
592padding: 6px 5px 0;
593color:#fff;
594text-align:right;
595float:right;
596margin-right: 20px;
597}
598
599.func_help{
600height: 10px;
601font-size: 75%;
602padding: 3px 0px 0;
603color: white;
604left: 450px;
605bottom: 0px;
606position: absolute;
607}
608
609.func_help span{
610color:#fff;
611font-size:12px;
612font-family:"Segoe UI",Arial;
613font-weight:lighter;
614}
615/*--------------------------------------*/
616
617/*--URL Region------------------------------------*/
618#thumbview .ticon{
619width:25px;
620height:25px;
621background-position: -257px -26px;
622}
623#listview .ticon{
624width:25px;
625height:25px;
626background-position: -290px -26px;
627}
628/*--------------------------------------*/
629
630/*--ToolBar Region------------------------------------*/
631.toolbar-button-left{
632position:relative;
633float:left;
634left:5px;
635top:5px;
636}
637
638.toolbar-button-right{
639position:relative;
640float:right;
641right:5px;
642}
643
644.toolbar-button-fixed{
645position:relative;
646}
647
648.albutton {
649width:40px;
650height:40px;
651cursor:pointer;
652}
653
654.albutton .ticon {
655width:40px;
656height:40px;
657margin: 0;
658}
659
660.albutton .title{
661text-align:center;
662width:100%;
663}
664
665.albutton .title span{
666font-size:75%;
667color: #ffffff;
668}
669
670.abbutton {
671width:80px;
672height:60px;
673cursor:pointer;
674padding-top: 10px;
675}
676.abbutton.disable {
677cursor:default;
678}
679
680.abbutton .ticon {
681width:60px;
682height:60px;
683margin-left: 10px;
684}
685
686#homepage .ticon{
687background-position: 0 -200px;
688}
689
690#prevpage .ticon{
691background-position: -50px -200px;
692}
693
694#btnNewDir .ticon{
695background-position: -480px -55px;
696}
697
698#btnNewDir .ticon:hover{
699background-position: -320px -55px;
700}
701
702#btnSelect .ticon{
703background-position: -280px -55px;
704}
705
706#btnSelect .ticon:hover{
707background-position: -240px -55px;
708}
709
710#btnCancelSelect .ticon{
711background-position: -280px -55px;
712}
713
714#btnPlayImage .ticon:hover{
715background-position: -560px -55px;
716}
717
718#btnPlayImage .ticon{
719background-position: -600px -55px;
720}
721
722#btnRefresh .ticon{
723background-position: 0 -95px;
724}
725
726#btnFavorite .ticon{
727background-position: -200px -95px;
728}
729
730#btnSetting .ticon{
731background-position: -80px -95px;
732}
733
734#btnLogout .ticon{
735background-position: -160px -95px;
736}
737
738#btnConfig .ticon{
739background-position: -40px -95px;
740}
741
742#btnUpload .ticon{
743background-position: -400px -55px;
744}
745
746#btnHelp .ticon{
747background-position: -520px -55px;
748}
749#btnHelp{
750right: 25px;
751top: 25px;
752}
753
754#btnUpload .ticon:hover{
755background-position: -360px -55px;
756}
757
758#btnCancelUpload .ticon{
759background-position: -400px -55px;
760}
761
762#btnShareLink .ticon{
763background-position: -240px -295px;
764}
765#btnShareLink.disable .ticon{
766background-position: -240px -355px;
767}
768
769#btnRename .ticon{
770background-position: 0 -295px;
771}
772#btnRename.disable .ticon{
773background-position: 0 -355px;
774}
775
776#btnDeleteSel .ticon{
777background-position: -80px -295px;
778}
779#btnDeleteSel.disable .ticon{
780background-position: -80px -355px;
781}
782
783#btnDownload .ticon{
784background-position: -160px -295px;
785}
786#btnDownload.disable .ticon{
787background-position: -160px -355px;
788}
789
790#btnChangeUser .ticon{
791background-position: -440px -55px;
792}
793/*--------------------------------------*/
794a#url_path{
795color:#ffffff;
796cursor:default;
797text-decoration:none;
798font-size:100%;
799}
800
801a#url_path:hover{
802/*color:#000;*/
803background-color:#7C7C7C;
804border:1px #fff solid;
805cursor:pointer;
806/*text-decoration:underline;*/
807}
808/*--------------------------------------*/
809
810span#username{
811color:#fff;
812cursor:pointer;
813}
814
815span#username:hover{
816color:#ff0000;
817cursor:pointer;
818text-decoration:underline;
819}
820
821span#login_info{
822color:#fff;
823font-size:9px;
824padding-left:30px;
825}
826/*--------------------------------------*/
827
828#help_1{
829width:100%;
830height:100%;
831}
832
833#help_1 #help_content{
834position: relative;
835top: 50px;
836left: 40px;
837font-size: 18pt;
838color: white;
839width:580px;
840}
841
842#help_1 #help_image{
843background-position: 0 -415px;
844width:250px;
845height:70px;
846position: relative;
847top: 80px;
848left: 40px;
849}
850
851#table_login fieldset {  
852font-family:Verdana, Arial, Helvetica, sans-serif;  
853font-size:14px;  
854}
855/*--------------------------------------*/
856
857/* ������������]���m*/ 
858.navigation {
859margin:0; 
860padding:0;
861width:143px;
862list-style-type:none; 
863font:12px Arial; 
864}
865
866.navigation#lan{
867right: 25px;
868top: 30px;
869z-index: 10;
870position: absolute;
871float: right;
872}
873
874.navigation#setting{
875left: 0px;
876bottom: 0px;
877width:150px;
878position:absolute;
879z-index: 10;
880}
881
882.navigation#refresh{
883left: 150px;
884bottom: 0px;
885width:150px;
886position:absolute;
887z-index: 10;
888}
889
890.navigation li {
891float:left; 
892padding:0; 
893margin:0 10px 0 0; 
894_margin:0 2px 0 0; 
895width:150px;
896}
897 
898/* ���]���m��������������*/
899.navigation li dl { 
900margin: 0;
901padding: 0;
902}
903 
904.navigation li dt a , .navigation li dd a{ display:block;}
905 
906 .navigation#lan li dt {
907background-position: -400px -134px;
908}
909
910.navigation#setting li dt {
911background-position: -640px -134px;
912}
913
914.navigation#refresh li dt {
915background-position: -800px -134px;
916}
917
918/* ���]���m���D���������dt */
919.navigation li dt {
920background-position: -400px -134px;
921padding-top: 8px;
922padding-right: 8px;
923text-align: center;
924font-size: 13px;
925font-weight: bold;
926height: 24px;
927overflow: hidden;
928cursor:pointer;
929}
930 
931.navigation li dt a ,.navigation  li dt a:visited {
932display:block; 
933color:#fff;
934text-decoration:none;
935}
936 
937/* ���]���m���l���������dd */
938.navigation li dd {
939margin: 0;
940color: white;
941background-color: #333;
942border-bottom: solid 1px #666;
943width: 143px;
944text-align:left;
945font-size: 13px;
946cursor:pointer;
947}
948
949.navigation li dd:hover {
950background-color: #065280;
951}
952 
953.navigation li dd.last {
954border-bottom:0;
955}	
956 
957.navigation li dd a, .navigation  li dd a:visited {
958display:block; 
959color:#fff; 
960text-decoration:none; 
961padding:4px 5px 4px 20px;
962}
963 
964/*�����������l���������*/
965.navigation li dd { display:none;}
966 
967/* �������������J��������l��������� */
968.navigation li:hover dd, .navigation li a:hover dd { display:block;}
969 
970/*ie6 hack*/
971.navigation li:hover,.navigation li a:hover { border:0;}
972.navigation table { border-collapse:collapse; 
973padding:0; 		
974text-align:left;
975}
976/*--------------------------------------*/
977
978.popupmenu{
979padding-bottom: 10px;
980padding-top: 10px;
981overflow-x: hidden;
982width: 150px;
983border: 1px solid rgba(0, 0, 0, .2);
984cursor: default;
985font-size: 13px;
986margin: 0;
987outline: none;
988padding: 6px 0;
989position: absolute;
990background: white;
991-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
992-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
993box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
994-webkit-transition: opacity .218s;
995-moz-transition: opacity .218s;
996-o-transition: opacity .218s;
997transition: opacity .218s;
998}
999.menuitem:hover{
1000background: #C0C0C0;
1001}
1002.menuitem{
1003background: white;
1004}
1005.popupmenu .menuitem-content{
1006padding-bottom: 2px!important;
1007padding-top: 2px!important;
1008position: relative;
1009color: #333;
1010cursor: pointer;
1011list-style: none;
1012margin: 0;
1013padding: 6px 7em 6px 30px;
1014white-space: nowrap;
1015}
1016.menuitem-icon{
1017background-repeat: no-repeat;
1018height: 21px;
1019left: 3px;
1020position: absolute;
1021right: auto;
1022top: 3px;
1023vertical-align: middle;
1024width: 21px;
1025}
1026.a-inline-block{
1027display: inline-block;
1028}
1029/*--------------------------------------*/
1030#boxSearch {
1031position: relative;
1032float: right;
1033right: 5px;
1034}
1035
1036#boxSearch input {
1037font-size: 13px;
1038width: 120px;
1039background: #E6E6E6 url('search.gif') no-repeat 3px 3px;
1040padding: 3px 3px 3px 22px;
1041margin-top: 8px;
1042background-color: #fff;
1043border: 1px solid #ddd;
1044}
1045/*--------------------------------------*/