You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
453 B
28 lines
453 B
|
19 years ago
|
.search_info{
|
||
|
|
background-color: #F0F0F0;
|
||
|
|
font-style: smaller;
|
||
|
|
padding: 5px;
|
||
|
|
}
|
||
|
|
.result{
|
||
|
|
/*border: 1px dotted black;*/
|
||
|
|
margin: 20px;
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
.result .title{
|
||
|
|
font-size: bigger;
|
||
|
|
margin-top: -20px;
|
||
|
|
background-color: white;
|
||
|
|
margin-right: 100px;
|
||
|
|
margin-left: -10px;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
.result .description{
|
||
|
|
font-decoration: none;
|
||
|
|
width: 90%;
|
||
|
|
}
|
||
|
|
.result .highlight{
|
||
|
|
display: inline;
|
||
|
|
background-color: lightblue;
|
||
|
|
margin-right: 2px;
|
||
|
|
}
|