summaryrefslogtreecommitdiffstats
path: root/css
Commit message (Collapse)AuthorAgeFilesLines
* Chat /me and URL LinkingPatrick Davison2013-02-281-1/+13
|
* Restored checkpoint fade transitions.Patrick Davison2013-02-281-0/+4
|
* Fixes for unique font-sets in Chat.Patrick Davison2013-02-281-4/+6
|
* Increased size of top-right badge.Patrick Davison2013-02-261-1/+15
|
* Upped page width to 960px from 900px globally.Patrick Davison2013-02-262-13/+21
|
* BUGFIX: I hate Javascript Time. CSS changes too.Patrick Davison2013-02-261-1/+24
|
* Prettier progress bars.Patrick Davison2013-02-241-55/+78
|
* Added /spoiler command to chat - Fixed issue with 2 quick succession chats ↵Patrick Davison2013-02-241-0/+10
| | | | being very slow.
* More logically set up the top-bar. Switching this to a Fixed header is now a ↵Patrick Davison2013-02-211-12/+22
| | | | 2 line change.
* Fixed a bug where no-path tiles weren't showing correctly.Patrick Davison2013-02-201-4/+4
|
* Fixed position header.Patrick Davison2013-02-201-7/+17
|
* Restyled and fixed some bugs in the scoreboard.Patrick Davison2013-02-201-18/+28
|
* Active/Inactive maps shown in scoreboard.Patrick Davison2013-02-181-11/+11
|
* BUGFIX: Achievement emblems not showing correctly.Patrick Davison2013-02-181-0/+9
|
* Active maps now have a different color in the scoreboard.Patrick Davison2013-02-171-0/+6
|
* Memberlist cleanup. CSS tweeks.Patrick Davison2013-02-171-1/+2
|
* Reversed order of chat, added sounds.Patrick Davison2013-02-171-2/+9
|
* Mute-User and Lockdown for chat. :).Patrick Davison2013-02-141-0/+3
|
* Map navigation CSS tweeks.Patrick Davison2013-02-141-6/+7
|
* Chat restyled.Patrick Davison2013-02-141-0/+117
|
* Lots'n Lots of work on the scoreboard...Patrick Davison2013-02-141-1/+9
|
* Huge changes; started deprecation of PHP's displayMap()Patrick Davison2013-02-093-42/+140
| | | | | | | | | New JS function 'mapAsHTML(mapAsObject)' getScores() will now return solutions if the map has expired. Homepage now uses mapAsHTML. Removed some padding on scoreboard. scoresFormatPage() supports solutions if available. (This can be row-specific) And tons of CSS - deprecating old CSS.
* Updated incorrect image URLsPatrick Davison2013-01-311-1/+1
|
* Dynamic resizing of mapThumbnail.Patrick Davison2013-01-302-5/+32
|
* The start of a new scoreboard or "Scores" page.Patrick Davison2013-01-271-0/+24
| | | | - I have the feeling some adjustments made here might propigate to the Home page eventually.
* And the CSS that goes along with it... WhoopsPatrick Davison2013-01-261-6/+26
|
* Removed unnecessary blank.png in current scores that was causing me issuesBlueRaja2013-01-261-1/+1
|
* Merge branch 'doin_shit_on_laptop'BlueRaja2013-01-251-17/+19
|\ | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs
| * Tiers are now unlocked as the user players through challenges; challenges ↵BlueRaja2013-01-251-15/+9
|/ | | | | | left to next tier displayed on challengelist page (untested)
* Added missing files, deleted some old files.Patrick Davison2013-01-251-0/+56
|
* Challenges are now displayed in the correct order again. Ay' carumba.BlueRaja2013-01-241-2/+2
|
* Updates to the new MemberlistPatrick Davison2013-01-241-0/+19
|
* A functional Memberlist again! New and improved!Patrick Davison2013-01-231-0/+13
|
* The scary chat-app in working form!Patrick Davison2013-01-151-3/+0
|
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2013-01-143-14/+90
|\ | | | | | | | | Conflicts: css/challenge.css
| * Replaced bullet-points with challenge images on challenge pageBlueRaja2013-01-131-15/+33
| |
| * Updated CSS of leaderboard page to not get ridiculously large with long ↵BlueRaja2013-01-131-3/+23
| | | | | | | | names, and not make the points-string off-center
| * Fixed minor CSS issue with leaderboard pageBlueRaja2013-01-131-2/+2
| |
| * Added a fix for IE to remove the border around the social-buttons.BlueRaja2013-01-131-0/+1
| |
| * Moved the social-buttons next to the copyright to make the footer a bit more ↵BlueRaja2013-01-131-9/+21
| | | | | | | | compact
| * Minor change to make the challenge_incomplete color less intenseBlueRaja2013-01-131-2/+2
| |
| * Added champion points to leaderboard pageBlueRaja2013-01-131-0/+10
| |
* | Missing email lock definitionPatrick Davison2013-01-141-0/+3
|/
* Social buttonsPatrick Davison2013-01-111-9/+26
|
* Challenges, massEmail functions startedPatrick Davison2013-01-091-2/+14
|
* Map class and ChallengesPatrick Davison2013-01-081-0/+89
| | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-082-6/+28
| | | | | Fixed an issue with loading best solution from logged out to logged in state. Commented out a lot of firephp stuff; feel free to uncomment.
* Footer, sign-in adjustments to prevent web-crawler cache.Patrick Davison2012-12-262-3/+72
|
* New images, modified image caching.Patrick Davison2012-12-122-9/+38
|
* Image updates and mapspecs fixes.Patrick Davison2012-12-021-2/+2
| | | | | | Fixed a bug where every checkpoint was called "checkpoint A" Fixed a bug where requesting solution during a path would break it. Fixed a bug regarding tutorial success.