|
|
Line 38: |
Line 38: |
| | | |
| /*showbox styling*/ | | /*showbox styling*/ |
− |
| |
− | .showbox tr:first-child td {
| |
− | border-top: 1px;
| |
− | padding-top: 1px
| |
− | }
| |
− | .showbox tr:last-child td {
| |
− | border-bottom: 1px;
| |
− | padding-bottom: 1px
| |
− | }
| |
− | .showbox tr td:first-child {
| |
− | border-left: 1px;
| |
− | padding-left: 1px;
| |
− | }
| |
− | .showbox tr td:last-child {
| |
− | border-right: 1px;
| |
− | padding-right: 1px;
| |
− | }
| |
− |
| |
− | .showbox {
| |
− | background:none;
| |
− | color:#ffffff;
| |
− | vertical-align:baseline;
| |
− | border-collapse:collapse;
| |
− | }
| |
− | .showbox td {
| |
− | background:none;
| |
− | border:1px solid rgba(65,65,65,.64);
| |
− | padding:10px;
| |
− | width:50%;
| |
− | }
| |
− | .showbox p {
| |
− | text-align:top;
| |
− | color:#ffffff;
| |
− | margin:0px;
| |
− | }
| |
− | .showbox img {
| |
− | height:120px;
| |
− | width:120px;
| |
− | float:left;
| |
− | border-radius:4px;
| |
− | margin-right:10px;
| |
− | }
| |
− |
| |
− | .showbox1 tr:first-child td {
| |
− | border-top: 1px;
| |
− | padding-top: 1px;
| |
− | }
| |
− | .showbox1 tr:last-child td {
| |
− | border-bottom: 1px;
| |
− | padding-bottom: 1px
| |
− | }
| |
− | .showbox1 tr td:first-child {
| |
− | border-left: 1px;
| |
− | padding-left: 1px;
| |
− | }
| |
− | .showbox1 tr td:last-child {
| |
− | border-right: 1px;
| |
− | padding-right: 1px;
| |
− | }
| |
− |
| |
− | .showbox1 {
| |
− | background:none;
| |
− | color:#ffffff;
| |
− | vertical-align:baseline;
| |
− | border-collapse:collapse;
| |
− | }
| |
− | .showbox1 td {
| |
− | background:none;
| |
− | border:1px solid rgba(65,65,65,.64);
| |
− | padding:10px;
| |
− | width:50%;
| |
− | }
| |
− | .showbox1 p {
| |
− | text-align:top;
| |
− | color:#ffffff;
| |
− | margin:0px;
| |
− | }
| |
− | .showbox1 img {
| |
− | height:120px;
| |
− | width:120px;
| |
− | float:left;
| |
− | border-radius:4px;
| |
− | margin-right:10px;
| |
− | }
| |
− |
| |
− |
| |
− | a:hover {
| |
− | text-decoration:none;
| |
− | }
| |
− |
| |
| /*end showboxstyling */ | | /*end showboxstyling */ |
| | | |