From d3a35fcc0bd775ccaf4d1e5b67c044b9fc263e9f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 15 Mar 2013 16:43:43 -0400 Subject: all: fix smoothscroll in safari6 with jquery plugin --- index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'index.html') diff --git a/index.html b/index.html index cdb74cb7..bd64d511 100644 --- a/index.html +++ b/index.html @@ -588,6 +588,7 @@ + - - - - - - - - - - -
- - - -
-
-
-

Shamrock

-

Limited edition for St. Patty's Day.

-
-
-
-
-
-
-
- -
- - - - - -
- - - -
- -
-
-

h1. Heading 1

-

h2. Heading 2

-

h3. Heading 3

-

h4. Heading 4

-
h5. Heading 5
-
h6. Heading 6
-
-
- -
-

Example body text

-

Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.

-

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui.

-
- -
-

Example addresses

-
- Twitter, Inc.
- 795 Folsom Ave, Suite 600
- San Francisco, CA 94107
- P: (123) 456-7890 -
-
- Full Name
- first.last@gmail.com -
-
- -
- -
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

- Someone famous in Source Title -
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

- Someone famous in Source Title -
-
-
- -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ButtonLarge ButtonSmall ButtonDisabled ButtonButton with IconSplit Button
DefaultDefaultDefaultDefault Default - -
PrimaryPrimaryPrimaryPrimary Primary - -
InfoInfoInfoInfo Info - -
SuccessSuccessSuccessSuccess Success - -
WarningWarningWarningWarning Warning - -
DangerDangerDangerDanger Danger - -
InverseInverseInverseInverse Inverse - -
- -
- - - -
- - -
-
- - - - - - -
-
- Controls Bootstrap supports -
- -
- -

In addition to freeform text, any HTML5 text-based input appears like so.

-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- Some value here -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- - Something may have gone wrong -
-
-
- -
- - Please correct the error -
-
-
- -
- - Woohoo! -
-
-
- -
- - Woohoo! -
-
-
- - -
-
-
-
-
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
-
- - - -
- - -
-
- - - - -
-
-

Pagination

- - -
- -
-

Pagers

- - - - -
-
- - - - -
-
- -

Tabs

- -
-
-
-

I'm in Section A.

-
-
-

Howdy, I'm in Section B.

-
-
-

What up girl, this is Section C.

-
-
-
- -
- - -
- -

Lists

- -
- -
-
-
- - - - -
-
-

Labels

- Default - Success - Warning - Important - Info - Inverse -
-
-

Badges

- Default - Success - Warning - Important - Info - Inverse -
-
-
- - - - -

Progress bars

- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - - -

Alerts

- -
-
-
- × -

Alert block

-

Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

-
-
-
-
-
-
- × - Error Change a few things up and try submitting again. -
-
-
-
- × - Success You successfully read this important alert message. -
-
-
-
- × - Information This alert needs your attention, but it's not super important. -
-
-
- - -
- -



- - -
- - - -
- - - - - - - - - - - - - diff --git a/shamrock/thumbnail.png b/shamrock/thumbnail.png deleted file mode 100644 index e966305f..00000000 Binary files a/shamrock/thumbnail.png and /dev/null differ diff --git a/shamrock/variables.less b/shamrock/variables.less deleted file mode 100755 index 2dd0ef5a..00000000 --- a/shamrock/variables.less +++ /dev/null @@ -1,301 +0,0 @@ -// Swatch 2.3.1 -// Variables -// -------------------------------------------------- - - -// Global values -// -------------------------------------------------- - - -// Grays -// ------------------------- -@black: #000; -@grayDarker: #284815; -@grayDark: #4B792E; -@gray: #538935; -@grayLight: #76A547; -@grayLighter: #AECD5A; -@white: #fff; - - -// Accent colors -// ------------------------- -@blue: #049cdb; -@blueDark: #0064cd; -@green: #3A6624; -@red: #9d261d; -@yellow: #F8E33C; -@orange: #f89406; -@pink: #c3325f; -@purple: #7a43b6; - - -// Scaffolding -// ------------------------- -@bodyBackground: @gray; -@textColor: @white; - - -// Links -// ------------------------- -@linkColor: @yellow; -@linkColorHover: darken(@linkColor, 10%); - - -// Typography -// ------------------------- -@sansFontFamily: "Marcellus", "Helvetica Neue", Helvetica, Arial, sans-serif; -@serifFontFamily: Georgia, "Times New Roman", Times, serif; -@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace; - -@baseFontSize: 15px; -@baseFontFamily: @sansFontFamily; -@baseLineHeight: 21px; -@altFontFamily: @serifFontFamily; - -@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily -@headingsFontWeight: bold; // instead of browser default, bold -@headingsColor: inherit; // empty to use BS default, @textColor - - -// Component sizing -// ------------------------- -// Based on 14px font-size and 20px line-height - -@fontSizeLarge: @baseFontSize * 1.25; // ~18px -@fontSizeSmall: @baseFontSize * 0.85; // ~12px -@fontSizeMini: @baseFontSize * 0.75; // ~11px - -@paddingLarge: 11px 19px; // 44px -@paddingSmall: 2px 10px; // 26px -@paddingMini: 1px 6px; // 24px - -@baseBorderRadius: 4px; -@borderRadiusLarge: 6px; -@borderRadiusSmall: 3px; - - -// Tables -// ------------------------- -@tableBackground: transparent; // overall background-color -@tableBackgroundAccent: rgba(0, 0, 0, 0.1); // for striping -@tableBackgroundHover: @grayLight; // for hover -@tableBorder: @grayDark; // table and cell border - -// Buttons -// ------------------------- -@btnBackground: @green; -@btnBackgroundHighlight: darken(@btnBackground, 10%); -@btnBorder: @gray; - -@btnPrimaryBackground: @grayLighter; -@btnPrimaryBackgroundHighlight: darken(@btnPrimaryBackground, 10%); - -@btnInfoBackground: @grayLight; -@btnInfoBackgroundHighlight: darken(@btnInfoBackground, 10%); - -@btnSuccessBackground: @gray; -@btnSuccessBackgroundHighlight: darken(@btnSuccessBackground, 10%); - -@btnWarningBackground: @grayDark; -@btnWarningBackgroundHighlight: darken(@btnWarningBackground, 10%); - -@btnDangerBackground: @grayDarker; -@btnDangerBackgroundHighlight: darken(@btnDangerBackground, 10%); - -@btnInverseBackground: darken(@linkColor, 5%); -@btnInverseBackgroundHighlight: darken(@btnInverseBackground, 10%); - - -// Forms -// ------------------------- -@inputBackground: @white; -@inputBorder: #ccc; -@inputBorderRadius: @baseBorderRadius; -@inputDisabledBackground: @grayLighter; -@formActionsBackground: #f5f5f5; -@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border - - -// Dropdowns -// ------------------------- -@dropdownBackground: @gray; -@dropdownBorder: rgba(0,0,0,.2); -@dropdownDividerTop: #e5e5e5; -@dropdownDividerBottom: @white; - -@dropdownLinkColor: @textColor; -@dropdownLinkColorHover: @linkColorHover; -@dropdownLinkColorActive: @dropdownLinkColorHover; - -@dropdownLinkBackgroundActive: @grayDark; -@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; - - - -// COMPONENT VARIABLES -// -------------------------------------------------- - - -// Z-index master list -// ------------------------- -// Used for a bird's eye view of components dependent on the z-axis -// Try to avoid customizing these :) -@zindexDropdown: 1000; -@zindexPopover: 1010; -@zindexTooltip: 1030; -@zindexFixedNavbar: 1030; -@zindexModalBackdrop: 1040; -@zindexModal: 1050; - - -// Sprite icons path -// ------------------------- -@iconSpritePath: "../img/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; - - -// Input placeholder text color -// ------------------------- -@placeholderText: @grayLight; - - -// Hr border color -// ------------------------- -@hrBorder: @grayLighter; - - -// Horizontal forms & lists -// ------------------------- -@horizontalComponentOffset: 180px; - - -// Wells -// ------------------------- -@wellBackground: @grayLight; - - -// Navbar -// ------------------------- -@navbarCollapseWidth: 979px; -@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1; - -@navbarHeight: 50px; -@navbarBackgroundHighlight: @grayDark; -@navbarBackground: darken(@navbarBackgroundHighlight, 3%); -@navbarBorder: darken(@navbarBackground, 3%); - -@navbarText: @grayLighter; -@navbarLinkColor: @white; -@navbarLinkColorHover: @linkColor; -@navbarLinkColorActive: @linkColor; -@navbarLinkBackgroundHover: transparent; -@navbarLinkBackgroundActive: darken(@navbarBackground, 5%); - -@navbarBrandColor: @navbarLinkColor; - -// Inverted navbar -@navbarInverseBackground: @grayLight; -@navbarInverseBackgroundHighlight: darken(@grayLight, 3%); -@navbarInverseBorder: @navbarBorder; - -@navbarInverseText: @navbarText; -@navbarInverseLinkColor: @navbarLinkColor; -@navbarInverseLinkColorHover: @navbarLinkColorHover; -@navbarInverseLinkColorActive: @navbarLinkColorActive; -@navbarInverseLinkBackgroundHover: transparent; -@navbarInverseLinkBackgroundActive: darken(@navbarInverseBackground, 5%); - -@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%); -@navbarInverseSearchBackgroundFocus: @white; -@navbarInverseSearchBorder: @navbarInverseBackground; -@navbarInverseSearchPlaceholderColor: @gray; - -@navbarInverseBrandColor: @navbarInverseLinkColor; - - -// Pagination -// ------------------------- -@paginationBackground: #fff; -@paginationBorder: #ddd; -@paginationActiveBackground: #f5f5f5; - - -// Hero unit -// ------------------------- -@heroUnitBackground: @grayLight; -@heroUnitHeadingColor: inherit; -@heroUnitLeadColor: inherit; - - -// Form states and alerts -// ------------------------- -@warningText: #c09853; -@warningBackground: #fcf8e3; -@warningBorder: darken(spin(@warningBackground, -10), 3%); - -@errorText: #b94a48; -@errorBackground: #f2dede; -@errorBorder: darken(spin(@errorBackground, -10), 3%); - -@successText: #468847; -@successBackground: #dff0d8; -@successBorder: darken(spin(@successBackground, -10), 5%); - -@infoText: #3a87ad; -@infoBackground: #d9edf7; -@infoBorder: darken(spin(@infoBackground, -10), 7%); - - -// Tooltips and popovers -// ------------------------- -@tooltipColor: #fff; -@tooltipBackground: #000; -@tooltipArrowWidth: 5px; -@tooltipArrowColor: @tooltipBackground; - -@popoverBackground: @grayLighter; -@popoverArrowWidth: 10px; -@popoverArrowColor: @grayLighter; -@popoverTitleBackground: darken(@popoverBackground, 10%); - -// Special enhancement for popovers -@popoverArrowOuterWidth: @popoverArrowWidth + 1; -@popoverArrowOuterColor: rgba(0,0,0,.25); - - - -// GRID -// -------------------------------------------------- - - -// Default 940px grid -// ------------------------- -@gridColumns: 12; -@gridColumnWidth: 60px; -@gridGutterWidth: 20px; -@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); - -// 1200px min -@gridColumnWidth1200: 70px; -@gridGutterWidth1200: 30px; -@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1)); - -// 768px-979px -@gridColumnWidth768: 42px; -@gridGutterWidth768: 20px; -@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1)); - - -// Fluid grid -// ------------------------- -@fluidGridColumnWidth: percentage(@gridColumnWidth/@gridRowWidth); -@fluidGridGutterWidth: percentage(@gridGutterWidth/@gridRowWidth); - -// 1200px min -@fluidGridColumnWidth1200: percentage(@gridColumnWidth1200/@gridRowWidth1200); -@fluidGridGutterWidth1200: percentage(@gridGutterWidth1200/@gridRowWidth1200); - -// 768px-979px -@fluidGridColumnWidth768: percentage(@gridColumnWidth768/@gridRowWidth768); -@fluidGridGutterWidth768: percentage(@gridGutterWidth768/@gridRowWidth768); -- cgit v1.2.3 From b1f9c0d9eaabf6bd07f34ed17cc1b8d99447a109 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 18 Mar 2013 16:47:22 -0400 Subject: added core admin wrapbootstrap template --- index.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 4db166e1..d5a17260 100644 --- a/index.html +++ b/index.html @@ -475,6 +475,24 @@
+ +
+
+ Core Admin +
+

Core Admin

+

A polished template for an admin dashboard.

+
+ +
+ Info +
+
+
+
+
+
@@ -511,24 +529,6 @@
- -
-
- Clean Canvas -
-

Base Admin

-

A polished template for an admin dashboard.

-
- -
- Info -
-
-
-
-
-

-- cgit v1.2.3