Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f56c1be0 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'new-icons' into 'master'

next app-icons added

See merge request e/infra/nextcloud-theme!55
parents 55817f85 f0310e0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="m7.9062 1a7 7 0 0 0-6.9062 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7 7 7 0 0 0-0.09375 0zm0.09375 2.6992a4.3 4.3 0 0 1 4.3008 4.3008 4.3 4.3 0 0 1-4.3008 4.3008 4.3 4.3 0 0 1-4.3008-4.3008 4.3 4.3 0 0 1 4.3008-4.3008z" fill="#808080" stroke-dashoffset="10" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" style="paint-order:markers stroke fill"/></svg>
+38 −26
Original line number Diff line number Diff line
@@ -1081,28 +1081,29 @@ a.legal {
}

#body-login {
    background-color: #f2f2f2 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #808080;
    font-family: "Century Gothic Regular";
}
#body-login .v-align {
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 32px 0px;
    padding: 64px 44px;
}

#body-login #user,
#body-login #password,
#body-login .totp-form > input[type="tel"] {
    color: rgba(0, 0, 0, 0.8);
    background-color: white;
    padding-left: 10%;
    padding-right: 0;
    padding-bottom: 2%;
    padding-top: 2%;
    font-size: 1.3em;
    line-height: 1.7em;
    transition: all 0.5s linear;
    width: 97.656%;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 12px 16px;
    width: 424px;
    height: 48px;
    border: 1px solid #E6E8E9;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 12px 0px;
}

#body-login .groupbottom,
@@ -1118,17 +1119,25 @@ a.legal {

#body-login #submit-wrapper,
#body-login #reset-password-wrapper {
    background-color: #f2f2f2;
    background-color: #ffffff;
    margin-top: 26px;
}

#body-login #submit-form,
#body-login #reset-password-submit,
#body-login .two-factor-submit {
    background-color: #007fff;
	color: white;
    border: none;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    height: 48px;
    left: 0px;
    top: 261px;
    background: #0075E0;
    border-radius: 6px;
    flex-grow: 1;
    margin: 24px 0px;
}

#body-login .totp-form input, 
@@ -1147,8 +1156,6 @@ a.legal {
}

#body-login form {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 50px;
}

@@ -1208,22 +1215,27 @@ a.legal {
    margin-right: 0;
}

#body-login #user:hover,
/* #body-login #user:hover,
#body-login #user:focus,
#body-login #password:hover,
#body-login #password:focus {
    outline: 0;
    transition: all 0.5s linear !important;
    box-shadow: inset 0px 0px 10px #ccc !important;
}
    padding: 12px 16px;
    width: 424px;
    height: 48px;
    border: 1px solid #E6E8E9;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 12px 0px;
} */

#body-login #lost-password:hover {
    text-decoration: underline;
}

#body-login #header .logo {
    background-image: url("../img/logo.png");
    background-image: url("../img/logo@2x.svg");
    margin-top: 0.5em;
	background-size: contain;
}

#body-login .lost-password-container .update {
+1688 −1640
Original line number Diff line number Diff line
@@ -15,7 +15,18 @@
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 */

 @font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Regular.woff2') format('woff2'),
        url('../webfonts/Roboto-Regular.woff') format('woff');
    /* font-weight: 600; */
    /* font-style: normal; */
    font-display: swap;
    letter-spacing: 1px;
 }
 *{
	 font-family: 'Roboto';
 }
 :root {
	--color-primary: #007fff;
	--color-primary-element: #007fff;
@@ -25,7 +36,7 @@
	--color-error: #fb3845;
	--color-delete: #e9322d;
	--color-success: #3ad975;
  --color-main-background: #f2f2f2;
	--color-main-background: #ffffff;
	--color-main-background-translucent: #f2f2f2;
	--color-main-text: black;
	--color-background-hover: white;
@@ -221,12 +232,12 @@ body.theme--dark #settings #expanddiv {
  /* use logos from theme */
  #header .logo,
  #firstrunwizard .logo {
  background-image: url("../img/logo.png");
	background-image: url("../img/logo@2x.svg");
	width: 256px;
	height: 128px;
  }
  #header .logo-icon {
  width: 40px;
	width: 130px;
	height: 40px;
	top: 5px;
	bottom: 0px;
@@ -234,7 +245,7 @@ body.theme--dark #settings #expanddiv {
  }
  
  #header #nextcloud {
  padding-left: 70px;
	padding-left: 150px;
  }
  
  #header .notifications .svg {
@@ -317,7 +328,7 @@ li.app-navigation-entry.app-navigation-entry--collapsible > a:hover,
	background-image: var(--icon-folder-drag-accept-007fff) !important;
  }
  #header .logo {
  background-image: url("../img/logo.png");
	background-image: url("../img/logo@2x.svg");
  }
  #body-user #header,
  #body-settings #header,
@@ -342,7 +353,7 @@ li.app-navigation-entry.app-navigation-entry--collapsible > a:hover,
  }
  
  #header .logo {
  background-size: 25px;
	background-size: auto;
  }
  #body-login #header .logo {
	margin-bottom: 22px;
@@ -687,7 +698,7 @@ body.theme--highcontrast #app-dashboard .edit-panels {
	.footer
	a {
	background-color: var(--color-dashboard-panels);
  opacity: 0.9;
	/* opacity: 0.9; */
  }
  
  #body-user[data-dashboard-background]:not(.theme--dark) #header {
@@ -1041,6 +1052,7 @@ li.app-navigation-entry.active .icon-recent-actors {
  }
  
  button .icon-upload,
  #uploadavatarbutton.icon-upload,
  .button.primary .icon-upload,
  button.primary .icon-upload,
  #content-vue.app-calendar .settings-fieldset-interior-item .icon-upload,
@@ -1658,3 +1670,39 @@ button.edit-output-dir .icon-rename {
  #header .header-right .magnify-icon > svg {
	display: none;
  }
  .new-icons .color-icons{
    background-image: url("../img/app-icons/other.svg");
    width: 100% ;
    height: 80px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60px;
  }
  .new-icons .drive , .new-icons .files {background-image: url("../img/app-icons/Drive.svg");}
  .new-icons .activity {background-image: url("../img/app-icons/Activity.svg");}
  .new-icons .bookmarks {background-image: url("../img/app-icons/Bookmark.svg");}
  .new-icons .calendar {background-image: url("../img/app-icons/Calendar.svg");}
  .new-icons .carnet {background-image: url("../img/app-icons/Carnet.svg");}
  .new-icons .contacts {background-image: url("../img/app-icons/Contacts.svg");}
  .new-icons .deck {background-image: url("../img/app-icons/Deck.svg");}
  .new-icons .docs {background-image: url("../img/app-icons/Docs.svg");}
  .new-icons .email,.new-icons .rainloop {background-image: url("../img/app-icons/E-mail.svg");}
  .new-icons .gitlab {background-image: url("../img/app-icons/Gitlab.svg");}
  .new-icons .news {background-image: url("../img/app-icons/News.svg");}
  .new-icons .notes {background-image: url("../img/app-icons/Notes.svg");}
  .new-icons .presentation {background-image: url("../img/app-icons/Presentation.svg");}
  .new-icons .spreadsheet {background-image: url("../img/app-icons/Spreadsheet.svg");}
  .new-icons .tasks {background-image: url("../img/app-icons/Tasks.svg");}
  .new-icons .photos {background-image: url("../img/app-icons/Gallery.svg");}
  #appmenu li:hover a, #appmenu li a:focus {
	font-size: 12px;
	font-family: 'Roboto';
	letter-spacing: 1px;
  }
  #header{border-bottom: 1px solid #E6E8E9;}
  #filestable thead{background-color: unset !important ;}
  #recommendations{height: 100px !important;}
  .recommendation{border: 1px solid #E6E8E9;padding: 10px !important;margin-bottom: 5px;border-radius: 6px !important;}
  progress{border-radius: 10px 10px !important;height: 12px !important;}
  #appmenu li a:focus .icon-more, #appmenu li a:focus .icon-more-white {transform: none !important;}
  #more-apps:hover span, #more-apps:focus span, #more-apps a:focus span{display: none !important;}
+45.6 KiB
Loading image diff...
+14 −0
Original line number Diff line number Diff line
<svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M56.8 0H15.2C6.80527 0 0 6.80527 0 15.2V56.8C0 65.1947 6.80527 72 15.2 72H56.8C65.1947 72 72 65.1947 72 56.8V15.2C72 6.80527 65.1947 0 56.8 0Z" fill="url(#paint0_linear_509_2149)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.333 26.8185C37.333 25.0287 38.6643 23.5431 39.8776 22.2272C40.7811 21.2472 41.333 19.938 41.333 18.5C41.333 15.4624 38.8706 13 35.833 13C32.7954 13 30.333 15.4624 30.333 18.5C30.333 19.938 30.8849 21.2472 31.7884 22.2272C33.0017 23.5431 34.333 25.0287 34.333 26.8185V27.1815C34.333 28.9713 33.0017 30.4569 31.7884 31.7728C30.8849 32.7528 30.333 34.062 30.333 35.5C30.333 36.938 30.8849 38.2472 31.7884 39.2272C33.0017 40.5431 34.333 42.0287 34.333 43.8185V45.1815C34.333 46.9713 33.0017 48.4569 31.7884 49.7728C30.8849 50.7528 30.333 52.062 30.333 53.5C30.333 56.5376 32.7954 59 35.833 59C38.8706 59 41.333 56.5376 41.333 53.5C41.333 52.062 40.7811 50.7528 39.8776 49.7728C38.6643 48.4569 37.333 46.9713 37.333 45.1815V43.8185C37.333 42.0287 38.6643 40.5431 39.8776 39.2272C40.7811 38.2472 41.333 36.938 41.333 35.5C41.333 34.062 40.7811 32.7528 39.8776 31.7728C38.6643 30.4569 37.333 28.9713 37.333 27.1815V26.8185ZM35.833 56C37.2137 56 38.333 54.8807 38.333 53.5C38.333 52.1193 37.2137 51 35.833 51C34.4523 51 33.333 52.1193 33.333 53.5C33.333 54.8807 34.4523 56 35.833 56Z" fill="url(#paint1_linear_509_2149)"/>
<defs>
<linearGradient id="paint0_linear_509_2149" x1="36" y1="1.408" x2="36" y2="72.216" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E6E8E9"/>
</linearGradient>
<linearGradient id="paint1_linear_509_2149" x1="35.833" y1="13" x2="35.833" y2="59" gradientUnits="userSpaceOnUse">
<stop stop-color="#128FFD"/>
<stop offset="1" stop-color="#2B72F9"/>
</linearGradient>
</defs>
</svg>
Loading