dead js and css
This commit is contained in:
Родитель
809ddd686a
Коммит
e748fda057
|
@ -1574,162 +1574,6 @@ html[xmlns] .clearfix {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
/* TODO(jbalogh): remove everything in the .browse_thumbs namespace */
|
||||
.personas .primary h2,
|
||||
.browse_thumbs .primary h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.personas .primary h3,
|
||||
.browse_thumbs .primary h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.browse_thumbs .featured {
|
||||
background: transparent;
|
||||
}
|
||||
.browse_thumbs ul.thumbs {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb {
|
||||
position: relative;
|
||||
width: 24.5%;
|
||||
float: left;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb div.thumb_item {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 6px 4px 6px 4px;
|
||||
background: #f9f9f9 url(../../img/sprite.png?20090430) no-repeat scroll left -968px;
|
||||
min-height: 220px;
|
||||
border: 1px solid #ececec;
|
||||
-moz-border-radius-topleft: 8px;
|
||||
-moz-border-radius-topright: 8px;
|
||||
-moz-border-radius-bottomleft: 8px;
|
||||
-moz-border-radius-bottomright: 8px;
|
||||
-webkit-border-top-left-radius: 8px;
|
||||
-webkit-border-top-right-radius: 8px;
|
||||
-webkit-border-bottom-left-radius: 8px;
|
||||
-webkit-border-bottom-right-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
border-top-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
padding: 0 0 0 0px;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb .flag {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 8px;
|
||||
padding: 0px;
|
||||
font-size: 80%;
|
||||
}
|
||||
.html-rtl .browse_thumbs ul.thumbs li.thumb .flag {
|
||||
left: auto;
|
||||
right: 8px;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.rec div.thumb_item .flag {
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.rec div.thumb_item .flag a {
|
||||
color: #360;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.rec div.thumb_item {
|
||||
background-color: #efe;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.exp div.thumb_item .flag {
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.exp div.thumb_item .flag a {
|
||||
color: #900;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.exp div.thumb_item {
|
||||
background-color: #fee;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb .name {
|
||||
margin: 8px 0px 0px 0;
|
||||
padding: 0 0 0 8px;
|
||||
line-height: 1.25em;
|
||||
margin: 0;
|
||||
padding: 10px 0 0 10px;
|
||||
}
|
||||
.html-rtl .browse_thumbs ul.thumbs li.thumb .name {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb .name a {
|
||||
color: #000;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb .meta {
|
||||
margin: 0;
|
||||
padding: 0 0 0 10px;
|
||||
font-size: 93%;
|
||||
color: #777;
|
||||
bottom: 4px;
|
||||
left: 10px;
|
||||
}
|
||||
.html-rtl .browse_thumbs ul.thumbs li.thumb .meta {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb div.thumb_item .img {
|
||||
text-align: center;
|
||||
border:1px solid #CCCCCC;
|
||||
margin: 1.5em 8px 0 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb div.thumb_item .img img {
|
||||
max-height: 135px;
|
||||
}
|
||||
.browse_thumbs .search-form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.browse_thumbs .secondary {
|
||||
clear: both;
|
||||
}
|
||||
.browse_thumbs .subcategories li {
|
||||
margin: 0.2em;
|
||||
}
|
||||
.browse_thumbs .subcategories li.sub {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.browse_thumbs .subcategories li.selected {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #001133;
|
||||
background-color: #223355;
|
||||
padding: 0 3px 0 3px;
|
||||
}
|
||||
.browse_thumbs .subcategories li.selected a {
|
||||
color: #fff;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb div.thumb_item.incompatible {
|
||||
opacity:0.3;
|
||||
filter:alpha(opacity=30);
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb div.overlay {
|
||||
display: none;
|
||||
min-width: 30%;
|
||||
max-width: 100%;
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
padding: 10px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb div.overlay p {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
.browse_thumbs ul.thumbs li.thumb div.overlay a {
|
||||
display: block;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
/*** END =Browse Thumbs ***/
|
||||
|
||||
#license a {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
|
|
@ -318,29 +318,6 @@ jQuery(function($) {
|
|||
})
|
||||
|
||||
contributions.init();
|
||||
|
||||
// listing where interaction is inline
|
||||
$('.home .listing div:first').addClass('interactive');
|
||||
|
||||
function tabClickFactory(className) {
|
||||
return function(){
|
||||
$(this).parents('ul').find('li').removeClass('selected');
|
||||
$($(this).parents('li')[0]).addClass('selected');
|
||||
$(this).parents('.listing').attr('class','featured listing');
|
||||
$(this).parents('.listing').addClass(className);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
$(".home a[href^='#recommended']").click(tabClickFactory('show-recommended'));
|
||||
$(".home a[href^='#popular']").click(tabClickFactory('show-popular'));
|
||||
$(".home a[href^='#added']").click(tabClickFactory('show-added'));
|
||||
$(".home a[href^='#updated']").click(tabClickFactory('show-updated'));
|
||||
});
|
||||
|
||||
// Submit on locale choice
|
||||
jQuery(function($) {
|
||||
var f = $('form.languages');
|
||||
f.find('input').change(function(){ this.form.submit(); });
|
||||
});
|
||||
|
||||
jQuery(window).load(function() {
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
</select>
|
||||
<button type="submit">{{ _('Go') }}</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче