Changeset 6226
- Timestamp:
- Apr 1, 2008, 6:10:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/markup/style.css
r6219 r6226 1508 1508 1509 1509 /*============================================================================== 1510 * 1511 *----------------------------------------------------------------------------*/ 1510 * 19. commuReviewList(コミュニティレビューリスト) 1511 *----------------------------------------------------------------------------*/ 1512 #Body .commuReviewList .parts { 1513 border-bottom: none; 1514 } 1515 .commuReviewList .pagerRelative { 1516 border-bottom: 1px solid #cccccc; 1517 } 1518 .commuReviewList .ditem { 1519 margin: 16px 34px; 1520 background: #eeeeee; 1521 } 1522 .commuReviewList .item { 1523 background: #ffffff; 1524 } 1525 .commuReviewList dl { 1526 zoom: 1; 1527 overflow: hidden; 1528 overflow: -moz-scrollbars-none; 1529 border-top: 1px solid #cccccc; 1530 } 1531 .commuReviewList dl dt { 1532 float:left; 1533 width: 180px; 1534 padding: 5px; 1535 text-align: center; 1536 } 1537 .commuReviewList dl dt span { 1538 display: block; 1539 margin-top: 3px; 1540 } 1541 .commuReviewList dl dd { 1542 zoom: 1; 1543 position: relative; 1544 min-height: 190px; 1545 margin-left: 190px; 1546 border-left: 1px solid #cccccc; 1547 } 1548 * html .commuReviewList dl dd { 1549 height: 190px; 1550 } 1551 .commuReviewList dl dd th, 1552 .commuReviewList dl dd td { 1553 padding: 5px; 1554 } 1555 .commuReviewList dl tr.title th, 1556 .commuReviewList dl dd tr.title td { 1557 border-top: none; 1558 } 1559 .commuReviewList dl dd th { 1560 width: 60px; 1561 text-align: center; 1562 } 1563 .commuReviewList dl dd tr.title td { 1564 font-weight: bold; 1565 } 1566 .commuReviewList dl dd .block { 1567 min-height: 1.2em; 1568 padding: 5px; 1569 } 1570 * html .commReviewList dl dd .block { 1571 height: 1.2em; 1572 } 1573 .commuReviewList dl dd .block ul { 1574 position: absolute; 1575 bottom: 5px; 1576 right: 5px; 1577 } 1578 .commuReviewList dl dd .block ul li { 1579 display: inline; 1580 } 1512 1581 1513 1582 /*==============================================================================
Note: See TracChangeset
for help on using the changeset viewer.