comparison css/mpiwg.css @ 150:7771cdd95398

bookmark tabs.
author casties
date Mon, 03 Jun 2013 13:26:25 +0200
parents e34232fbe622
children 6bdf54b67fca
comparison
equal deleted inserted replaced
149:0d9eb2a859d3 150:7771cdd95398
1351 * bookmark flags 1351 * bookmark flags
1352 */ 1352 */
1353 #bookmarks { 1353 #bookmarks {
1354 position: absolute; 1354 position: absolute;
1355 top: 0; 1355 top: 0;
1356 right: -130px; 1356 right: -131px;
1357 width: 130px; 1357 width: 130px;
1358 } 1358 }
1359 1359
1360 #bookmarks div.bookmark { 1360 #bookmarks div.bookmark {
1361 z-index: 1; 1361 z-index: 1;
1362 position: relative;
1363 font-family: Georgia, Times, serif; 1362 font-family: Georgia, Times, serif;
1364 font-style: italic; 1363 font-style: italic;
1365 font-size: 16px; 1364 font-size: 16px;
1366 color: #3b4186; 1365 color: #3b4186;
1367 background-color: white; 1366 background-color: white;
1370 box-shadow: 2px 2px 3px 1px #d0d0d0; 1369 box-shadow: 2px 2px 3px 1px #d0d0d0;
1371 } 1370 }
1372 1371
1373 #bookmarks div.bookmark a { 1372 #bookmarks div.bookmark a {
1374 display: inline-block; 1373 display: inline-block;
1374 position: relative;
1375 width: 100px; 1375 width: 100px;
1376 color: #3b4186; 1376 color: #3b4186;
1377 background: url(../images/internal.png) center right no-repeat; 1377 background: url(../images/internal.png) center right no-repeat;
1378 padding-right: 13px; 1378 padding-right: 13px;
1379 } 1379 }
1380
1381 #bookmarks div.bookmark a img {
1382 position: absolute;
1383 right: 13px;
1384 }