Changed all existing pages to use a dark bg
This commit is contained in:
8
spotifyvis/static/spotifyvis/css/dark_bg.css
Normal file
8
spotifyvis/static/spotifyvis/css/dark_bg.css
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
body {
|
||||||
|
background-color: #1e1e1e;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,p {
|
||||||
|
color: grey;
|
||||||
|
}
|
||||||
|
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>User Login</title>
|
<title>User Login</title>
|
||||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="{% static 'spotifyvis/css/dark_bg.css' %}">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.text-overflow {
|
.text-overflow {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -18,10 +19,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="login">
|
<div id="login">
|
||||||
<h1>This is an example of the Authorization Code flow</h1>
|
<h1>spotify-lib-vis</h1>
|
||||||
<a href="/login" class="btn btn-primary">Log In (Original)</a>
|
<a href="/login" class="btn btn-primary">Scan Library</a>
|
||||||
<a href="/test_db" class="btn btn-primary">Test DB</a>
|
<a href="/test_db" class="btn btn-primary">Test DB</a>
|
||||||
<button id="login-btn">Log In</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="data-container">
|
<div id="data-container">
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||||
<!--[if gt IE 8]><!-->
|
<!--[if gt IE 8]><!-->
|
||||||
|
{% load static %}
|
||||||
<html class="no-js"> <!--<![endif]-->
|
<html class="no-js"> <!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@@ -12,6 +13,7 @@
|
|||||||
<title>Test DB Page</title>
|
<title>Test DB Page</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="{% static 'spotifyvis/css/dark_bg.css' %}">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- }}} header -->
|
<!-- }}} header -->
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<title>User Spotify Data</title>
|
<title>User Spotify Data</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="{% static 'spotifyvis/css/dark_bg.css' %}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!--[if lt IE 7]>
|
<!--[if lt IE 7]>
|
||||||
|
|||||||
Reference in New Issue
Block a user