Child: [af8333] (diff)

Download this file

docs_style.css    146 lines (127 with data), 2.3 kB

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