Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Themes</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link href='http://fonts.googleapis.com/css?family=Roboto:700,400' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:700,400:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- body {
- font-family:arial;
- font-size:12px;
- background:#f8f8f8; /**this is the color of the bg.*/
- }
- a {
- color:#676767; /**this is the color of the links.*/
- text-decoration:none;
- }
- ::-webkit-scrollbar {
- background-color: white;
- height:8px;
- width:5px
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:black;
- height:50px
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:black;
- height:8px!important
- }
- .top {
- width:1594px;
- background:white; /**this is the color of the topbar bg.*/
- text-align:left;
- padding-bottom:0px;
- margin-bottom:0px;
- margin-top:-9px;
- margin-left:-7px;
- }
- .ti {
- float:left;
- padding:30px;
- padding-top:30px;
- font-family:'roboto', sans-serif;
- font-size:15px;
- text-transform:uppercase;
- font-weight:bold;
- }
- .links {
- width:1100px;
- text-align:center;
- padding:30px;
- }
- .links a {
- font-family:'roboto', sans-serif;
- font-size:15px;
- text-transform:uppercase;
- padding:30px;
- border-left:1px solid #eee;
- margin-left:-3px;
- }
- .links a:hover {
- background:black; /**this is the color of the bg of the topbar links bg when you hover over them.*/
- color:white; /**this is the color of the topbar links when you hover over them.*/
- }
- .links a:last-child {
- border-right:1px solid #eee;
- }
- .category {
- background:white; /**this is the color of the bg of your categories.*/
- width:250px;
- height:280px;
- margin-top:0px;
- overflow:hidden;
- float:left;
- box-shadow:0px 3px 10px rgba(0,0,0,.15);
- margin:10px;
- color:black; /**this is the color of the text of your categories.*/
- margin-bottom:50px;
- }
- .category:hover {
- background:black; /**this is the color of the bg of your categories when you hover over them.*/
- color:white; /**this is the color of the text of your categories when you hover over them.*/
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- .icon {
- font-size:80px;
- padding:10px;
- border-bottom:1px solid #eee;
- }
- .cti {
- text-align:left;
- font-weight:bold;
- font-family:'roboto', sans-serif;
- font-size:20px;
- padding:10px;
- text-transform:uppercase;
- }
- .cdesc {
- text-align:justify;
- padding:10px;
- line-height:150%;
- }
- .container {
- width:1080px;
- margin-top:10px;
- }
- #content {
- margin:10px;
- overflow:hidden;
- width:250px;
- float:left;
- box-shadow:0px 3px 10px rgba(0,0,0,.15);
- }
- #content img {
- display:block;
- width:250px;
- height:125px;
- }
- .hover {
- opacity:0;
- width:250px;
- height:125px;
- margin-top:-125px;
- z-index:1;
- position:absolute;
- background:URL("http://static.tumblr.com/zy3qjic/T4Znsglm1/hover_copy.png");
- }
- .hover:hover {
- -webkit-transition: all 0.5s ease-in;
- -moz-transition: all 0.5s ease-in;
- -o-transition: all 0.5s ease-in;
- opacity:1;
- width:250px;
- height:125px;
- background:URL("http://static.tumblr.com/zy3qjic/T4Znsglm1/hover_copy.png");
- margin-top:-125px;
- z-index:1;
- position:absolute;
- }
- .tti {
- margin-top:35px;
- padding:10px;
- color:white;
- text-transform:uppercase;
- font-weight:bold;
- }
- .tlinks {
- color:white;
- }
- .tlinks a {
- color:#cd5050;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- }
- .tlinks a:hover {
- color:white;
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- #footer {
- margin-top: 0px;
- background:#f8f8f8;
- float: left;
- width: 1100px;
- height: auto;
- padding-top: 30px;
- padding-bottom: 30px;
- margin-left:calc(50% - 550px);
- margin-top:70px;
- font-family:'roboto', sans-serif;
- text-transform:uppercase;
- font-size:12px;
- }
- #footer a {
- color: black;
- font-weight: bold;
- }
- #footer a:hover{
- text-decoration: none;
- font-weight: bold;
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- border:1px solid #eee; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- </style>
- </head>
- <body>
- <!-- THIS IS A POP UP BOX. YOU DONT HAVE TO USE THEM BUT IT'S THERE IF YOU WANT -->
- <!-- IF YOU WANT TO ADD A NEW POP UP BOX JUST COPY AND PASTE STARTING FROM HERE -->
- <div id="box1" class="popup_block">
- <center><h1>Rules</h1></center>
- You guys can donate any amount of money you like. Every donation is appreciated. It's to thank/support me for making free themes. The money will help me to pay for school and rent. Thank you so much if you donate money, I love you ♥</font><br><br>
- <center><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
- <input type="hidden" name="cmd" value="_s-xclick">
- <input type="hidden" name="hosted_button_id" value="FJ74QE4ZKVBS2">
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
- <img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
- </form></center>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!-- ENDING HERE -->
- <!-- EVERYTIME YOU ADD A NEW POP UP BOX CHANGE THE NUMBER OF THE BOX. SEE HERE IT'S CALLED BOX2 INSTEAD OF BOX1 -->
- <div id="box2" class="popup_block">
- <center><h1>Rules</h1></center>
- <li> Do not remove the credit.
- <li> Do not redistribute.
- <li> Do not steal.
- <li> Do not claim as your own.
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!-- TOPBAR LINKS + TITLE -->
- <div class="top">
- <div class="ti"><i class="fa fa-diamond"></i> themes by clumhood</div>
- <center><div class="links">
- <a href="/">Home</a>
- <a href="/message">inbox</a>
- <a href="/tagged/theme ask">FAQ</a>
- <a href="/tagged/theme">Theme tag</a>
- <!-- THATS WHAT YOUR LINK LOOKS LIKE TO LEAD TO YOUR POP UP BOX. JUST COPY AND PASTE ALL OF THAT AND MAKE SURE THE NUMBER OF THE BOX MATCHES YOUR POP UP BOX-->
- <a href="#?w=300" rel="box2" class="poplight">Rules</a>
- </div></center>
- </div>
- <!-- CATEGORIES -->
- <center><div class="container">
- <a href="/tagged/theme"><div class="category">
- <div class="icon"><i class="fa fa-code"></i> </div>
- <div class="cti">Themes</div>
- <div class="cdesc">I provide you with a wide variety of themes, from simple themes to fansite themes or even icon pages, event pages etc. </div>
- </div></a>
- <a href="/message"><div class="category">
- <div class="icon"><i class="fa fa-tasks"></i> </div>
- <div class="cti">Requests</div>
- <div class="cdesc">Requests are open. If you want me to make a type of theme, or a type of page, go to my ask and tell me what you'd like. Unlike, commissions it'll be posted publicly and available to everyone. </div>
- </div></a>
- <a href="/commissions"><div class="category">
- <div class="icon"><i class="fa fa-desktop"></i> </div>
- <div class="cti">Commissions</div>
- <div class="cdesc">Want a customized theme? If you're willing to pay for your theme/fansite theme/gallery theme, I now take commissions! Your theme will never be published publicly and will only be used by you. </div>
- </div></a>
- <a href="#?w=300" rel="box1" class="poplight"><div class="category">
- <div class="icon"><i class="fa fa-credit-card"></i> </div>
- <div class="cti">Donate</div>
- <div class="cdesc">Want to thank me and support me for making free themes? You can donate some money here. It's not necessary but it would be really appreciated. </div>
- </div></a>
- <!-- THEMES -->
- <!-- TO ADD A NEW THEME COPY AND PASTE STARTING FROM HERE -->
- <!-- THE PREVIEWS ARE SIZED 250X125PX -->
- <div id="content"><img src="http://41.media.tumblr.com/759ae833007f4dd802248e257c665a6a/tumblr_nsbb7nbzeJ1tws1sgo1_500.png"/>
- <div class="hover">
- <div class="tti">Event page</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/event">preview</a> + <a href="http://pastebin.com/UwHTiRK0">code</a> + <a href="http://clumhood.tumblr.com/post/125444347581/event-page-by-clumhood-static-preview-code">info</a></div>
- </div></div>
- <!-- ENDING HERE -->
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/cKansgm1n/2.png"/>
- <div class="hover">
- <div class="tti">theme 11</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th11">preview</a> + <a href="http://pastebin.com/ym5PEk3U">code</a> + <a href="http://clumhood.tumblr.com/post/125089123096/theme-11-drive-by-clumhood-static-preview">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/Racnsgm6n/2.png"/>
- <div class="hover">
- <div class="tti">gallery #2</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/g2p1">preview</a> + <a href="http://pastebin.com/KHEKQegT">code</a> + <a href="http://clumhood.tumblr.com/post/124490446341/theme-page-02-gallery-2-by-clumhood-part1">info</a></div>
- </div></div>
- <div id="content"><img src="http://41.media.tumblr.com/253fecd7ca2dfbd55bee636fda543e50/tumblr_nrqnpgZKYV1tws1sgo2_r1_500.png"/>
- <div class="hover">
- <div class="tti">gallery #1</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/gallery1">preview</a> + <a href="http://pastebin.com/QK3zLt3F">code</a> + <a href="http://clumhood.tumblr.com/post/124490439221/theme-page-01-gallery-1-by-clumhood-static">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/xjTnsgmdx/2.png"/>
- <div class="hover">
- <div class="tti">Fansite theme #2</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th10">preview</a> + <a href="http://pastebin.com/fY5nSDmH">code</a> + <a href="http://clumhood.tumblr.com/post/122429071896/theme-10-fansite-theme-2-by-clumhood-static">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/lkJnsgml2/2.png"/>
- <div class="hover">
- <div class="tti">Theme 09</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th09">preview</a> + <a href="http://pastebin.com/iViMdwi4">code</a> + <a href="http://clumhood.tumblr.com/post/120939077586/theme-09-hold-me-down-by-clumhood-static">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/I0tnsgmoe/2.png"/>
- <div class="hover">
- <div class="tti">Theme 08</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th08">preview</a> + <a href="http://pastebin.com/BWRuAMKq">code</a> + <a href="http://clumhood.tumblr.com/post/119454316126/theme-08-control-by-clumhood-static-preview">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/4Lxnsgmtf/2.png"/>
- <div class="hover">
- <div class="tti">Theme 07</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th07">preview</a> + <a href="http://pastebin.com/e3yHGnZk">code</a> + <a href="http://clumhood.tumblr.com/post/118401417061/theme-07-new-flame-by-clumhood-static-preview">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/mRvnsgn0v/2.png"/>
- <div class="hover">
- <div class="tti">Fansite theme #1</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th06">preview</a> + <a href="http://pastebin.com/uGuMSNJp">code</a> + <a href="http://clumhood.tumblr.com/post/117567093871/theme-06-by-clumhood-static-preview-code">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/8qunsgnb3/2.png"/>
- <div class="hover">
- <div class="tti">theme 05</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th05">preview</a> + <a href="http://pastebin.com/pDh5wmXL">code</a> + <a href="http://clumhood.tumblr.com/post/117189001701/theme-05-wanderess-by-clumhood-static-preview">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/maLnsgnd2/2.png"/>
- <div class="hover">
- <div class="tti">theme 04</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th04">preview</a> + <a href="http://pastebin.com/7ZqiDL07">code</a> + <a href="http://clumhood.tumblr.com/post/94954489701/theme-04-by-clumhood-all-about-that-bass">info</a></div>
- </div></div>
- <div id="content"><img src="http://static.tumblr.com/zy3qjic/ShGnsgng4/2.png"/>
- <div class="hover">
- <div class="tti">theme 02</div>
- <div class="tlinks"><a href="http://clumhoodthemes.tumblr.com/th02">preview</a> + <a href="http://pastebin.com/YavKkYaL">code</a> + <a href="http://clumhood.tumblr.com/post/94954489701/theme-04-by-clumhood-all-about-that-bass">info</a></div>
- </div></div>
- </div></center>
- <!-- DONT REMOVE THIS -->
- <center><div id="footer"> Theme by <a href="http://clumhood.tumblr.com/">clumhood</a> © </div></center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment