Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
a0c0a54f
Commit
a0c0a54f
authored
Nov 24, 2014
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DESIGN] Adapting CSS to CSI style.
parent
1a54718e
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
110 additions
and
111 deletions
+110
-111
bootstrap.css
static/css/bootstrap.css
+102
-102
variables.less
static/css/variables.less
+8
-8
project.html
templates/project.html
+0
-1
No files found.
static/css/bootstrap.css
View file @
a0c0a54f
This diff is collapsed.
Click to expand it.
static/css/variables.less
View file @
a0c0a54f
...
...
@@ -10,15 +10,15 @@
// -------------------------
@gray-darker: lighten(#000, 13.5%); // #222
@gray-dark: #6
54d29
; // #333
@gray: #a
07833
; // #555
@gray-light: #
caa24c
; // #999
@gray-lighter: #
d1ae5a
; // #eee
@gray-dark: #6
66666
; // #333
@gray: #a
5817f
; // #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: #f
2e3a1
;
@body-bg: #f
8f8f7
;
@text-color: @gray-dark;
// Links
...
...
@@ -98,7 +98,7 @@
@table-bg-hover: #f5f5f5;
@table-bg-active: @table-bg-hover;
@table-border-color: #6
54d29
; // table and cell border
@table-border-color: #6
66666
; // 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
...
...
templates/project.html
View file @
a0c0a54f
...
...
@@ -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
"%}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment