Browse Source

Less framework files removed from project

Muhammad Talha Mansoor 12 years ago
parent
commit
9e928a63ec
7 changed files with 0 additions and 817 deletions
  1. 0 78
      index.html
  2. 0 168
      js/jquery-1.4.4.min.js
  3. 0 86
      js/less-grid-4.js
  4. 0 174
      lessFrameWork4.css
  5. BIN
      overlay.png
  6. 0 266
      session.vim
  7. 0 45
      style.css

File diff suppressed because it is too large
+ 0 - 78
index.html


File diff suppressed because it is too large
+ 0 - 168
js/jquery-1.4.4.min.js


+ 0 - 86
js/less-grid-4.js

@@ -1,86 +0,0 @@
-/* 
-        less grid v4.0 - For Less Framework 4.
-        (c) Arnau March http://arnaumarch.com/en/lessgrid.html, freely distributable under the terms of the MIT license.
-*/
-
-$(document).ready(function() {
-        createSwitch();
-});
-
-function createGrid () {
-        $('body').append('<div id="less-grid"></div>');
-        var pageWidth = $('body').width();
-        //var pageWidth = $('body').children(':first').width();   //If you don't set body width, uncomment this
-        //var pageLeft = ($('body').width() - pageWidth) / 2;     //If you don't set body width, uncomment this
-        $('#less-grid').css({ 
-                                                        width: pageWidth,
-                                                        position: "absolute",
-                                                        top: "0",
-                                                        bottom: "0",
-                                                        zIndex: 900,
-                                                        //left: pageLeft //If you don't set body width, uncomment this
-        });
-        var colWidth = 68;
-        var colSep = 24;
-        var colCount = 1;
-        for(colLeft=0;colLeft<=pageWidth;colLeft=(colWidth+colSep)*(colCount-1)){
-                $('#less-grid').append('<span class="col col-'+colCount+'">&nbsp;col:&nbsp;'
-                +colCount+'<br/>&nbsp;w:&nbsp;'+(((colWidth+colSep)*colCount)-colSep)+'</span>'); 
-                $('#less-grid .col-'+colCount).css({ 
-                                                                width: colWidth,
-                                                                position: "absolute",
-                                                                top: "0",
-                                                                left: colLeft,
-                                                                bottom: "0",
-                                                                background: "#3d5fa3",
-                                                                opacity: 0.5,
-                                                                color: "#fff",
-                                                                fontSize: "13px",
-                                                                paddingTop: "33px"
-                });
-                colCount++;
-        };
-}
-
-function createSwitch () {
-        $('body').append('<span id="less-grid-switch">show grid</span>');
-        $('#less-grid-switch').css({ 
-                                                        position: "absolute",
-                                                        top: "0",
-                                                        right: "0",
-                                                        background: "#3d5fa3",
-                                                        border: "2px solid #fff",
-                                                        borderTop: 0,
-                                                        color: "#fff",
-                                                        fontSize: "13px",
-                                                        lineHeight: "13px",
-                                                        padding: "2px 8px 6px 8px",
-                                                        cursor: "pointer",
-                                                        "border-radius": "0 0 5px 5px",
-                                                        "-moz-border-radius": "0 0 5px 5px",
-                                                        zIndex: 1000
-                                                        
-        });
-        $('#less-grid-switch').toggle(function() {
-                $(this).text("x");
-                $('#less-grid').show();
-                $(this).attr('rel','on');
-                $('#less-grid').remove();
-                createGrid();   
-        }, function() {
-                $(this).text('show grid');
-                $('#less-grid').hide();
-                $(this).attr('rel','off');
-        });
-        
-}
-
-$(function(){
-        $(window).resize(function(){
-                if($('#less-grid-switch').attr('rel')=="on") {
-                        $('#less-grid').remove();
-                        createGrid();
-                }
-         });
-});
-

+ 0 - 174
lessFrameWork4.css

@@ -1,174 +0,0 @@
-/*      Less Framework 4
-        http://lessframework.com
-        by Joni Korpi
-        License: http://opensource.org/licenses/mit-license.php */
-
-
-/*      Resets
-        ------  */
-
-html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
-p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
-img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
-dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, figure, figcaption, hgroup, 
-menu, footer, header, nav, section, summary, time, mark, audio, video {
-        margin: 0;
-        padding: 0;
-        border: 0;
-}
-
-article, aside, canvas, figure, figure img, figcaption, hgroup,
-footer, header, nav, section, audio, video {
-        display: block;
-}
-
-a img {border: 0;}
-
-
-
-/*      Typography presets
-        ------------------      */
-
-.gigantic {
-        font-size: 110px;
-        line-height: 120px;
-        letter-spacing: -2px;
-}
-
-.huge, h1 {
-        font-size: 68px;
-        line-height: 72px;
-        letter-spacing: -1px;
-}
-
-.large, h2 {
-        font-size: 42px;
-        line-height: 48px;
-}
-
-.bigger, h3 {
-        font-size: 26px;
-        line-height: 36px;
-}
-
-.big, h4 {
-        font-size: 22px;
-        line-height: 30px;
-}
-
-body {
-        font: 16px/24px Georgia, serif;
-}
-
-.small, small {
-        font-size: 13px;
-        line-height: 18px;
-}
-
-/* Selection colours (easy to forget) */
-
-::selection             {background: rgb(255,255,158);}
-::-moz-selection        {background: rgb(255,255,158);}
-img::selection          {background: transparent;}
-img::-moz-selection     {background: transparent;}
-body {-webkit-tap-highlight-color: rgb(255,255,158);}
-
-
-
-/*              Default Layout: 992px. 
-                Gutters: 24px.
-                Outer margins: 48px.
-                Leftover space for scrollbars @1024px: 32px.
--------------------------------------------------------------------------------
-cols    1     2      3      4      5      6      7      8      9      10
-px      68    160    252    344    436    528    620    712    804    896    */
-
-body {
-        width: 896px;
-        padding: 72px 48px 84px;
-        background: rgb(232,232,232);
-        color: rgb(60,60,60);
-        -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
-}
-#masthead {
-width:896px;
-position: relative;
-}
-
-
-
-/*              Tablet Layout: 768px.
-                Gutters: 24px.
-                Outer margins: 28px.
-                Inherits styles from: Default Layout.
------------------------------------------------------------------
-cols    1     2      3      4      5      6      7      8
-px      68    160    252    344    436    528    620    712    */
-
-@media only screen and (min-width: 768px) and (max-width: 991px) {
-        
-        body {
-                width: 712px;
-                padding: 48px 28px 60px;
-        }
-}
-
-
-
-/*              Mobile Layout: 320px.
-                Gutters: 24px.
-                Outer margins: 34px.
-                Inherits styles from: Default Layout.
----------------------------------------------
-cols    1     2      3
-px      68    160    252    */
-
-@media only screen and (max-width: 767px) {
-        
-        body {
-                width: 252px;
-                padding: 48px 34px 60px;
-        }
- #masthead {
-width:252px;
-position: relative;
-}
-       
-}
-
-
-
-/*              Wide Mobile Layout: 480px.
-                Gutters: 24px.
-                Outer margins: 22px.
-                Inherits styles from: Default Layout, Mobile Layout.
-------------------------------------------------------------
-cols    1     2      3      4      5
-px      68    160    252    344    436    */
-
-@media only screen and (min-width: 480px) and (max-width: 767px) {
-        
-        body {
-                width: 436px;
-                padding: 36px 22px 48px;
-        }
-        
-}
-
-
-/*      Retina media query.
-        Overrides styles for devices with a 
-        device-pixel-ratio of 2+, such as iPhone 4.
------------------------------------------------    */
-
-@media 
-        only screen and (-webkit-min-device-pixel-ratio: 2),
-        only screen and (min-device-pixel-ratio: 2) {
-        
-        body {
-        
-        }
-        
-}

BIN
overlay.png


+ 0 - 266
session.vim

@@ -1,266 +0,0 @@
-let SessionLoad = 1
-if &cp | set nocp | endif
-let s:cpo_save=&cpo
-set cpo&vim
-map! <D-v> *
-nmap gx <Plug>NetrwBrowseX
-nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
-vmap <BS> "-d
-vmap <D-x> "*d
-vmap <D-c> "*y
-vmap <D-v> "-d"*P
-nmap <D-v> "*P
-let &cpo=s:cpo_save
-unlet s:cpo_save
-set autoindent
-set expandtab
-set hlsearch
-set ruler
-set shiftwidth=2
-set softtabstop=4
-let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
-let v:this_session=expand("<sfile>:p")
-silent only
-cd ~/Repos/website-layouts
-if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
-  let s:wipebuf = bufnr('%')
-endif
-set shortmess=aoO
-badd +55 lessFramework4.css
-badd +0 index.html
-badd +0 style.css
-args lessFramework4.css index.html
-edit index.html
-set splitbelow splitright
-set nosplitbelow
-set nosplitright
-wincmd t
-set winheight=1 winwidth=1
-argglobal
-2argu
-setlocal autoindent
-setlocal nobinary
-setlocal bufhidden=
-setlocal buflisted
-setlocal buftype=
-setlocal nocindent
-setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
-setlocal cinoptions=
-setlocal cinwords=if,else,while,do,for,switch
-setlocal colorcolumn=
-setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
-setlocal commentstring=/*%s*/
-setlocal complete=.,w,b,u,t,i
-setlocal completefunc=
-setlocal nocopyindent
-setlocal cryptmethod=
-setlocal nocursorbind
-setlocal nocursorcolumn
-setlocal nocursorline
-setlocal define=
-setlocal dictionary=
-setlocal nodiff
-setlocal equalprg=
-setlocal errorformat=
-setlocal expandtab
-if &filetype != 'html'
-setlocal filetype=html
-endif
-setlocal foldcolumn=0
-setlocal foldenable
-setlocal foldexpr=0
-setlocal foldignore=#
-setlocal foldlevel=0
-setlocal foldmarker={{{,}}}
-setlocal foldmethod=manual
-setlocal foldminlines=1
-setlocal foldnestmax=20
-setlocal foldtext=foldtext()
-setlocal formatexpr=
-setlocal formatoptions=tcq
-setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
-setlocal grepprg=
-setlocal iminsert=0
-setlocal imsearch=0
-setlocal include=
-setlocal includeexpr=
-setlocal indentexpr=
-setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
-setlocal noinfercase
-setlocal iskeyword=@,48-57,_,192-255
-setlocal keywordprg=
-setlocal nolinebreak
-setlocal nolisp
-setlocal nolist
-setlocal makeprg=
-setlocal matchpairs=(:),{:},[:]
-setlocal modeline
-setlocal modifiable
-setlocal nrformats=octal,hex
-set number
-setlocal number
-setlocal numberwidth=4
-setlocal omnifunc=
-setlocal path=
-setlocal nopreserveindent
-setlocal nopreviewwindow
-setlocal quoteescape=\\
-setlocal noreadonly
-setlocal norelativenumber
-setlocal noscrollbind
-setlocal shiftwidth=2
-setlocal noshortname
-setlocal nosmartindent
-setlocal softtabstop=4
-set spell
-setlocal spell
-setlocal spellcapcheck=[.?!]\\_[\\])'\"\	\ ]\\+
-setlocal spellfile=
-setlocal spelllang=en
-setlocal statusline=
-setlocal suffixesadd=
-setlocal swapfile
-setlocal synmaxcol=3000
-if &syntax != 'html'
-setlocal syntax=html
-endif
-setlocal tabstop=8
-setlocal tags=
-setlocal textwidth=0
-setlocal thesaurus=
-setlocal noundofile
-setlocal nowinfixheight
-setlocal nowinfixwidth
-setlocal wrap
-setlocal wrapmargin=0
-silent! normal! zE
-let s:l = 13 - ((12 * winheight(0) + 22) / 44)
-if s:l < 1 | let s:l = 1 | endif
-exe s:l
-normal! zt
-13
-normal! 029l
-tabedit style.css
-set splitbelow splitright
-set nosplitbelow
-set nosplitright
-wincmd t
-set winheight=1 winwidth=1
-argglobal
-edit style.css
-setlocal autoindent
-setlocal nobinary
-setlocal bufhidden=
-setlocal buflisted
-setlocal buftype=
-setlocal nocindent
-setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
-setlocal cinoptions=
-setlocal cinwords=if,else,while,do,for,switch
-setlocal colorcolumn=
-setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
-setlocal commentstring=/*%s*/
-setlocal complete=.,w,b,u,t,i
-setlocal completefunc=
-setlocal nocopyindent
-setlocal cryptmethod=
-setlocal nocursorbind
-setlocal nocursorcolumn
-setlocal nocursorline
-setlocal define=
-setlocal dictionary=
-setlocal nodiff
-setlocal equalprg=
-setlocal errorformat=
-setlocal expandtab
-if &filetype != 'css'
-setlocal filetype=css
-endif
-setlocal foldcolumn=0
-setlocal foldenable
-setlocal foldexpr=0
-setlocal foldignore=#
-setlocal foldlevel=0
-setlocal foldmarker={{{,}}}
-setlocal foldmethod=manual
-setlocal foldminlines=1
-setlocal foldnestmax=20
-setlocal foldtext=foldtext()
-setlocal formatexpr=
-setlocal formatoptions=tcq
-setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
-setlocal grepprg=
-setlocal iminsert=0
-setlocal imsearch=0
-setlocal include=
-setlocal includeexpr=
-setlocal indentexpr=
-setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
-setlocal noinfercase
-setlocal iskeyword=@,48-57,_,192-255
-setlocal keywordprg=
-setlocal nolinebreak
-setlocal nolisp
-setlocal nolist
-setlocal makeprg=
-setlocal matchpairs=(:),{:},[:]
-setlocal modeline
-setlocal modifiable
-setlocal nrformats=octal,hex
-set number
-setlocal number
-setlocal numberwidth=4
-setlocal omnifunc=
-setlocal path=
-setlocal nopreserveindent
-setlocal nopreviewwindow
-setlocal quoteescape=\\
-setlocal noreadonly
-setlocal norelativenumber
-setlocal noscrollbind
-setlocal shiftwidth=2
-setlocal noshortname
-setlocal nosmartindent
-setlocal softtabstop=4
-set spell
-setlocal spell
-setlocal spellcapcheck=[.?!]\\_[\\])'\"\	\ ]\\+
-setlocal spellfile=
-setlocal spelllang=en
-setlocal statusline=
-setlocal suffixesadd=
-setlocal swapfile
-setlocal synmaxcol=3000
-if &syntax != 'css'
-setlocal syntax=css
-endif
-setlocal tabstop=8
-setlocal tags=
-setlocal textwidth=0
-setlocal thesaurus=
-setlocal noundofile
-setlocal nowinfixheight
-setlocal nowinfixwidth
-setlocal wrap
-setlocal wrapmargin=0
-silent! normal! zE
-let s:l = 3 - ((2 * winheight(0) + 22) / 44)
-if s:l < 1 | let s:l = 1 | endif
-exe s:l
-normal! zt
-3
-normal! 010l
-tabnext 1
-if exists('s:wipebuf')
-  silent exe 'bwipe ' . s:wipebuf
-endif
-unlet! s:wipebuf
-set winheight=1 winwidth=20 shortmess=filnxtToO
-let s:sx = expand("<sfile>:p:r")."x.vim"
-if file_readable(s:sx)
-  exe "source " . fnameescape(s:sx)
-endif
-let &so = s:so_save | let &siso = s:siso_save
-doautoall SessionLoadPost
-unlet SessionLoad
-" vim: set ft=vim :

+ 0 - 45
style.css

@@ -1,45 +0,0 @@
-#one {
-position:relative;
-width:68px;
-float:left;
-padding-right:24px;
-}
-
-#two {
-position:relative;
-width:160px;
-float:left;
-padding-right:24px;
-}
-
-#three {
-position:relative;
-width:252px;
-float:left;
-padding-right:24px;
-}
-
-#four {
-position:relative;
-width:344px;
-float:left;
-padding-right:24px;
-}
-
-#ten
-{
-width:896px;
-position:relative;
-}
-
-#masthead nav {
-/*width:896px;
-position:relative;
-*/height:100px;
-}
-
-#masthead li {
-float:left;
-list-style:none;
-padding-right:24px;
-}