<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.item {
width: 250px;
height:93px;
background-color: #ffffff;
color: rgb(187, 0, 0);
/*border: 2px solid #910000;*/
float: left;
margin: 10px;
overflow: hidden;
text-align: center;
font-weight: bold;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px #910000;
-moz-box-shadow: 0px 0px 10px #910000;
box-shadow: 0px 0px 10px #910000;
}
.item:hover, .item:visited {
color: #3a3939;
background-color: #FFFFFF;
/*border: 2px solid #06F;*/
-webkit-box-shadow: 0px 0px 10px #0066ff;
-moz-box-shadow: 0px 0px 10px #0066ff;
box-shadow: 0px 0px 10px #0066ff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.item p{
font-size:16px;
overflow:hidden;
white-space:pre;
}
.item a{
font-size:16px;
overflow:hidden;
white-space:pre;
}

.rating-box {
background: url(//gamelinkexchange.com/theme/ratingb.png) repeat-x;
font-size: 0;
height: 23px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 111px;
}

.rating {
background: url(//gamelinkexchange.com/theme/ratingb.png) repeat-x;
background-position: 0 100%;
float: left;
height: 21px;
}


/* Footer*/
#footer {
clear: both;
width: 100%;
margin:0 auto;
color: #FFF;
}
.footer-content {
width: 95%;
padding-bottom: 180px;
padding-top: 20px;
padding-left: 5%;
background-color: #160101;
background-image: repeating-linear-gradient(45deg, #033279, #000212 1px, #023a8e 2px, #111112 5px);
/*background-image: url(//gamelinkexchange.com/theme/header.png);*/
background-repeat: repeat-x;
color: #FFF;
font-weight: bold;
}
/* Link Tables*/
.footer-content a {
font-size:18px;
}
/* Link Tables*/
.footnote {
width:90%;float:left;
padding-bottom: 2%;
}
.footright {
width:90%;float:left;
padding-bottom: 2%;
}
.translate {
width:100%;float:left;
}
.bottomsocial {
width:100%;float:left;
}

.ui-autocomplete-loading {
    background: white url("https://gamelinkexchange.com/theme/jquery/css/smoothness/images/loaderIcon.gif") right center no-repeat;
}

ul#ui-id-1 {
max-height:300px !important;
overflow:hidden !important;
overflow-y:scroll !important;
}

/* Search Bar And Button*/
li.ui-menu-item {
border: solid 1px #0069ea !important;
font-size:16px !important;
font-family: sans-serif, Helvetica, Arial !important;
font-weight: bold !important;
background-color: #ffffff !important;
color:#454545 !important;
}
li.ui-menu-item:hover {
color:#014bf8;
}
/* Footer*/
</pre></body></html>