Difference between revisions of "Atticus Finch To-do List"
From OdleWiki
m |
(Added responsive to-do list) |
||
Line 10: | Line 10: | ||
* Custom header image flex width | * Custom header image flex width | ||
* Register default theme options upon installation (?) | * Register default theme options upon installation (?) | ||
+ | |||
+ | === Responsive to-do's === | ||
+ | |||
+ | * <tt>header.php</tt> | ||
+ | ** top menu -> select menu | ||
+ | ** site description -> float | ||
+ | ** social media menu -> ??? (select? redo as <tt>ul</tt>?) | ||
+ | * <tt>#container</tt> | ||
+ | ** <tt>#content</tt> firsts, then <tt>#sidebar</tt> (adjust floats as necessary) | ||
+ | ** <tt>#content</tt> -> width: 100% | ||
+ | ** <tt>#sidebar</tt> -> width: 100%, text-align: left | ||
+ | * <tt>footer.php</tt> | ||
+ | ** bottom menu -> select menu | ||
+ | ** <tt>#copyright</tt> + <tt>#developer</tt> -> float: none; width: 100% | ||
+ | * no background image on <tt>body</tt> or <tt>header</tt> | ||
+ | * add to style.css: | ||
+ | ** <tt>box-sizing: border-box</tt> | ||
[[Category:Atticus Finch Theme]] | [[Category:Atticus Finch Theme]] |
Revision as of 18:58, 28 January 2016
- Make responsive
- Add custom CSS feature
- Create child theme; upload to Github
- Only load FontAwesome if not already loaded
Write documentation(2016.01.26)- Write FAQ
- Update readme.txt
- Description
- Credit for Superfish jQuery menu
- Custom header image flex width
- Register default theme options upon installation (?)
Responsive to-do's
- header.php
- top menu -> select menu
- site description -> float
- social media menu -> ??? (select? redo as ul?)
- #container
- #content firsts, then #sidebar (adjust floats as necessary)
- #content -> width: 100%
- #sidebar -> width: 100%, text-align: left
- footer.php
- bottom menu -> select menu
- #copyright + #developer -> float: none; width: 100%
- no background image on body or header
- add to style.css:
- box-sizing: border-box