Tomochin
93f186ed1a
Filter categories in artist.php
* Loop through $UsedCategories to generate filter links and .ghide() and
.gshow() statements for each tr of the class that matches the category to
to be filtered. Also allow for Show All.
* As nth-child is used for styling .ghide() and .gshow() natively breaks the
zebra-striping. This is re-applied in apply_torrent_table_styling().
The function removes CSS classes rowlight and rowdark with jquery :odd
and :even CSS selectors Additional CSS were needed as nth-child cannot be
referenced by .addClass().
* CSS styling for category filter links.
6年前
Tomochin
bd56ae2c4d
Fix file modes
6年前
Tomochin
97613bc160
Sugoi colours and CSS
7年前
Tomochin
c3c17d9c8f
Copying styles/oppai/ to styles/sugoi/
This way Ican see a diff of my changes to create sugoi CSS
7年前
spaghetti
e043b1c89f
Add IP expunge requests
7年前
spaghetti
c9cb249fd4
Use advgroupname in advanced navbar torrent search
7年前
spaghetti
b610b2a861
Make lightbox fit images to screen horizontally
7年前
spaghetti
fc607a2073
Code style: replace "array()" with "[]"
This was an automatic mass-replace. Manual replacement of array(...)
will continue
7年前
spaghetti
897354a8e8
Combine tooltipster and tooltipster_settings so they can't load out of order
7年前
spaghetti
4e99f634cf
Fix comments JS
7年前
spaghetti
67ee5d56ec
HTML5 compliancy: use data prefix for custom attributes
7年前
spaghetti
8dc28a6b70
Fix avatar bottom spacing
7年前
spaghetti
1fa32745a4
Uninline forum post text saving JS
7年前
spaghetti
6fcaef20cf
Merge some javascript
- Removed unused JS functions
- Inlined functions not often used
- Minimized some overly verbose functions
7年前
spaghetti
004562464b
Only require apcu, not apcu_bc
Fixes #27
7年前
spaghetti
61009c0f23
Support theme-color meta tag
This allows for some browsers like chrome mobile to change the color of
the address bar to smoothly match the theme of the page
7年前
spaghetti
28276601cb
Modify markup to be more HTML5 compliant
7年前
spaghetti
b7d3ef84ca
Nicer looking login form
Also file permission cleanup
7年前
spaghetti
3b77668645
Whitespace fixes to bring inline with private repo
7年前
spaghetti
b36dceb317
Miscellaneous changes to bring public repo in line with private
This consists mostly of commits I somehow skipped over and didn't patch
into the public repo
7年前
spaghetti
1b77b1020d
Navbar revamp
7年前
spaghetti
a44c2cae11
Improve word-breaking
7年前
spaghetti
39b6f5b131
This should have been in that uninlining commit
7年前
spaghetti
b91aa89016
Spruce up small inputs with submit buttons
7年前
spaghetti
c5d890e9e0
Center covers too small to be scaled
7年前
spaghetti
43b6651031
Un-inline some crap
7年前
spaghetti
cb07b5234b
Move authkey definition to attribute and script_start
7年前
spaghetti
6d8f764fc3
Found even more static changes
8年前
spaghetti
0e31fb0904
More static changes
8年前
spaghetti
a666c82fac
Add nocover image
8年前
spaghetti
a7f13a27c0
Generalize bonus points to be easily renamed
8年前
spaghetti
518fc20134
Forgot to actually add genaviv files to git
8年前
spaghetti
df0d71518c
Add live style previews to profile edit page
8年前
spaghetti
90998c2597
Allow for stylesheets to have optional "additions"
8年前
spaghetti
e2d64f1494
Do QuoteJump in comments.js instead of onclicks
8年前
spaghetti
f95ca0d569
Replace inline JS gtoggles with html attributes and some global JS
End goal is to remove all inline JS, starting with onclick
8年前
spaghetti
b07242e4ad
Style Changes
8年前
spaghetti
24f860553f
Top-align torrent screenshots
8年前
spaghetti
83bee25aaa
Make styled tooltips mandatory
8年前
spaghetti
342725c9bd
Style changes
8年前
spaghetti
66be80e5f7
Add contest scoreboard
8年前
spaghetti
b1bbf4055d
Add sub-resource integrity to scripts
This is not particularly useful but it was fun
8年前
spaghetti
12e13e1cb0
Remove some rarely used HTML clutter
Recreate it on demand
8年前
spaghetti
afbc327556
Un-inline some javascript
8年前
spaghetti
ef3c2ddb9a
Make hover cover images take mouse position into account when deciding what side of the page to appear on
8年前
spaghetti
d3d7d0776c
Retab project
8年前
spaghetti
8733ee94b1
code cleanup
8年前
spaghetti
d9bb731a84
Fix cache value for email deletion requests
closes #8
8年前
spaghetti
980eedcccc
flexbox-ify forum post headers to fix phantom padding from badges
8年前
spaghetti
334ba71081
Migrate to SITE_DOMAIN constant from (NON)SSL_SITE_URL
8年前