Initial import.
[siap.git] / _system / css / default.css
CommitLineData
696f20d5
MS
1/* clear elements */
2body {
3 margin: 0px;
4}
5
6a img {
7 border: 0px;
8 margin: 0px;
9}
10
11form {
12 margin: 0px;
13 padding: 0px;
14}
15
16
17/* replace */
18.replace {
19 background-repeat: no-repeat;
20 background-position: left top;
21 background-color:transparent;
22 text-indent:-50000px;
23 overflow:hidden;
24}
25.replace * {
26 text-indent: -10000px;
27 display:block;
28 background-repeat: no-repeat;
29 background-position: left top;
30 background-color:transparent;
31}
32.replace a {
33 text-indent:0;
34}
35.replace a span {
36 text-indent:-10000px;
37}
38
39.replace-bt{
40 text-indent:-999px;
41 line-height:999999px;
42 cursor:pointer;
43 border:none;
44}
45/* end replace */