Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="image:Background" content=" " />
- <meta name="image:Portrait" content=" " />
- <meta name="color:Background" content="#f0f0f0"/>
- <meta name="color:Title" content="#000000" />
- <meta name="color:DescriptionText" content="#000000" />
- <meta name="color:LinkText" content="#ffffff" />
- <meta name="color:LinkBox" content="#000000" />
- <meta name="font:Text" content="Baskerville" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 URL" content="http://" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 URL" content="http://" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 URL" content="http://" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 URL" content="http://" />
- <title> {Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
- <style type="text/css">
- *{-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -ms-transition:all 0.5s ease-out; -o-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
- body {background:{color:Background} url({image:Background}); font-family:{font:Text};}
- a {text-decoration:none; color:{color:LinkText};}
- a:hover {color:inherit;}
- #content {height:500px; width:400px; text-align:center; position:fixed; top:50%; left:50%; margin-top:-250px; margin-left:-200px;}
- #content h2 {font-family:homemade apple; color:{color:Title};}
- #content img {height:150px; width:150px; border-radius:100%;}
- #content img:hover {-webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); transform: scale(1.2,1.2);}
- #content p {text-align:left; color:{color:DescriptionText};}
- #links a {display:inline-block; text-decoration:none; background-color:{color:LinkBox}; color:{color:LinkText}; width:196px; border:solid 1px {color:LinkBox}; margin-bottom:5px; padding:4px 0;}
- #links a:hover {color:{color:LinkBox}; background-color:transparent;}
- /*---custom css----*/
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="content">
- <div id="text">
- <h2>{Title}</h2>
- <img src="{image:Portrait}" />
- <p>{Description}</p>
- </div>
- <div id="links">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
- </div>
- </div>
- <!------DO NOT REMOVE THE CREDIT. DOING SO WOULD MAKE YOU A THIEF.------->
- <a href="http://syntaxthemes.tumblr.com">
- <img style="position:fixed; bottom:0; right:0; display:block; opacity:0.7; margin:0; z-index:999999999999!important;" onmouseover="this.style.opacity=0.9" onmouseout="this.style.opacity=0.7" src="http://static.tumblr.com/puls2hm/QOHn1brjx/st.png"/></a>
- <!----------------------------------THANK-------------------------------->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment