@@ -66,6 +66,51 @@ div#guideRobot{
66
66
display : none;
67
67
}
68
68
69
+ div .genericBigButton {
70
+ font-size : 12px ;
71
+ font-weight : normal;
72
+ color : black;
73
+ cursor : pointer;
74
+ display : block;
75
+ float : left;
76
+ border : # 354856 1px solid;
77
+ list-style-type : none;
78
+ -moz-border-radius : 6px ;
79
+ -webkit-border-radius : 6px ;
80
+ -khtml-border-radius : 6px ;
81
+ border-radius : 6px ;
82
+ background-color : # ffffff ;
83
+ background-image : -webkit-gradient (linear, left top, left bottom, from (# ffffff ), to (# c4c4c4 ));
84
+ background-image : -moz-linear-gradient (center top, # ffffff 0% , # c4c4c4 100% );
85
+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c4c4c4');
86
+ -webkit-box-shadow : # 666 0 0 2px ;
87
+ box-shadow : # 666 0 0 2px ;
88
+ -moz-box-shadow : 0px 0px 2px # 666 ;
89
+ padding : 1px 3px 2px 3px ;
90
+ }
91
+
92
+ div .genericBigButton a {
93
+ font-size : 12px !important ;
94
+ font-weight : normal!important ;
95
+ color : black!important ;
96
+ }
97
+
98
+ div .genericBigButton a : hover {
99
+ text-decoration : none!important ;
100
+ }
101
+
102
+
103
+ div .genericBigButton : hover {
104
+ background-color : # bddcc9 ;
105
+ background-image : -webkit-gradient (linear, left top, left bottom, from (# bddcc9 ), to (# 8ab79b ));
106
+ background-image : -moz-linear-gradient (center top, # bddcc9 0% , # 8ab79b 100% );
107
+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddcc9', endColorstr='#8ab79b');
108
+ }
109
+
110
+ div .genericWrapperTopRight {
111
+ float : right;
112
+ }
113
+
69
114
/*-------------------------------------------------
70
115
TOP
71
116
-------------------------------------------------*/
0 commit comments