An open API service indexing awesome lists of open source software.

https://github.com/lukakerr/two-tone

Minimalistic CSS framework with light or dark options, completely responsive. Currently a work in progress
https://github.com/lukakerr/two-tone

css css-framework css3 minimal responsive

Last synced: 2 months ago
JSON representation

Minimalistic CSS framework with light or dark options, completely responsive. Currently a work in progress

Awesome Lists containing this project

README

        

# two-tone

Compile `/src` by running `sass src/style.scss dist/style.css` from `/two-tone`.

Watch all `.scss` file changes by running `sass --watch src/style.scss:dist/style.css` from `/two-tone`.

### Different Body Themes

```html


```

### Standard Navigation

The stardard nav bar can be fixed by adding class `fixed`, can be made into a dark theme by adding class `dark` or centered by adding class `centered`. These classes can be combined, for example to create a centered fixed dark nav bar.

```html


```

### Mobile Navigation

```html


```

### Multiple Sections

```html


...


...


...

```

### Variable Width Columns

```html


  • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam posuere rutrum orci, quis accumsan quam mollis vel.

  • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam posuere rutrum orci, quis accumsan quam mollis vel.

  • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam posuere rutrum orci, quis accumsan quam mollis vel.



```

### Column options

```html






            ```

            ### Tabs

            ```html




            Tab One


            Content for Tab One





            Tab Two


            Content for Tab Two





            Tab Three


            Content for Tab Three





            ```

            ### Padding/Margin Options

            Add margins to most elements by adding the pd class

            ```html


              Success


                ```

                ### Alert Banners

                ```html

                Success

                Warning

                Error

                Info

                ```

                ### Buttons

                There are many different combinations of buttons available. Combine various class names to get different button types.



                Button class names include:

              • tablet

              • square

              • quote

              • warning

              • close

              • push

              • fill

              • sml

              • med

              • lrg

              • xlrg

              • red

              • blue

              • green

              • yellow

              • orange

              • purple

              • black

              • aqua

              • nocol

              • nobor

              • caps

              • sm-caps
              • ```html
                Tablet Button
                Square Button
                Button
                Push Button
                Tablet Filling Button
                Quote
                Warning!
                Close
                ```

                ### Panel

                ```html


                Hello World


                This is some text


                Go!

                ```

                ### Grid

                Use the following syntax to create a responsive grid.



                Add either `grid-2`, `grid-3`, `grid-4` or `grid-6` depending on how many grid objects you want per row.

                ```html













                ```

                ### Footer

                ```html


                ```