maraudersmaps themes
ABOUT
hi, there! these are my themes

feel free to use and edit them, but please leave the credits as they are

if you have any questions, don't be shy and drop them in the askbox (check the questions i've already answered first!)

UPDATES
IMPORTANT INFORMATION
  • I won't reply to questions whose answers have already been published
  • I will most likely reply privately. if i don't, i'll tag the answer with your username so you can find it easily.
  • These themes are not bases. Don't use them as such
  • Do not remove the credit in any theme.
CREDITS
Theme made by maraudersmaps
Icon by calicons
{  }
Frequently Asked Questions
I’d recommend you to try re-installing the theme using the old customize page here: http://tumblr.com/customize-classic (if you want to install the theme in a sub-blog, just add "/yoursubblog’surl" at the end)
Look for this part of the code and delete it:
<script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"> </script> <script type="text/javascript" language="javascript"> $(function() { $(this).bind("contextmenu", function(e) { e.preventDefault(); }); }); </script>
Look in the code for target="_blank" and delete all of them
No, sorry! I don't make themes by request. However, I do accept suggestions!
I'm afraid it won't work on a regular blog since the only kind of posts you can see are asks.
Soon! I always use my themes for a little while before publishing the codes, so be patient :) If you want to know exactly when, follow me on twitter or keep checking this blog for a release date!
I know, I know. This is probably the biggest flaw of my themes lol, since I never use any pages I always forget to add them in the code! But don't worry, check the answers I've already published for each theme, the codes are all there.
Look for this part of the code and delete it:
<div class="icon"> <img src="{ PortraitURL-64 }"> </div>
Then, look for this part of the code:
#navigation1 a {display:block; background-color:{ color:sidebar background}; margin:2px 0px 2px 0px; font:10px georgia; text-transform: lowercase; font-style:italic; color:{ color:sidebar text}; text-decoration: none; letter-spacing: 0px; text-align:center; padding: 1px 2px 1px 2px;} #navigation1 a:hover {font-weight:bold; color:{ color:sidebar text}; background-color:{ color:sidebar hover}}
and add this in the end:
#navigation1 {width:256px; margin-left:-106px;}
Don't worry, you won't be able to see them in the customize page and the mess is normal. Everything will be fine in your blog after you click Save.
Here. To make the extra links available, click “Show link 4” (and 5,6,7 in the right order!) and then write the url in the box that says “link 4 url” and the title in the box that says “link 4 name”
The height is not important, but make sure it's at least 850px wide!
You can do it easily. Look for this part of the code:
<script> $(document).ready(function(){ $(".d1").click(function(){ $(".desc").slidetoggle("slow"); $(this).toggleclass("active"); }); }); </script>
and delete it. Then look for this part and delete the display:none; part:
.desc {padding:2px; text-align:center; background-color:{ color:description}; color:{ color:descriptiontitle}; display:none; margin:0px; max-height:120px; overflow-x:hidden; overflow-y:auto; text-align:justify; text-transform:none; letter-spacing:0px;}
First, delete this part of the code:
#tags {opacity:0; height:0px!important; margin-left:513px; position:absolute;}
Then, look for this part of the code:
.entries:hover #tags {position: absolute; display: block; margin-left:513px; background-color:{ color:posts}; width: 150px; margin-top:-8px; padding:3px 4px 3px 4px; opacity:1; text-align:center; -moz-transition: opacity .7s ease-out; -o-transition: opacity .7s ease-in; transition: opacity .7s ease-in; -webkit-transition: opacity .7s ease-in; height:auto!important; font:8px { font:body}; color:{ color:permalink}; text-transform:uppercase;}
and delete the words .entries:hover
Look for this part of the code:
#information{position:absolute; font:8px { font:Body}; text-transform:uppercase; color:{ color:link}; margin-left:514px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-08px; background-color:{ color:posts}; display:block; text-align:center; padding:2px;}
And change the opacity to 1.
You need to check one of the options in the appearance section or else you'll get those ugly squares
You need to check one of the options in the appearance section or else you'll get those ugly squares
Look for this part of the code:
#information{position:absolute; font:10px calibri; text-transform:uppercase; color:{ color:link}; margin-left:-174px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-08px; background-color:#trans; display:block; text-align:right; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; border-right:4px solid { color:border};}
and change the opacity to 1
Look for this part of the code:
#titleblog1 {width:80px; margin-bottom:20px; font:11px georgia; font-style:italic; z-index:30; position:relative; text-align:right; margin-left:39px; opacity:1;margin-top:-34px;}
And change it for this:
.titlelside {width:200px ;margin-bottom:5px; font:12px georgia; font-style:italic; margin-top:-50px; margin-left:39px;} #titleblog1 {width:80px; margin-bottom:20px; font:11px georgia; font-style:italic; z-index:30; position:relative; text-align:right; margin-left:39px; opacity:1;margin-top:-4px;}
and then look for this part of the code:
<div id=”lside”> <div id=”titleblog1”><div class=”icon”><img src=”{ PortraitURL-96}”></div></div>
And change it for this:
<div id=”lside”> <div class=”titlelside”>+marauders maps themes</div> <div id=”titleblog1”><div class=”icon”><img src=”{ PortraitURL-96}”></div></div>
Re-type all the quotation marks!