Angelos Chalaris
ae9e864631
Rebranding and logo changes
...
Changed the splash logo and updated a lot of the branding for the framework. A follow-up commit will be made to resolve a minor issuue with the documentation images.
2017-04-06 11:42:25 +03:00
Angelos Chalaris
3dffd37542
Initial commit of customization docs
...
Created a new folder, 'customization', under which the new Customization documentation will be added (replaces wiki). All the old page navigation links have been updated to point to it, while the old 'customization.html' page now redirects to the new one.
2017-04-03 23:48:49 +03:00
Angelos Chalaris
12658813a9
Finalized mini-lite flavor
...
Tweaked a few things, made everything less fancy and dealt with excessive styles. This should now be a simple barebones flavor that serves as a very simple and basic starting stylesheet.
2017-04-03 15:03:32 +03:00
Angelos Chalaris
e6ab5fc448
Started working on mini-lite flavor
...
Started development of a new light flavor. Minor change to input_control's code to fix a minor bug.
2017-04-03 14:45:21 +03:00
Angelos Chalaris
d1ae3a89e9
Resolves #61
...
Hiding (normal and accessible) has been added via mixins in the utility_mixins file (utility module). Updated both mixins, along with the responsive padding and margin mixins to deal with incosistencies with four-step grid. The legacy grid system should now be fully supported in all 4 mixins in the utility module, making it easier to use them with four-step grids.
2017-04-02 20:33:35 +03:00
Angelos Chalaris
16ce611b1d
Changed media queries for screen specificity
...
All @media queries now use the 'screen' mediatype, so that print stylesheets can be more easily implemented in the future, using small screen layouts, but not mobile-specific tricks.
2017-04-02 19:34:04 +03:00
Angelos Chalaris
fea0188499
Updated defaults and externals for all modules
...
Added default values for classes and other necessary values, along with external variable values for the rest of the modules.
2017-03-30 23:24:53 +03:00
Angelos Chalaris
d83978933b
Updated some modules with externals and classes
...
Added external variables for single-module use and class name variables to core, grid, navigation, input_control and table.
2017-03-30 22:08:35 +03:00
Angelos Chalaris
d433af473b
Added figcaption styling
...
Added figure caption element styling, so that captions can now be added. Updated both flavors accordingly.
2017-03-30 20:56:15 +03:00
Angelos Chalaris
874c57f802
Housekeeping for utility module
...
Split file, added hidden flags, cleanup and addition of maintainers in flavor files. Codebase cleanup is now considered mostly complete. New features, changes and code safeguards will be implemented in the next few commits.
2017-03-30 17:44:16 +03:00
Angelos Chalaris
cb1ceb37a5
Housekeeping for progress module
...
Split file, added hidden variables and preprocessor error messages.
2017-03-30 17:27:41 +03:00
Angelos Chalaris
afe2a54c02
Housekeeping for contextual module
...
Split module into two files, added hidden flag, added error messages for improper usage of mixins.
2017-03-30 16:54:05 +03:00
Angelos Chalaris
eea0ea9421
Housekeeping for tab module
...
Added on hidden flag and cleaned flavor files as needed
2017-03-30 16:33:32 +03:00
Angelos Chalaris
95897a62d2
Housekeeping for card module
...
Split card module into main and mixins file
2017-03-30 16:23:50 +03:00
Angelos Chalaris
61f06f209f
Housekeeping for table module
...
Updated variables and flavors, added a hidden flag
2017-03-30 14:48:02 +03:00
Angelos Chalaris
94a912b768
Housekeeping for input control module
...
Split file into mixins, moved variables, updated hidden flags and cleaned up flavor files.
2017-03-30 14:27:22 +03:00
Angelos Chalaris
58b8cf981a
Housekeeping for navigation module
...
Variables moved, added a hidden flag for an old fix that was in the header logo.
2017-03-30 13:54:10 +03:00
Angelos Chalaris
7b22333c59
Housekeeping for grid module
...
Part 1/2: Variables moved and flavor files updated. Screen media queries are still not done.
2017-03-30 13:33:23 +03:00
Angelos Chalaris
17de1b1d2f
Updated core module's variables
...
The variables in core have been moved to the top of the file and the corresponding values and descriptions in the falvor files updated as required.
2017-03-29 21:42:41 +03:00
Angelos Chalaris
357553c7b3
Toolchain and environment update
...
Development environment has been Windows for months, just recently moved to UbuntuGnome 16.04 (LTS), so most of the files have been altered a little bit (line endings etc.). Similarly, my toolchain which was Atom (formerly SublimeText), SourceTree and Koala has been changed to Atom, GitKraken and Prepros, causing certain things to recompile and reconfigure based on said tools. New branch has been created under `dev211` to work on the next release `v2.1.1`.
2017-03-29 20:59:51 +03:00
Angelos Chalaris
e80526d3b3
Finished development of v2.1.0, resolves #57
2017-02-16 20:55:08 +02:00
Angelos Chalaris
d24d632efc
Updated mini-sucroa flavor
2017-02-16 19:48:21 +02:00
Angelos Chalaris
3d78a992a8
Updated README.md and CHANGELOG.md
2017-02-13 12:49:14 +02:00
Angelos Chalaris
c48e482b87
Module description updates
2017-02-13 12:35:26 +02:00
Angelos Chalaris
3ce576c59d
Updated quick reference for contextual, progress and utility
2017-02-13 12:22:58 +02:00
Angelos Chalaris
e6b291144a
Updated quick reference for navigation, input_control and table
2017-02-13 11:07:09 +02:00
Angelos Chalaris
51533acf85
Quick reference for newest grid additions
2017-02-13 10:51:56 +02:00
Angelos Chalaris
df79d00f65
Updated references
2017-02-12 22:38:52 +02:00
Angelos Chalaris
6d4b0e09e4
Updated customization page and cleanup
2017-02-12 22:30:21 +02:00
Angelos Chalaris
dd9e957c17
Updated input control documentation, resolves #40
2017-02-12 22:13:47 +02:00
Angelos Chalaris
fa645e7a8b
Documented multiline table header quirkiness, resolves #54
2017-02-12 21:07:02 +02:00
Angelos Chalaris
18d0823b55
Updated navigation documentation
2017-02-12 20:56:21 +02:00
Angelos Chalaris
3074ade910
Updated breadcrumbs and alerts for accesibility, documented tooltips
2017-02-12 20:34:02 +02:00
Angelos Chalaris
650e1e9dfa
Updated card and table documentation pages
2017-02-08 09:45:39 +02:00
Angelos Chalaris
bf90606fc6
Progress documentation updated
2017-02-08 09:38:27 +02:00
Angelos Chalaris
f6fccfcb11
Tab documentation updated
2017-02-08 09:30:43 +02:00
Angelos Chalaris
8110ec69ac
Utility documentation page layout updated
2017-02-07 18:06:37 +02:00
Angelos Chalaris
4350b68df9
Header logo styling update
2017-02-07 17:31:43 +02:00
Angelos Chalaris
96dd763bb4
Houskeeping
2017-02-07 17:28:27 +02:00
Angelos Chalaris
25b0fd76c0
Minor fixes in grid.html
2017-02-07 17:24:20 +02:00
Angelos Chalaris
c7d9193309
Predefined layouts documented
2017-02-07 17:20:14 +02:00
Angelos Chalaris
d7f459a70d
Updated header logo to avoid Chrome's jumping
2017-02-07 16:44:37 +02:00
Angelos Chalaris
1edfced720
Logo styling update
2017-02-07 16:32:10 +02:00
Angelos Chalaris
504360d012
Rebranded as framework, updated files accordingly
2017-02-07 16:05:36 +02:00
Angelos Chalaris
08d07f0a98
Documented media object, resolves #22
2017-02-07 15:58:59 +02:00
Angelos Chalaris
cfc5907522
Media object basic documentation
2017-02-07 14:30:11 +02:00
Angelos Chalaris
cd1d62a685
Grid documentation update
2017-02-07 13:09:20 +02:00
Angelos Chalaris
b7abad8230
Quick Reference housekeeping
2017-02-07 12:28:41 +02:00
Angelos Chalaris
9d002418c2
Housekeeping
2017-02-07 12:23:53 +02:00
Angelos Chalaris
74a815642f
Grid module documentation page update
2017-02-07 10:47:58 +02:00