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
6cf589eb
Commit
6cf589eb
authored
Dec 04, 2014
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] missing css for matrix
parent
5bcf8315
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
222 additions
and
0 deletions
+222
-0
d3matrix.css
static/css/d3matrix.css
+206
-0
matrix.html
templates/matrix.html
+16
-0
No files found.
static/css/d3matrix.css
0 → 100755
View file @
6cf589eb
/* Copyright 2013 Michael Bostock. All rights reserved. Do not copy. */
/*@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Serif:b|PT+Serif:i|PT+Sans|PT+Sans:b);*/
html
{
min-width
:
1040px
;
}
.ocks-org
body
{
background
:
#fcfcfa
;
color
:
#333
;
font-family
:
"PT Serif"
,
serif
;
margin
:
1em
auto
4em
auto
;
position
:
relative
;
width
:
960px
;
}
.ocks-org
header
,
.ocks-org
footer
,
.ocks-org
aside
,
.ocks-org
h1
,
.ocks-org
h2
,
.ocks-org
h3
,
.ocks-org
h4
{
font-family
:
"PT Sans"
,
sans-serif
;
}
.ocks-org
h1
,
.ocks-org
h2
,
.ocks-org
h3
,
.ocks-org
h4
{
color
:
#000
;
}
.ocks-org
header
,
.ocks-org
footer
{
color
:
#636363
;
}
h1
{
font-size
:
64px
;
font-weight
:
300
;
letter-spacing
:
-2px
;
margin
:
.3em
0
.1em
0
;
}
h2
{
margin-top
:
2em
;
}
h1
,
h2
{
text-rendering
:
optimizeLegibility
;
}
h2
a
[
name
],
h2
a
[
id
]
{
color
:
#ccc
;
right
:
100%
;
padding
:
0
.3em
;
position
:
absolute
;
}
header
,
footer
{
font-size
:
small
;
}
.ocks-org
header
aside
,
.ocks-org
footer
aside
{
float
:
left
;
margin-right
:
.5em
;
}
.ocks-org
header
aside
:after
,
.ocks-org
footer
aside
:after
{
padding-left
:
.5em
;
content
:
"/"
;
}
footer
{
margin-top
:
8em
;
}
h1
~
aside
{
font-size
:
small
;
right
:
0
;
position
:
absolute
;
width
:
180px
;
}
.attribution
{
font-size
:
small
;
margin-bottom
:
2em
;
}
body
>
p
,
li
>
p
{
line-height
:
1.5em
;
}
body
>
p
{
width
:
720px
;
}
body
>
blockquote
{
width
:
640px
;
}
blockquote
q
{
display
:
block
;
font-style
:
oblique
;
}
ul
{
padding
:
0
;
}
li
{
width
:
690px
;
margin-left
:
30px
;
}
a
{
color
:
steelblue
;
}
a
:not
(
:hover
)
{
text-decoration
:
none
;
}
pre
,
code
,
textarea
{
font-family
:
"Menlo"
,
monospace
;
}
code
{
line-height
:
1em
;
}
textarea
{
font-size
:
100%
;
}
body
>
pre
{
border-left
:
solid
2px
#ccc
;
padding-left
:
18px
;
margin
:
2em
0
2em
-20px
;
}
.html
.value
,
.javascript
.string
,
.javascript
.regexp
{
color
:
#756bb1
;
}
.html
.tag
,
.css
.tag
,
.javascript
.keyword
{
color
:
#3182bd
;
}
.comment
{
color
:
#636363
;
}
.html
.doctype
,
.javascript
.number
{
color
:
#31a354
;
}
.html
.attribute
,
.css
.attribute
,
.javascript
.class
,
.javascript
.special
{
color
:
#e6550d
;
}
svg
{
font
:
10px
sans-serif
;
}
.axis
path
,
.axis
line
{
fill
:
none
;
stroke
:
#000
;
shape-rendering
:
crispEdges
;
}
sup
,
sub
{
line-height
:
0
;
}
q
:before
{
content
:
"“"
;
}
q
:after
{
content
:
"”"
;
}
blockquote
q
{
line-height
:
1.5em
;
display
:
inline
;
}
blockquote
q
:before
,
blockquote
q
:after
{
content
:
""
;
}
templates/matrix.html
View file @
6cf589eb
...
...
@@ -5,6 +5,22 @@
{% load staticfiles %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
bootstrap
.
css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
bootstrap-theme
.
min
.
css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
d3matrix
.
css
"
%}"
>
<style>
.background
{
fill
:
#eee
;
}
line
{
stroke
:
#fff
;
}
text
.active
{
fill
:
red
;
}
</style>
{% endblock %}
...
...
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