Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. Re: [McCodes][v2] Staff Menu Mod (1st Mod ive made) just added, i had to upload it
  2. Re: [McCodes][v2] Staff Menu Mod (1st Mod ive made) Step 4 Open smenu.php DELET ALL CODING ADD <?php global $db,$c,$ir, $set; print "<script src='SpryAssets/SpryCollapsiblePanel.js' type='text/javascript'></script> <link href='SpryAssets/SpryCollapsiblePanel.css' rel='stylesheet' type='text/css'> <style type='text/css'> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } .style2 { font-size: 12; font-weight: bold; } a:link { color: #000000; text-decoration: none; } a:visited { text-decoration: none; color: #000000; } a:hover { text-decoration: underline; color: #666666; } a:active { text-decoration: none; color: #000000; } .style3 { font-size: 11px; font-weight: bold; } --> </style> [url='index.php']Back To Game[/url] | [url='staff.php']Index[/url] "; if($ir['user_level']==2) { print " <div id='CollapsiblePanel7' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]General[/b]</div> <div class='CollapsiblePanelContent'>[url='staff.php?action=basicset']Basic Settings[/url] [url='staff.php?action=announce']Add Announcement[/url]</div> </div> <div id='CollapsiblePanel6' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Users[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_users.php?action=newuser']Create New User[/url] [url='staff_users.php?action=edituser']Edit User[/url] [url='staff_users.php?action=deluser']Delete User[/url] [url='staff_users.php?action=invbeg']View User Inventory[/url] [url='staff_users.php?action=creditform']Credit User[/url] [url='staff_users.php?action=masscredit']Mass Payment[/url] [url='staff_users.php?action=forcelogout']Force User Logout[/url] [url='staff_users.php?action=reportsview']Player Reports[/url]</div> </div>"; } if($ir['user_level']==2) { print " <div id='CollapsiblePanel5' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Items[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_items.php?action=newitem']Create New Item[/url] [url='staff_items.php?action=giveitem']Give Item To User[/url] [url='staff_items.php?action=edititem']Edit Item[/url] [url='staff_items.php?action=killitem']Delete An Item[/url] [url='staff_items.php?action=newitemtype']Add Item Type[/url]</div> </div>"; } print " <div id='CollapsiblePanel4' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Logs[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_logs.php?action=atklogs']Attack Logs[/url] [url='staff_logs.php?action=cashlogs']Cash Xfer Logs[/url] [url='staff_logs.php?action=cryslogs']Crystal Xfer Logs[/url] [url='staff_logs.php?action=banklogs']Bank Xfer Logs[/url] [url='staff_logs.php?action=itmlogs']Item Xfer Logs[/url] [url='staff_logs.php?action=maillogs']Mail Logs[/url] "; if($ir['user_level'] == 2) { "[url='staff_logs.php?action=stafflogs']Staff Logs[/url]</div>"; } print "</div>"; if($ir['user_level'] <= 3) { print "<div id='CollapsiblePanel3' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Gangs[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_gangs.php?action=grecord']Gang Record[/url] [url='staff_gangs.php?action=gcredit']Credit Gang[/url] [url='staff_gangs.php?action=gwar']Manage Gang Wars[/url] [url='staff_gangs.php?action=gedit']Edit Gang[/url]</div> </div>"; } if($ir['user_level']==2) { print " <div id='CollapsiblePanel2' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Shops[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_shops.php?action=newshop']Create New Shop[/url] [url='staff_shops.php?action=newstock']Add Item To Shop[/url] [url='staff_shops.php?action=delshop']Delete Shop[/url]</div> </div> <div id='CollapsiblePanel1' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>Polls</div> <div class='CollapsiblePanelContent'>[url='staff_polls.php?action=spoll']Start Poll[/url] [url='staff_polls.php?action=endpoll']End A Poll[/url]</div> </div> <div id='CollapsiblePanel8' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>Jobs</div> <div class='CollapsiblePanelContent'>[url='staff_jobs.php?action=newjob']Make a new Job[/url] [url='staff_jobs.php?action=jobedit']Edit a Job[/url] [url='staff_jobs.php?action=jobdele']Delete a Job[/url] [url='staff_jobs.php?action=newjobrank']Make a new Job Rank[/url] [url='staff_jobs.php?action=jobrankedit']Edit a Job Rank[/url] [url='staff_jobs.php?action=jobrankdele']Delete a Job Rank[/url]</div> </div> <div id='CollapsiblePanel9' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Houses[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_houses.php?action=addhouse']Add House[/url] [url='staff_houses.php?action=edithouse']Edit House[/url] [url='staff_houses.php?action=delhouse']Delete House[/url]</div> </div> <div id='CollapsiblePanel10' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Cities[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_cities.php?action=addcity']Add City[/url] [url='staff_cities.php?action=editcity']Edit City[/url] [url='staff_cities.php?action=delcity']Delete City[/url]</div> </div> <div id='CollapsiblePanel11' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Forums[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_forums.php?action=addforum']Add Forum[/url] [url='staff_forums.php?action=editforum']Edit Forum[/url] [url='staff_forums.php?action=delforum']Delete Forum[/url]</div> </div> <div id='CollapsiblePanel12' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Courses[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_courses.php?action=addcourse']Add Course[/url] [url='staff_courses.php?action=editcourse']Edit Course[/url] [url='staff_courses.php?action=delcourse']Delete Course[/url]</div> </div> <div id='CollapsiblePanel13' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Crimes[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_crimes.php?action=newcrime']Create New Crime[/url] [url='staff_crimes.php?action=editcrime']Edit Crime[/url] [url='staff_crimes.php?action=delcrime']Delete Crime[/url] [url='staff_crimes.php?action=newcrimegroup']Create New Crime Group[/url] [url='staff_crimes.php?action=editcrimegroup']Edit Crime Group[/url] [url='staff_crimes.php?action=delcrimegroup']Delete Crime Group[/url] [url='staff_crimes.php?action=reorder']Reorder Crime Groups[/url]</div> </div> <div id='CollapsiblePanel14' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Battle Tent[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_battletent.php?action=addbot']Add Challenge Bot[/url] [url='staff_battletent.php?action=editbot']Edit Challenge Bot[/url] [url='staff_battletent.php?action=delbot']Remove Challenge Bot[/url]</div> </div>"; } print " <div id='CollapsiblePanel15' class='CollapsiblePanel'> <div class='CollapsiblePanelTab' tabindex='0'>[b]Punishments[/b]</div> <div class='CollapsiblePanelContent'>[url='staff_punit.php?action=mailform']Mail Ban User[/url] [url='staff_punit.php?action=unmailform']Un-Mailban User[/url] [url='staff_punit.php?action=forumform']Forum Ban User[/url] [url='staff_punit.php?action=unforumform']Un-Forumban User[/url] [url='staff_punit.php?action=fedform']Jail User[/url] [url='staff_punit.php?action=fedeform']Edit Fedjail Sentence[/url] [url='staff_punit.php?action=unfedform']Unjail User[/url] [url='staff_punit.php?action=ipform']Ip Search[/url]</div> </div>"; if($ir['user_level']==2) { print " <div class='CollapsiblePanel' id='CollapsiblePanel16'> <div class='CollapsiblePanelTab' tabindex='0'>Special</div> <div class='CollapsiblePanelContent'>[url='staff_special.php?action=editnews']Edit Newspaper[/url] [url='staff_special.php?action=massmailer']Mass mailer[/url] [url='staff_special.php?action=stafflist']Staff List[/url] [url='staff_special.php?action=userlevelform']Adjust User Level[/url] [url='staff_special.php?action=givedpform']Give User Donator Pack[/url]</div> </div> <span class='style3'>[url='logout.php']Logout[/url] Time</span><span class='style2'> "; } print date ('F j, Y')." ".date('g:i:s a'); print "</span> <script type='text/javascript'> <!-- var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel1', {contentIsOpen:false}); var CollapsiblePanel2 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel2', {contentIsOpen:false}); var CollapsiblePanel3 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel3', {contentIsOpen:false}); var CollapsiblePanel4 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel4', {contentIsOpen:false}); var CollapsiblePanel5 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel5', {contentIsOpen:false}); var CollapsiblePanel6 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel6', {contentIsOpen:false}); var CollapsiblePanel7 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel7', {contentIsOpen:false}); var CollapsiblePanel8 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel8', {contentIsOpen:false}); var CollapsiblePanel9 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel9', {contentIsOpen:false}); var CollapsiblePanel10 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel10', {contentIsOpen:false}); var CollapsiblePanel11 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel11', {contentIsOpen:false}); var CollapsiblePanel12 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel12', {contentIsOpen:false}); var CollapsiblePanel13 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel13', {contentIsOpen:false}); var CollapsiblePanel14 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel14', {contentIsOpen:false}); var CollapsiblePanel15 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel15', {contentIsOpen:false}); var CollapsiblePanel16 = new Spry.Widget.CollapsiblePanel('CollapsiblePanel16', {contentIsOpen:false}); //-- </script>"; ?> Enjoy :-D
  3. Staff Menu Mod This Mod will organise your staff menu to look better and easier to use. You will need to: Edit 1 PHP file Add 1 Directory Add 2 CSS Style Sheets Print Screens Print Screen You click on the title then the options of that title will apear Steps Step 1 Make Directory called SpryAssets Step 2 Make file SpryCollapsiblePanel.js /* SpryCollapsiblePanel.js */ var Spry; if (!Spry) Spry = {}; if (!Spry.Widget) Spry.Widget = {}; Spry.Widget.CollapsiblePanel = function(element, opts) { this.init(element); Spry.Widget.CollapsiblePanel.setOptions(this, opts); this.attachBehaviors(); }; Spry.Widget.CollapsiblePanel.prototype.init = function(element) { this.element = this.getElement(element); this.focusElement = null; this.hoverClass = "CollapsiblePanelTabHover"; this.openClass = "CollapsiblePanelOpen"; this.closedClass = "CollapsiblePanelClosed"; this.focusedClass = "CollapsiblePanelFocused"; this.enableAnimation = true; this.enableKeyboardNavigation = true; this.animator = null; this.hasFocus = false; this.contentIsOpen = true; }; Spry.Widget.CollapsiblePanel.prototype.getElement = function(ele) { if (ele && typeof ele == "string") return document.getElementById(ele); return ele; }; Spry.Widget.CollapsiblePanel.prototype.addClassName = function(ele, className) { if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) != -1)) return; ele.className += (ele.className ? " " : "") + className; }; Spry.Widget.CollapsiblePanel.prototype.removeClassName = function(ele, className) { if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) == -1)) return; ele.className = ele.className.replace(new RegExp("\\s*\\b" + className + "\\b", "g"), ""); }; Spry.Widget.CollapsiblePanel.prototype.hasClassName = function(ele, className) { if (!ele || !className || !ele.className || ele.className.search(new RegExp("\\b" + className + "\\b")) == -1) return false; return true; }; Spry.Widget.CollapsiblePanel.prototype.setDisplay = function(ele, display) { if( ele ) ele.style.display = display; }; Spry.Widget.CollapsiblePanel.setOptions = function(obj, optionsObj, ignoreUndefinedProps) { if (!optionsObj) return; for (var optionName in optionsObj) { if (ignoreUndefinedProps && optionsObj[optionName] == undefined) continue; obj[optionName] = optionsObj[optionName]; } }; Spry.Widget.CollapsiblePanel.prototype.onTabMouseOver = function() { this.addClassName(this.getTab(), this.hoverClass); }; Spry.Widget.CollapsiblePanel.prototype.onTabMouseOut = function() { this.removeClassName(this.getTab(), this.hoverClass); }; Spry.Widget.CollapsiblePanel.prototype.open = function() { this.contentIsOpen = true; if (this.enableAnimation) { if (this.animator) this.animator.stop(); this.animator = new Spry.Widget.CollapsiblePanel.PanelAnimator(this, true); this.animator.start(); } else this.setDisplay(this.getContent(), "block"); this.removeClassName(this.element, this.closedClass); this.addClassName(this.element, this.openClass); }; Spry.Widget.CollapsiblePanel.prototype.close = function() { this.contentIsOpen = false; if (this.enableAnimation) { if (this.animator) this.animator.stop(); this.animator = new Spry.Widget.CollapsiblePanel.PanelAnimator(this, false); this.animator.start(); } else this.setDisplay(this.getContent(), "none"); this.removeClassName(this.element, this.openClass); this.addClassName(this.element, this.closedClass); }; Spry.Widget.CollapsiblePanel.prototype.onTabClick = function() { if (this.isOpen()) this.close(); else this.open(); this.focus(); }; Spry.Widget.CollapsiblePanel.prototype.onFocus = function(e) { this.hasFocus = true; this.addClassName(this.element, this.focusedClass); }; Spry.Widget.CollapsiblePanel.prototype.onBlur = function(e) { this.hasFocus = false; this.removeClassName(this.element, this.focusedClass); }; Spry.Widget.CollapsiblePanel.ENTER_KEY = 13; Spry.Widget.CollapsiblePanel.SPACE_KEY = 32; Spry.Widget.CollapsiblePanel.prototype.onKeyDown = function(e) { var key = e.keyCode; if (!this.hasFocus || (key != Spry.Widget.CollapsiblePanel.ENTER_KEY && key != Spry.Widget.CollapsiblePanel.SPACE_KEY)) return true; if (this.isOpen()) this.close(); else this.open(); if (e.stopPropagation) e.stopPropagation(); if (e.preventDefault) e.preventDefault(); return false; }; Spry.Widget.CollapsiblePanel.prototype.attachPanelHandlers = function() { var tab = this.getTab(); if (!tab) return; var self = this; Spry.Widget.CollapsiblePanel.addEventListener(tab, "click", function(e) { return self.onTabClick(); }, false); Spry.Widget.CollapsiblePanel.addEventListener(tab, "mouseover", function(e) { return self.onTabMouseOver(); }, false); Spry.Widget.CollapsiblePanel.addEventListener(tab, "mouseout", function(e) { return self.onTabMouseOut(); }, false); if (this.enableKeyboardNavigation) { // XXX: IE doesn't allow the setting of tabindex dynamically. This means we can't // rely on adding the tabindex attribute if it is missing to enable keyboard navigation // by default. // Find the first element within the tab container that has a tabindex or the first // anchor tag. var tabIndexEle = null; var tabAnchorEle = null; this.preorderTraversal(tab, function(node) { if (node.nodeType == 1 /* NODE.ELEMENT_NODE */) { var tabIndexAttr = tab.attributes.getNamedItem("tabindex"); if (tabIndexAttr) { tabIndexEle = node; return true; } if (!tabAnchorEle && node.nodeName.toLowerCase() == "a") tabAnchorEle = node; } return false; }); if (tabIndexEle) this.focusElement = tabIndexEle; else if (tabAnchorEle) this.focusElement = tabAnchorEle; if (this.focusElement) { Spry.Widget.CollapsiblePanel.addEventListener(this.focusElement, "focus", function(e) { return self.onFocus(e); }, false); Spry.Widget.CollapsiblePanel.addEventListener(this.focusElement, "blur", function(e) { return self.onBlur(e); }, false); Spry.Widget.CollapsiblePanel.addEventListener(this.focusElement, "keydown", function(e) { return self.onKeyDown(e); }, false); } } }; Spry.Widget.CollapsiblePanel.addEventListener = function(element, eventType, handler, capture) { try { if (element.addEventListener) element.addEventListener(eventType, handler, capture); else if (element.attachEvent) element.attachEvent("on" + eventType, handler); } catch (e) {} }; Spry.Widget.CollapsiblePanel.prototype.preorderTraversal = function(root, func) { var stopTraversal = false; if (root) { stopTraversal = func(root); if (root.hasChildNodes()) { var child = root.firstChild; while (!stopTraversal && child) { stopTraversal = this.preorderTraversal(child, func); try { child = child.nextSibling; } catch (e) { child = null; } } } } return stopTraversal; }; Spry.Widget.CollapsiblePanel.prototype.attachBehaviors = function() { var panel = this.element; var tab = this.getTab(); var content = this.getContent(); if (this.contentIsOpen || this.hasClassName(panel, this.openClass)) { this.removeClassName(panel, this.closedClass); this.setDisplay(content, "block"); this.contentIsOpen = true; } else { this.removeClassName(panel, this.openClass); this.addClassName(panel, this.closedClass); this.setDisplay(content, "none"); this.contentIsOpen = false; } this.attachPanelHandlers(); }; Spry.Widget.CollapsiblePanel.prototype.getTab = function() { return this.getElementChildren(this.element)[0]; }; Spry.Widget.CollapsiblePanel.prototype.getContent = function() { return this.getElementChildren(this.element)[1]; }; Spry.Widget.CollapsiblePanel.prototype.isOpen = function() { return this.contentIsOpen; }; Spry.Widget.CollapsiblePanel.prototype.getElementChildren = function(element) { var children = []; var child = element.firstChild; while (child) { if (child.nodeType == 1 /* Node.ELEMENT_NODE */) children.push(child); child = child.nextSibling; } return children; }; Spry.Widget.CollapsiblePanel.prototype.focus = function() { if (this.focusElement && this.focusElement.focus) this.focusElement.focus(); }; ///////////////////////////////////////////////////// Spry.Widget.CollapsiblePanel.PanelAnimator = function(panel, doOpen, opts) { this.timer = null; this.interval = 0; this.stepCount = 0; this.fps = 0; this.steps = 10; this.duration = 500; this.onComplete = null; this.panel = panel; this.content = panel.getContent(); this.panelData = []; this.doOpen = doOpen; Spry.Widget.CollapsiblePanel.setOptions(this, opts); // If caller specified speed in terms of frames per second, // convert them into steps. if (this.fps > 0) { this.interval = Math.floor(1000 / this.fps); this.steps = parseInt((this.duration + (this.interval - 1)) / this.interval); } else if (this.steps > 0) this.interval = this.duration / this.steps; var c = this.content; var curHeight = c.offsetHeight ? c.offsetHeight : 0; if (doOpen && c.style.display == "none") this.fromHeight = 0; else this.fromHeight = curHeight; if (!doOpen) this.toHeight = 0; else { if (c.style.display == "none") { // The content area is not displayed so in order to calculate the extent // of the content inside it, we have to set its display to block. c.style.visibility = "hidden"; c.style.display = "block"; } // Unfortunately in Mozilla/Firefox, fetching the offsetHeight seems to cause // the browser to synchronously re-layout and re-display content on the page, // so we see a brief flash of content that is *after* the panel being positioned // where it should when the panel is fully expanded. To get around this, we // temporarily position the content area of the panel absolutely off-screen. // This has the effect of taking the content out-of-flow, so nothing shifts around. // var oldPos = c.style.position; // var oldLeft = c.style.left; // c.style.position = "absolute"; // c.style.left = "-2000em"; // Clear the height property so we can calculate // the full height of the content we are going to show. c.style.height = ""; this.toHeight = c.offsetHeight; // Now restore the position and offset to what it was! // c.style.position = oldPos; // c.style.left = oldLeft; } this.increment = (this.toHeight - this.fromHeight) / this.steps; this.overflow = c.style.overflow; c.style.height = this.fromHeight + "px"; c.style.visibility = "visible"; c.style.overflow = "hidden"; c.style.display = "block"; }; Spry.Widget.CollapsiblePanel.PanelAnimator.prototype.start = function() { var self = this; this.timer = setTimeout(function() { self.stepAnimation(); }, this.interval); }; Spry.Widget.CollapsiblePanel.PanelAnimator.prototype.stop = function() { if (this.timer) { clearTimeout(this.timer); // If we're killing the timer, restore the overflow // properties on the panels we were animating! if (this.stepCount < this.steps) this.content.style.overflow = this.overflow; } this.timer = null; }; Spry.Widget.CollapsiblePanel.PanelAnimator.prototype.stepAnimation = function() { ++this.stepCount; this.animate(); if (this.stepCount < this.steps) this.start(); else if (this.onComplete) this.onComplete(); }; Spry.Widget.CollapsiblePanel.PanelAnimator.prototype.animate = function() { if (this.stepCount >= this.steps) { if (!this.doOpen) this.content.style.display = "none"; this.content.style.overflow = this.overflow; this.content.style.height = this.toHeight + "px"; } else { this.fromHeight += this.increment; this.content.style.height = this.fromHeight + "px"; } }; Step 3 Make File SpryCollapsiblePanel.css @charset "UTF-8"; /* SpryCollapsiblePanel.css */ */ .CollapsiblePanel { margin: 0px; padding: 0px; border-left: solid 1px #CCC; border-right: solid 1px #999; border-top: solid 1px #999; border-bottom: solid 1px #CCC; } /* This is the selector for the CollapsiblePanelTab. This container houses * the title for the panel. This is also the container that the user clicks * on to open or close the panel. * * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary * to make the widget function. You can use any class name you want to style an * CollapsiblePanel panel tab container. */ .CollapsiblePanelTab { font: bold 0.7em sans-serif; background-color: #DDD; border-bottom: solid 1px #CCC; margin: 0px; padding: 2px; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; } /* This is the selector for a CollapsiblePanel's Content area. It's important to note that * you should never put any padding on the content area element if you plan to * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate. * * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary * to make the widget function. You can use any class name you want to style a * CollapsiblePanel content container. */ .CollapsiblePanelContent { margin: 0px; padding: 0px; } /* An anchor tag can be used inside of a CollapsiblePanelTab so that the * keyboard focus ring appears *inside* the tab instead of around the tab. * This is an example of how to make the text within the anchor tag look * like non-anchor (normal) text. */ .CollapsiblePanelTab a { color: black; text-decoration: none; } /* This is an example of how to change the appearance of the panel tab that is * currently open. The class "CollapsiblePanelOpen" is programatically added and removed * from panels as the user clicks on the tabs within the CollapsiblePanel. */ .CollapsiblePanelOpen .CollapsiblePanelTab { background-color: #EEE; } /* This is an example of how to change the appearance of the panel tab as the * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added * and removed from panel tab containers as the mouse enters and exits the tab container. */ .CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover { background-color: #CCC; } /* This is an example of how to change the appearance of all the panel tabs when the * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed * whenever the CollapsiblePanel gains or loses keyboard focus. */ .CollapsiblePanelFocused .CollapsiblePanelTab { background-color: #3399FF; } continued ...
  4. Re: looking for auto donator [v2] im only 16 so i cant buy but i figured it out, also ur free mods shoutbox and user comments are GR8 :D but also your free templates could be made better, if you like ill make a few free logins and edit your gfx on the two free headers to say thanx :D
  5. hi im looking for a auto donator for my site were a user buys a pack the cash and items are then automaticly sent to them, ive been looking for ages abd cant find one any help would be gr8.
×
×
  • Create New...