]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/config.json
Huge update for fireinfo, introducting talk and nopaste
[ipfire.org.git] / static / config.json
index b7175d25e52bb5dd2b309d1f7fe1c5ab0daf8d74..6987fd086f986de7a0cde19d018bfefa09fdb80f 100644 (file)
@@ -1,5 +1,6 @@
 {
   "vars": {
+    "@gray-base": "#000",
     "@gray-darker": "lighten(#000, 13.5%)",
     "@gray-dark": "lighten(#000, 20%)",
     "@gray": "lighten(#000, 33.5%)",
@@ -14,6 +15,7 @@
     "@text-color": "@gray-dark",
     "@link-color": "@brand-primary",
     "@link-hover-color": "darken(@link-color, 15%)",
+    "@link-hover-decoration": "underline",
     "@font-family-sans-serif": "Ubuntu, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
     "@font-family-serif": "Georgia, \"Times New Roman\", Times, serif",
     "@font-family-monospace": "Menlo, Monaco, Consolas, \"Courier New\", monospace",
@@ -33,6 +35,9 @@
     "@headings-font-weight": "500",
     "@headings-line-height": "1.1",
     "@headings-color": "inherit",
+    "@icon-font-path": "\"../fonts/\"",
+    "@icon-font-name": "\"glyphicons-halflings-regular\"",
+    "@icon-font-svg-id": "\"glyphicons_halflingsregular\"",
     "@padding-base-vertical": "6px",
     "@padding-base-horizontal": "12px",
     "@padding-large-vertical": "10px",
@@ -82,6 +87,8 @@
     "@input-color": "@gray",
     "@input-border": "#ccc",
     "@input-border-radius": "@border-radius-base",
+    "@input-border-radius-large": "@border-radius-large",
+    "@input-border-radius-small": "@border-radius-small",
     "@input-border-focus": "#66afe9",
     "@input-color-placeholder": "@gray-light",
     "@input-height-base": "(@line-height-computed + (@padding-base-vertical * 2) + 2)",
@@ -91,6 +98,7 @@
     "@legend-border-color": "#e5e5e5",
     "@input-group-addon-bg": "@gray-lighter",
     "@input-group-addon-border-color": "@input-border",
+    "@cursor-disabled": "not-allowed",
     "@dropdown-bg": "#fff",
     "@dropdown-border": "rgba(0,0,0,.15)",
     "@dropdown-fallback-border": "#ccc",
     "@nav-link-hover-bg": "@gray-lighter",
     "@nav-disabled-link-color": "@gray-light",
     "@nav-disabled-link-hover-color": "@gray-light",
-    "@nav-open-link-hover-color": "#fff",
     "@nav-tabs-border-color": "#ddd",
     "@nav-tabs-link-hover-border-color": "@gray-lighter",
     "@nav-tabs-active-link-hover-bg": "@body-bg",
     "@alert-danger-border": "@state-danger-border",
     "@progress-bg": "#f5f5f5",
     "@progress-bar-color": "#fff",
+    "@progress-border-radius": "@border-radius-base",
     "@progress-bar-bg": "@brand-primary",
     "@progress-bar-success-bg": "@brand-success",
     "@progress-bar-warning-bg": "@brand-warning",
     "@list-group-active-bg": "@component-active-bg",
     "@list-group-active-border": "@list-group-active-bg",
     "@list-group-active-text-color": "lighten(@list-group-active-bg, 40%)",
+    "@list-group-disabled-color": "@gray-light",
+    "@list-group-disabled-bg": "@gray-lighter",
+    "@list-group-disabled-text-color": "@list-group-disabled-color",
     "@list-group-link-color": "#555",
+    "@list-group-link-hover-color": "@list-group-link-color",
     "@list-group-link-heading-color": "#333",
     "@panel-bg": "#fff",
     "@panel-body-padding": "15px",
+    "@panel-heading-padding": "10px 15px",
+    "@panel-footer-padding": "@panel-heading-padding",
     "@panel-border-radius": "@border-radius-base",
     "@panel-inner-border": "#ddd",
     "@panel-footer-bg": "#f5f5f5",
     "@badge-active-color": "@link-color",
     "@badge-active-bg": "#fff",
     "@badge-font-weight": "bold",
+    "@badge-line-height": "1",
     "@badge-border-radius": "10px",
     "@breadcrumb-padding-vertical": "8px",
     "@breadcrumb-padding-horizontal": "15px",
     "@pre-color": "@gray-dark",
     "@pre-border-color": "#ccc",
     "@pre-scrollable-max-height": "340px",
+    "@component-offset-horizontal": "180px",
     "@text-muted": "@gray-light",
     "@abbr-border-color": "@gray-light",
     "@headings-small-color": "@gray-light",
     "@blockquote-font-size": "(@font-size-base * 1.25)",
     "@blockquote-border-color": "@gray-lighter",
     "@page-header-border-color": "@gray-lighter",
-    "@hr-border": "@gray-lighter",
-    "@component-offset-horizontal": "180px"
+    "@dl-horizontal-offset": "@component-offset-horizontal",
+    "@hr-border": "@gray-lighter"
   },
   "css": [
     "print.less",
     "tables.less",
     "forms.less",
     "buttons.less",
+    "responsive-utilities.less",
     "glyphicons.less",
     "button-groups.less",
     "input-groups.less",
     "tooltip.less",
     "popovers.less",
     "modals.less",
-    "carousel.less",
-    "utilities.less",
-    "responsive-utilities.less"
+    "carousel.less"
   ],
   "js": [
     "alert.js",
     "collapse.js",
     "scrollspy.js",
     "transition.js"
-  ]
+  ],
+  "customizerUrl": "http://getbootstrap.com/customize/?id=75513cb9d6251687fcc0"
 }
\ No newline at end of file