Skip to content

Commit 304d2b1

Browse files
committed
cleaning up style loading in index and multiple_clustergrams
1 parent 1a10ffd commit 304d2b1

11 files changed

+126
-126
lines changed

css/custom_multiple_clust.css

Lines changed: 0 additions & 119 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<link rel="shortcut icon" href="img/graham_cracker.ico" type="image/x-icon">
1515

16-
<link rel="stylesheet" href="lib/font-awesome.min.css">
16+
<link rel="stylesheet" href="lib/css/font-awesome.min.css">
1717

1818
</head>
1919

multiple_clustergrams.html

Lines changed: 125 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,131 @@
1414

1515
<link rel="shortcut icon" href="static/icons/graham_cracker.ico" type="image/x-icon">
1616

17-
<link rel="stylesheet" href="lib/font-awesome.min.css">
18-
19-
<link rel="stylesheet" href="css/custom_multiple_clust.css">
17+
<link rel="stylesheet" href="lib/css/font-awesome.min.css">
18+
19+
<!-- <link rel="stylesheet" href="css/custom_multiple_clust.css"> -->
20+
<style type="text/css">
21+
22+
/* Sticky footer styles
23+
-------------------------------------------------- */
24+
html, body {
25+
/*height: 100%;*/
26+
max-width: 100%;
27+
overflow-x:hidden;
28+
}
29+
30+
/* Wrapper for page content to push down footer */
31+
/* Negative indent footer by its height */
32+
/* Pad bottom by footer height */
33+
#wrap {
34+
/*width: 1140px;*/
35+
min-height: 100%;
36+
/*padding-left: 30px;*/
37+
/*padding-right: 30px;*/
38+
min-width: 800px;
39+
/*margin: 0 auto -50px;*/
40+
/*padding: 0 0 50px;*/
41+
}
42+
43+
/* Set the fixed height of the footer here */
44+
#footer {
45+
height: 60px;
46+
background-color: #f5f5f5;
47+
text-align: center;
48+
background-color: #f5f5f5;
49+
font-size: 13px;
50+
padding-left:10px;
51+
padding-right:10px;
52+
margin-top: 50px;
53+
}
54+
55+
h1 {
56+
font-size: 45px;
57+
font-weight: 300;
58+
margin-top: 10px;
59+
margin-bottom: 20px;
60+
}
61+
62+
.btn{
63+
padding-top:2px;
64+
padding-bottom:2px;
65+
}
66+
67+
#footer_text_container{
68+
margin-top: 10px;
69+
margin-bottom: 0px;
70+
min-width: 950px;
71+
}
72+
73+
.d3-tip {
74+
line-height: 1;
75+
font-weight: bold;
76+
padding: 12px;
77+
background: rgba(0, 0, 0, 0.8);
78+
color: #fff;
79+
border-radius: 2px;
80+
max-width: 500px;
81+
top:0px;
82+
}
83+
84+
.viz_description{
85+
font-size: 16px;
86+
font-weight: 300;
87+
}
88+
89+
.sidebar_text{
90+
font-weight: 300;
91+
}
92+
93+
.clustergrammer_container{
94+
width: 1140px;
95+
height: 750px;
96+
margin-bottom: 10px;
97+
overflow: hidden;
98+
}
99+
100+
.clustergrammer_logo{
101+
width:210px;
102+
}
103+
104+
.icon_buttons{
105+
color: #337ab7;
106+
}
107+
108+
.share_url{
109+
width: 570px;
110+
}
111+
112+
.viz_title{
113+
width: 100%;
114+
font-size: 30px;
115+
font-weight: 300;
116+
/*margin-left: -10px;*/
117+
margin-top: 10px;
118+
margin-bottom: 20px;
119+
border-bottom: 1px solid #DEDEDE;
120+
}
121+
122+
.wait_message{
123+
margin-top: 20px;
124+
font-size: 25px;
125+
font-weight: 300;
126+
margin-left: 5px;
127+
}
128+
129+
.viz_description{
130+
margin-top: 10px;
131+
margin-left: 5px;
132+
margin-right: 20px;
133+
text-align: justify;
134+
margin-bottom: 30px;
135+
}
136+
137+
#clustergrammer_logo{
138+
width: 250px;
139+
}
140+
141+
</style>
20142

21143
</head>
22144

0 commit comments

Comments
 (0)