equal
deleted
inserted
replaced
60 url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); |
60 url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); |
61 } |
61 } |
62 /* custom reset */ |
62 /* custom reset */ |
63 body{ |
63 body{ |
64 height: 100%; |
64 height: 100%; |
65 background: url(../img/bg.png) repeat-x 0 0; |
|
66 } |
65 } |
67 a{ |
66 a{ |
68 color:#000; |
67 color:#000; |
69 text-decoration: none; |
68 text-decoration: none; |
70 } |
69 } |
75 input, textarea { |
74 input, textarea { |
76 font-family: 'Open Sans'; |
75 font-family: 'Open Sans'; |
77 } |
76 } |
78 |
77 |
79 /* common */ |
78 /* common */ |
|
79 .wrapper{ |
|
80 background-color: #FFF; |
|
81 background-image: url(../img/bg.png); |
|
82 background-repeat: repeat-x; |
|
83 } |
80 .wrap{ |
84 .wrap{ |
81 min-height:100%; |
85 min-height:100%; |
82 background-color: #FFF; |
|
83 width: 960px; |
86 width: 960px; |
84 margin: 0 auto; |
87 margin: 0 auto; |
85 font-family: 'Open Sans'; |
88 font-family: 'Open Sans'; |
86 font-weight: 400; |
89 font-weight: 400; |
87 color:#333333; |
90 color:#333333; |
88 font-size: 13px; |
91 font-size: 13px; |
89 height: 100%; |
92 height: 100%; |
90 } |
93 } |
91 .wrap-header{ |
94 .wrap-header-top{ |
92 padding-top: 5px; |
95 padding-top: 5px; |
93 background-color: #370078; |
96 background-color: #370078; |
94 height: 53px; |
97 height: 53px; |
95 margin-bottom: 1px; |
98 margin-bottom: 1px; |
|
99 } |
|
100 .wrap-header-top-content{ |
|
101 width: 960px; |
|
102 margin: 0 auto; |
96 } |
103 } |
97 /* header - title-video-wrap */ |
104 /* header - title-video-wrap */ |
98 .title-video-wrap{ |
105 .title-video-wrap{ |
99 width: 380px; |
106 width: 380px; |
100 } |
107 } |
120 .title-header{ |
127 .title-header{ |
121 width: 460px; |
128 width: 460px; |
122 float: left; |
129 float: left; |
123 height: 60px; |
130 height: 60px; |
124 } |
131 } |
|
132 |
|
133 .wrap-header{ |
|
134 background-color: #e2dbfd; |
|
135 } |
125 .header{ |
136 .header{ |
126 position: relative; |
137 position: relative; |
127 background-color: #e2dbfd; |
138 width: 960px; |
|
139 margin: 0 auto; |
128 height: 60px; |
140 height: 60px; |
129 } |
141 } |
130 .header .title-video-wrap, |
142 .header .title-video-wrap, |
131 .header h1, |
143 .header h1, |
132 .header .profil-wrap{ |
144 .header .profil-wrap{ |