Statistics
| Branch: | Tag: | Revision:

root / okeanos_site / static / okeanos_static / css / css3.css @ 8b5381f3

History | View | Annotate | Download (421 Bytes)

1
.box-round-mid {
2
     -moz-border-radius: 12px; 
3
  -webkit-border-radius: 12px; 
4
          border-radius: 12px; 
5
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
6
}
7

    
8
.box-shadow-mid {
9

    
10
     -moz-box-shadow: 0px 0px 2px #888; 
11
  -webkit-box-shadow: 0px 0px 2px #888; 
12
          box-shadow: 0px 0px 2px #888; 
13
}
14

    
15
.text-shadow-mid {
16
     text-shadow: 1px 1px 3px #888; 
17
}