Merge branch 'master' of https://github.com/ksjdragon/hourglass
This commit is contained in:
commit
9ee9d36835
@ -401,7 +401,7 @@
|
|||||||
color: #999 !important;
|
color: #999 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainpage:hover {
|
#mainpage:hover, #logout2:hover {
|
||||||
-webkit-transform: scale(1.05);
|
-webkit-transform: scale(1.05);
|
||||||
-moz-transform: scale(1.05);
|
-moz-transform: scale(1.05);
|
||||||
-ms-transform: scale(1.05);
|
-ms-transform: scale(1.05);
|
||||||
@ -409,7 +409,7 @@
|
|||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainpage h2 {
|
#mainpage h2, #logout2 h2 {
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8%;
|
padding: 8%;
|
||||||
@ -418,8 +418,9 @@
|
|||||||
filter: none !important;
|
filter: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainpage {
|
#mainpage, #logout2 {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
padding: 0;
|
||||||
background-color: #617C9E;
|
background-color: #617C9E;
|
||||||
|
|
||||||
box-shadow: -1px 2px 5px 1px #333;
|
box-shadow: -1px 2px 5px 1px #333;
|
||||||
@ -434,8 +435,13 @@
|
|||||||
-ms-transition: transform 0.2s ease, background-color 0.1s ease;
|
-ms-transition: transform 0.2s ease, background-color 0.1s ease;
|
||||||
transition: transform 0.2s ease, background-color 0.1s ease;
|
transition: transform 0.2s ease, background-color 0.1s ease;
|
||||||
}
|
}
|
||||||
|
#logout2 {
|
||||||
#mainpage:active {
|
background-color: #DE5050;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 85%;
|
||||||
|
}
|
||||||
|
#mainpage:active,#logout2:active {
|
||||||
background-color: #56708D;
|
background-color: #56708D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
<template name="profile">
|
<template name="profile">
|
||||||
|
{{> loginButtons}}
|
||||||
<div id="profPage" style="background-color:{{divColor 'header'}};height:{{mainHeight}};{{textColor}}{{loadNew}}">
|
<div id="profPage" style="background-color:{{divColor 'header'}};height:{{mainHeight}};{{textColor}}{{loadNew}}">
|
||||||
<div id="mainpage" onclick="window.location='/'"><h2>Main Page</h2></div>
|
<div id="mainpage" onclick="window.location='/'"><h2>Main Page</h2></div>
|
||||||
|
<div id="logout2" onclick='document.getElementById("login-buttons-logout").click();'><h2>Logout</h2></div>
|
||||||
<div id="profMainContainer" style="{{mainCenter}}">
|
<div id="profMainContainer" style="{{mainCenter}}">
|
||||||
<div id="profBanner" style="{{banner}};"></div>
|
<div id="profBanner" style="{{banner}};"></div>
|
||||||
<div id="profAvatar" style="{{avatar}};{{avatarDim}}"></div>
|
<div id="profAvatar" style="{{avatar}};{{avatarDim}}"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user