Subversion Repositories SmartDukaan

Rev

Rev 6973 | Rev 12296 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6973 Rev 12293
Line 671... Line 671...
671
	color:grey;
671
	color:grey;
672
}
672
}
673
 
673
 
674
ul.sub-category {
674
ul.sub-category {
675
	padding-left: 6px;	
675
	padding-left: 6px;	
-
 
676
}
-
 
677
 
-
 
678
 
-
 
679
.awesome,.awesome:visited {
-
 
680
	background: #222 url(alert-overlay.png) repeat-x;
-
 
681
	display: inline-block;
-
 
682
	padding: 5px 10px 6px;
-
 
683
	color: #fff;
-
 
684
	text-decoration: none;
-
 
685
	-moz-border-radius: 5px;
-
 
686
	-webkit-border-radius: 5px;
-
 
687
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-
 
688
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-
 
689
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
-
 
690
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
-
 
691
	position: relative;
-
 
692
	cursor: pointer;
-
 
693
}
-
 
694
 
-
 
695
.awesome:hover {
-
 
696
	background-color: #111;
-
 
697
	color: #fff;
-
 
698
}
-
 
699
 
-
 
700
.awesome:active {
-
 
701
	top: 1px;
-
 
702
}
-
 
703
 
-
 
704
.small.awesome,.small.awesome:visited {
-
 
705
	font-size: 11px;
-
 
706
	padding: ;
-
 
707
}
-
 
708
 
-
 
709
.awesome,.awesome:visited,.medium.awesome,.medium.awesome:visited {
-
 
710
	font-size: 13px;
-
 
711
	font-weight: bold;
-
 
712
	line-height: 1;
-
 
713
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
-
 
714
}
-
 
715
 
-
 
716
.large.awesome,.large.awesome:visited {
-
 
717
	font-size: 14px;
-
 
718
	padding: 8px 14px 9px;
-
 
719
}
-
 
720
 
-
 
721
.green.awesome,.green.awesome:visited {
-
 
722
	background-color: #91bd09;
-
 
723
}
-
 
724
 
-
 
725
.green.awesome:hover {
-
 
726
	background-color: #749a02;
-
 
727
}
-
 
728
 
-
 
729
.blue.awesome,.blue.awesome:visited {
-
 
730
	background-color: #2daebf;
-
 
731
}
-
 
732
 
-
 
733
.blue.awesome:hover {
-
 
734
	background-color: #007d9a;
-
 
735
}
-
 
736
 
-
 
737
.red.awesome,.red.awesome:visited {
-
 
738
	background-color: #e33100;
-
 
739
}
-
 
740
 
-
 
741
.red.awesome:hover {
-
 
742
	background-color: #872300;
-
 
743
}
-
 
744
 
-
 
745
.magenta.awesome,.magenta.awesome:visited {
-
 
746
	background-color: #a9014b;
-
 
747
}
-
 
748
 
-
 
749
.magenta.awesome:hover {
-
 
750
	background-color: #630030;
-
 
751
}
-
 
752
 
-
 
753
.orange.awesome,.orange.awesome:visited {
-
 
754
	background-color: #ff5c00;
-
 
755
}
-
 
756
 
-
 
757
.orange.awesome:hover {
-
 
758
	background-color: #d45500;
-
 
759
}
-
 
760
 
-
 
761
.yellow.awesome,.yellow.awesome:visited {
-
 
762
	background-color: #ffb515;
-
 
763
}
-
 
764
 
-
 
765
.yellow.awesome:hover {
-
 
766
	background-color: #fc9200;
676
}
767
}
677
768