Provide a view showing: - A feedback message where the current search term is displayed. - Suggested options: based on likely languages and languages with one additional level of editing distance than the used in the search algorithm. - Instructions for search and browse including links to all the sub-regions available. * Introduced success, noresults callbacks for language and region filters * Region filter can be a link for a region alone. Change-Id: I713b62911bb32e1b1427320ced767b144180c5c4
160 lines
3.6 KiB
CSS
160 lines
3.6 KiB
CSS
.uls-trigger {
|
|
/* @embed */
|
|
background: url('../images/icon-language.png') no-repeat scroll left center transparent;
|
|
padding-left: 36px;
|
|
}
|
|
.uls-menu {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
display: none;
|
|
min-width: 715px;
|
|
margin-top: 1px;
|
|
width:45%;
|
|
/* Styling */
|
|
background-color: #ffffff;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
*border-right-width: 2px;
|
|
*border-bottom-width: 2px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
-webkit-background-clip: padding-box;
|
|
-moz-background-clip: padding;
|
|
background-clip: padding-box;
|
|
}
|
|
.uls-menu a {
|
|
color: #0088CC;
|
|
}
|
|
.uls-menu-header {
|
|
margin: 2%;
|
|
margin-top: 20px;
|
|
}
|
|
.uls-menu h1 {
|
|
font-weight: normal;
|
|
padding-top: 12px;
|
|
border: none;
|
|
padding-bottom: 3px;
|
|
font-size: 21pt;
|
|
padding-left: 15px;
|
|
color: #777;
|
|
}
|
|
.uls-menu h2 {
|
|
padding-left: 6px;
|
|
margin-top: 0px;
|
|
margin-bottom: 15px;
|
|
border-bottom: none;
|
|
color: #777;
|
|
}
|
|
.uls-menu h3 {
|
|
padding-left: 0px;
|
|
margin-top: 0px;
|
|
margin-bottom: 15px;
|
|
border-bottom: none;
|
|
}
|
|
.uls-worldmap {
|
|
/* @embed */
|
|
background: url('../images/world_map.png') no-repeat scroll right top transparent;
|
|
background-size: 100%;
|
|
}
|
|
.uls-region {
|
|
/* The map doesn't flip */
|
|
/* @noflip */
|
|
float: left;
|
|
cursor: pointer;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
height: 125px;
|
|
border-bottom-color: #777;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 3px;
|
|
}
|
|
.uls-region a {
|
|
bottom: 2px;
|
|
position: absolute;
|
|
font-size: 13px;
|
|
}
|
|
.uls-region:hover {
|
|
/*Cross-browser background transparency*/
|
|
background: #3366bb;
|
|
background: rgba(51, 102, 187, 0.1);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb);
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb)";
|
|
border-bottom-color: #3366bb;
|
|
border-bottom-style: solid;
|
|
}
|
|
.regionselector.active {
|
|
/*Cross-browser background transparency*/
|
|
background: #3366bb;
|
|
background: rgba(51, 102, 187, 0.2);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb);
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb)";
|
|
border-bottom-color: #3366bb;
|
|
border-bottom-style: solid;
|
|
}
|
|
#map-block {
|
|
top: 1px;
|
|
margin-right: 0;
|
|
padding-right: 0px;
|
|
float: right;
|
|
overflow: hidden;
|
|
}
|
|
#map-block a {
|
|
color: #444;
|
|
}
|
|
#map-block .active a {
|
|
font-weight: bold;
|
|
}
|
|
.icon-close {
|
|
/* @embed */
|
|
background: url('../images/close.png') no-repeat scroll center center transparent;
|
|
float: right;
|
|
padding: 15px;
|
|
cursor: pointer;
|
|
}
|
|
input#languagefilter {
|
|
border: 1px solid #c9c9c9;
|
|
-moz-transition: all 0.15s linear 0s;
|
|
border-radius: 2px 2px 2px 2px;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
|
|
color: #777;
|
|
display: block;
|
|
font-size: 14px;
|
|
height: 32px;
|
|
padding: 6px;
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
input:focus#languagefilter {
|
|
border: 1px solid #08C;
|
|
}
|
|
|
|
#search {
|
|
background-color: #f8f8f8;
|
|
border-top-color: #777;
|
|
border-top-style: solid;
|
|
border-top-width: 1px;
|
|
padding: 0.8em 0;
|
|
}
|
|
.search-label {
|
|
/* @embed */
|
|
background: url('../images/search.png') no-repeat scroll right center transparent;
|
|
background-size: 30px;
|
|
height: 32px;
|
|
width: 32px;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
span.clear-button {
|
|
/* @embed */
|
|
background: url('../images/clear.png') no-repeat scroll left center transparent;
|
|
cursor: pointer;
|
|
height: 32px;
|
|
position: absolute;
|
|
width: 32px;
|
|
margin-left: -32px;
|
|
}
|