source: ether_2012/trunk/web/resources/css/verticalSlide.css @ 352

Last change on this file since 352 was 352, checked in by vmipsl, 12 years ago

box, shadow, ...

File size: 479 bytes
Line 
1#slideTitle {
2
3}
4
5.containerSlideTitle {
6    /*-moz-border-radius: 4px 4px 4px 4px;*/
7    /*-webkit-border-radius: 4px 4px 4px 4px;*/
8    background: -moz-linear-gradient(white, #C0C0C0);
9    background: -webkit-linear-gradient(white, #COCOCO);
10    margin-top: 5px;
11    padding-left: 10px;
12    font-weight: bold;
13}
14
15.containerSlideTitle:hover {
16    background: -moz-linear-gradient(#3299CC, #3299CC);
17    background: -webkit-linear-gradient(#236B8E, #236B8E);
18    color: white;
19}
Note: See TracBrowser for help on using the repository browser.