/f/ cleanup

This commit is contained in:
Brandon 2014-03-05 13:57:43 -08:00
parent 2d3e935a34
commit 7dc1f8d600
5 changed files with 31 additions and 33 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2628,4 +2628,25 @@ article li {
/* ExLinks */
#exlinks-options-content {
padding: 5px;
}
}
/* /f/ */
[action*=/f/] .fileInfo {
padding-left: 5px;
}
.mobile.center {
display:none!important;
}
table.flashListing {
margin: auto !important;
border-spacing: 1px !important;
}
.flashListing td {
padding-left: 4px !important;
padding-right: 4px !important;
text-align: center !important;
}
#delform[action='https://sys.4chan.org/f/up.php'], #delform[action='https://sys.4chan.org/f/up.php'] .postblock {
background: none !important;
border: none !important;
box-shadow: none !important;
}

View File

@ -410,9 +410,6 @@ a .name {
box-shadow: 5px 5px 5px #{theme['Shadow Color']};
}
/* /f/ */
.mobile.center {
display:none!important;
}
.postblock {
color: #{theme["Text"]};
font-weight: bold;
@ -421,10 +418,6 @@ a .name {
tbody > tr:nth-of-type(2n+1){
background: #{theme["Reply Background"]} !important;
}
table.flashListing {
margin: auto !important;
border-spacing: 1px !important;
}
table.flashListing .highlightPost::after {
content: '●';
color: #{theme["Text"]};
@ -436,14 +429,4 @@ table.flashListing .highlightPost::after {
background: url('/image/fade.png') repeat-x scroll center top #{backgroundC} !important;
padding-top: 200px;
}
.flashListing td {
padding-left: 4px !important;
padding-right: 4px !important;
text-align: center !important;
}
#delform[action='https://sys.4chan.org/f/up.php'], #delform[action='https://sys.4chan.org/f/up.php'] .postblock {
background: none !important;
border: none !important;
box-shadow: none !important;
}
#{theme["Custom CSS"].replace(/\s+/g, ' ').trim()}

View File

@ -8,12 +8,10 @@ Flash =
return unless g.VIEW is 'thread'
fileFix = $ '.fileInfo'
swfName = $ '.fileText > a'
nav = $ '.navLinks'
sauceLink = $.el 'a',
textContent: 'Check Sauce on SWFCHAN'
href: "http://eye.swfchan.com/search/?q=#{swfName.textContent}"
$.rmAll nav
$.add nav, [$.tn('['), sauceLink, $.tn(']')]
fileFix.style.paddingLeft = '5px'
$.add nav, [$.tn('['), sauceLink, $.tn(']')]