{"type":"rich","version":"1.0","provider_name":"phorkie","provider_url":"https:\/\/p.cweiske.de\/","title":"bootstrap-magic bug","author_name":"Christian Weiske","cache_age":86400,"width":900,"height":900,"html":"<!-- embedding all files of https:\/\/p.cweiske.de\/43 -->\n<link rel=\"stylesheet\" href=\"https:\/\/p.cweiske.de\/css\/embed.css\"\/>\n<div class=\"phork\" id=\"43\">\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  <div class=\"code\"><pre class=\"txt\">\/*\r\n* pikock, autreplanete http:\/\/www.autreplanete.com\/ \r\n*  \r\n**\/\r\n\r\n\r\n\/\/ Colors\r\n@black: #000;\r\n@grayDarker: #222;\r\n@grayDark: #333;\r\n@gray: #555;\r\n@grayLight: #999;\r\n@grayLighter: #eee;\r\n@white: #fff;\r\n@blue: #049cdb;\r\n@blueDark: #0064cd;\r\n@green: #46a546;\r\n@red: #9d261d;\r\n@yellow: #ffc40d;\r\n@orange: #f89406;\r\n@pink: #c3325f;\r\n@purple: #7a43b6;\r\n\r\n\r\n\/\/ Brand Colors\r\n@mainBrandColor: #6b76df;\r\n@secondBrandColor: #fdeb31;\r\n@thirdBrandColor: #acd778;\r\n@callToActionColor: #fe4d29;\r\n\r\n\r\n\/\/ Scaffolding\r\n@bodyBackground: @thirdBrandColor;\r\n@textColor: darken(@mainBrandColor, 40%);\r\n@linkColor: lighten(@secondBrandColor, 20%);\r\n@linkColorHover: darken(@linkColor, 15%);\r\n@baseBorderRadius: 4px;\r\n@borderRadiusLarge: 6px;\r\n@borderRadiusSmall: 3px;\r\n\r\n\r\n\/\/ Typography\r\n@sansFontFamily: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n@serifFontFamily: Georgia, 'Times New Roman', Times, serif;\r\n@monoFontFamily: Monaco, Menlo, Consolas, 'Courier New', monospace;\r\n@baseFontSize: 14px;\r\n@baseFontFamily: @sansFontFamily;\r\n@baseLineHeight: 20px;\r\n@altFontFamily: @serifFontFamily;\r\n@headingsFontFamily: inherit;\r\n@headingsFontWeight: bold;\r\n@headingsColor: inherit;\r\n\r\n\r\n\/\/ Component Sizing\r\n@fontSizeLarge: @baseFontSize * 1.25;\r\n@paddingLarge: 11px 19px;\r\n@fontSizeSmall: @baseFontSize * 0.85;\r\n@paddingSmall: 2px 10px;\r\n@fontSizeMini: @baseFontSize * 0.75;\r\n@paddingMini: 0 6px;\r\n\r\n\r\n\/\/ Buttons\r\n@btnBackground: @thirdBrandColor;\r\n@btnBackgroundHighlight: darken(@thirdBrandColor, 15%);\r\n@btnBorder: #bbb;\r\n@btnPrimaryBackground: @secondBrandColor;\r\n@btnPrimaryBackgroundHighlight: darken(@btnPrimaryBackground, 15%);\r\n@btnInfoBackground: #5bc0de;\r\n@btnInfoBackgroundHighlight: #2f96b4;\r\n@btnSuccessBackground: #62c462;\r\n@btnSuccessBackgroundHighlight: #51a351;\r\n@btnWarningBackground: lighten(@orange, 15%);\r\n@btnWarningBackgroundHighlight: @orange;\r\n@btnDangerBackground: #ee5f5b;\r\n@btnDangerBackgroundHighlight: #bd362f;\r\n@btnInverseBackground: #444;\r\n@btnInverseBackgroundHighlight: @grayDarker;\r\n\r\n\r\n\/\/ Dropdowns\r\n@dropdownBackground: lighten(@thirdBrandColor, 10%);\r\n@dropdownBorder: text(0,0,0,.2);\r\n@dropdownDividerTop: #e5e5e5;\r\n@dropdownDividerBottom: ;\r\n@dropdownLinkColor: @grayDark;\r\n@dropdownLinkColorHover: @white;\r\n@dropdownLinkColorActive: @white;\r\n@dropdownLinkBackgroundActive: @linkColor;\r\n@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;\r\n\r\n\r\n\/\/ Forms\r\n@inputBackground: @thirdBrandColor;\r\n@inputBorder: #ccc;\r\n@inputBorderRadius: @baseBorderRadius;\r\n@inputDisabledBackground: @thirdBrandColor;\r\n@formActionsBackground: #f5f5f5;\r\n@inputHeight: @baseLineHeight + 10px;\r\n@horizontalComponentOffset: 180px;\r\n@placeholderText: @grayLight;\r\n@hrBorder: @grayLighter;\r\n@wellBackground: #f5f5f5;\r\n\r\n\r\n\/\/ Table\r\n@tableBackground: lighten(@thirdBrandColor, 15%);\r\n@tableBackgroundAccent: #f9f9f9;\r\n@tableBackgroundHover: #f5f5f5;\r\n@tableBorder: #ddd;\r\n\r\n\r\n\/\/ Navbar\r\n@navbarCollapseWidth: 979px;\r\n@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;\r\n@navbarHeight: 40px;\r\n@navbarBackgroundHighlight: #ffffff;\r\n@navbarBackground: darken(@navbarBackgroundHighlight, 5%);\r\n@navbarBorder: darken(@navbarBackground, 12%);\r\n@navbarText: #777;\r\n@navbarLinkColor: #777;\r\n@navbarLinkColorHover: @grayDark;\r\n@navbarLinkColorActive: @gray;\r\n@navbarLinkBackgroundHover: transparent;\r\n@navbarLinkBackgroundActive: darken(@navbarBackground, 5%);\r\n@navbarBrandColor: @navbarLinkColor;\r\n\r\n\r\n\/\/ Hero Unit\r\n@heroUnitBackground: @grayLighter;\r\n@heroUnitHeadingColor: inherit;\r\n@heroUnitLeadColor: inherit;\r\n\r\n\r\n\/\/ Pagination\r\n@paginationBackground: #fff;\r\n@paginationBorder: #ddd;\r\n@paginationActiveBackground: #f5f5f5;\r\n\r\n\r\n\/\/ Form States\r\n@warningText: #c09853;\r\n@warningBackground: #fcf8e3;\r\n@warningBorder: darken(spin(@warningBackground, -10), 3%);\r\n@errorText: #b94a48;\r\n@errorBackground: #f2dede;\r\n@errorBorder: darken(spin(@errorBackground, -10), 3%);\r\n@successText: #468847;\r\n@successBackground: #dff0d8;\r\n@successBorder: darken(spin(@successBackground, -10), 5%);\r\n@infoText: #3a87ad;\r\n@infoBackground: #d9edf7;\r\n@infoBorder: darken(spin(@infoBackground, -10), 7%);\r\n\r\n\r\n\/\/ toolTip\r\n@tooltipColor: #fff;\r\n@tooltipBackground: #000;\r\n@tooltipArrowWidth: 5px;\r\n@tooltipArrowColor: @tooltipBackground;\r\n\r\n\r\n\/\/ popOver\r\n@popoverBackground: #fff;\r\n@popoverArrowWidth: 10px;\r\n@popoverArrowColor: #fff;\r\n@popoverTitleBackground: darken(@popoverBackground, 3%);\r\n@popoverArrowOuterWidth: @popoverArrowWidth + 1;\r\n@popoverArrowOuterColor: text(0,0,0,.25);\r\n\r\n\r\n\/\/ Sprites\r\n@iconSpritePath: '..\/twitter-bootstrap\/img\/glyphicons-halflings.png';\r\n@iconWhiteSpritePath: '..\/twitter-bootstrap\/img\/glyphicons-halflings-white.png';\r\n\r\n\r\n\/\/ Private\r\n@zindexDropdown: 1000;\r\n@zindexPopover: 1010;\r\n@zindexTooltip: 1030;\r\n@zindexFixedNavbar: 1030;\r\n@zindexModalBackdrop: 1040;\r\n@zindexModal: 1050;\r\n@navbarInverseBackground: #111111;\r\n@navbarInverseBackgroundHighlight: #222222;\r\n@navbarInverseBorder: #252525;\r\n@navbarInverseText: @grayLight;\r\n@navbarInverseLinkColor: @grayLight;\r\n@navbarInverseLinkColorHover: @white;\r\n@navbarInverseLinkColorActive: @navbarInverseLinkColorHover;\r\n@navbarInverseLinkBackgroundHover: transparent;\r\n@navbarInverseLinkBackgroundActive: @navbarInverseBackground;\r\n@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%);\r\n@navbarInverseSearchBackgroundFocus: @white;\r\n@navbarInverseSearchBorder: @navbarInverseBackground;\r\n@navbarInverseSearchPlaceholderColor: #ccc;\r\n@navbarInverseBrandColor: @navbarInverseLinkColor;\r\n@gridColumns: 12;\r\n@gridColumnWidth: 60px;\r\n@gridGutterWidth: 20px;\r\n@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));\r\n@gridColumnWidth1200: 70px;\r\n@gridGutterWidth1200: 30px;\r\n@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));\r\n@gridColumnWidth768: 42px;\r\n@gridGutterWidth768: 20px;\r\n@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1));\r\n@fluidGridColumnWidth: percentage(@gridColumnWidth\/@gridRowWidth);\r\n@fluidGridGutterWidth: percentage(@gridGutterWidth\/@gridRowWidth);\r\n@fluidGridColumnWidth1200: percentage(@gridColumnWidth1200\/@gridRowWidth1200);\r\n@fluidGridGutterWidth1200: percentage(@gridGutterWidth1200\/@gridRowWidth1200);\r\n@fluidGridColumnWidth768: percentage(@gridColumnWidth768\/@gridRowWidth768);\r\n@fluidGridGutterWidth768: percentage(@gridColumnWidth768\/@gridRowWidth768);<\/pre><\/div>\n\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/43\/rev-raw\/c5e3b9c9fc26a9efc0eef342fdb014031aa3a422\/bootstrap.less.txt\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/43#bootstrap.less.txt\">bootstrap.less.txt<\/a>\n <\/div>\n<\/div>\n<\/div>\n"}
