Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---- theme made by nialljhoren ---->
- <!---- do not use as base code, remove credit, or claim as your own --->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {background-color:#7a7979; height:100px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#7a7979}; height:10px !important;}
- ::-webkit-scrollbar {height:9px; width:5px; background-color: #fff;}
- img.desaturate { filter: grayscale(85%);
- -webkit-filter: grayscale(85%);
- -moz-filter: grayscale(85%);
- -ms-filter: grayscale(85%);
- -o-filter: grayscale(85%);
- }
- body {
- background-color:#ffffff;
- font-size:12px;
- font-family:cambria;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#6b6868; /*--link color--*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- color:#C4B3BA; /*--link hover color--*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*--position of the boxes--*/
- #container {
- position:relative;
- width:900px;
- margin-top:-100px;
- margin-left:100px;
- text-align:center;
- }
- /*--whole box--*/
- #people {
- margin-left:150px;
- margin-top:150px;
- display:inline-block;
- }
- #icons img{
- position:absolute;
- margin-top:50px;
- padding:5px;
- border:1px solid #e6e6e6;
- height:125px;
- width:125px;
- }
- #url {
- position:absolute;
- margin-left:1px;
- margin-top:140px;
- width:125px;
- text-transform:uppercase;
- text-align:center;
- font-family:calibri;
- background-color:#fff;
- color:#a3a3a3; /*--url color--*/
- padding:2px 5px 13px 5px;
- opacity:.75;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- #people:hover #url {
- opacity:0;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #names {
- position:absolute;
- margin-left:3px;
- margin-top:150px;
- width:125px;
- text-transform:lowercase;
- text-align:center;
- font-family:cambria;
- font-size:10px;
- letter-spacing:1px;
- color:#949292; /*--name color--*/
- padding:3px;
- opacity:1;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- }
- #people:hover #names {
- opacity:0;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #desc {
- z-index:99999;
- position:absolute;
- margin-top:51px;
- margin-left:1px;
- background-color:#fff;
- color:#a3a3a3; /*--description text color--*/
- text-align:center;
- height:95px;
- width:125px;
- padding:5px;
- opacity:0;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #people:hover #desc {
- opacity:0.9;
- height:120px;
- border-bottom: 5px solid #e2e3e4; /*--description bottom border color--*/
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #nameindesc {
- font-family:cambria;
- font-size:20px;
- text-align:center;
- }
- /*--sidebar--*/
- #sbar {
- position:fixed;
- width:250px;
- height:200%;
- margin-left:40px;
- letter-spacing:2px;
- margin-top:50px;
- background-color:#404041; /*--sidebar background color--*/
- }
- #sidebarimage img {
- margin-top:300px;
- margin-left:60px;
- position:fixed;
- width:120px;
- height:125px;
- padding:3px;
- border:1px solid #BDB9BA; /*--sidebar image border color--*/
- }
- #title {
- font-size:15px; /*--title font size--*/
- position:fixed;
- text-align:center;
- text-transform:lowercase;
- font-family:consolas;
- width:250px;
- margin-top:280px;
- color:#e2e3e4; /*--title color--*/
- }
- #groupdesc {
- font-size:11px;
- font-family:times new roman;
- font-style:italic;
- width:170px;
- text-align:center;
- letter-spacing:1px;
- margin-top:440px;
- margin-left:38px;
- line-height:110%;
- color:#c9c9c9;
- }
- /*--credit - DO NOT REMOVE--*/
- #heyo {
- position:fixed;
- text-align:center;
- bottom:10px;
- right:10px;
- font-size:7px;
- text-transform:uppercase;
- display:block;
- background-color:#fff;
- }
- #heyo a{
- color:#b3b2b1;
- border: 1px solid #e4e3e2;
- padding: 3px 5px 3px 5px;
- background-color:#fff;
- border-radius:50px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #heyo a:hover{
- color:#fff;
- background-color:#969194;
- border: 1px solid #7a7979;
- color:#fff;
- padding: 3px 5px 3px 5px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div id="sbar">
- <div id="title">{title}</div>
- <div id="sidebarimage"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="groupdesc">the description of your group goes here. you don't have to have one if you don't want to.</div>
- </div>
- <div id="container">
- <!--person 1-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 2-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 3-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 4-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 5-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 6-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 7-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 8-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 9-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 10-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 11-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 12-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 13-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 14-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!--person 15-->
- <div id="people">
- <div id="icons"><img src="http://media.tumblr.com/tumblr_mab627cckV1qhfgy1.gif" class=desaturate></div>
- <div id="url">url</div>
- <div id="names">name</div>
- <div id="desc">
- <div id="nameindesc"><a href=http://.tumblr.com>name;</a></div>
- description
- </div></div>
- <!---copy and paste each "box code" to add more--->
- <div id="heyo"><a href="http://nialljhoren.tumblr.com">N</a></div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment