Subversion Repositories wimsdev

Rev

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

Rev 12165 Rev 12722
Line 32... Line 32...
32
 
32
 
33
   background-image: linear-gradient(transparent, rgba(0, 0, 0, .25)) ;
33
   background-image: linear-gradient(transparent, rgba(0, 0, 0, .25)) ;
34
 
34
 
35
   /*background-image: linear-gradient(transparent, rgba(0, 0, 0, .25));*/
35
   /*background-image: linear-gradient(transparent, rgba(0, 0, 0, .25));*/
36
   /* 3D effect */
36
   /* 3D effect */
37
   box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 1px 2px rgba(0, 0, 0, .25);
37
   /*box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 1px 2px rgba(0, 0, 0, .25);*/
38
   font-size: 12px;
38
   font-size: 12px;
39
}
39
}
40
 
40
 
41
input[type="submit"].small,
41
input[type="submit"].small,
42
.wims_button.small,
42
.wims_button.small,
Line 55... Line 55...
55
   padding:.2em .6em;
55
   padding:.2em .6em;
56
   cursor:pointer;
56
   cursor:pointer;
57
   overflow:visible;
57
   overflow:visible;
58
   position:relative;
58
   position:relative;
59
   text-decoration:none;
59
   text-decoration:none;
60
   box-shadow: rgba(255, 255, 255, 0.75) 0 1px 1px;
60
   box-shadow: rgba(255, 255, 255, .75) 0 1px 1px;
61
   font-size: .8em;
61
   font-size: .8em;
62
   font-weight:bold;
62
   font-weight:bold;
63
}
63
}
64
 
64
 
65
/* Text shadow for dark buttons (i.e : when color:white). Not suitable for black text*/
65
/* Text shadow for dark buttons (i.e : when color:white). Not suitable for black text*/