15 lines
504 B
CSS
15 lines
504 B
CSS
|
.itemCd{ width: 45%; float: left; margin-right: 20px; }
|
||
|
.itemCd img{
|
||
|
border-color:Gray;
|
||
|
border-width:1px;
|
||
|
border-style:solid;
|
||
|
height:100px;
|
||
|
width:100px;
|
||
|
|
||
|
}
|
||
|
.itemCd .image{float: left; width: 110px; clear: left; height: 105px;}
|
||
|
.itemCd .title{font-size: 105%; font-weight: bold; font-family: Tahoma; }
|
||
|
.itemCd .filesize{color: Gray;font-size: 95%;}
|
||
|
.itemCd .descript{margin: 10px 2% 5px 0px; font-family: Verdana;}
|
||
|
.itemCd .descript .intro {font-style: italic;}
|
||
|
.itemCd .link {margin-bottom: 10px;}
|