aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css (follow)
Commit message (Collapse)AuthorAgeLines
* Move from CSS to SCSS (#86)Gravatar Gareth Coles2018-06-05-263/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss
* [Wiki] Fix a CSS dumbGravatar Gareth Coles2018-06-02-2/+2
|
* [Wiki] Codeblocks should no longer be way too wide on mobileGravatar Gareth Coles2018-06-02-0/+10
|
* [Wiki] Attempt to fix width issues on mobileGravatar Gareth Coles2018-06-02-0/+4
|
* [Wiki] Hide scrollbar on code blocks when not neededGravatar Gareth Coles2018-06-02-2/+2
|
* [Wiki] Attempt to fix page views on mobileGravatar Gareth Coles2018-06-02-0/+20
|
* Revision of the rules, and a channels pageGravatar Gareth Coles2018-05-22-0/+11
|
* UIKit is pushy.Gravatar Gareth Coles2018-05-21-2/+2
|
* [Jams] Fix up textarea formattingGravatar Gareth Coles2018-05-21-0/+17
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting
* [Jams] Signups code is more or less done, just a few things leftGravatar Gareth Coles2018-05-19-0/+11
|
* Migration runner and migrations (#69)Gravatar Gareth Coles2018-05-14-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migration runner and migrations * Remove demo wiki data * [Staff] Table management pages * Fix weird travis build omission * Address review and comments by @Volcyy * [Tables] Fix pagination * Move table definitions to new file with nameduple * Linting * Address lemon's review comments * Address @Volcyy's review * Address lemon's review * Update search placeholder * Search by key now available
* Small code jam page fixesGravatar Gareth Coles2018-05-08-0/+4
|
* [Wiki] Misc improvements, plus a beta search featureGravatar Gareth Coles2018-05-06-0/+7
|
* [Wiki] 7.1rem wasn't quite enough for the sidebarGravatar Gareth Coles2018-05-04-1/+1
|
* [Wiki] 7rem wasn't quite enough for the sidebarGravatar Gareth Coles2018-05-02-1/+1
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-05-01-0/+13
|\ | | | | | | | | # Conflicts: # static/style.css
| * [Wiki] Dumb CSS typoGravatar Gareth Coles2018-04-27-1/+1
| |
| * Minor adjustments to payment icon alignment and margins (#60)Gravatar Leon Sandøy2018-04-27-0/+9
| |
| * [Wiki] Fix left sidebar width on some devicesGravatar Gareth Coles2018-04-27-1/+5
| |
* | [Wiki] Fix image spacingGravatar Gareth Coles2018-05-01-1/+5
|/
* Fixed the weird navbar sizingGravatar Jeremiah Boby2018-04-15-0/+5
| | | | Increased the navbar image max-width to 110%
* Added an About category with Partners view (#1pv7h) (#50)Gravatar Jeremiah Boby2018-04-14-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Partners view, and Navbar item * Moved info/rules to about/rules and fixed references * Added Partner images, and populated the partners page * Fixed responsiveness on smaller displays Added like 2 characters to the column tag, to enable stacking of columns if the display width is lower than 960 pixels. * Fixed indentation * Updated Code Monkeys Banner Added the shiny new CM Banner, and rearranged the partner cards. * Fixed newlines at end of HTML files * Partners page updated to generate from JSON file • The templates/main/about/partners.html file now uses the static/partners.json file to generate the Partner cards. • Flexboxes are nice. * Rearranged containers on Partners page I have no idea how flexboxes work :DDD * Updated Partners page to fix styling issues * Moved tag styling to the appropriate CSS file * Changed code style of stylesheet :D * Addresses Lemon's code style issues • Partner cards now have id="partner-card", which is selected with a CSS selector for styling, rather than styling all card objects. • Removed nonbreaking spaces that PyCharm didn't tell me about • Indented conditional HTML content to match Jinja conditionals • Fixed unclosed image tag * Removed div bloating, and increased specifity of CSS selection
* Small styling fix for RST listsGravatar Gareth Coles2018-04-13-0/+8
|
* oops, what are you doing here?Gravatar Leon Sandøy2018-04-12-1/+1
|
* padding should be on the nav, not the container. my bad.Gravatar Leon Sandøy2018-04-10-3/+2
|
* Flash of Unstyled Content fixGravatar Leon Sandøy2018-04-10-0/+11
|
* Some front-page restylingGravatar Gareth Coles2018-03-21-0/+9
|
* Pushing the footer to the bottom of the pageGravatar Leon Sandøy2018-03-21-1/+19
|
* Fixed footer padding, fixed firefox vertical align issues, and improved the ↵Gravatar Leon Sandøy2018-03-17-1/+19
| | | | footer text. (#41)
* Update code jams page with tutorialGravatar Gareth Coles2018-03-15-0/+4
|
* Info pages #13xan #13xak (#36)Gravatar Gareth Coles2018-03-04-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Info pages and templates * Info pages and templates * Info pages and templates * Update navigation and fix up HTML * Navigation HTML spacing for readability * Fix error views not using `self.render()` * `render()` method should accept Any for context values * Change header linking CSS to a dedicated class * Rules page * Basic resources page setup * Fix headers for new CSS class * Resource categories and initial resource data * Add link to JSON file on GH - won't work until the branch is merged * Remove info overview page and redirect info root url to resources * Flake8 * Add some tests * Line lengths
* Help page #z62n (#25)Gravatar Gareth Coles2018-02-26-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * Changes for @lmn * Rephrase first paragraph * Rephrase questions so they aren't all about discord.py * Remove _every single header_ on the help page from the nav * Unit test the help route * Small styling fixes * Add page-specific classes to body element * Clean up section padding * IndexView -> HelpView * Remove unnecessary path in test
* New banner!Gravatar Gareth Coles2018-02-21-1/+1
|
* Smaller navbar, move dropdown to the bottom of the navbarGravatar Gareth Coles2018-02-21-0/+8
|
* Sample pushing dropbar navGravatar Gareth Coles2018-02-21-0/+11