-#search-form > input#search-box:-webkit-autofill {
- -webkit-box-shadow: 0 0 0 1000px #222 inset !important;
- -webkit-text-fill-color: #b5b5a4 !important;
-}
-
-#callback {
- bottom: 0;
- position: absolute;
- height: 115px;
- width: 31.1rem;
-}
-
-#search3 {
- margin-top: -1.5rem;
-}
-
-#wikires > a {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- margin-bottom: 0.5em;
- height: 19px;
- display: block;
- color: inherit;
- text-decoration: none;
-}
-
-#duckduckres > a {
- margin-bottom: 0.5em;
- display: block;
- color: inherit;
- text-decoration: none;
-}
-
-#topsites-list {
- display: none;
-}
-
-#search1.active {
- margin-bottom: 2em;
-}
-
-#search2.active {
- margin-top: 2em;
-}
-
-.name {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 120px;
-}
-
-.inp {
- width: 200px;
-}
-
-.inp > input {
- font-size: 16px !important;
-}
-
-.users-list > ul > li > span {
- margin-top: 4px;
- font-weight: normal;
- color: black;
- width: 10px;
- padding: 4px 5px 4px 10px;
- background: white;
- float: right;
- display: none;
- cursor: pointer;
-}
-
-.users-list > ul > .inp > span {
- margin-top: 4px;
- font-weight: normal;
- color: black;
- width: 10px;
- padding: 2px 5px 3px 6px;
- background: white;
- cursor: pointer;
-}
-
-.users-list > ul > li:hover > span {
- display: inline-block;
+html, body {
+ font-size: 16px !important;
+ width: 100%;
+ height: 100%;
}
-.users-list > ul > .title:hover > span {
- display: inline-block;
+body {
+ margin: 0;
+ color: #D8DEE9;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
}
-.users-list > ul {
- margin: 0;
+.favorites {
+ display: flex;
+ flex-direction: row;
+ display: -webkit-flex;
+ -webkit-flex-direction: row;
}
-.users-list > ul > .title > span {
- margin-top: 14px;
- font-size: 75% !Important;
- font-weight: normal;
- color: black;
- width: 10px;
- content: "+";
- padding: 6px 6px 5px 9px;
- background: white;
- float: right;
- display: none;
- cursor: pointer;
+ul {
+ list-style: none;
+ padding: 0;
+ width: 10rem;
+ margin: 0.5rem 2em 2em 2em;
}
-.users-list > ul > li > a, .users-list > ul > .title > p {
- width: calc(100% - 45px);
- display: inline-block;
+img {
+ float: left;
+ margin-top: 1px;
+ padding-right: 3px;
}
-div#apps {
- overflow-x: scroll;
- display: flex;
- width: 907px;
- align-content: flex-start;
- justify-content: flex-start;
+input {
+ font-size: 16px !important;
+ padding: 0;
+ height: 18.5px;
+ width: 112px;
+ margin: 5px;
}
-::-webkit-scrollbar
-{
- width: 12px; /* for vertical scrollbars */
- height: 12px; /* for horizontal scrollbars */
+input.name {
+ margin-bottom: 2.5px
}
-::-webkit-scrollbar-track
-{
- background: rgba(0, 0, 0, 0);
+input.url {
+ margin-top: 2.5px
}
-::-webkit-scrollbar-thumb
-{
- background: rgba(0, 0, 0, 0.2);
+.remove {
+/* width: 9px;
+ height: 29px;
+ padding: 6px 10px 0 10px;*/
+ width: 29px;
+ height: 35px;
+ padding: 0;
+ background: #434C5E;
+ float: right;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ cursor: pointer;
+ font-family: monospace;
+ display: flex;
}
-li.sortable-chosen.sortable-ghost > a {
- background-color: white;
- color: #2A313B !important;
+.save {
+ padding-left: 8px;
+ float: right;
+ height: 60px;
+ width: 21px;
+ display: flex;
+ text-align: center;
+ align-items: center;
+ cursor: pointer;
}
-
-.title > p {
- width: 160px;
- margin-left: 0.5rem;
- margin-bottom: 0.5rem !important;
-}
-.app {
- cursor: pointer;
- text-align: center;
- margin: 16px;
+.save:hover, .save:focus, .save:focus-within {
+ background: #A3BE8C;
}
-.app > .image {
- width: 64px;
- padding: 8px;
+.remove:hover {
+ background: #BF616A;
}
-html, body {
- font-family: Roboto !important;
- font-size: 16px !important;
- width: 100vw;
- height: 100vh;
+.add {
+ background-color: #434C5E;
+ margin-top: 14px;
+ width: 29px;
+ height: 29px;
+ padding: 0;
+ justify-content: center;
+ align-items: center;
+ float: right;
+ display: none;
+ cursor: pointer;
}
-body {
- width: 100%;
- height: 100%;
- margin: 0;
- background-color: #2A313B;
- color: #b5b5a4;
+.add:hover {
+ background-color: #A3BE8C !important;
}
-.container {
+.title:hover > .add {
display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
}
-.favorites {
+.title:hover .add:not(:hover),
+li:hover > .remove:not(:hover) {
display: flex;
- flex-direction: row;
+ background-color: #434c5e;
}
-.favorites-list {
- width: 10rem;
- margin: 0.5rem 2em 2em 2em;
-}
-
-ul {
- list-style: none;
- padding: 0;
+li:hover > a, li > a:focus, li > a:focus-within {
+ display: inline-block;
+ background-color: #434c5e;
}
-.title {
- margin-bottom: 0.5rem;
- font-weight: bold;
- text-align: left;
- border-bottom: 1px solid #b5b5a4;
+li:hover {
+ background-color: #434c5e;
}
-ul > li > a {
- color: #b5b5a4;
+a {
+ color: inherit;
outline: none;
display: block;
text-decoration: none;
padding: 0.5rem;
+ height: 19px;
}
-ul > li > a:hover {
- color: #2A313B;
- background-color: #b5b5a4;
-}
-
-.search.active {
- width: 30rem;
- padding: 0.5rem;
- border: 1px solid #b5b5a4;
+.remove:not(:hover) {
+ display: none;
}
-#search-box {
- font-size: inherit;
- width: 100%;
- margin: auto;
- padding: 0;
- background-color: rgba(0, 0, 0, 0);
- color: #b5b5a4;
- border: none;
+a, ul > .title > p {
+ width: calc(100% - 45px);
+ display: inline-block;
}
-#search-box:focus {
- outline: none;
+li.sortable-chosen.sortable-ghost > a {
+ background-color: white;
+ color: #2A313B !important;
}
-
-/* webkit compat */
-
-.container {
- display: -webkit-flex;
- -webkit-flex-direction: column;
- -webkit-align-items: center;
- -webkit-justify-content: center;
+.title {
+ margin-bottom: 0.5rem;
+ font-weight: bold;
+ text-align: left;
+ border-bottom: 1px solid #434C5E;
}
-.favorites {
- display: -webkit-flex;
- -webkit-flex-direction: row;
+.title p {
+ width: 160px;
+ margin-left: 0.5rem;
+ margin-bottom: 0.5rem !important;
}