Add Bulma-only plan for top section
This commit is contained in:
parent
ab8410fa75
commit
5d079536f7
1 changed files with 32 additions and 0 deletions
|
@ -3,6 +3,38 @@
|
||||||
A subtheme of Octavia, which is a subtheme of the base theme Bulma for Drupal.
|
A subtheme of Octavia, which is a subtheme of the base theme Bulma for Drupal.
|
||||||
It has Bulma CSS framework, Sass, and Font Awesome built in.
|
It has Bulma CSS framework, Sass, and Font Awesome built in.
|
||||||
|
|
||||||
|
@TODO radical new plan for making this theme, and maybe many Drutopia
|
||||||
|
themes like it, way more sane and acceptable:
|
||||||
|
|
||||||
|
Everything using the Bulma flexbox approach.
|
||||||
|
|
||||||
|
<div class="columns">
|
||||||
|
<div class="column">
|
||||||
|
Logo
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
Word-name
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
<div class="columns">
|
||||||
|
<div class="column">
|
||||||
|
<div class="columns"
|
||||||
|
<div class="column">
|
||||||
|
search
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
user menu
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
main menu
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Browser Support
|
### Browser Support
|
||||||
|
|
Loading…
Add table
Reference in a new issue