/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to adei.css

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
    z-index:-1;/*must have*/
515
515
    filter:mask();/*must have*/
516
516
    width: 100%;/*must have for any big value*/
517
 
    height: 100%;/*must have for any big value*/;
 
517
    height: 100%;/*must have for any big value*/
518
518
}
519
519
 
520
520
#legend .content p {
592
592
  color: #771111;
593
593
}
594
594
 
595
 
 
 
595
.tools_text {
 
596
height:10px;
 
597
text-align:center;
 
598
font-size:10pt; 
 
599
}
596
600
/*
597
601
.info {
598
602
  padding: 10px;
707
711
 
708
712
.wiki .wiki_header {
709
713
/*    text-align: center;*/
710
 
    font-size: 18px; 
 
714
    /*font-size: 18px; */
711
715
    font-weight:bold; 
712
716
    margin-bottom: 18px; 
713
717
    margin-top: 0px;
714
718
}
715
719
 
716
720
.wiki .wiki_header2{
717
 
    font-size: 12px; 
718
 
    font-weight:bold; 
719
 
    margin-bottom: 12px; 
720
 
    margin-top: 0px;
721
 
}
722
 
 
723
 
 
 
721
/*  font-size: 12px; */
 
722
  font-weight:bold; 
 
723
  margin-bottom: 12px; 
 
724
  margin-top: 0px;
 
725
}
 
726
 
 
727
 
 
728
.progress_container {
 
729
  border:4px double #CCCCCC;
 
730
  margin-top:3px;
 
731
  margin-bottom:3px;
 
732
  margin-left: auto;
 
733
  margin-right: auto;
 
734
  min-width: 120px;
 
735
  padding:0;
 
736
}
 
737
 
 
738
.progress {
 
739
  background-color:#FF8D40;
 
740
  color:#FFFFFF;
 
741
  font-size:12px;
 
742
  height:12px;
 
743
  line-height:1.2em;
 
744
  overflow:hidden;
 
745
  padding-bottom:2px;
 
746
  text-align:center;
 
747
}
 
748
 
 
749
.progressReady {
 
750
  background-color:#4CBB17;
 
751
  color:#FFFFFF;
 
752
  font-size:12px;
 
753
  height:12px;
 
754
  line-height:1.2em;
 
755
  overflow:hidden;
 
756
  padding-bottom:2px;
 
757
  text-align:center;
 
758
  width: 100%;
 
759
}
 
760
 
 
761
.progressQueue {
 
762
  background-color:#FFFFFF;
 
763
  font-size:12px;
 
764
  height:12px;
 
765
  line-height:1.2em;
 
766
  overflow:hidden;
 
767
  padding-bottom:2px;
 
768
  text-align:center;
 
769
  width: 100%;
 
770
}
 
771
 
 
772
.dlerror {
 
773
  background-color:red;
 
774
  height:14px;
 
775
  width:100%;
 
776
}
 
777
 
 
778
.previewimg {
 
779
  background-image:url('images/box.png');
 
780
  background-repeat:no-repeat;
 
781
  margin-top:5px;
 
782
  clear: left;
 
783
  float: left;
 
784
  width:19px;
 
785
  height:19px;
 
786
}
 
787
 
 
788
.infoimg {
 
789
  background-image:url('images/icon_info.png');
 
790
  background-repeat:no-repeat;
 
791
  margin-top:5px;
 
792
  float: right;
 
793
  clear: right;
 
794
  width:19px;
 
795
  height:19px;
 
796
}
 
797
 
 
798
.deleteimg {
 
799
  background-image:url('images/remove.png');
 
800
  background-repeat:no-repeat;
 
801
  margin-top:5px;
 
802
  width:19px;
 
803
  height:19px;
 
804
/*  float:right;
 
805
  clear: right;*/
 
806
}
 
807
 
 
808
.downloadimg {
 
809
  background-image:url('images/icon_download.png');
 
810
  background-repeat:no-repeat;
 
811
  margin-top:5px;
 
812
  height:19px;
 
813
  width:19px;
 
814
/*  float:left;
 
815
  clear: left;*/
 
816
}
 
817
 
 
818
.dlsort {
 
819
  background-image:url('images/arrow_up.png');
 
820
  background-repeat:no-repeat;
 
821
  margin-top:5px;
 
822
  height:16px;
 
823
  width:20px;
 
824
  /*position: static;*/
 
825
  width:99px;
 
826
  height:26px;
 
827
 
 
828
/*  float:left;*/
 
829
  margin-bottom:5px;
 
830
}
 
831
 
 
832
.dlsort_down {
 
833
  background-image:url('images/arrow_down.png');
 
834
  background-repeat:no-repeat;
 
835
  margin-top:5px;
 
836
  height:16px;
 
837
  width:20px;
 
838
/*  float:left;*/
 
839
  margin-bottom:5px;
 
840
}
 
841
 
 
842
.dl_user {
 
843
  width:90%;
 
844
/*  float:right;*/
 
845
}
 
846
 
 
847
.buttoncontainer {
 
848
  /*position: static;*/
 
849
  width:99px;
 
850
  height:26px;
 
851
}
 
852
 
 
853
.buttoncontainer table tr td {
 
854
    margin: 0;
 
855
    padding: 0;
 
856
    border: 0;
 
857
}
 
858
 
 
859
/*
 
860
.buttoncontainerright {
 
861
  float:right;
 
862
  width:45px;
 
863
}
 
864
 
 
865
.buttoncontainerleft {
 
866
  float:left;
 
867
  width:45px;
 
868
}
 
869
*/
 
870
 
 
871
.downloadData table {
 
872
  border-style: none;
 
873
 
 
874
}
 
875
 
 
876
.downloadData td {
 
877
  border-width: 0px;
 
878
  padding-left: 5px; 
 
879
  text-align: left;
 
880
/*  float: left;*/
 
881
724
882
/*
725
883
#main_div {
726
884
    background: blue;