Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Rework home page with Material cards
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 25, 2016
1 parent 12568db commit 1c118a1
Show file tree
Hide file tree
Showing 15 changed files with 311 additions and 104 deletions.
127 changes: 98 additions & 29 deletions core/src/plugins/access.ajxp_home/res/home.css
Expand Up @@ -277,59 +277,122 @@
text-align: center;
font-size: 34px;
color: white;
margin: 20px;
line-height: 55px;
opacity: 0;
transition: opacity ease 0.9s;
position: relative;
top: 30px;
}
#home_account_pane #ws_legend .repoInfoBadge {
-webkit-animation: fadein 0.2s ease-in;
animation: fadein 0.2s ease-in;
position: relative;
box-sizing: border-box;
display: inline-block;
font-size: 24px;
min-width: 210px;
max-width: 210px;
line-height: 30px;
background-color: rgba(0, 0, 0, 0.16);
font-size: 20px;
width: 160px;
line-height: 25px;
background-color: rgba(0, 150, 136, 0.76);
border-radius: 3px;
padding: 6px 16px 6px 14px;
margin: 26px 8px;
min-height: 106px;
padding: 0;
margin: 3px;
min-height: 114px;
vertical-align: top;
text-align: left;
clear: both;
color: #ffffff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#home_account_pane #ws_legend .repoInfoBadge > div {
clear: both;
}
#home_account_pane #ws_legend .repoInfoBox {
#home_account_pane #ws_legend .repoInfoBadge:nth-child(1) {
background-color: rgba(96, 125, 139, 0.85);
}
#home_account_pane #ws_legend .repoInfoBadge:nth-child(2) {
background-color: rgba(33, 150, 243, 0.85);
}
#home_account_pane #ws_legend .repoInfoBadge:nth-child(3) {
background-color: rgba(244, 67, 54, 0.75);
}
#home_account_pane #ws_legend .repoInfoBadge:nth-child(4) {
background-color: rgba(0, 150, 136, 0.85);
}
#home_account_pane #ws_legend .repoInfoBadge .repoInfoBox {
position: absolute;
top: 6px;
bottom: 6px;
left: 14px;
right: 16px;
width: 100%;
height: 100%;
}
#home_account_pane #ws_legend .repoInfoTitle {
#home_account_pane #ws_legend .repoInfoBadge .repoInfoBody {
padding: 12px 16px;
}
#home_account_pane #ws_legend .repoInfoBadge .repoInfoBody > div {
width: 100%;
}
#home_account_pane #ws_legend .repoInfoBadge .repoInfoHeader {
padding: 7px 16px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
line-height: 25px;
}
#home_account_pane #ws_legend .repoInfoBadge .repoInfoHeader .repoInfoTitle {
float: left;
font-weight: 500;
text-transform: none;
font-size: 16px;
font-size: 13px;
text-align: left;
color: rgba(255, 255, 255, 0.76);
line-height: 45px;
}
#home_account_pane #ws_legend .repoInfoBadge span[class^="icon-"],
#home_account_pane #ws_legend .repoInfoBadge span[class^="mdi mdi-"] {
#home_account_pane #ws_legend .repoInfoBadge .repoInfoHeader span[class^="icon-"],
#home_account_pane #ws_legend .repoInfoBadge .repoInfoHeader span[class^="mdi mdi-"] {
display: block;
font-size: 30px;
line-height: 45px;
opacity: 0.9;
font-size: 18px;
opacity: 0.76;
text-align: right;
line-height: 25px;
}
#home_account_pane #ws_legend .repoInfoBadge.main {
background-color: rgba(0, 150, 136, 0.85);
width: 326px;
font-size: 13px;
}
#home_account_pane #ws_legend .repoInfoBadge.main.size-3 {
width: 492px;
}
#home_account_pane #ws_legend .repoInfoBody > div {
#home_account_pane #ws_legend .repoInfoBadge.main.size-4 {
width: 655px;
}
#home_account_pane #ws_legend .repoInfoBadge.main h4 {
margin: 0;
padding: 0;
font-weight: 400;
font-size: 20px;
}
#home_account_pane #ws_legend .repoInfoBadge.main .repoInfoBody {
padding: 12px 16px;
}
#home_account_pane #ws_legend .repoInfoBadge.main .repoInfoHeader {
padding-right: 8px;
}
#home_account_pane #ws_legend .repoInfoBadge.main .repoInfoTitle {
width: 100%;
}
#home_account_pane #ws_legend .repoInfoBadge.main .repoInfoTitle span.enter_save_choice input {
margin: 0;
}
#home_account_pane #ws_legend .repoInfoBadge.main .repoInfoTitle a {
color: white;
font-weight: 500;
float: right;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
padding: 0 8px;
border-radius: 2px;
transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
#home_account_pane #ws_legend .repoInfoBadge.main .repoInfoTitle a:hover {
background-color: rgba(255, 255, 255, 0.5);
}
#home_account_pane #ws_legend > small {
font-size: 16px;
line-height: 1.4em;
Expand All @@ -342,11 +405,6 @@
#home_account_pane #ws_legend.empty_ws_legend {
opacity: 0;
}
#home_account_pane #ws_legend .enter_save_choice {
opacity: 0.7;
font-size: 13px;
margin-top: 10px;
}
#home_account_pane #list_cont {
overflow-y: auto;
}
Expand Down Expand Up @@ -494,19 +552,30 @@ div#tutorial_dl_apps_pane div.dl_blocks_sep {
div#tutorial_dl_apps_pane div#dl_pydio_cont {
width: 750px;
margin: 0 auto;
background-color: transparent;
}
div#tutorial_dl_apps_pane div#dl_pydio_for {
display: none;
float: left;
margin: 44px 18px;
font-size: 21px;
}
div#tutorial_dl_apps_pane span.dl_tooltip_container {
display: inline-block;
float: left;
width: 90px;
text-align: center;
}
div#tutorial_dl_apps_pane span.dl_tooltip_container div.mui-tooltip {
top: 0;
width: 200px;
left: -50px;
}
div#tutorial_dl_apps_pane div#dl_pydio_win,
div#tutorial_dl_apps_pane div#dl_pydio_mac,
div#tutorial_dl_apps_pane div#dl_pydio_ios,
div#tutorial_dl_apps_pane div#dl_pydio_android {
width: 90px;
float: left;
padding-top: 8px;
position: relative;
}
Expand Down

0 comments on commit 1c118a1

Please sign in to comment.