Switch to unified view

a b/docs_style.css
1
body{
2
  min-width:900px;
3
  background: url('bg-page.png');
4
  background-position: left top;
5
  background-repeat: repeat-x;
6
  background-color: #f0f0f0;
7
  font-size: 13px;
8
  line-height: 18px;
9
  font-family:Arial, Helvetica, sans-serif;
10
  text-align: justify;
11
}
12
13
#site-header {
14
  margin: 0 auto;
15
  overflow: hidden;
16
  *zoom: 1;
17
  width:100%;
18
  position: relative;
19
  z-index: 2;
20
  height:47px;
21
}
22
23
#site-header .wrapper {
24
  margin:0 auto;
25
  position:relative;
26
  width:965px;
27
  padding-left:9px;
28
}
29
30
#site-header .wrapper img {
31
margin-top: 7px;
32
}
33
34
h1, h2, h3 {
35
    margin: 0 auto;
36
    right:0px;
37
    left:0px;
38
    color:#0b58ad;
39
    font-family: 'Sintony', sans-serif;
40
    font-weight: normal;
41
    padding-bottom: 5px;
42
    padding-top: 20px;
43
}
44
45
h1 {
46
  font-size: 40px;
47
  line-height: 50px;
48
}
49
50
h2 {
51
  font-size: 30px;
52
  line-height: 30px;
53
}
54
55
h3 {
56
  font-size: 24px;
57
  line-height: 30px;
58
}
59
60
#content_base {
61
  background: #FFF;
62
  overflow: hidden;
63
  *zoom: 1;
64
  padding:80px 30px 0px 30px;
65
  width: 920px;
66
  margin: 0 auto;
67
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
68
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
69
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
70
  border-radius: 2px;
71
  -moz-border-radius: 2px;
72
  -webkit-border-radius: 2px;
73
  margin-bottom: 3px;
74
}
75
76
a#header-logo{
77
  margin:0 auto;
78
  height:70px;
79
  float:left;
80
}
81
82
a#header-logo img{
83
  height:35px;
84
  width:183px;
85
}
86
87
.col1 {
88
  max-width:420px;
89
  float:left;
90
  padding-top: 10px;
91
  padding-bottom: 10px;
92
}
93
.col2 {
94
  max-width:420px;
95
  float:right;
96
  padding-top: 10px;
97
  padding-bottom: 10px;
98
}
99
100
.col2 img {
101
}
102
103
.nocol{
104
    clear: both;
105
}
106
107
#content_base img {
108
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
109
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
110
  box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
111
  border-radius: 2px;
112
  -moz-border-radius: 2px;
113
  -webkit-border-radius: 2px;
114
  padding:10px;
115
  text-align: center;
116
  margin: 0 auto;
117
  max-width: 800px;
118
  margin-top: 10px;
119
}
120
121
#content_base img.narrow {
122
  max-width: 500px;
123
124
}
125
126
.footer{
127
  width:900px;
128
  margin:0 auto;
129
  width: 960px;
130
  margin: 0 auto;
131
  text-align: center;
132
  min-height: 30px;
133
  padding: 15px 0px 40px 0px;
134
}
135
.footer a{
136
  color: #494848;
137
  font-weight: 600;
138
  font-size: 11px;
139
  text-decoration: none;
140
  margin: 10px;
141
}
142
143
.footer a:hover{
144
  text-decoration: underline;
145
}