Browse Source

trying to apply the rail in the sidebar

master
Julio Biason 9 years ago
parent
commit
e5592d7b43
  1. 19
      cv.css
  2. 7
      cv.html
  3. BIN
      rail.png

19
cv.css

@ -105,21 +105,14 @@ a {
width: 25%;
}
#quantitative-info .power {
border-color: #19bafe;
border-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
}
#quantitative-info .power:first-of-type {
border-left-style: solid;
background-color: green;
#quantitative-info td:not(.name):not(.power):not(.empty) {
background-image: url("rail.png");
background-position: center;
background-repeat: repeat-y;
}
#quantitative-info .power:last-of-type {
border-right-style: solid;
background-color: red;
#quantitative-info .power {
border: 1px solid #19bafe;
}
/* -------------------------------------------------- */

7
cv.html

@ -129,7 +129,7 @@
</thead>
<tbody>
<tr>
<tr> <!-- empty line -->
<td class='name'>&nbsp;</td>
<td></td>
<td></td>
@ -138,10 +138,7 @@
<tr>
<td class='name'>Python</td>
<td class='power'></td>
<td class='power'></td>
<td class='power'></td>
<!-- <td colspan='3' class='power'></td> -->
<td class='power' colspan=3></td>
</tr>
<tr>

BIN
rail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Loading…
Cancel
Save