Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
new website
  • Loading branch information
mistic100 committed Aug 27, 2017
1 parent cbace62 commit 1be9441
Show file tree
Hide file tree
Showing 123 changed files with 6,929 additions and 580 deletions.
5,975 changes: 5,975 additions & 0 deletions assets/css/paper-kit.css

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions assets/css/umwp-sprite.css
@@ -0,0 +1,42 @@
[class^='umwp-'], [class*=' umwp-'] { background-image:url('./umwp-sprite.png'); }
.umwp-lock { background-position:0 0; width:22px; height:16px; }
.umwp-unlock { background-position:-22px 0; width:22px; height:16px; }
.umwp-im_center { background-position:0 -16px; width:20px; height:16px; }
.umwp-im_custom { background-position:-20px -16px; width:20px; height:16px; }
.umwp-im_fill { background-position:-44px 0; width:20px; height:16px; }
.umwp-im_stretch_prop { background-position:-44px -16px; width:20px; height:16px; }
.umwp-im_stretch { background-position:0 -32px; width:20px; height:16px; }
.umwp-im_tile { background-position:-20px -32px; width:20px; height:16px; }
.umwp-hide { background-position:-40px -32px; width:16px; height:16px; }
.umwp-config { background-position:0 -48px; width:16px; height:16px; }
.umwp-cross { background-position:-16px -48px; width:16px; height:16px; }
.umwp-delete { background-position:-32px -48px; width:16px; height:16px; }
.umwp-disable { background-position:-48px -48px; width:16px; height:16px; }
.umwp-edit { background-position:-64px 0; width:16px; height:16px; }
.umwp-enable { background-position:-64px -16px; width:16px; height:16px; }
.umwp-export { background-position:-64px -32px; width:16px; height:16px; }
.umwp-folder_go { background-position:-64px -48px; width:16px; height:16px; }
.umwp-folder { background-position:0 -64px; width:16px; height:16px; }
.umwp-help_color { background-position:-16px -64px; width:16px; height:16px; }
.umwp-help { background-position:-32px -64px; width:16px; height:16px; }
.umwp-add_color { background-position:-48px -64px; width:16px; height:16px; }
.umwp-house { background-position:-64px -64px; width:16px; height:16px; }
.umwp-about { background-position:-80px 0; width:16px; height:16px; }
.umwp-add { background-position:-80px -16px; width:16px; height:16px; }
.umwp-bug { background-position:-80px -32px; width:16px; height:16px; }
.umwp-bullet_green { background-position:-80px -48px; width:16px; height:16px; }
.umwp-bullet_red { background-position:-80px -64px; width:16px; height:16px; }
.umwp-bullet_yellow { background-position:0 -80px; width:16px; height:16px; }
.umwp-images { background-position:-16px -80px; width:16px; height:16px; }
.umwp-import { background-position:-32px -80px; width:16px; height:16px; }
.umwp-clear { background-position:-48px -80px; width:16px; height:16px; }
.umwp-mode_random { background-position:-64px -80px; width:16px; height:16px; }
.umwp-mode_sequential { background-position:-80px -80px; width:16px; height:16px; }
.umwp-play_pause { background-position:-96px 0; width:16px; height:16px; }
.umwp-quick { background-position:-96px -16px; width:16px; height:16px; }
.umwp-quit { background-position:-96px -32px; width:16px; height:16px; }
.umwp-refresh { background-position:-96px -48px; width:16px; height:16px; }
.umwp-settings { background-position:-96px -64px; width:16px; height:16px; }
.umwp-color { background-position:-96px -80px; width:16px; height:16px; }
.umwp-w_desktop { background-position:0 -96px; width:16px; height:16px; }
.umwp-w_monitor { background-position:-16px -96px; width:16px; height:16px; }
Binary file added assets/css/umwp-sprite.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions assets/css/umwp.css
@@ -0,0 +1,91 @@
/* from demo.css */
.main .section:first-of-type {
position: relative;
z-index: 2;
}

/* header slideshow */
.page-header {
background: black;
}

.page-header .image {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
animation: slideshow 20s linear infinite;
}

.page-header .image:nth-of-type(1) {
animation-delay: -1s;
}

.page-header .image:nth-of-type(2) {
animation-delay: 3s;
}

.page-header .image:nth-of-type(3) {
animation-delay: 7s;
}

.page-header .image:nth-of-type(4) {
animation-delay: 11s;
}

.page-header .image:nth-of-type(5) {
animation-delay: 15s;
}

@keyframes slideshow {
0%, 25%, 100% {
opacity: 0;
}
5%, 20% {
opacity: 1;
}
}

/* various fixes */
.footer .copyright {
padding: 0;
margin: 0;
}

@media (max-width: 992px) {
.footer .credits {
line-height: 1.1em;
padding: 10px 15px;
}
}

[class^="umwp-"], [class*=" umwp-"] {
display: inline-block;
vertical-align: middle;
}

/* guide */
.guide-item {
margin-bottom: 2em;
position: relative;
}

.guide-item img {
width: 96px;
height: 96px;
}

.guide-item:not(:last-child)::before {
content: '';
position: absolute;
bottom: -1.9em;
left: 47px;
height: 1.8em;
width: 3px;
border-radius: 1px;
background: rgba(0, 0, 0, 0.05);
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/img/faces/jeff-bridge.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/faces/morgan-freeman.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/faces/stoya.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/guide/add-set.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/guide/apply.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/guide/book.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/guide/folder.png
Binary file added assets/img/guide/gears.png
Binary file added assets/img/guide/refresh.png
1 change: 1 addition & 0 deletions assets/img/icons/folder.svg
1 change: 1 addition & 0 deletions assets/img/icons/password.svg
1 change: 1 addition & 0 deletions assets/img/icons/patchwork.svg
1 change: 1 addition & 0 deletions assets/img/icons/random.svg
4 changes: 4 additions & 0 deletions assets/img/icons/shortcut.svg
Binary file added assets/img/logo.png
Binary file added assets/img/screenshots/context.png
Binary file added assets/img/screenshots/custom-layout.png
Binary file added assets/img/screenshots/main.png
Binary file added assets/img/screenshots/monitors.png
Binary file added assets/img/screenshots/options1.png
Binary file added assets/img/screenshots/options2.png
Binary file added assets/img/screenshots/options3.png
Binary file added assets/img/screenshots/options4.png
Binary file added assets/img/screenshots/properties.png
Binary file added assets/img/screenshots/tray.png

0 comments on commit 1be9441

Please sign in to comment.