Welcome Guest [Log In] [Register]
  • Pages:
  • 1
  • 6
Priori Incatatem; (Dark Blue/Harry Potter)
Topic Started: Dec 31 2005, 12:05 AM (13,964 Views)
Black Widow
Member Avatar
Quack Quack!
Name: Priori Incatatem
Notes: Be sure to keep your banner image to 715 px wide or less, otherwise the borders won't look right. Also, feel free to use the banner currently on the skin. You can alter it any way you like :)

For buttons and other graphics click here!

Preview

Codes
--------

Header and Body (Admincp>Skinning and Styles>Board Wrappers)
Quote:
 
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#000000" vlink="#000000"><center><table width=762 cellpadding=0 cellspacing=0><tr><td  colspan=3><img src="http://img256.imageshack.us/img256/9743/pribbot6qm.gif"></td></tr>
<tr><td width=42 background="http://img365.imageshack.us/img365/2499/pribordright8ua.gif"></td>
<td bgcolor=#041122>
<% BOARD HEADER %>
<script language="javascript">
<!--//
/*****************************************************
// Created by Mercury for invisionFree.
// Change Toolbar v 1.1.2
// Free for use. Please keep intact.
// The gods are watching. )O+
// http://invisionfree.com/forums/support/ind...showtopic=15533
*****************************************************/
function addIconToToolBar(text, image, link){
  newButtons[newButtons.length] = new Array(text, image, link);
}
function changeToolBarIcons(){
  var allRows; var rowText; var tempText; var buttonDefaultLinks = new Array();
  var spaCing = "";
  var buttonDefaultText = new Array("Help","Search","Members","calendar");
  var buttonDefaultSrc = new Array(
      "http://67.18.37.15/style_images/1/atb_help.gif",
      "http://67.18.37.15/style_images/1/atb_search.gif",
      "http://67.18.37.15/style_images/1/atb_members.gif",
      "http://67.18.37.15/style_images/1/atb_calendar.gif");
  var linkDefault = new Array();
  var linkIndex; var linkBegin; var linkEnd=0;

  if (document.all){
      allRows = document.all.tags('td');
  }else if ( document.getElementsByTagName ){
      allRows = document.getElementsByTagName('td');
  }else{
      allRows = new Array();
  }

  linkSearch:
  for (var i=0; i<allRows.length; i++){
      rowText = allRows.innerHTML;
      if ( rowText.indexOf('<td')!=-1 && rowText.indexOf('&nbsp; &nbsp;&nbsp;')!=-1 ) { continue; }
      actionSearch:
      for ( var j=0; j<buttonDefaultText.length; j++ ){
          if ( rowText.indexOf("act="+buttonDefaultText[j])==-1 ){
              continue linkSearch;
          }
      }
      linkIndex=i; break;
  }

  for (var i=0; i<buttonDefaultText.length; i++){
      rowText = allRows[linkIndex].innerHTML;
      linkBegin = rowText.indexOf('href="',linkEnd+1);
      linkEnd = rowText.indexOf('"',linkBegin+8);
      tempText = rowText.substring(linkBegin+6,linkEnd)
      for ( var j=0; j<buttonDefaultText.length; j++){
          if ( tempText.indexOf(buttonDefaultText[j]) != -1 ){
              buttonDefaultLinks[j] = tempText;
          }
      }
  }
  for ( var i=0; i<newButtons.length; i++ ){
      var wBText=newButtons[0]; var wBSrc=newButtons[1]; var wBLink=newButtons[2];
      for ( var j=0; j<buttonDefaultText.length; j++ ){
          if ( wBSrc == buttonDefaultText[j].toUpperCase() ){ wBSrc = buttonDefaultSrc[j]; }
          if ( wBLink == buttonDefaultText[j].toUpperCase() ){ wBLink = buttonDefaultLinks[j]; }
      }
      newButtons[3] = "<a href='"+wBLink+"'>";
      if (showIcon.toLowerCase() != "no"){
          wBSrc = "<img src='"+wBSrc+"' border='0' alt='"+wBText+"' align='absmiddle' />";
      }else{
          wBSrc = "";
      }
      if ( showText.toLowerCase() != "no" ){
          textLocation = textLocation.toLowerCase();
          switch(textLocation.toLowerCase()){
              case "left" : newButtons[3] += wBText+" "+wBSrc; break;
              case "top" : newButtons[3] += wBText+"</a><br /><a href='"+wBLink+"'>"+wBSrc; break;
              case "bottom" : newButtons[3] += wBSrc+"</a><br /><a href='"+wBLink+"'>"+wBText; break;
              default : newButtons[3] += wBSrc+" "+wBText; break;
          }
      }else{
          newButtons[3] = wBSrc;
      }
      newButtons[3] += "</a>";
  }
  if ( diVider == "NONE" ){ spaCing = ""; }else{ spaCing = diVider; }
  spaCes = parseInt(spaCes); if ( isNaN(spaCes) ){ spaCes = 5; }
  for (var i=0; i<spaCes; i+=2 ){
      if ( spaCes%2 != 0 ) { spaCing = "&nbsp;"+spaCing; spaCes++; continue; }
      spaCing = "&nbsp;"+spaCing + "&nbsp;"
  }
  var newToolbar = "<table cellspacing=0 cellpadding=0 border=0><tbody>"
  if (oriEntation.toLowerCase() != "vertical"){
      newToolbar +="<tr>"; var buttonStart = "<td align='"+buttonAlign+"'>"; var buttonEnd = "</td>";
  }else{
      var buttonStart = "<tr><td align='"+buttonAlign+"'>"; spaCing =""; var buttonEnd = "</td></tr>";
  }
  for ( var i=0; i< newButtons.length; i++ ){
      var addSpace = ( i==0)? "" : spaCing;
      newToolbar += buttonStart + addSpace + newButtons[3] + buttonEnd; }
  newToolbar = (oriEntation.toLowerCase() != "vertical")? newToolbar + "</tr></tbody></table>" : newToolbar + "</tbody></table>";
  allRows[linkIndex].innerHTML = newToolbar;
}
var newButtons = new Array()

// Use: addIconToToolBar("Text","Image","Link");
// Example: addIconToToolBar("Help", "http://www.host.com/help.gif", "http://www.help.com/")
// Use "HELP", "SEARCH", "MEMBERS", and "CALENDAR" for default images and links.
// Icons and links will appear in order below. Leave out any default button to remove from bar.
// Remove all addIconToToolBar() below to leave blank.
addIconToToolBar("Help", "http://img97.imageshack.us/img97/7918/navmark4nt.gif", "HELP");
addIconToToolBar("Search", "http://img97.imageshack.us/img97/7918/navmark4nt.gif", "SEARCH");
addIconToToolBar("Members", "http://img97.imageshack.us/img97/7918/navmark4nt.gif", "MEMBERS");
addIconToToolBar("Calendar", "http://img97.imageshack.us/img97/7918/navmark4nt.gif", "CALENDAR");

var showText = "yes"; // yes, no // Default Yes.
var showIcon = "yes"; // yes, no // Default Yes.
var textLocation = "right"; // left, top, right, bottom // Default Right. No effect if showText is no.
var buttonAlign = "left"; // left, right, center // No effect if textLocation is left or right and oriEntation is horizontal.
var oriEntation = "horizontal"; // vertical, horizontal // Default Horizontal
var spaCes = "5"; // Number of spaces between icons. Default 5. No effect if oriEntation is vertical.
var diVider = "NONE"; // See use below.
// Anything you want the divider between each link to be. Default NONE
// Set spaces to an even number for uniform spacing.
// Has no effect if oriEntation is vertical.

changeToolBarIcons();
// -->
</script>
<table width=100% cellpadding=0 cellspacing=0><tr><td class=table2>
<% NAVIGATION %>
<% BOARD %>
<% STATS %>

<br>
<CENTER><i>Priori Incatatem</i> skin created by <B>Black Widow</B> of the <B><A HREF="http://www.ifskinzone.net" TARGET="_BLANK">IF Skin Zone</A></B>.</CENTER>


Footer (Admincp>Skinning and Styles>Board Wrappers)
Quote:
 
</td></tr></table></td><td width=52.5 
background="http://209.85.12.232/4448/71/upload/p1350366.gif"></td></tr><tr height=94><td colspan=3 background="http://img256.imageshack.us/img256/2049/pribtop7hq.gif"></td></tr></table>


CSS (Admincp>Skinning and Styles>Manage Style Sheets)
Quote:
 
html { overflow-x: hidden; overflow-y: auto; }

form { display:inline; }
img  { vertical-align:middle; border:0px }
BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #434F59; margin:0px 10px 0px 10px;background-color:#000212 }
TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #434F59; }
a:link, a:visited, a:active { text-decoration: underline; color: #434F59 }
a:hover { color: #5A6A76; text-decoration:underline }

fieldset.search { padding:6px; line-height:150% }
label { cursor:pointer; }

img.attach { border:2px outset #010818;padding:2px }

.googleroot  { padding:6px; line-height:130% }
.googlechild { padding:6px; margin-left:30px; line-height:130% }
.googleparent { padding:6px; margin-left:30px; line-height:130%; color:#434F59 }
.googlebottom, .googlebottom a:link, .googlebottom a:visited, .googlebottom a:active { font-size:11px; color: #434F59; }
.googlish, .googlish a:link, .googlish a:visited, .googlish a:active { font-size:14px; font-weight:bold; color:#434F59; }
.googlepagelinks { font-size:1.1em; letter-spacing:1px }
.googlesmall, .googlesmall a:link, .googlesmall a:active, .googlesmall a:visited { font-size:10px; color:#434F59 }

li.helprow { padding:0px; margin:0px 0px 10px 0px }
ul#help    { padding:0px 0px 0px 15px }

option.cat { font-weight:bold; }
option.sub { font-weight:bold;color:#434F59 }
.caldate  { text-align:right;font-weight:bold;font-size:11px;color:#434F59;background-image:
url(http://209.85.12.232/4448/71/upload/p1350266.gif);
padding:4px;margin:0px }

.warngood { color:green }
.warnbad  { color:red }

#padandcenter { margin-left:auto;margin-right:auto;text-align:center;padding:14px 0px 14px 0px }

#profilename { font-size:28px; font-weight:bold; }
#calendarname { font-size:22px; font-weight:bold; }

#photowrap { padding:6px; }
#phototitle { font-size:24px; border-bottom:1px solid black }
#photoimg  { text-align:center; margin-top:15px }

#ucpmenu    { line-height:150%;width:22%; border:1px solid #010818;background-color: #0A2035 }
#ucpmenu p  { padding:2px 5px 6px 9px;margin:0px; }
#ucpcontent { background-color: #0A2035; border:1px solid #010818;line-height:150%; width:auto }
#ucpcontent p  { padding:10px;margin:0px; }

#ipsbanner { position:absolute;top:1px;right:5%; }
#logostrip { border:1px solid #010818;background-color: #0A2035;background-image:url();padding:0px;margin:0px; }
#submenu  { border:1px solid #010818;background-image: url(http://209.85.12.232/4448/71/upload/p1350266.gif);
font-size:10px;margin:3px 0px 3px 0px;color:#434F59;font-weight:bold;}
#submenu a:link, #submenu  a:visited, #submenu a:active { font-weight:bold;font-size:10px;text-decoration: none; color: #434F59; }
#userlinks { border:1px dashed #010818; background-color:#0A2035}

#navstrip  { font-weight:bold;padding:6px 0px 6px 0px; }

.activeuserstrip { background-color:#041122; padding:6px }

.pformstrip { background-image:
url(http://209.85.12.232/4448/71/upload/p1350266.gif);
font-weight:bold;padding:4px;margin-top:1px }
.pformleft  { background-color: #0A2035; padding:5px; margin-top:1px;width:25%; border-top:1px solid #010818; border-right:1px solid #010818; }
.pformleftw { background-color: #0A2035; padding:5px; margin-top:1px;width:40%; border-top:1px solid #010818; border-right:1px solid #010818; }
.pformright { background-color: #0A2035; padding:5px; margin-top:1px;border-top:1px solid #010818; }

.post1 { background-color: #0A2035 }
.post2 { background-color: #0A2035}
.postlinksbar { padding:7px;margin-top:1px;font-size:10px; background-image: url(http://209.85.12.232/4448/71/upload/p1350266.gif) }

.row1 { background-color: #0A2035; border-top: 1px solid #113047; border-right: 1px solid #113047 }
.row2 { background-color: #0A2035; border-top: 1px solid #113047; border-right: 1px solid #113047 }
.row3 { background-color: #0A2035 }
.row4 { background-color: #0A2035; border-top: 1px solid #113047; border-right: 1px solid #113047 }

.darkrow1 { background-color: #041122; }
.darkrow2 { padding:3px; background-image:
url(http://img328.imageshack.us/img328/3508/prioribm2gd.gif)}
.darkrow3 { background-image:
url(http://img328.imageshack.us/img328/3508/prioribm2gd.gif) }

.hlight { background-color: #0A2035 }
.dlight { background-color: #0A2035 }

.titlemedium { font-weight:bold; color:#434F59; padding:5px; margin:0px; background-image: url(http://209.85.12.232/4448/71/upload/p1350266.gif) }
.titlemedium  a:link, .titlemedium  a:visited, .titlemedium  a:active  { text-decoration: underline; color: #434F59 }

.maintitle { background-position: left; text-align: left; vertical-align:middle;font-weight:bold; color:#C2CAD4; letter-spacing:0.5px; padding: 6.5px 0px 6.5px 5px; background-image: url(http://209.85.12.232/4448/71/upload/p1317176.gif) }
.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: #C2CAD4 }
.maintitle a:hover { text-decoration: none }

.plainborder { border:1px solid #010818;background-color:#010818 }
.tableborder { border:1px solid #010818;background-color:#010818; padding:0px; margin:0px; width:100% }
.tablefill  { border:1px solid #010818;background-color:#101324;padding:6px;  }
.tablepad    { background-color:#0A2035;padding:6px }
.tablebasic  { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }

.wrapmini    { float:left;line-height:1.5em;width:25% }
.pagelinks  { float:left;line-height:1.2em;width:35% }

.desc { font-size:10px; color:#434F59 }
.edit { font-size: 9px }

.signature  { font-size: 10px; color: #434F59 }
.postdetails { font-size: 10px }
.postcolor  { font-size: 12px; line-height: 160% }

.normalname { font-size: 12px; font-weight: bold; color: #617889 }
.normalname a:link, .normalname a:visited, .normalname a:active { font-size: 12px }
.unreg { font-size: 11px; font-weight: bold; color: #617889 }

.searchlite { font-weight:bold; color:#434F59; background-color:#0A2035 }

#QUOTE { font-family: Verdana, Arial; font-size: 11px; color: #434F59; background-color: #0A2035; border: 1px dashed #010818; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
#CODE  { font-family: Courier, Courier New, Verdana, Arial;  font-size: 11px; color: #434F59; background-color: #0A2035; border: 1px dashed #010818; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }

.copyright { font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; line-height: 12px }

.codebuttons  { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle }
.forminput, .textinput, .radiobutton, .checkbox  { border: 1px solid #010818; background-color: #101324; font-size: 11px; color: #434F59; font-family: verdana, helvetica, sans-serif; vertical-align: middle }

.thin { padding:6px 0px 6px 0px;line-height:140%;margin:2px 0px 2px 0px;border-top:1px solid #010818;border-bottom:1px solid #010818 }

.purple { color:purple;font-weight:bold }
.red    { color:red;font-weight:bold }
.green  { color:green;font-weight:bold }
.blue  { color:blue;font-weight:bold }
.orange { color:#F90;font-weight:bold }

div.row4 { border-color: #010818!important;background-color:#0A2035}

</style>
<script language='javascript'>
if ( location.search.indexOf('act=site')!=-1) {
document.write("<style>.tableborder{background-color:#0A2035; }</style>")}
</script>
<style type="text/css">

</style>
<script language='javascript'>
if ( location.search.indexOf('calendar')!=-1 ){document.write("<style>.maintitle { background-image: url(http://209.85.12.232/4448/71/upload/p1317200.gif); padding:7px 0px 7px 5px;}}</style>")}
</script>
Posted Image
Goto Top
 
Maru
Member Avatar
TZ Addict
Harry Potter. Really nice.

Posted Image
Goto Top
 
Alpha°
Member Avatar
s a v e _ m e.
Nice... Best HP skin I've seen round here.
c h r i s t . w o n t . s a v e YOU
a r e . y o u . a f r a i d ?
Goto Top
 
Drew
&TIME.
Emily like i told you before, i absolutely love it.

best HP skin there is. ^_^
this place used to be cool but now it's lame. so i'm outta here. i'll visit once in a while. peace out. BLACK WIDOW IS LOVE.
Goto Top
 
vamp_lord
Member Avatar
Gamma Ray
>_> the banner scares me xD, nice skin <3 the borders, maby make the text a little darker otherwise nice job ^_^.

My DeviantArt Page
Former Skin RA
10/28/05 - 02/20/06
Posted Image
Posted Image
Goto Top
 
Espalon
Member Avatar
Achievement Unlocked
Nice one.
STEVE FOR COPYRIGHT TEAM
Goto Top
 
Analia
Member Avatar
TZ Obsessed
No! Awesome skin but now I don't know whether to use this or Nicolas :(
Posted Image
Click my sig to go to my forum.
Posted Image
I'm leaving IFSZ. I'll stop by every so often but not too much. If you want to talk to me come to my forum. Don't try emailing me.
Goto Top
 
Clapton
Member Avatar
Also known as Feare, Aoine, Slowhand
Nice skin BW :D
Posted Image
Goto Top
 
Drew
&TIME.
Analia, they are both really nice, but Nicola's HP skin is really overused. This is just released so your HP board would be one of the first to use it. I suggest this skin. But do what you want.
this place used to be cool but now it's lame. so i'm outta here. i'll visit once in a while. peace out. BLACK WIDOW IS LOVE.
Goto Top
 
chewie536422
Settled In
This is awesome!!! Seriously!!! Great job!
I am creating a website that reviews many things in today's community. The following are things my website will be reviewing:

For Sure:
DVDs
In theaters
T.V. Shows
Books
Games (PC, X360, PS2/3, etc)
Software/Hardware

If you would like to help me out, feel free to PM/IM me and I will reply ASAP.
Goto Top
 
Kingdom Hearts
Member Avatar
Someday...
ahh a nice quality harry potter skin awsome job really really well done
Posted Image
Its you and me against the world.... we attack at dawn
Goto Top
 
Black Widow
Member Avatar
Quack Quack!
Thanks everyone, and yes Vamp Lord, the banner scares me too :lol:
Posted Image
Goto Top
 
Drew
&TIME.
Voldemort just scares me. His nose freaks me out. The movie did an awesome job of making him look weird.

Em you got some awesome pics of Voldie and Harry. ^_^


Is his nose like that throughout the whole movie or what? I didnt get to see it yet. :/
this place used to be cool but now it's lame. so i'm outta here. i'll visit once in a while. peace out. BLACK WIDOW IS LOVE.
Goto Top
 
Preston
TZ Obsessed
Lots of new skins now, I love your skins BW.
Admins, can you please forgive me and unban me?

Unban me nao.
Goto Top
 
Eltoshen
Member Avatar
blow it away tachikaze
Many Harry Potter fans will use this. And is it me or are there a lot more skins released recently?
six69nine
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image
Goto Top
 
Analia
Member Avatar
TZ Obsessed
Andrew Black
Dec 31 2005, 12:39 AM
Analia, they are both really nice, but Nicola's HP skin is really overused. This is just released so your HP board would be one of the first to use it. I suggest this skin. But do what you want.

Well thanks for your advice :wub:
Posted Image
Click my sig to go to my forum.
Posted Image
I'm leaving IFSZ. I'll stop by every so often but not too much. If you want to talk to me come to my forum. Don't try emailing me.
Goto Top
 
Deletion.
Unregistered

I love it. You will only understand the banner if you have seen Harry Potter and the Goblet of Fire :hehe: .

Just some suggestions, I would lower the color of the 1-2 pixel line in the top of the titlemedium, and add the same or similar grad on the submenu to the userlinks. Although usually, greater skinners than me know better than me :P. Well just a friendly suggestion.

Good job on the skin, one of the best Harry Potter skins that i have seen in a while. Kyle is worn out from making so many, so I don't see any from him.. :r
Goto Top
 
Big Fish
Member Avatar
Drown Him In Holy Water!
Yeah Christopher. I agree a lot of skins, but I love it!
Oh and excellent HP skin Black Widow! :wub:
S C R E E N P L A Y
Review, Rate, Discuss Your Favorite Films - Coming Soon

Posted Image
Gold teeth and a curse for this town were all in my mouth.
Only, i don't know how they got out, dear.
Turn me back into the pet that i was when we met.
I was happier then with no mind-set.
Goto Top
 
Ideal
Member Avatar
hey there delilah
Pretty Nice, Love the markers
Posted Image
Goto Top
 
SyKo
Member Avatar
aka godman123
That's really nicely done BW ^_^
Posted Image
RA: 10/29/05 - 2/20/06
RS: 2/20/06 - 7/24/06
Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Themed Skins · Next Topic »
  • Pages:
  • 1
  • 6