Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 148:e34232fbe622
first version of bookmark tabs.
author | casties |
---|---|
date | Mon, 03 Jun 2013 11:49:50 +0200 |
parents | fc2480e1f30f |
children | 7771cdd95398 |
comparison
equal
deleted
inserted
replaced
147:6ae0201b1257 | 148:e34232fbe622 |
---|---|
170 | 170 |
171 /* | 171 /* |
172 * page wrapper and header | 172 * page wrapper and header |
173 */ | 173 */ |
174 #wrapper { | 174 #wrapper { |
175 position: relative; | |
176 z-index: 5; | |
175 width: 900px; | 177 width: 900px; |
176 margin: 0 auto; | 178 margin: 0 auto; |
177 padding: 10px 40px 10px 20px; | 179 padding: 10px 40px 10px 20px; |
178 background-color: #fcf2df; | 180 background-color: #fcf2df; |
179 box-shadow: 0 0 5px 3px #d0d0d0; | 181 box-shadow: 0 0 5px 3px #d0d0d0; |
1342 | 1344 |
1343 #footer div.logo img { | 1345 #footer div.logo img { |
1344 width: 204px; | 1346 width: 204px; |
1345 height: 41px; | 1347 height: 41px; |
1346 } | 1348 } |
1349 | |
1350 /* | |
1351 * bookmark flags | |
1352 */ | |
1353 #bookmarks { | |
1354 position: absolute; | |
1355 top: 0; | |
1356 right: -130px; | |
1357 width: 130px; | |
1358 } | |
1359 | |
1360 #bookmarks div.bookmark { | |
1361 z-index: 1; | |
1362 position: relative; | |
1363 font-family: Georgia, Times, serif; | |
1364 font-style: italic; | |
1365 font-size: 16px; | |
1366 color: #3b4186; | |
1367 background-color: white; | |
1368 padding: 5px 0.5em 5px 0.5em; | |
1369 margin: 0.5em 0; | |
1370 box-shadow: 2px 2px 3px 1px #d0d0d0; | |
1371 } | |
1372 | |
1373 #bookmarks div.bookmark a { | |
1374 display: inline-block; | |
1375 width: 100px; | |
1376 color: #3b4186; | |
1377 background: url(../images/internal.png) center right no-repeat; | |
1378 padding-right: 13px; | |
1379 } |