Commit a0c0a54f authored by Administrator's avatar Administrator

[DESIGN] Adapting CSS to CSI style.

parent 1a54718e
This diff is collapsed.
......@@ -10,15 +10,15 @@
// -------------------------
@gray-darker: lighten(#000, 13.5%); // #222
@gray-dark: #654d29; // #333
@gray: #a07833; // #555
@gray-light: #caa24c; // #999
@gray-lighter: #d1ae5a; // #eee
@gray-dark: #666666; // #333
@gray: #a5817f; // #555
@gray-light: #a2a3a2; // #999
@gray-lighter: #eaafae; // #eee
// Brand colors
// -------------------------
@brand-primary: #9f6918;
@brand-primary: #bd2525;
@brand-success: #5cb85c;
@brand-warning: #f0ad4e;
@brand-danger: #d9534f;
......@@ -27,7 +27,7 @@
// Scaffolding
// -------------------------
@body-bg: #f2e3a1;
@body-bg: #f8f8f7;
@text-color: @gray-dark;
// Links
......@@ -98,7 +98,7 @@
@table-bg-hover: #f5f5f5;
@table-bg-active: @table-bg-hover;
@table-border-color: #654d29; // table and cell border
@table-border-color: #666666; // table and cell border
// Buttons
......@@ -269,7 +269,7 @@
//
// Reset inverted navbar basics
@navbar-inverse-color: @gray-light;
@navbar-inverse-bg: #191d26;
@navbar-inverse-bg: #090a09;
@navbar-inverse-border: darken(@navbar-inverse-bg, 10%);
// Inverted navbar links
......
......@@ -4,7 +4,6 @@
{% block css %}
{% load staticfiles %}
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}">
<link rel="stylesheet" href="{% static "css/bootstrap-theme.min.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/morris.css" %}">
<link rel="stylesheet" type="text/css" href="{% static "css/jquery.easy-pie-chart.css"%}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment