From 86fb835fba3c540e8bd59327371c28dadd767d03 Mon Sep 17 00:00:00 2001 From: Oli Studholme Date: Tue, 22 Dec 2009 17:55:56 +0900 Subject: [PATCH] Corrected a few typos, removed double/trailing spaces, converted spaces to tabs, added proper double quotes, added language attribute. --- core/content.css | 6 +- core/grid/grids_doc.html | 8 +- core/module/mod.css | 4 +- core/module/mod_doc.html | 144 +++++++++++++++---------------- core/module/mod_skins.css | 10 +-- core/template/template.html | 8 +- core/template/template_debug.css | 2 +- core/template/template_doc.html | 9 +- license.txt | 2 +- plugins/tabs/tabs_doc.html | 40 ++++----- plugins/talk/talk_doc.html | 64 +++++++------- 11 files changed, 147 insertions(+), 150 deletions(-) diff --git a/core/content.css b/core/content.css index 09ef230b..404b663d 100644 --- a/core/content.css +++ b/core/content.css @@ -13,12 +13,12 @@ hr{border: 5px solid #e2e2e2; border-width: 0 0 5px 0; margin: 20px 10px 10px 10 code{color:#0B8C8F;} /* ====== Headings ====== */ /* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */ -h1, .h1{font-size:196%; font-weight:normal; font-style: normal; color:#AE0345;} +h1, .h1{font-size:196%; font-weight:normal; font-style: normal; color:#AE0345;} h2, .h2{font-size:167%; font-weight:normal; font-style: normal; color:#AE0345;} h3, .h3{font-size:146.5%; font-weight:normal; font-style: normal; color:#DF2B72;} h4, .h4{font-size:123.1%; font-weight:normal; font-style: normal; color: #333;} h5, .h5{font-size:108%; font-weight:bold; font-style: normal; color:#AE0345;} -h6, .h6{font-size:108%; font-weight:normal; font-style: italic; color:#333;} +h6, .h6{font-size:108%; font-weight:normal; font-style: italic; color:#333;} /* if additional headings are needed they should be created via additional classes, never via location dependant styling */ .category{font-size:108%; font-weight:normal; font-style: normal; text-transform:uppercase; color: #333;} .category a{color: #333;} @@ -59,7 +59,7 @@ cite{display:block; text-align:right; padding-top: 10px;} .callout span.quotLast{vertical-align:middle;} /* ====== image treatments (get more from jason santa maria) ====== */ .caption{font-size:13px; color:#666666; font-style:italic;padding-top:0;} -/* will need to either +/* will need to either 1. find a way to capture the width of the caption in the width of the image or flash 2. Set some default widths, mby use flickr widths? */ diff --git a/core/grid/grids_doc.html b/core/grid/grids_doc.html index f3cc0659..803907c7 100644 --- a/core/grid/grids_doc.html +++ b/core/grid/grids_doc.html @@ -16,7 +16,7 @@

Lines & Grids

-

Grids are used to break any space into fractions, they can be nested. A unit can contain another line or it can contain other objects directly. The sum of the fractional sizes of all children of one line should be equal to one. Grids control width, content controls height.

+

Grids are used to break any space into fractions, they can be nested. A unit can contain another line or it can contain other objects directly. The sum of the fractional sizes of all children of one line should be equal to one. Grids control width, content controls height.

Base Classes

@@ -29,7 +29,7 @@

Base Classes

- + @@ -94,7 +94,7 @@

1/3

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

1/3

+

1/3

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

@@ -164,7 +164,7 @@

3/5

Complicated Nesting - the AG test

-

Many years ago Arnaud Gueras, an excellent developer I worked with, created this litmus test of a great grid system. It should be able to nest any combination of the units and lines, and so it should be able to create the complicated layout below. His test reminded me of the golden mean, so I still use it today.

+

Many years ago Arnaud Gueras, an excellent developer I worked with, created this litmus test of a great grid system. It should be able to nest any combination of the units and lines, and so it should be able to create the complicated layout below. His test reminded me of the golden mean, so I still use it today.

diff --git a/core/module/mod.css b/core/module/mod.css index 03dd21fb..a493a02e 100644 --- a/core/module/mod.css +++ b/core/module/mod.css @@ -13,7 +13,7 @@ b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-ind .tl, .tr, .bl, .br{height:10px; width:10px;float:left;} .tl{background-position: left top;} .tr{background-position: right top;} -.bl{background-position: left bottom;} +.bl{background-position: left bottom;} .br{background-position: right bottom;} .br,.tr{float:right;} .tr, .tl{overflow:hidden;margin-bottom:-32000px;}/* margin bottom needs to be < -9px */ @@ -26,7 +26,7 @@ b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-ind .complex .bl, .complex .br{/*margin-top:0;*/} .complex .top{height:5px;} .complex .bottom{height:5px;/*margin-top:-10px;*/} -/* pop */ +/* pop */ .pop{overflow:visible;margin: 10px 20px 20px 10px; background-position:left top;} .pop .inner{right:-10px; bottom:-10px; background-position:right bottom;padding:0 10px 10px 0;} .pop .tl, .pop .br{display:none;} diff --git a/core/module/mod_doc.html b/core/module/mod_doc.html index eacf3519..bc532771 100644 --- a/core/module/mod_doc.html +++ b/core/module/mod_doc.html @@ -9,18 +9,18 @@ - + +

Modules

Block Structures

-

There are three basic block structures that you can build from. Examine how the structures work in Firebug, Dragonfly, or by applying the stylesheet mod_debug.css

+

There are three basic block structures that you can build from. Examine how the structures work in Firebug, Dragonfly, WebKit Inspector or by applying the stylesheet mod_debug.css

-
- +
+

mod

@@ -35,18 +35,18 @@

mod

- +
-
- +
+

complex

-

complex should be used in cases where you require images for borders because borders or drop shadows are too complex to be simulated via borders on mod and/or inner.

+

complex should be used in cases where you require images for borders because borders or drop shadows are too complex to be simulated via borders on mod and/or inner.

  • One image
  • Height and width limited by image size
  • @@ -56,12 +56,12 @@

    complex

    Inspired by a conversation with Arnaud.

- +
-
- +
+

pop

@@ -74,10 +74,10 @@

pop

  • Compatible with any container, but not any content
  • Choose when you require outside transparency which cannot be simulated. (do i need to make this work with clip rather than bkg position?)
  • -

    Inspired by Leslie Sommers mojo blocks.

    +

    Inspired by Leslie Sommer’s Mojo blocks.

    - +
    @@ -86,8 +86,8 @@

    Contour

    Extends mod

    -
    - +
    +

    grab

    @@ -96,10 +96,10 @@

    grab

    Body

    - +
    -
    - +
    +

    simpleExt

    @@ -108,10 +108,10 @@

    simpleExt

    Body

    - +
    -
    - +
    +

    simple

    @@ -120,10 +120,10 @@

    simple

    Body

    - +
    -
    - +
    +

    noted

    @@ -132,10 +132,10 @@

    noted

    Body

    - +
    -
    - +
    +

    talk

    @@ -144,10 +144,10 @@

    talk

    Body

    - +
    -
    - +
    +

    me

    @@ -156,10 +156,10 @@

    me

    Body

    - +
    -
    - +
    +

    basic

    @@ -168,7 +168,7 @@

    basic

    Must be combined with a background color or content, adds rounded corners.

    - +
    @@ -186,10 +186,10 @@

    excerpt

    Foot

    - +
    -
    - +
    +

    flow

    @@ -198,9 +198,9 @@

    flow

    Body

    - +
    - -
    - +
    +
    boo
    - +

    Extends pop

    -
    - +
    +

    sommers

    @@ -234,10 +234,10 @@

    sommers

    Body

    - +
    -
    - +
    +

    gonzalo

    @@ -246,15 +246,15 @@

    gonzalo

    Body

    - +

    Background Objects

    -
    - +
    +

    highlight

    @@ -263,10 +263,10 @@

    highlight

    Body

    - +
    -
    - +
    +

    universe

    @@ -275,12 +275,12 @@

    universe

    Body

    - +
    -
    - +
    +

    comment

    @@ -289,10 +289,10 @@

    comment

    Body

    - +
    -
    - +
    +

    foo

    @@ -301,12 +301,12 @@

    foo

    Body

    - +
    -
    - +
    +

    nicole

    @@ -315,10 +315,10 @@

    nicole

    Body

    - +
    - - +

    Block Headers

    Bam

    @@ -340,10 +340,10 @@

    Topper

    Section

    Block Footers

    button here
    - +
    - + +
    @@ -20,8 +20,8 @@

    Talk Bubbles

    Talk bubbles allow you to have cartoon-like talk bubbles with zero images. For now, they are based on standard module format.

    -
    - +
    +

    yowza

    @@ -30,12 +30,12 @@

    yowza

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +
    -
    - +
    +

    lol

    @@ -44,12 +44,12 @@

    lol

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +
    -
    - +
    +

    meep

    @@ -58,12 +58,12 @@

    meep

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +
    -
    - +
    +

    Yoyo

    @@ -72,15 +72,15 @@

    Yoyo

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +

    Extending the talk bubbles

    -
    - +
    +

    yowza + bubbleVerticalExt

    @@ -89,12 +89,12 @@

    yowza + bubbleVerticalExt

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +
    -
    - +
    +

    lol + bubbleHorizontalExt

    @@ -103,12 +103,12 @@

    lol + bubbleHorizontalExt

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +
    -
    - +
    +

    meep + bubbleHorizontalExt

    @@ -117,12 +117,12 @@

    meep + bubbleHorizontalExt

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +
    -
    - +
    +

    Yoyo + bubbleVerticalExt

    @@ -131,28 +131,28 @@

    Yoyo + bubbleVerticalExt

    At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.

    - +

    Suggested use:

    -
    - +
    +
    -

    "At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga."

    +

    “At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.”

    - +
    Stubbornella -
    @Stubbornella 14 miniutes ago
    +
    @Stubbornella 14 minutes ago
    -
    +
    lineGroups units on one horizontal line. Note: for mobile layout units may be stacked to avoid horizontal scrolling.Groups units on one horizontal line. Note: for mobile layout units may be stacked to avoid horizontal scrolling.
    unit