Fine-tune keywords list in resume

This commit is contained in:
2013-10-14 20:22:59 +02:00
parent 85b7f30751
commit a621c3e206
3 changed files with 31 additions and 9 deletions

View File

@@ -12,15 +12,32 @@
#keywords {
position: absolute;
top: 0;
left: 0;
top: 100px;
left: 100px;
font-size: 75%;
background-color: #7f7f7f;
background-color: #4d4d4d;
color: #ffffff;
text-align: justify;
width: 50%;
padding: .5em;
border: 1px solid #f18137;
z-index: 200;
display: none;
}
.keyword-first-letter {
font-weight: bold;
color: #f18137;
}
#keywords-close {
width: 24px;
height: 24px;
background-image: url('../images/close.png');
z-index: 210;
position: absolute;
display: block;
top: -13px;
right: -13px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB