2013-10-14 16:07:15 +00:00
|
|
|
#keywords-button {
|
|
|
|
font-size: 50%;
|
|
|
|
color: #7f7f7f;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#keywords-button:hover {
|
|
|
|
background-color: #4d4d4d;
|
|
|
|
color: #ffffff;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#keywords {
|
|
|
|
position: absolute;
|
2013-10-14 18:22:59 +00:00
|
|
|
top: 100px;
|
|
|
|
left: 100px;
|
2013-10-14 16:07:15 +00:00
|
|
|
font-size: 75%;
|
2013-10-14 18:22:59 +00:00
|
|
|
background-color: #4d4d4d;
|
2013-10-14 16:07:15 +00:00
|
|
|
color: #ffffff;
|
|
|
|
text-align: justify;
|
|
|
|
width: 50%;
|
|
|
|
padding: .5em;
|
|
|
|
border: 1px solid #f18137;
|
2013-10-14 18:22:59 +00:00
|
|
|
z-index: 200;
|
2013-10-14 16:07:15 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-10-14 18:22:59 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2014-04-21 13:46:14 +00:00
|
|
|
.i {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|