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

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/43/rev-raw/c5e3b9c9fc26a9efc0eef342fdb014031aa3a422/bootstrap.less.txt" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/43#bootstrap.less.txt"&gt;bootstrap.less.txt&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
