/* ## <-==== Search Result Design ====-> ## */
#content_searchResult {
width:600px;
/* background-color:rgba(100,0,0,0.1); */
background:linear-gradient(to bottom, rgba(111,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
height:690px;
position:relative; top:5px;
overflow:auto;
display:none;
margin:0 auto;
box-shadow:inset 0 0 2px #000;
border:1px solid #111;
border-right:none;
}
.content_searchResult_Title {
font-family:CS_Font;
font-size:26px;
position:relative; top:10px;
text-decoration:underline;
text-align:center;
width:500px;
margin:0 auto;
height:35px;
color:#fff;
padding-bottom:10px;
}
.searchResult {
width:550px;
height:150px;
position:relative;
background-color:rgba(100,0,0,0.1);
border:1px solid #444;
text-align:left;
margin:0 auto;
transition:0.4s;
}
.searchResult:hover {
background-color:rgba(100,0,0,0.2);
border:1px solid #777;
box-shadow:0 0 2px #000, 0 0 4px #000, 0 0 7px #000;
}
.searchResultName {
font-size:25px;
font-family:CS_Font;
color:#fff;
border-bottom:1px solid #444;
padding:7px;
padding-right:0;
overflow:auto;
}
.searchResultDesc {
font-size:17px;
color:#fff;
border-bottom:1px solid #444;
padding:7px;
padding-right:0;
height:65px;
}
.searchResultTags {
font-size:15px;
color:#aaa;
padding:7px;
padding-right:0;
}
.searchResultDate {
color:#bbb;
display:inline;
position:absolute; right:1px; top:1px;
font-family:times;
font-size:15px;
/* background-color:#111; */
}
.searchResultSeparator {
height:1px;
width:99%;
background-color:#111;
background:linear-gradient(to right, rgba(255,50,50,0.1) 0%,rgba(200,0,0,0.8) 50%,rgba(255,50,50,0.1) 100%);
border:none;
box-shadow:0 0 3px #000;
text-align:left;
margin:0 0;
}
.tag_match {
background-color:rgba(100, 100, 0, 0.5);
}
#AmountArticles {/*idk where this is used. I changed all name parts "Amount" to "Count" and forgot about the css files*/
position:relative;
display:inline-block;
width:75px;
height:18px;
color:#bbb;
outline:none;
border:1px solid #444;
padding-left:2px;
background-color:rgba(0,0,0,0.25);
}
/* ## <-==== Search Result Design End ====-> ## */