about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Kabui2020-11-26 12:41:14 +0300
committerAlexander Kabui2020-11-26 12:41:14 +0300
commita0bb3633c0288e9636e8abb1185d051ac02ea446 (patch)
tree2a9e081bd84917478f893c1372af7d376b944981
parentbe0c3c157bb39ce0385adcd345684fa6875c12af (diff)
downloadgenenetwork2-a0bb3633c0288e9636e8abb1185d051ac02ea446.tar.gz
move css to markdown and add references
-rw-r--r--wqflask/wqflask/static/new/css/markdown.css33
-rw-r--r--wqflask/wqflask/templates/references.html (renamed from wqflask/wqflask/templates/reference.html)30
2 files changed, 35 insertions, 28 deletions
diff --git a/wqflask/wqflask/static/new/css/markdown.css b/wqflask/wqflask/static/new/css/markdown.css
index 91167908..d8dd4776 100644
--- a/wqflask/wqflask/static/new/css/markdown.css
+++ b/wqflask/wqflask/static/new/css/markdown.css
@@ -11,3 +11,36 @@
     margin-right: auto;
     margin-left: auto;
 }
+#markdown {
+	background: red;
+}
+
+
+
+	.github-btn{
+		margin:20px 10px;
+		display: flex;
+		width: 90vw;
+		justify-content: flex-end;
+	}
+	.github-btn a{
+		display: inline-block;
+		align-self:center;
+		text-decoration: none;
+		transition-property:all;
+		transition-duration:0.5s;
+		padding:8px 12px;
+		color:#fff;
+		/*background: #27407a;*/
+		background: blue;
+		border-radius: 20px;
+		background: red;
+		/*text-align: center;*/
+
+
+	}
+	.github-btn a:hover{
+
+		background: #333;
+
+	}
diff --git a/wqflask/wqflask/templates/reference.html b/wqflask/wqflask/templates/references.html
index e04deed5..5e86d95b 100644
--- a/wqflask/wqflask/templates/reference.html
+++ b/wqflask/wqflask/templates/references.html
@@ -18,39 +18,13 @@
 </div>
 
 <style type="text/css">
-	.github-btn{
-		margin:20px 10px;
-		display: flex;
-		width: 90vw;
-		justify-content: flex-end;
-	}
-	.github-btn a{
-		display: inline-block;
-		align-self:center;
-		text-decoration: none;
-		transition-property:all;
-		transition-duration:0.5s;
-		padding:8px 12px;
-		color:#fff;
-		/*background: #27407a;*/
-		background: blue;
-		border-radius: 20px;
-		/*text-align: center;*/
-
-
-	}
-	.github-btn a:hover{
-
-		background: #333;
-
-	}
+
 
 /*html{
   
   scroll-behavior: smooth;
 }*/
 
-	
 </style>
-
+<link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" />
 {% endblock %}
\ No newline at end of file