aboutsummaryrefslogtreecommitdiff
path: root/src/web/static/css
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 11:27:31 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 11:27:31 +0100
commit62b3afeeedfe054345f86093e2d243e956c1e3c9 (patch)
treebbd58f5c8c07f5d87b1c1cca73fa1d5af6178f48 /src/web/static/css
parentUpdated Python dependencies. (diff)
downloadnewspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.gz
newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.bz2
newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.zip
The project is now using Poetry.
Diffstat (limited to 'src/web/static/css')
l---------src/web/static/css/bootstrap-theme.min.css1
l---------src/web/static/css/bootstrap-theme.min.css.map1
l---------src/web/static/css/bootstrap.min.css1
l---------src/web/static/css/bootstrap.min.css.map1
-rw-r--r--src/web/static/css/customized-bootstrap.css55
-rw-r--r--src/web/static/css/one-page-app.css167
6 files changed, 0 insertions, 226 deletions
diff --git a/src/web/static/css/bootstrap-theme.min.css b/src/web/static/css/bootstrap-theme.min.css
deleted file mode 120000
index 06469c8d..00000000
--- a/src/web/static/css/bootstrap-theme.min.css
+++ /dev/null
@@ -1 +0,0 @@
-../bower_components/bootstrap/dist/css/bootstrap-theme.min.css \ No newline at end of file
diff --git a/src/web/static/css/bootstrap-theme.min.css.map b/src/web/static/css/bootstrap-theme.min.css.map
deleted file mode 120000
index 0448a4a0..00000000
--- a/src/web/static/css/bootstrap-theme.min.css.map
+++ /dev/null
@@ -1 +0,0 @@
-../bower_components/bootstrap/dist/css/bootstrap-theme.min.css.map \ No newline at end of file
diff --git a/src/web/static/css/bootstrap.min.css b/src/web/static/css/bootstrap.min.css
deleted file mode 120000
index 30c399cb..00000000
--- a/src/web/static/css/bootstrap.min.css
+++ /dev/null
@@ -1 +0,0 @@
-../bower_components/bootstrap/dist/css/bootstrap.min.css \ No newline at end of file
diff --git a/src/web/static/css/bootstrap.min.css.map b/src/web/static/css/bootstrap.min.css.map
deleted file mode 120000
index 146f88dd..00000000
--- a/src/web/static/css/bootstrap.min.css.map
+++ /dev/null
@@ -1 +0,0 @@
-../bower_components/bootstrap/dist/css/bootstrap.min.css.map \ No newline at end of file
diff --git a/src/web/static/css/customized-bootstrap.css b/src/web/static/css/customized-bootstrap.css
deleted file mode 100644
index c385c908..00000000
--- a/src/web/static/css/customized-bootstrap.css
+++ /dev/null
@@ -1,55 +0,0 @@
-body {
- margin-top: 50px;
-}
-div.top {
- position: relative;
- top: -50px;
- display: block;
- height: 0;
-}
-
-#newspipenav {
- background-color: #205081;
- border: #205081;
- border-radius: 0;
-}
-#newspipenav>div.container {
- width: 100%;
-}
-#newspipenav span.glyphicon {
- margin-right: 5px;
-}
-#newspipenav button {
- margin-left: 5px;
-}
-
-#newspipenav a.navbar-brand,
-#newspipenav .newspipenavitem a,
-#newspipenav a.dropdown-toggle{
- color: white;
-}
-#newspipenav .navbar-nav > .open > a,
-#newspipenav .navbar-nav > .open > a:hover,
-#newspipenav .navbar-nav > li > a:hover {
- background-color: #3572B0;
-}
-a {
- color: #3572B0;
-}
-
-.input-group-inline {
- min-width: 0;
- width: 200px;
- display: inline;
-}
-
-.alert-message {
- position: relative;
- display: block;
- z-index: 1001;
-}
-
-/*customization for Flask-Paginate*/
-.pagination-page-info {
- display: inline;
-}
diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css
deleted file mode 100644
index f8c443c3..00000000
--- a/src/web/static/css/one-page-app.css
+++ /dev/null
@@ -1,167 +0,0 @@
-#newspipe-container {
- padding-left: 0px;
- padding-right: 0px;
-}
-#menu {
- position: fixed;
- top: 50px;
- bottom: 0px;
- left: 0px;
- z-index: 1000;
- display: block;
- padding: 10px;
- overflow-x: hidden;
- overflow-y: auto;
- background-color: #F5F5F5;
- border-right: 1px solid #EEE;
- color: #555;
-}
-#menu div.nav.btn-group {
- margin-bottom: 10px;
-}
-#menu li {
- padding: 2px;
- cursor: pointer;
- border-radius: 6px;
-}
-#menu li.nav-feed {
- margin-left: 15px;
- margin-bottom: 3px;
- max-height: 22px;
- overflow: hidden;
-}
-#menu li.nav-feed > span.badge {
- top: 2px;
- position: absolute;
- right: 2px;
-}
-#menu li.nav-feed > span.title {
- margin-left: 3px;
-}
-#menu li.bg-primary.bg-danger {
- color: #fff;
- background-color: orangered;
-}
-#menu li.bg-primary.bg-warning {
- color: #fff;
- background-color: gold;
-}
-#menu li:hover {
- color: #000;
- background-color: #e8e8e8;
-}
-#menu li.bg-primary:hover {
- color: #fff;
- background-color: #62a9e6;
-}
-#menu li.bg-warning:hover {
- background-color: #f3f0da;
-}
-#menu li.bg-danger:hover {
- background-color: #f6cab6;
-}
-#menu li > h4 {
- padding-left: 5px;
- margin: 2px;
- display: inline;
-}
-#middle-panel {
- padding-left: 20px;
- padding-top: 10px;
- padding-right: 20px;
- position: fixed;
- top: 50px;
- bottom: 0px;
- left: 0px;
- z-index: 1000;
- display: block;
- overflow-x: hidden;
- overflow-y: auto;
- background-color: #F5F5F5;
- border-right: 1px solid #EEE;
-}
-#middle-panel .btn-group,
-#menu .btn-group {
- margin-right: 10px;
- margin-bottom: 10px;
-}
-#middle-panel .btn-group:last-child,
-#menu .btn-group:last-child {
- margin-right: 0px;
- float: right;
-}
-#middle-panel .input-group {
- margin-bottom: 10px;
-}
-#middle-panel div.list-group-item{
- padding: 5px 8px;
- cursor: pointer;
-}
-#middle-panel div.list-group-item:hover {
- background-color: #f0f0f0;
-}
-#middle-panel div.list-group-item.active a {
- color: #eee;
-}
-#middle-panel div.list-group-item.active:hover {
- background-color: #4d94d1;
- border-color: #4d94d1;
-}
-#middle-panel div.list-group-item:hover {
- background-color: #f0f0f0;
-}
-#middle-panel div.list-group-item>h5 {
- margin: 0px;
-}
-#middle-panel div.list-group-item>div:last-child{
- width: 100%;
- max-height: 22px;
- overflow: hidden;
-}
-#middle-panel div.list-group-item>time {
- position: absolute;
- top: 2px;
- right: 4px;
-}
-#right-panel {
- top: 0px;
-}
-#rp-breadcrum{
- margin-top: 10px;
- max-height: 34px;
- overflow: hidden;
- padding-top: 2px;
-}
-#rp-breadcrum>li{
- display: inline;
- line-height: 30px;
-}
-#right-panel .panel-body img {
- max-width: 100%;
-}
-#right-panel-heading * {
- display: inline;
-}
-#right-panel-heading h4 img {
- margin-right: 5px;
-}
-#right-panel-heading div.btn-group {
- float: right;
- margin-top: -5px;
- margin-right: -8px;
-}
-.panel-body dd>input {
- width: 100%;
-}
-.filter-row>select.form-control:first-child {
- width: 10%;
-}
-.filter-row>select.form-control {
- width: 15%;
-}
-.filter-row>select.form-control:last-child {
- width: 25%;
-}
-.filter-row>input.form-control {
- width: auto;
-}
bgstack15