Giter VIP home page Giter VIP logo

workless's Introduction

Workless

Workless by @iKreativ is an open source HTML, CSS & JS framework for developing front-end web applications faster.

workless's People

Contributors

dadaxr avatar heksesang avatar janily avatar kdiogenes avatar micronax avatar montogeek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

workless's Issues

Nav drop-down menu

when adding secondary level links under multiple primary links, all drop down menus show under first primary link only.

<nav id="primary">
            <ul>
                <li>
                    <a href="#">Link1</a>
                        <ul>
                                <li><a href="#">sublink1</a></li>
                            <li><a href="#">sublink1</a></li>
                        </ul>
                </li>
                <li>
                     <a href="#">Link2</a>
                        <ul>
                            <li><a href="#">sublink2</a></li>
                            <li><a href="#">sublink2</a></li>
                        </ul>
                </li>

            </ul>
        </nav

Main block sticks to the left when no scrollbar

OS : Mac OS X 10.6.8
Browser : Google Chrome 13.0.782.220, Firefox, Safari
Native resolution : 1280 x 800

Set browser width to 1280px. When there's no scrollbar on the page (not enough text on the page) the CSS behaves like if it was "Browser Large" instead of "Tablet Landscape / Browser Small". So the white block sticks to the left instead of being centered.

Quick fix :

  1. Resize down the browser just 1px to the left (bad solution).
  2. Replace @media only screen and (min-width: 1280px) { by @media only screen and (min-width: 1281px) { in workless.css.

Perhaps it has the same behavior with the other resolutions.

IE Responsive Error

I don't know where it's coming from yet but IE 7,8 and I believe 9 show up as a mobile in regards to CSS queries.

Any idea what would be causing it?

I use this aaaaall the time as of recently and if you have any changes needed, I will complete em for ya and submit a pull if you like ^_^

Bad tooltip position

Hi iKreativ!
If you can try to open your demo, scoll a bit of page and hover on "Boilerplate" and "Twitter" links, the tooltip isn't on the top of links.

I'm using Firefox 6 on Ubuntu.

I think the minified.css.php it not a best way

I wanted to try this framwork, and i can't because it's need a localy webserver, because the downloaded pack don't see the css's it has a minified.css.php, and it's read them.

I think its not too frendly, because if i want to try it, i don't want to use webserver. What do you think?

Text Behaving Strangely on First Load

Size: Tablet Portrait
OS: Ubuntu 11.04
Browser: Google Chrome 13.0.782.218

On first page load, the text is crunching together peculiarly, and expanding past what should be it's constraining box. Problem disappears after refreshing the page, but can be replicated by closing page and re-opening. Will work on getting picture representation later as time permits.

Responsive.css select issue

FYI

your responsive css hides all select elements on the page and only shows them when the menu also changes to select (i.e. for small screens).

Css .selector element is used by both.

Main block is not centered

The main (white) block is not centered inside the container. In fact when resizing down the browser you can clearly see that the left border is 2 times much smaller than the right one.

I've noticed in workless.css that the #main width misses 50px. So for exemple changing :

@media only screen and (min-width: 1025px) {

    p { font-size: 14px; }

    .container {
        width: 1024px;
        margin: 0 auto;
    }

    #main {
        width: 924px;
    }

to :

@media only screen and (min-width: 1025px) {

    p { font-size: 14px; }

    .container {
        width: 1024px;
        margin: 0 auto;
    }

    #main {
        width: 974px;
    }

solves this issue. Not sure about the calculations but changes certainly also have to be made to others classes inside the media query like .container, .one_full etc.

How to remove blue button

Hi, could you please tell me how can the blue button (media queries indicator) be disable.

I'm a Designer not a Programmer.

Thank you.

Uniform plugin doesn't work properly in IE10

The uniform plugin code contains this:

n=e('<div style="width:0;height:0;color:'+a+'">')

This doesn't work in Internet Explorer 10, as the browser gets a syntax error exception when you try to insert an unclosed element which should be closed.

The fix is to either self-close the tag or add the closing .

Button Styling

Please create button styling for "button tags" and "input type button tags" rather than "a tags"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.