The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Ol arthur ritus wouldn't let me sleep so I re-did my header area on my entry page. Did I mess it up to bad?
|
#12
|
|||
|
|||
Quote:
|
Благодарность от: | ||
K4GAP |
#14
|
|||
|
|||
Quote:
It means a lot to have ones peers acknowledge your work. Now I'm working on ways to improve the "landing page" without increasing it's load time. I want to add a functional "light" footer with my social media icons. I'm looking to add this code: Code:
.social-popout { height: 48px; width: 48px; margin: 10px; float: left; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -o-transition: all ease 0.5s; -ms-transition: all ease 0.5s; transition: all ease 0.5s; } .social-popout img { border-radius: 50%; margin: 8px; width: 100%; box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8); -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -o-transition: all ease 0.5s; -ms-transition: all ease 0.5s; transition: all ease 0.5s; } .social-popout img:hover { margin: 0px; box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3); } Code:
<div class="social-popout"><img src="images/social/youtube.png" /></div> |
#15
|
||||
|
||||
You can insert the css right into the page itself
HTML Code:
<head> <style type="text/css"> your css code </style> </head> HTML Code:
<style type="text/css"> @import "yourstyle.css"; </style> |
#16
|
|||
|
|||
the top method worked, thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|