aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Ansum/_components.scss141
-rw-r--r--p/themes/Ansum/_configuration.scss25
-rw-r--r--p/themes/Ansum/_forms.scss14
-rw-r--r--p/themes/Ansum/_global-view.scss12
-rw-r--r--p/themes/Ansum/_layout.scss153
-rw-r--r--p/themes/Ansum/_list-view.scss6
-rw-r--r--p/themes/Ansum/_mobile.scss41
-rw-r--r--p/themes/Ansum/_sidebar.scss3
-rw-r--r--p/themes/Ansum/_variables.scss42
-rw-r--r--p/themes/Ansum/ansum.css238
-rw-r--r--p/themes/Ansum/ansum.rtl.css238
-rw-r--r--p/themes/Ansum/ansum.scss5
-rw-r--r--p/themes/Ansum/icons/cog-white.svg5
-rw-r--r--p/themes/Ansum/icons/configure.svg (renamed from p/themes/Ansum/icons/cog.svg)31
-rw-r--r--p/themes/Ansum/icons/down-white.svg59
-rw-r--r--p/themes/Ansum/icons/link-white.svg59
-rw-r--r--p/themes/Ansum/icons/magnifier.svg5
-rw-r--r--p/themes/Ansum/icons/non-starred-white.svg61
-rw-r--r--p/themes/Ansum/icons/read-grey.svg5
-rw-r--r--p/themes/Ansum/icons/read-white.svg59
-rw-r--r--p/themes/Ansum/icons/rss-white.svg60
-rw-r--r--p/themes/Ansum/icons/starred-white.svg59
-rw-r--r--p/themes/Ansum/icons/tick-white.svg5
-rw-r--r--p/themes/Ansum/icons/unread-grey.svg59
-rw-r--r--p/themes/Ansum/icons/unread-white.svg5
-rw-r--r--p/themes/Ansum/icons/up-white.svg59
-rw-r--r--p/themes/Ansum/icons/view-global-white.svg5
-rw-r--r--p/themes/Ansum/icons/view-list-white.svg5
-rw-r--r--p/themes/Ansum/icons/view-reader-white.svg59
29 files changed, 234 insertions, 1284 deletions
diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss
index 0749f07f5..82fbaec59 100644
--- a/p/themes/Ansum/_components.scss
+++ b/p/themes/Ansum/_components.scss
@@ -192,61 +192,10 @@
padding: 0.5rem 0.75rem;
background: variables.$grey-light;
color: variables.$main-font-color;
- // border-bottom: 1px solid #ddd;
border-radius: 2px 2px 0 0;
-
- &:hover {
- .configure {
- background: url("icons/cog.svg") no-repeat 4px 4px;
- display: block;
- float: left;
- width: 1.75rem;
- height: 1.75rem;
- border-radius: 2px;
- margin-right: 0.5rem;
-
- .icon {
- display: none;
- border-radius: 3px;
- vertical-align: middle;
- }
-
- &:hover {
- background: url("icons/cog-white.svg") no-repeat 4px 4px variables.$main-first;
- }
- }
- }
-
- form {
- input {
- width: 85%;
- }
-
- .dropdown {
- float: right;
-
- a.dropdown-toggle {
- padding: 0;
- // float: right;
- border-radius: 0;
- background-image: url(icons/more.svg);
- background-repeat: no-repeat;
- background-position: right 8px;
-
- img {
- display: none;
- }
- }
- }
- }
-
- .configure {
- margin-right: 4px;
- }
}
.box-content {
- // max-height: 260px;
padding-left: 30px;
.item {
@@ -255,36 +204,29 @@
font-size: 1rem;
border-bottom: 1px solid variables.$grey-light;
line-height: 1.7em;
+ }
- img {
- margin-right: 0.75rem;
- }
+ .item:last-child {
+ border-bottom: none;
+ }
+ }
- .configure {
- background: url("icons/cog.svg") no-repeat 4px 4px;
- display: block;
- float: left;
- width: 1.75rem;
- height: 1.75rem;
- border-radius: 2px;
- margin-right: 0.5rem;
-
- .icon {
- display: none;
- border-radius: 3px;
- vertical-align: middle;
- }
-
- &:hover {
- // background: $main-first;
- background: url("icons/cog-white.svg") no-repeat 4px 4px variables.$main-first;
- }
- }
+ .configure {
+ margin-right: 0.5rem;
+ padding: 0.25rem;
+ border-radius: 3px;
+ .icon {
+ vertical-align: middle;
}
- .item:last-child {
- border-bottom: none;
+ &:hover {
+ border-radius: 2px;
+ background-color: variables.$main-first;
+
+ .icon {
+ filter: brightness(3);
+ }
}
}
}
@@ -303,7 +245,7 @@
color: #fff;
.bigTick {
- background: url(icons/tick-white.svg) center no-repeat;
+ filter: brightness(7);
}
}
@@ -317,48 +259,3 @@
white-space: nowrap;
}
}
-
-// page de login
-.formLogin {
- background: variables.$sid-bg;
-
- .header {
- .configure {
- padding-right: 1rem;
-
- img {
- margin-right: 0.5rem;
- }
-
- a.signin {
- color: variables.$white;
- }
- }
- }
-
- h1 {
- color: variables.$white;
- }
-
- form#crypto-form {
- div {
- margin-bottom: 1rem;
-
- label {
- color: variables.$grey-medium;
- font-size: 1rem;
-
-
- }
-
- input {
- background: variables.$main-first-darker;
-
- &:focus {
- background: variables.$grey-lighter;
- color: variables.$main-font-color;
- }
- }
- }
- }
-}
diff --git a/p/themes/Ansum/_configuration.scss b/p/themes/Ansum/_configuration.scss
index e2f9d054a..a31362730 100644
--- a/p/themes/Ansum/_configuration.scss
+++ b/p/themes/Ansum/_configuration.scss
@@ -8,24 +8,9 @@
form {
margin: 1rem 0;
- // Gestion des extensions
+ // Extension management
.horizontal-list {
margin-bottom: 0.5rem;
-
- .item {
- .stick {
- // width: 65%;
- // margin-right: 1rem;
- // display:flex;
-
- }
-
- .btn {
- // width: 8rem;
- // flex-grow: 1;
- }
- }
-
}
}
@@ -33,8 +18,7 @@
max-width: 550px;
}
- h1, h2 { // pages titles
- // font-family: "spectral";
+ h1, h2 {
color: variables.$main-font-color;
font-size: 3rem;
margin-top: 1.75rem;
@@ -42,17 +26,16 @@
line-height: 1.2em;
}
- a[href="./"] { // C’est le bouton "Retour à vos flux"
+ a[href="./"] {
+ // This is the "Back to your feeds" button.
margin: 0;
padding: 0.75rem 1.5rem;
background: variables.$grey-lighter;
display: inline-block;
- // border: none;
color: variables.$grey-dark;
font-size: 1rem;
border: 1px solid variables.$grey-medium-light;
border-radius: 5px;
- // min-height: 38px;
min-width: 15px;
line-height: 25px;
vertical-align: middle;
diff --git a/p/themes/Ansum/_forms.scss b/p/themes/Ansum/_forms.scss
index 0fc90894b..0f5f96681 100644
--- a/p/themes/Ansum/_forms.scss
+++ b/p/themes/Ansum/_forms.scss
@@ -25,7 +25,6 @@
background: variables.$main-first;
color: variables.$white;
- // @include transition(all, 0.15s, ease-in-out);
&:hover,
&:active {
background: variables.$main-first-alt;
@@ -96,6 +95,11 @@ input, select, textarea, button {
vertical-align: middle;
}
+select {
+ padding-top: 9px;
+ padding-bottom: 9px;
+}
+
option {
padding: 0 .5em;
}
@@ -130,13 +134,6 @@ input.extend {
clear: both;
}
- &:hover {
- // background: #fff;
- // border: 1px solid #eee;
- // border-radius: 3px;
- // border: 1px solid #eee;
- }
-
.group-name {
padding: 10px 0;
text-align: right;
@@ -154,7 +151,6 @@ input.extend {
&.form-actions {
margin: 15px 0 25px;
padding: 5px 0;
- // background: #333;
}
&.form-actions .btn {
diff --git a/p/themes/Ansum/_global-view.scss b/p/themes/Ansum/_global-view.scss
index c2055c64f..dbf82f75f 100644
--- a/p/themes/Ansum/_global-view.scss
+++ b/p/themes/Ansum/_global-view.scss
@@ -4,17 +4,8 @@
/*================*/
#stream {
.box.category {
- &:not([data-unread="0"]) .box-title {
- // background: #3498db;
- }
-
- &:not([data-unread="0"]) .box-title:active {
- // background: #2980b9;
- }
-
&:not([data-unread="0"]) .box-title .title {
font-weight: bold;
- // color: #fff;
}
.box-title {
@@ -53,7 +44,6 @@
.item.feed {
padding: 0.5rem 1.5rem;
- // padding: 2px 10px;
font-size: 1rem;
a {
@@ -71,7 +61,7 @@
}
-// le panel qui apparait en overlay pour afficher les flux
+// the panel that appears in overlay to display the flows
#overlay {
background: rgba(0, 0, 0, 0.65);
}
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss
index b35b1ded7..4d099ab4a 100644
--- a/p/themes/Ansum/_layout.scss
+++ b/p/themes/Ansum/_layout.scss
@@ -10,15 +10,12 @@
background: variables.$sid-bg;
display: block;
width: auto;
- height: 3rem;
+ height: 3.5rem;
table-layout: none;
.item {
vertical-align: middle;
- // text-align: center;
- // display: flex;
- // justify-content: space-between;
- // flex-direction: row;
+
&.title {
width: 280px;
font-weight: 400;
@@ -32,8 +29,6 @@
}
&.search {
- // text-align: center;
- // width: 50%;
input {
width: 230px;
color: variables.$sid-font-color;
@@ -55,50 +50,46 @@
}
}
- .btn {
- img {display: none;}
+ input:focus ~ .btn,
+ input:hover ~ .btn {
+ background-color: variables.$main-first;
+ .icon {
+ filter: brightness(3);
+ }
+ }
+
+ .btn {
width: 3rem;
border-radius: 0 2px 2px 0;
-
- background-color: variables.$main-first;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url(icons/magnifier.svg);
-
+ background-color: variables.$sid-bg-alt;
border-left-width: 0;
min-height: 35px;
+ .icon {
+ filter: invert(49%) sepia(13%) saturate(2426%) hue-rotate(346deg) brightness(99%) contrast(95%);
+ }
+
&:hover {
background-color: variables.$main-first-alt;
+
+ .icon {
+ filter: brightness(3);
+ }
}
}
}
&.configure {
- width: 2rem;
+ width: 3rem;
position: absolute;
right: 1rem;
- top: 1.25rem;
+ top: 1rem;
text-align: center;
- // float: right;
- .btn {
- img {display: none;}
-
- padding: 0 0.5rem;
- // border-radius: 0 2px 2px 0;
+ .btn {
+ padding: 0.25rem 1rem;
background-color: transparent;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url(icons/cog.svg);
-
- // border-left-width: 0;
-
- // width: 3rem;
- &:hover {
- // background-color: $main-first-alt;
- }
}
}
}
@@ -106,12 +97,13 @@
/*=== Body */
#global {
- height: calc(100% - 4rem);
+ height: calc(100% - 3.5rem);
}
/*=== Prompt (centered) */
-.prompt input {
- margin: 5px auto;
+main.prompt {
+ background: variables.$grey-light;
+ border-radius: 5px;
}
/*=== New article notification */
@@ -141,16 +133,13 @@
line-height: 3em;
letter-spacing: 1px;
text-transform: uppercase;
- // border-left: 2px solid #ecf0f1;
+
.name {
padding: 0 1rem 0 1rem;
- // font-weight: 700;
color: variables.$main-font-color;
font-size: 0.875rem;
position: relative;
left: 0;
-
- // letter-spacing: 1px;
text-transform: uppercase;
}
}
@@ -186,13 +175,11 @@
background-repeat: no-repeat;
&:hover {
- background-color: variables.$grey-light;
+ background-color: variables.$grey-medium-light;
}
}
.stick {
- background: variables.$grey-lighter;
-
.btn {
border-left-width: 0;
padding: 0.5rem 1rem;
@@ -208,48 +195,14 @@
&.active {
background-color: variables.$main-first;
- }
-
- img.icon {display: none;} // on efface pour afficher nos icones, mouhahaha !!
-
-
- // actions
- &#toggle-read {
- background-image: url(icons/read.svg);
- }
-
- &#toggle-read.active {
- background-image: url(icons/read-white.svg);
- }
- &#toggle-unread {
- background-image: url(icons/unread.svg);
- }
-
- &#toggle-unread.active {
- background-image: url(icons/unread-white.svg);
- }
-
- &#toggle-starred {
- background-image: url(icons/starred.svg);
- }
-
- &#toggle-starred.active {
- background-image: url(icons/starred-white.svg);
- }
-
- &#toggle-non-starred {
- background-image: url(icons/non-starred.svg);
- }
-
- &#toggle-non-starred.active {
- background-image: url(icons/non-starred-white.svg);
+ .icon {
+ filter: brightness(5);
+ }
}
- // read all
&.read_all {
padding: 5px 16px;
- // min-height: 0;
color: variables.$main-font-color;
background-color: variables.$grey-lighter;
@@ -259,42 +212,16 @@
background-color: variables.$grey-medium-light;
}
}
-
- // views
- &.view-normal {
- background-image: url(icons/view-list.svg);
- }
-
- &.view-normal.active {
- background-image: url(icons/view-list-white.svg);
- }
-
- &.view-global {
- background-image: url(icons/view-global.svg);
- }
-
- &.view-global.active {
- background-image: url(icons/view-global-white.svg);
- }
-
- &.view-reader {
- background-image: url(icons/view-reader.svg);
- }
-
- &.view-reader.active {
- background-image: url(icons/view-reader-white.svg);
- }
-
- &.view-rss {
- background-image: url(icons/rss.svg);
- }
-
}
.dropdown {
a.dropdown-toggle {
border-left-width: 0;
background-image: url(icons/more.svg);
+
+ .icon {
+ display: none;
+ }
}
}
}
@@ -368,7 +295,6 @@
border-radius: 3px;
}
-
blockquote {
margin: 0;
padding: 5px 20px;
@@ -382,21 +308,17 @@
margin: 0;
}
}
-
}
/*=== Notification and actualize notification */
.notification {
-
padding: 1rem 0;
background: variables.$grey-medium-light;
width: 100%;
height: 3rem;
color: variables.$grey-dark;
- // font-weight: bold;
font-size: 1em;
- // border-radius: 3px;
border: none;
position: fixed;
top: auto;
@@ -448,7 +370,6 @@
}
}
-
/*=== Navigation menu (for articles) */
#nav_entries {
margin: 0;
diff --git a/p/themes/Ansum/_list-view.scss b/p/themes/Ansum/_list-view.scss
index f21f472d8..03005b7fd 100644
--- a/p/themes/Ansum/_list-view.scss
+++ b/p/themes/Ansum/_list-view.scss
@@ -27,7 +27,7 @@
}
&.not_read:not(.current) {
- background: variables.$unread-bg; //--------------------
+ background: variables.$unread-bg;
&:hover .item.title {
background: variables.$unread-bg;
@@ -37,13 +37,13 @@
&.not_read {
.item.title {
a {
- color: variables.$unread-font-color; //--------------------
+ color: variables.$unread-font-color;
}
}
.item.website {
a {
- color: variables.$unread-font-color; //--------------------
+ color: variables.$unread-font-color;
}
}
diff --git a/p/themes/Ansum/_mobile.scss b/p/themes/Ansum/_mobile.scss
index e84dfe1cd..f397e0f86 100644
--- a/p/themes/Ansum/_mobile.scss
+++ b/p/themes/Ansum/_mobile.scss
@@ -6,41 +6,6 @@
/*===========*/
@media (max-width: 840px) {
- html, body {
- // font-size: 1rem;
- }
-
- ul.nav {
- .item {
- width: 100%;
-
- img {
- display: none;
- }
-
- a {
- box-sizing: border-box;
- padding: 1rem 1rem 1rem 2.5rem;
-
- background: url("../../themes/icons/logout.svg") no-repeat variables.$sid-bg-dark 3% center;
- display: inline-block;
- width: 100%;
- color: variables.$sid-font-color;
-
- @include mixins.transition(all, 0.2s, ease-in-out);
-
- &:hover,
- &:active {
- background: url("../../themes/icons/logout.svg") no-repeat variables.$alert-bg 3% center;
- text-decoration: none;
- color: variables.$white;
- }
- }
-
- }
-
- }
-
.form-group .group-name {
text-align: left;
}
@@ -76,6 +41,7 @@
.header {
padding: 0.5rem;
+ height: 8rem;
.item {
&.search {
@@ -107,6 +73,10 @@
}
}
+ #global {
+ height: calc(100% - 8rem);
+ }
+
.post {
padding-left: 1rem;
padding-right: 1rem;
@@ -183,7 +153,6 @@
.name {
padding: 0;
- // font-size: 1.1rem;
display: block;
width: 100%;
line-height: 1.5rem;
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss
index 07f589ab8..562718631 100644
--- a/p/themes/Ansum/_sidebar.scss
+++ b/p/themes/Ansum/_sidebar.scss
@@ -92,8 +92,7 @@
border-radius: 0;
}
- .btn:first-child,
- input:first-child {
+ .btn:first-child {
border-radius: 5px 0 0 5px;
}
diff --git a/p/themes/Ansum/_variables.scss b/p/themes/Ansum/_variables.scss
index 8e2190a93..6ed5e295e 100644
--- a/p/themes/Ansum/_variables.scss
+++ b/p/themes/Ansum/_variables.scss
@@ -1,18 +1,18 @@
-// La couleur principale du thème
-$main-first: #ca7227; // couleur principale
-$main-first-alt: #b7641d; // var pour les hovers
+// The main color of the theme
+$main-first: #ca7227; // main color
+$main-first-alt: #b7641d; // var for hovers
$main-first-light: #fdf6ef; // var light 1
$main-first-lighter: #fefaf7; // var light 2
-$main-first-dark: #3c3835; // var pour les hovers
-$main-first-darker: #221f1d; // var pour les hovers
+$main-first-dark: #3c3835; // var for hovers
+$main-first-darker: #221f1d; // var for hovers
-// les couleurs de polices liées
+// linked font colors
$main-font-color: #363330;
$light-font-color: #6d655f;
-$white: #fff; // le blanc (des fois qu’on aurait envie de le teinter un peu)
+$white: #fff; // white (sometimes we would like to tint it a little)
-// toute la palette des gris, très utile
-// on essaiera de teinter ces gris suivant la couleur principale
+// the whole palette of grays, very useful
+// we will try to tint these grays according to the main color
$grey-darker: #524236;
$grey-dark: #766556;
$grey-medium-dark: #ba9;
@@ -25,10 +25,10 @@ $unread-font-color: #161a38;
$unread-bg: #f2f6f8;
$unread-bg-light: #fdfdfe;
-// les couleurs d’alertes (rouge, jaune, vert)
-$alert-bg: #f5633e; // la base
+// alert colors (red, yellow, green)
+$alert-bg: #f5633e; // the base
$alert-light: #fde0d8; // +light
-$alert-text: #73341f; // +foncé
+$alert-text: #73341f; // +dark
$warning-bg: #f4f762;
$warning-light: #fdfde0;
@@ -38,17 +38,17 @@ $success-bg: #10f5b2;
$success-light: #cffdef;
$success-text: #0c7556;
-// les favoris
+// favorites
$fav-bg: #ffc300;
$fav-light: #fff6da;
-// la couleur de sidebar, utile si on a envie d’un thème qui aurait une sidebar foncé, e.g.
-$sid-font-color: #363330; // la couleur de fond de la barre de gauche et du header
-$sid-bg: #fbf9f6; // le background général de la barre de gauche, et du header
+// the sidebar color, useful if you want a theme that would have a dark sidebar, e.g.
+$sid-font-color: #363330; // the background color of the left bar and the header
+$sid-bg: #fbf9f6; // the general background of the left bar, and of the header
$sid-bg-alt: #f7f2ea; // background inside groups
-$sid-bg-dark: #efe3d3; // les hovers
-$sid-sep: #f0e7da; // les séparateurs
-$sid-active: $main-first; // la couleur active
+$sid-bg-dark: #efe3d3; // the hover
+$sid-sep: #f0e7da; // the separators
+$sid-active: $main-first; // the active color
// stylelint-disable-next-line color-hex-length
-$sid-active-font: #ffffff; // la couleur active
-$sid-pills: rgba(35,35,0, 0.15); // les gélules
+$sid-active-font: #ffffff; // the active color
+$sid-pills: rgba(35,35,0, 0.15); // capsules
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 8b91139ca..1f42beca4 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -139,6 +139,11 @@ input, select, textarea, button {
vertical-align: middle;
}
+select {
+ padding-top: 9px;
+ padding-bottom: 9px;
+}
+
option {
padding: 0 0.5em;
}
@@ -364,42 +369,6 @@ form th {
color: #363330;
border-radius: 2px 2px 0 0;
}
-.box .box-title:hover .configure {
- background: url("icons/cog.svg") no-repeat 4px 4px;
- display: block;
- float: left;
- width: 1.75rem;
- height: 1.75rem;
- border-radius: 2px;
- margin-right: 0.5rem;
-}
-.box .box-title:hover .configure .icon {
- display: none;
- border-radius: 3px;
- vertical-align: middle;
-}
-.box .box-title:hover .configure:hover {
- background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
-}
-.box .box-title form input {
- width: 85%;
-}
-.box .box-title form .dropdown {
- float: right;
-}
-.box .box-title form .dropdown a.dropdown-toggle {
- padding: 0;
- border-radius: 0;
- background-image: url(icons/more.svg);
- background-repeat: no-repeat;
- background-position: right 8px;
-}
-.box .box-title form .dropdown a.dropdown-toggle img {
- display: none;
-}
-.box .box-title .configure {
- margin-right: 4px;
-}
.box .box-content {
padding-left: 30px;
}
@@ -410,28 +379,23 @@ form th {
border-bottom: 1px solid #f5f0ec;
line-height: 1.7em;
}
-.box .box-content .item img {
- margin-right: 0.75rem;
+.box .box-content .item:last-child {
+ border-bottom: none;
}
-.box .box-content .item .configure {
- background: url("icons/cog.svg") no-repeat 4px 4px;
- display: block;
- float: left;
- width: 1.75rem;
- height: 1.75rem;
- border-radius: 2px;
+.box .configure {
margin-right: 0.5rem;
-}
-.box .box-content .item .configure .icon {
- display: none;
+ padding: 0.25rem;
border-radius: 3px;
+}
+.box .configure .icon {
vertical-align: middle;
}
-.box .box-content .item .configure:hover {
- background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
+.box .configure:hover {
+ border-radius: 2px;
+ background-color: #ca7227;
}
-.box .box-content .item:last-child {
- border-bottom: none;
+.box .configure:hover .icon {
+ filter: brightness(3);
}
/*=== "Load more" part */
@@ -447,7 +411,7 @@ form th {
color: #fff;
}
#bigMarkAsRead:hover .bigTick {
- background: url(icons/tick-white.svg) center no-repeat;
+ filter: brightness(7);
}
#bigMarkAsRead .bigTick {
margin: 0.5rem 0;
@@ -459,36 +423,6 @@ form th {
white-space: nowrap;
}
-.formLogin {
- background: #fbf9f6;
-}
-.formLogin .header .configure {
- padding-right: 1rem;
-}
-.formLogin .header .configure img {
- margin-right: 0.5rem;
-}
-.formLogin .header .configure a.signin {
- color: #fff;
-}
-.formLogin h1 {
- color: #fff;
-}
-.formLogin form#crypto-form div {
- margin-bottom: 1rem;
-}
-.formLogin form#crypto-form div label {
- color: #d9ccbf;
- font-size: 1rem;
-}
-.formLogin form#crypto-form div input {
- background: #221f1d;
-}
-.formLogin form#crypto-form div input:focus {
- background: #fcfaf8;
- color: #363330;
-}
-
/*=== DIVERS */
/*===========*/
.aside.aside_feed .nav-form input,
@@ -574,8 +508,7 @@ form th {
.stick input, .stick .btn {
border-radius: 0;
}
-.stick .btn:first-child,
-.stick input:first-child {
+.stick .btn:first-child {
border-radius: 5px 0 0 5px;
}
.stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
@@ -750,7 +683,7 @@ form th {
background: #fbf9f6;
display: block;
width: auto;
- height: 3rem;
+ height: 3.5rem;
table-layout: none;
}
.header .item {
@@ -780,47 +713,51 @@ form th {
color: #766556;
background-color: #fff;
}
+.header .item.search input:focus ~ .btn,
+.header .item.search input:hover ~ .btn {
+ background-color: #ca7227;
+}
+.header .item.search input:focus ~ .btn .icon,
+.header .item.search input:hover ~ .btn .icon {
+ filter: brightness(3);
+}
.header .item.search .btn {
width: 3rem;
border-radius: 0 2px 2px 0;
- background-color: #ca7227;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url(icons/magnifier.svg);
+ background-color: #f7f2ea;
border-left-width: 0;
min-height: 35px;
}
-.header .item.search .btn img {
- display: none;
+.header .item.search .btn .icon {
+ filter: invert(49%) sepia(13%) saturate(2426%) hue-rotate(346deg) brightness(99%) contrast(95%);
}
.header .item.search .btn:hover {
background-color: #b7641d;
}
+.header .item.search .btn:hover .icon {
+ filter: brightness(3);
+}
.header .item.configure {
- width: 2rem;
+ width: 3rem;
position: absolute;
right: 1rem;
- top: 1.25rem;
+ top: 1rem;
text-align: center;
}
.header .item.configure .btn {
- padding: 0 0.5rem;
+ padding: 0.25rem 1rem;
background-color: transparent;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url(icons/cog.svg);
-}
-.header .item.configure .btn img {
- display: none;
}
+
/*=== Body */
#global {
- height: calc(100% - 4rem);
+ height: calc(100% - 3.5rem);
}
/*=== Prompt (centered) */
-.prompt input {
- margin: 5px auto;
+main.prompt {
+ background: #f5f0ec;
+ border-radius: 5px;
}
/*=== New article notification */
@@ -830,10 +767,6 @@ form th {
text-align: center;
}
-#new-article:hover {
- background: #b7641d;
-}
-
#new-article > a {
line-height: 3em;
font-weight: bold;
@@ -842,6 +775,7 @@ form th {
#new-article > a:hover {
text-decoration: none;
+ background: #b7641d;
}
/*=== Day indication */
@@ -891,10 +825,7 @@ form th {
background-repeat: no-repeat;
}
.nav_menu .btn:hover {
- background-color: #f5f0ec;
-}
-.nav_menu .stick {
- background: #fcfaf8;
+ background-color: #e4d8cc;
}
.nav_menu .stick .btn {
border-left-width: 0;
@@ -910,32 +841,8 @@ form th {
.nav_menu .stick .btn.active {
background-color: #ca7227;
}
-.nav_menu .stick .btn img.icon {
- display: none;
-}
-.nav_menu .stick .btn#toggle-read {
- background-image: url(icons/read.svg);
-}
-.nav_menu .stick .btn#toggle-read.active {
- background-image: url(icons/read-white.svg);
-}
-.nav_menu .stick .btn#toggle-unread {
- background-image: url(icons/unread.svg);
-}
-.nav_menu .stick .btn#toggle-unread.active {
- background-image: url(icons/unread-white.svg);
-}
-.nav_menu .stick .btn#toggle-starred {
- background-image: url(icons/starred.svg);
-}
-.nav_menu .stick .btn#toggle-starred.active {
- background-image: url(icons/starred-white.svg);
-}
-.nav_menu .stick .btn#toggle-non-starred {
- background-image: url(icons/non-starred.svg);
-}
-.nav_menu .stick .btn#toggle-non-starred.active {
- background-image: url(icons/non-starred-white.svg);
+.nav_menu .stick .btn.active .icon {
+ filter: brightness(5);
}
.nav_menu .stick .btn.read_all {
padding: 5px 16px;
@@ -946,31 +853,13 @@ form th {
.nav_menu .stick .btn.read_all:hover {
background-color: #e4d8cc;
}
-.nav_menu .stick .btn.view-normal {
- background-image: url(icons/view-list.svg);
-}
-.nav_menu .stick .btn.view-normal.active {
- background-image: url(icons/view-list-white.svg);
-}
-.nav_menu .stick .btn.view-global {
- background-image: url(icons/view-global.svg);
-}
-.nav_menu .stick .btn.view-global.active {
- background-image: url(icons/view-global-white.svg);
-}
-.nav_menu .stick .btn.view-reader {
- background-image: url(icons/view-reader.svg);
-}
-.nav_menu .stick .btn.view-reader.active {
- background-image: url(icons/view-reader-white.svg);
-}
-.nav_menu .stick .btn.view-rss {
- background-image: url(icons/rss.svg);
-}
.nav_menu .stick .dropdown a.dropdown-toggle {
border-left-width: 0;
background-image: url(icons/more.svg);
}
+.nav_menu .stick .dropdown a.dropdown-toggle .icon {
+ display: none;
+}
#dropdown-query ~ .dropdown-menu .dropdown-header .icon {
vertical-align: middle;
@@ -1372,27 +1261,6 @@ form th {
/*=== MOBILE */
/*===========*/
@media (max-width: 840px) {
- ul.nav .item {
- width: 100%;
- }
- ul.nav .item img {
- display: none;
- }
- ul.nav .item a {
- box-sizing: border-box;
- padding: 1rem 1rem 1rem 2.5rem;
- background: url("../../themes/icons/logout.svg") no-repeat #efe3d3 3% center;
- display: inline-block;
- width: 100%;
- color: #363330;
- transition: all 0.2s ease-in-out;
- }
- ul.nav .item a:hover, ul.nav .item a:active {
- background: url("../../themes/icons/logout.svg") no-repeat #f5633e 3% center;
- text-decoration: none;
- color: #fff;
- }
-
.form-group .group-name {
text-align: left;
}
@@ -1427,6 +1295,7 @@ form th {
.header {
padding: 0.5rem;
+ height: 8rem;
}
.header .item.search {
display: block;
@@ -1449,6 +1318,10 @@ form th {
padding: 0.5rem 2rem;
}
+ #global {
+ height: calc(100% - 8rem);
+ }
+
.post {
padding-left: 1rem;
padding-right: 1rem;
@@ -1537,6 +1410,11 @@ html, body {
font-size: 0.875rem;
}
+body.formLogin,
+body.register {
+ background: #fbf9f6;
+}
+
/*=== Links */
a, button.as-link {
outline: none;
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 2dc349ead..e77b0468f 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -139,6 +139,11 @@ input, select, textarea, button {
vertical-align: middle;
}
+select {
+ padding-top: 9px;
+ padding-bottom: 9px;
+}
+
option {
padding: 0 0.5em;
}
@@ -364,42 +369,6 @@ form th {
color: #363330;
border-radius: 2px 2px 0 0;
}
-.box .box-title:hover .configure {
- background: url("icons/cog.svg") no-repeat 4px 4px;
- display: block;
- float: right;
- width: 1.75rem;
- height: 1.75rem;
- border-radius: 2px;
- margin-left: 0.5rem;
-}
-.box .box-title:hover .configure .icon {
- display: none;
- border-radius: 3px;
- vertical-align: middle;
-}
-.box .box-title:hover .configure:hover {
- background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
-}
-.box .box-title form input {
- width: 85%;
-}
-.box .box-title form .dropdown {
- float: left;
-}
-.box .box-title form .dropdown a.dropdown-toggle {
- padding: 0;
- border-radius: 0;
- background-image: url(icons/more.svg);
- background-repeat: no-repeat;
- background-position: left 8px;
-}
-.box .box-title form .dropdown a.dropdown-toggle img {
- display: none;
-}
-.box .box-title .configure {
- margin-left: 4px;
-}
.box .box-content {
padding-right: 30px;
}
@@ -410,28 +379,23 @@ form th {
border-bottom: 1px solid #f5f0ec;
line-height: 1.7em;
}
-.box .box-content .item img {
- margin-left: 0.75rem;
+.box .box-content .item:last-child {
+ border-bottom: none;
}
-.box .box-content .item .configure {
- background: url("icons/cog.svg") no-repeat 4px 4px;
- display: block;
- float: right;
- width: 1.75rem;
- height: 1.75rem;
- border-radius: 2px;
+.box .configure {
margin-left: 0.5rem;
-}
-.box .box-content .item .configure .icon {
- display: none;
+ padding: 0.25rem;
border-radius: 3px;
+}
+.box .configure .icon {
vertical-align: middle;
}
-.box .box-content .item .configure:hover {
- background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
+.box .configure:hover {
+ border-radius: 2px;
+ background-color: #ca7227;
}
-.box .box-content .item:last-child {
- border-bottom: none;
+.box .configure:hover .icon {
+ filter: brightness(3);
}
/*=== "Load more" part */
@@ -447,7 +411,7 @@ form th {
color: #fff;
}
#bigMarkAsRead:hover .bigTick {
- background: url(icons/tick-white.svg) center no-repeat;
+ filter: brightness(7);
}
#bigMarkAsRead .bigTick {
margin: 0.5rem 0;
@@ -459,36 +423,6 @@ form th {
white-space: nowrap;
}
-.formLogin {
- background: #fbf9f6;
-}
-.formLogin .header .configure {
- padding-left: 1rem;
-}
-.formLogin .header .configure img {
- margin-left: 0.5rem;
-}
-.formLogin .header .configure a.signin {
- color: #fff;
-}
-.formLogin h1 {
- color: #fff;
-}
-.formLogin form#crypto-form div {
- margin-bottom: 1rem;
-}
-.formLogin form#crypto-form div label {
- color: #d9ccbf;
- font-size: 1rem;
-}
-.formLogin form#crypto-form div input {
- background: #221f1d;
-}
-.formLogin form#crypto-form div input:focus {
- background: #fcfaf8;
- color: #363330;
-}
-
/*=== DIVERS */
/*===========*/
.aside.aside_feed .nav-form input,
@@ -574,8 +508,7 @@ form th {
.stick input, .stick .btn {
border-radius: 0;
}
-.stick .btn:first-child,
-.stick input:first-child {
+.stick .btn:first-child {
border-radius: 0 5px 5px 0;
}
.stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
@@ -750,7 +683,7 @@ form th {
background: #fbf9f6;
display: block;
width: auto;
- height: 3rem;
+ height: 3.5rem;
table-layout: none;
}
.header .item {
@@ -780,47 +713,51 @@ form th {
color: #766556;
background-color: #fff;
}
+.header .item.search input:focus ~ .btn,
+.header .item.search input:hover ~ .btn {
+ background-color: #ca7227;
+}
+.header .item.search input:focus ~ .btn .icon,
+.header .item.search input:hover ~ .btn .icon {
+ filter: brightness(3);
+}
.header .item.search .btn {
width: 3rem;
border-radius: 2px 0 0 2px;
- background-color: #ca7227;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url(icons/magnifier.svg);
+ background-color: #f7f2ea;
border-right-width: 0;
min-height: 35px;
}
-.header .item.search .btn img {
- display: none;
+.header .item.search .btn .icon {
+ filter: invert(49%) sepia(13%) saturate(2426%) hue-rotate(346deg) brightness(99%) contrast(95%);
}
.header .item.search .btn:hover {
background-color: #b7641d;
}
+.header .item.search .btn:hover .icon {
+ filter: brightness(3);
+}
.header .item.configure {
- width: 2rem;
+ width: 3rem;
position: absolute;
left: 1rem;
- top: 1.25rem;
+ top: 1rem;
text-align: center;
}
.header .item.configure .btn {
- padding: 0 0.5rem;
+ padding: 0.25rem 1rem;
background-color: transparent;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url(icons/cog.svg);
-}
-.header .item.configure .btn img {
- display: none;
}
+
/*=== Body */
#global {
- height: calc(100% - 4rem);
+ height: calc(100% - 3.5rem);
}
/*=== Prompt (centered) */
-.prompt input {
- margin: 5px auto;
+main.prompt {
+ background: #f5f0ec;
+ border-radius: 5px;
}
/*=== New article notification */
@@ -830,10 +767,6 @@ form th {
text-align: center;
}
-#new-article:hover {
- background: #b7641d;
-}
-
#new-article > a {
line-height: 3em;
font-weight: bold;
@@ -842,6 +775,7 @@ form th {
#new-article > a:hover {
text-decoration: none;
+ background: #b7641d;
}
/*=== Day indication */
@@ -891,10 +825,7 @@ form th {
background-repeat: no-repeat;
}
.nav_menu .btn:hover {
- background-color: #f5f0ec;
-}
-.nav_menu .stick {
- background: #fcfaf8;
+ background-color: #e4d8cc;
}
.nav_menu .stick .btn {
border-right-width: 0;
@@ -910,32 +841,8 @@ form th {
.nav_menu .stick .btn.active {
background-color: #ca7227;
}
-.nav_menu .stick .btn img.icon {
- display: none;
-}
-.nav_menu .stick .btn#toggle-read {
- background-image: url(icons/read.svg);
-}
-.nav_menu .stick .btn#toggle-read.active {
- background-image: url(icons/read-white.svg);
-}
-.nav_menu .stick .btn#toggle-unread {
- background-image: url(icons/unread.svg);
-}
-.nav_menu .stick .btn#toggle-unread.active {
- background-image: url(icons/unread-white.svg);
-}
-.nav_menu .stick .btn#toggle-starred {
- background-image: url(icons/starred.svg);
-}
-.nav_menu .stick .btn#toggle-starred.active {
- background-image: url(icons/starred-white.svg);
-}
-.nav_menu .stick .btn#toggle-non-starred {
- background-image: url(icons/non-starred.svg);
-}
-.nav_menu .stick .btn#toggle-non-starred.active {
- background-image: url(icons/non-starred-white.svg);
+.nav_menu .stick .btn.active .icon {
+ filter: brightness(5);
}
.nav_menu .stick .btn.read_all {
padding: 5px 16px;
@@ -946,31 +853,13 @@ form th {
.nav_menu .stick .btn.read_all:hover {
background-color: #e4d8cc;
}
-.nav_menu .stick .btn.view-normal {
- background-image: url(icons/view-list.svg);
-}
-.nav_menu .stick .btn.view-normal.active {
- background-image: url(icons/view-list-white.svg);
-}
-.nav_menu .stick .btn.view-global {
- background-image: url(icons/view-global.svg);
-}
-.nav_menu .stick .btn.view-global.active {
- background-image: url(icons/view-global-white.svg);
-}
-.nav_menu .stick .btn.view-reader {
- background-image: url(icons/view-reader.svg);
-}
-.nav_menu .stick .btn.view-reader.active {
- background-image: url(icons/view-reader-white.svg);
-}
-.nav_menu .stick .btn.view-rss {
- background-image: url(icons/rss.svg);
-}
.nav_menu .stick .dropdown a.dropdown-toggle {
border-right-width: 0;
background-image: url(icons/more.svg);
}
+.nav_menu .stick .dropdown a.dropdown-toggle .icon {
+ display: none;
+}
#dropdown-query ~ .dropdown-menu .dropdown-header .icon {
vertical-align: middle;
@@ -1372,27 +1261,6 @@ form th {
/*=== MOBILE */
/*===========*/
@media (max-width: 840px) {
- ul.nav .item {
- width: 100%;
- }
- ul.nav .item img {
- display: none;
- }
- ul.nav .item a {
- box-sizing: border-box;
- padding: 1rem 2.5rem 1rem 1rem;
- background: url("../../themes/icons/logout.svg") no-repeat #efe3d3 97% center;
- display: inline-block;
- width: 100%;
- color: #363330;
- transition: all 0.2s ease-in-out;
- }
- ul.nav .item a:hover, ul.nav .item a:active {
- background: url("../../themes/icons/logout.svg") no-repeat #f5633e 97% center;
- text-decoration: none;
- color: #fff;
- }
-
.form-group .group-name {
text-align: right;
}
@@ -1427,6 +1295,7 @@ form th {
.header {
padding: 0.5rem;
+ height: 8rem;
}
.header .item.search {
display: block;
@@ -1449,6 +1318,10 @@ form th {
padding: 0.5rem 2rem;
}
+ #global {
+ height: calc(100% - 8rem);
+ }
+
.post {
padding-right: 1rem;
padding-left: 1rem;
@@ -1537,6 +1410,11 @@ html, body {
font-size: 0.875rem;
}
+body.formLogin,
+body.register {
+ background: #fbf9f6;
+}
+
/*=== Links */
a, button.as-link {
outline: none;
diff --git a/p/themes/Ansum/ansum.scss b/p/themes/Ansum/ansum.scss
index 0cf9a84f2..5457b15aa 100644
--- a/p/themes/Ansum/ansum.scss
+++ b/p/themes/Ansum/ansum.scss
@@ -40,6 +40,11 @@ html, body {
font-size: 0.875rem;
}
+body.formLogin,
+body.register {
+ background: variables.$sid-bg;
+}
+
/*=== Links */
a, button.as-link {
outline: none;
diff --git a/p/themes/Ansum/icons/cog-white.svg b/p/themes/Ansum/icons/cog-white.svg
deleted file mode 100644
index 3df8c2d70..000000000
--- a/p/themes/Ansum/icons/cog-white.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16" version="1.1">
-<g id="surface2">
-<path style=" stroke:none;fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;" d="M 6.667969 0 L 6.667969 2.839844 C 6.179688 2.964844 5.71875 3.160156 5.292969 3.410156 L 3.285156 1.402344 L 1.402344 3.285156 L 3.410156 5.292969 C 3.160156 5.71875 2.964844 6.179688 2.839844 6.667969 L 0 6.667969 L 0 9.332031 L 2.839844 9.332031 C 2.964844 9.820312 3.15625 10.28125 3.410156 10.707031 L 1.402344 12.714844 L 3.285156 14.597656 L 5.292969 12.589844 C 5.71875 12.839844 6.179688 13.03125 6.667969 13.15625 L 6.667969 16 L 9.332031 16 L 9.332031 13.15625 C 9.820312 13.03125 10.28125 12.839844 10.703125 12.589844 L 12.714844 14.597656 L 14.601562 12.714844 L 12.589844 10.707031 C 12.839844 10.28125 13.03125 9.820312 13.160156 9.332031 L 16 9.332031 L 16 6.667969 L 13.160156 6.667969 C 13.03125 6.179688 12.839844 5.71875 12.589844 5.292969 L 14.601562 3.285156 L 12.714844 1.398438 L 10.703125 3.410156 C 10.28125 3.15625 9.820312 2.964844 9.332031 2.839844 L 9.332031 0 Z M 8 5.332031 C 9.472656 5.332031 10.664062 6.527344 10.664062 8 C 10.664062 9.472656 9.472656 10.664062 8 10.664062 C 6.527344 10.664062 5.332031 9.472656 5.332031 8 C 5.332031 6.527344 6.527344 5.332031 8 5.332031 Z M 8 5.332031 "/>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Ansum/icons/cog.svg b/p/themes/Ansum/icons/configure.svg
index aa56d862b..04145eba5 100644
--- a/p/themes/Ansum/icons/cog.svg
+++ b/p/themes/Ansum/icons/configure.svg
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
- height="17"
- viewBox="0 0 16 17"
+ height="16"
+ viewBox="0 0 16 16"
version="1.1"
id="svg5"
- sodipodi:docname="cog.svg"
- inkscape:version="0.92.3 (unknown)">
+ sodipodi:docname="configure.svg"
+ inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata11">
<rdf:RDF>
@@ -22,7 +22,6 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@@ -47,9 +46,13 @@
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
- inkscape:current-layer="svg5" />
+ inkscape:current-layer="svg5"
+ inkscape:showpageshadow="2"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#d1d1d1" />
<g
- id="surface2">
+ id="surface2"
+ transform="translate(0,-1)">
<path
style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 6.667969,1 v 2.839844 c -0.488281,0.125 -0.949219,0.320312 -1.375,0.570312 L 3.285156,2.402344 1.402344,4.285156 3.410156,6.292969 C 3.160156,6.71875 2.964844,7.179688 2.839844,7.664062 H 0 v 2.667969 h 2.839844 c 0.125,0.488281 0.316406,0.949219 0.570312,1.375 l -2.007812,2.007813 1.882812,1.882812 2.007813,-2.007812 c 0.425781,0.25 0.886719,0.441406 1.375,0.566406 V 17 h 2.664062 v -2.84375 c 0.488281,-0.125 0.949219,-0.316406 1.371094,-0.566406 l 2.011719,2.007812 1.886718,-1.882812 -2.011718,-2.007813 c 0.25,-0.425781 0.441406,-0.886719 0.570312,-1.375 H 16 V 7.664062 H 13.160156 C 13.03125,7.179688 12.839844,6.71875 12.589844,6.292969 L 14.601562,4.285156 12.714844,2.398438 10.703125,4.410156 C 10.28125,4.15625 9.820312,3.964844 9.332031,3.839844 V 1 Z M 8,6.332031 c 1.472656,0 2.664062,1.195313 2.664062,2.667969 0,1.472656 -1.191406,2.664062 -2.664062,2.664062 C 6.527344,11.664062 5.332031,10.472656 5.332031,9 5.332031,7.527344 6.527344,6.332031 8,6.332031 Z m 0,0"
diff --git a/p/themes/Ansum/icons/down-white.svg b/p/themes/Ansum/icons/down-white.svg
deleted file mode 100644
index df05a4704..000000000
--- a/p/themes/Ansum/icons/down-white.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="10"
- viewBox="0 0 16 10"
- version="1.1"
- id="svg5"
- sodipodi:docname="down-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1026"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="26.222222"
- inkscape:cx="7.5"
- inkscape:cy="4.5"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="1"
- inkscape:current-layer="svg5" />
- <g
- id="surface2">
- <path
- style="fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 1.800781,0.347656 0.386719,1.761719 8.09375,9.46875 15.800781,1.761719 14.386719,0.347656 8.09375,6.640625 Z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/link-white.svg b/p/themes/Ansum/icons/link-white.svg
deleted file mode 100644
index c6baadc85..000000000
--- a/p/themes/Ansum/icons/link-white.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="17"
- height="17"
- viewBox="0 0 17 17"
- version="1.1"
- id="svg5"
- sodipodi:docname="link-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="841"
- inkscape:window-height="480"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="13.882353"
- inkscape:cx="8.5"
- inkscape:cy="8.5"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg5" />
- <g
- id="surface2"
- transform="translate(0,-1)">
- <path
- style="fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 8.5,1 C 3.816406,1 0,4.816406 0,9.5 0,14.183594 3.816406,18 8.5,18 13.183594,18 17,14.183594 17,9.5 17,4.816406 13.183594,1 8.5,1 Z M 5.480469,3.742188 C 4.609375,4.957031 3.78125,6.570312 3.558594,8.5 H 2.082031 C 2.402344,6.421875 3.691406,4.679688 5.480469,3.742188 Z m 6.035156,0 C 13.308594,4.679688 14.597656,6.421875 14.914062,8.5 H 13.4375 C 13.21875,6.570312 12.390625,4.957031 11.515625,3.742188 Z M 7.5,4.4375 V 8.5 H 5.578125 C 5.839844,6.835938 6.695312,5.4375 7.5,4.4375 Z m 2,0 c 0.804688,1 1.660156,2.398438 1.921875,4.0625 H 9.5 Z M 2.082031,10.5 h 1.472657 c 0.1875,1.828125 0.863281,3.371094 1.589843,4.566406 C 3.53125,14.09375 2.382812,12.441406 2.082031,10.5 Z m 3.488281,0 H 7.5 v 4.460938 C 6.734375,13.957031 5.820312,12.40625 5.570312,10.5 Z M 9.5,10.5 h 1.917969 C 11.160156,12.171875 10.304688,13.570312 9.5,14.5625 Z m 3.9375,0 h 1.476562 c -0.316406,2.078125 -1.605468,3.824219 -3.398437,4.757812 0.875,-1.214843 1.703125,-2.828124 1.921875,-4.757812 z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/magnifier.svg b/p/themes/Ansum/icons/magnifier.svg
deleted file mode 100644
index ae3732c69..000000000
--- a/p/themes/Ansum/icons/magnifier.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16" version="1.1">
-<g id="surface2">
-<path style=" stroke:none;fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;" d="M 9.464844 0 C 5.867188 0 2.929688 2.9375 2.929688 6.535156 C 2.929688 7.972656 3.40625 9.300781 4.199219 10.382812 L 0.710938 13.867188 L 0 14.578125 L 1.421875 16 L 2.132812 15.289062 L 5.617188 11.800781 C 6.699219 12.59375 8.027344 13.070312 9.464844 13.070312 C 13.0625 13.070312 16 10.132812 16 6.535156 C 16 2.9375 13.0625 0 9.464844 0 Z M 9.464844 2.011719 C 11.976562 2.011719 13.988281 4.023438 13.988281 6.535156 C 13.988281 9.046875 11.976562 11.058594 9.464844 11.058594 C 6.953125 11.058594 4.941406 9.046875 4.941406 6.535156 C 4.941406 4.023438 6.953125 2.011719 9.464844 2.011719 Z M 9.464844 2.011719 "/>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Ansum/icons/non-starred-white.svg b/p/themes/Ansum/icons/non-starred-white.svg
deleted file mode 100644
index 9bd48c801..000000000
--- a/p/themes/Ansum/icons/non-starred-white.svg
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="18"
- height="16"
- viewBox="0 0 18 16"
- version="1.1"
- id="svg5"
- sodipodi:docname="non-starred-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1026"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="15.733333"
- inkscape:cx="8.5"
- inkscape:cy="7.5"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="1"
- inkscape:current-layer="svg5" />
- <g
- id="surface2"
- transform="translate(0,-1)">
- <path
- style="fill:none;stroke:#ffffff;stroke-width:0.26879001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
- d="m 107.00018,143.49705 1.62575,-0.0138 0.49783,-1.54754 0.51657,1.54119 1.62575,-0.004 -1.30706,0.96642 0.50616,1.54542 -1.32372,-0.94419 -1.31226,0.95901 0.48845,-1.55072 z m 0,0"
- transform="matrix(3.750673,0,0,3.690326,-399.91249,-522.49621)"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/read-grey.svg b/p/themes/Ansum/icons/read-grey.svg
deleted file mode 100644
index 4857aca02..000000000
--- a/p/themes/Ansum/icons/read-grey.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="18" viewBox="0 0 16 18" version="1.1">
-<g id="surface2">
-<path style=" stroke:none;fill-rule:nonzero;fill:rgb(80.784314%,80.784314%,80.784314%);fill-opacity:1;" d="M 8 0 L 0.460938 4.933594 L 0 5.234375 L 0 18 L 16 18 L 16 5.234375 Z M 8 2.417969 L 13.625 6.101562 L 8 10.601562 L 2.371094 6.101562 Z M 2 8.390625 L 8 13.1875 L 14 8.390625 L 14 15.964844 L 2 15.964844 Z M 2 8.390625 "/>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Ansum/icons/read-white.svg b/p/themes/Ansum/icons/read-white.svg
deleted file mode 100644
index 578facdc7..000000000
--- a/p/themes/Ansum/icons/read-white.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="18"
- viewBox="0 0 16 18"
- version="1.1"
- id="svg5"
- sodipodi:docname="read-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="841"
- inkscape:window-height="480"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="13.882353"
- inkscape:cx="8"
- inkscape:cy="8.5"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg5" />
- <g
- id="surface2">
- <path
- style="fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 8,0 0.460938,4.933594 0,5.234375 V 18 H 16 V 5.234375 Z m 0,2.417969 5.628906,3.683593 -5.628906,4.5 -5.628906,-4.5 z M 2,8.390625 8,13.1875 14,8.390625 v 7.574219 H 2 Z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/rss-white.svg b/p/themes/Ansum/icons/rss-white.svg
deleted file mode 100644
index b7fbf9987..000000000
--- a/p/themes/Ansum/icons/rss-white.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="17"
- height="17"
- viewBox="0 0 17 17"
- version="1.1"
- id="svg5"
- sodipodi:docname="rss-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1026"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="8"
- inkscape:cx="-5.9380772"
- inkscape:cy="10.889349"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="1"
- inkscape:current-layer="svg5" />
- <g
- id="surface2"
- transform="translate(0,-1)">
- <path
- style="fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="m 4.246094,15.433594 c 0,1.101562 -0.898438,2 -2,2 -1.105469,0 -2,-0.898438 -2,-2 0,-1.105469 0.894531,-2 2,-2 1.101562,0 2,0.894531 2,2 m 5,2 c 0,-4.984375 -4.019532,-9 -9,-9 v -2 c 6.0625,0 11,4.933594 11,11 z m 5.5,0 c 0,-8.019532 -6.480469,-14.5 -14.5,-14.5 v -2 c 9.097656,0 16.5,7.398437 16.5,16.5 z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/starred-white.svg b/p/themes/Ansum/icons/starred-white.svg
deleted file mode 100644
index 896dd1eeb..000000000
--- a/p/themes/Ansum/icons/starred-white.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="15"
- viewBox="0 0 16 15"
- version="1.1"
- id="svg5"
- sodipodi:docname="starred-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="841"
- inkscape:window-height="480"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="16.857143"
- inkscape:cx="7.5"
- inkscape:cy="7"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg5" />
- <g
- id="surface2">
- <path
- style="fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 0.410156,6.054688 6.507812,6.003906 8.375,0.292969 10.3125,5.980469 16.410156,5.964844 11.507812,9.53125 13.40625,15.234375 8.441406,11.75 3.519531,15.289062 5.351562,9.566406 Z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/tick-white.svg b/p/themes/Ansum/icons/tick-white.svg
deleted file mode 100644
index 0bcc26f47..000000000
--- a/p/themes/Ansum/icons/tick-white.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" viewBox="0 0 48 48" version="1.1">
-<g id="surface3">
-<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 24 0 C 10.746094 0 0 10.746094 0 24 C 0 37.253906 10.746094 48 24 48 C 37.253906 48 48 37.253906 48 24 C 48 10.746094 37.253906 0 24 0 Z M 36.96875 14.488281 C 37.585938 14.472656 38.148438 14.835938 38.386719 15.402344 C 38.628906 15.96875 38.5 16.625 38.0625 17.054688 L 22.058594 33.058594 C 21.472656 33.644531 20.523438 33.644531 19.941406 33.058594 L 12.941406 26.0625 C 12.386719 25.472656 12.402344 24.550781 12.972656 23.976562 C 13.542969 23.402344 14.464844 23.386719 15.058594 23.9375 L 21.003906 29.878906 L 35.945312 14.9375 C 36.214844 14.664062 36.582031 14.5 36.96875 14.488281 Z M 36.96875 14.488281 "/>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Ansum/icons/unread-grey.svg b/p/themes/Ansum/icons/unread-grey.svg
deleted file mode 100644
index 1981cf92c..000000000
--- a/p/themes/Ansum/icons/unread-grey.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="13"
- viewBox="0 0 16 13"
- version="1.1"
- id="svg5"
- sodipodi:docname="unread.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="841"
- inkscape:window-height="480"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="19.666667"
- inkscape:cx="8"
- inkscape:cy="6"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg5" />
- <g
- id="surface2">
- <path
- style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 0,0 V 13 H 16 V 0 Z m 3.257812,2 h 9.484376 L 8,5.726562 Z M 2,3.554688 8,8.269531 14,3.554688 V 11 H 2 Z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/unread-white.svg b/p/themes/Ansum/icons/unread-white.svg
deleted file mode 100644
index 6623924ab..000000000
--- a/p/themes/Ansum/icons/unread-white.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="13" viewBox="0 0 16 13" version="1.1">
-<g id="surface2">
-<path style=" stroke:none;fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;" d="M 0 0 L 0 13 L 16 13 L 16 0 Z M 3.257812 2 L 12.742188 2 L 8 5.726562 Z M 2 3.558594 L 8 8.273438 L 14 3.558594 L 14 11 L 2 11 Z M 2 3.558594 "/>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Ansum/icons/up-white.svg b/p/themes/Ansum/icons/up-white.svg
deleted file mode 100644
index e19d1e1d9..000000000
--- a/p/themes/Ansum/icons/up-white.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="16"
- height="10"
- viewBox="0 0 16 10"
- version="1.1"
- id="svg5"
- sodipodi:docname="up-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1026"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="26.222222"
- inkscape:cx="7.5"
- inkscape:cy="4.5"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="1"
- inkscape:current-layer="svg5" />
- <g
- id="surface2">
- <path
- style="fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 14.386719,9.46875 15.800781,8.054688 8.09375,0.347656 0.386719,8.054688 1.800781,9.46875 8.09375,3.175781 Z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>
diff --git a/p/themes/Ansum/icons/view-global-white.svg b/p/themes/Ansum/icons/view-global-white.svg
deleted file mode 100644
index 950267f6a..000000000
--- a/p/themes/Ansum/icons/view-global-white.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" viewBox="0 0 15 15" version="1.1">
-<g id="surface2">
-<path style=" stroke:none;fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;" d="M 6 12 L 9 12 L 9 15 L 6 15 Z M 12 12 L 15 12 L 15 15 L 12 15 Z M 0 12 L 3 12 L 3 15 L 0 15 Z M 6 6 L 9 6 L 9 9 L 6 9 Z M 12 6 L 15 6 L 15 9 L 12 9 Z M 0 6 L 3 6 L 3 9 L 0 9 Z M 6 0 L 9 0 L 9 3 L 6 3 Z M 12 0 L 15 0 L 15 3 L 12 3 Z M 0 0 L 3 0 L 3 3 L 0 3 Z M 0 0 "/>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Ansum/icons/view-list-white.svg b/p/themes/Ansum/icons/view-list-white.svg
deleted file mode 100644
index c76fc298b..000000000
--- a/p/themes/Ansum/icons/view-list-white.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="14" viewBox="0 0 15 14" version="1.1">
-<g id="surface2">
-<path style=" stroke:none;fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;" d="M 0 12 L 15 12 L 15 14 L 0 14 Z M 0 6 L 15 6 L 15 8 L 0 8 Z M 0 0 L 15 0 L 15 2 L 0 2 Z M 0 0 "/>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Ansum/icons/view-reader-white.svg b/p/themes/Ansum/icons/view-reader-white.svg
deleted file mode 100644
index 70175c623..000000000
--- a/p/themes/Ansum/icons/view-reader-white.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="14"
- height="16"
- viewBox="0 0 14 16"
- version="1.1"
- id="svg5"
- sodipodi:docname="view-reader-white.svg"
- inkscape:version="0.92.3 (unknown)">
- <metadata
- id="metadata11">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs9" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="841"
- inkscape:window-height="480"
- id="namedview7"
- showgrid="false"
- inkscape:zoom="15.733333"
- inkscape:cx="7"
- inkscape:cy="7.5"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg5" />
- <g
- id="surface2">
- <path
- style="fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 3.5,10 H 8 v 1.5 H 3.5 Z m 0,-3 h 7 v 1.5 h -7 z m 0,-3 h 7 v 1.5 h -7 z M 0,16 V 0 H 14 V 16 Z M 2,14 H 12 V 2 H 2 Z m 0,0"
- id="path2"
- inkscape:connector-curvature="0" />
- </g>
-</svg>