add javascript for zooming images
[mysocials] / www / style.css
1 body
2 {       margin-top:0px;
3         margin-left:0px;
4         margin-right:0px;
5         margin-bottom:0px;
6         font: normal small Arial, Helvetica, sans-serif;
7         color:#6C6C6C;
8         background-color:#CFCFB0;
9         }
10 .logo{
11         
12         font-size:25px;
13         color:#323844;
14         font-weight:bold;
15         padding-left:15px;
16         text-decoration:none;
17 }
18 .tag {
19         margin: 0;
20         text-transform: uppercase;
21         font-size:13px;
22         padding-left:15px;
23         font-weight:bold;
24         color:#656558;
25         letter-spacing:2px;
26     text-decoration:none;
27 }
28 .toplinks{
29 text-transform: uppercase;
30 font-size:13px;
31 color:#323844;
32 font-weight:bold;
33 text-decoration:none;
34 }
35 .toplinks:hover{
36 text-transform: uppercase;
37 font-size:13px;
38 color:#8E8E79;
39 font-weight:bold;
40 text-decoration:none;
41 }
42 .content
43 {
44 text-align:justify;
45 line-height:120%;
46 padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:10px;
47 }
48 .links{
49 color:#323844;
50 text-decoration:underline;
51 }
52 .links:hover{
53 color:#323844;
54 text-decoration:none;
55 }
56 .heading {
57 text-transform: uppercase;
58 padding-left:10px;
59         font-size:14px;
60         font-weight:bold;
61         color: #FF5800;
62 }
63 .heading2{
64 text-transform: uppercase;
65 padding-left:5px;
66         font-size:14px;
67         font-weight:bold;
68         color: #81816D;
69 }
70 .border
71 {border:1px solid #8E8E79;
72 }
73 .redbox
74 {background-color:#FF5800;
75 border-bottom:1px solid #F1F1D8;
76 border-right:1px solid #F1F1D8;
77 border-left:1px solid #F1F1D8;
78 }
79 .copybox
80 {background-color:#E2E2D2;
81 border-bottom:1px solid #8E8E79;
82 border-right:1px solid #8E8E79;
83 border-left:1px solid #8E8E79;
84 height:40px;
85 padding-left:300px;
86 color:#7B7B68;
87 }
88 .list
89 {
90 }