Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
Difference between revisions of "User:KeybladeSpyMaster/vector.css"
From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
(Blanked the page) |
|||
Line 1: | Line 1: | ||
/** Front page's portal (Elements from Destiny wiki) **/ | |||
.NavButton:hover .NavInfo, .NavButton:hover .AppInfo { | |||
top: 0; | |||
} | |||
.NavButton { | |||
width: 150px; | |||
border: 1px solid #262626; | |||
min-height: 150px; | |||
background: #3E3E3E center; | |||
margin-bottom: 1em; | |||
margin:0 auto; | |||
position: relative; | |||
overflow: hidden; | |||
color: #FFF; | |||
cursor: pointer; | |||
-moz-box-shadow: 2px 2px 2px #000000; | |||
-webkit-box-shadow: 2px 2px 2px #000000; | |||
box-shadow: 2px 2px 2px #000000; | |||
} | |||
.NavInfo { | |||
width: 100%; | |||
height: 150px; | |||
position: absolute; | |||
top: 127px; | |||
left: 0; | |||
z-index: 1; | |||
background-color: #000; | |||
background-color: rgba(0, 0, 0, 0.6); | |||
-webkit-transition: top 0.3s linear; | |||
-moz-transition: top 0.3s linear; | |||
-o-transition: top 0.3s linear; | |||
transition: top 0.3s linear; | |||
} | |||
.NavTitle { | |||
border-top: #bf1313 solid 4px; | |||
border-bottom: 1px solid #000; | |||
background: rgba(46,49,56,0.7); | |||
height: 3px; | |||
padding-left: 5px; | |||
text-transform: uppercase; | |||
text-align: center; | |||
} |
Revision as of 03:20, 6 October 2017
/** Front page's portal (Elements from Destiny wiki) **/ .NavButton:hover .NavInfo, .NavButton:hover .AppInfo { top: 0; } .NavButton { width: 150px; border: 1px solid #262626; min-height: 150px; background: #3E3E3E center; margin-bottom: 1em; margin:0 auto; position: relative; overflow: hidden; color: #FFF; cursor: pointer; -moz-box-shadow: 2px 2px 2px #000000; -webkit-box-shadow: 2px 2px 2px #000000; box-shadow: 2px 2px 2px #000000; } .NavInfo { width: 100%; height: 150px; position: absolute; top: 127px; left: 0; z-index: 1; background-color: #000; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: top 0.3s linear; -moz-transition: top 0.3s linear; -o-transition: top 0.3s linear; transition: top 0.3s linear; } .NavTitle { border-top: #bf1313 solid 4px; border-bottom: 1px solid #000; background: rgba(46,49,56,0.7); height: 3px; padding-left: 5px; text-transform: uppercase; text-align: center; }