Header

From Dxx

(Difference between revisions)
 
(92 intermediate revisions not shown)
Line 1: Line 1:
-
  <style type="text/css">
+
<center>Welcome to the DXXPedia. To get an account (which you'll need to edit and create pages) please PM Assassin on the DXX forum.</center>
 +
 
 +
 
 +
 
 +
<style type="text/css">
   /*
   /*
       Notes:  
       Notes:  
Line 14: Line 18:
  }
  }
   */  
   */  
-
</style>
+
}
 +
</style>
 +
  <script language="javascript" type="text/javascript">
 +
 
 +
  function move_ads() {
 +
      var ads = document.getElementsByTagName('iframe')[0];
 +
      var footer = document.getElementById('footer');
 +
      ads.parentNode.removeChild(ads);
 +
      ads.style.visibility = 'visible';
 +
      footer.appendChild(ads);
 +
  }
 +
 
 +
  function alter_page() {
 +
      change_title();
 +
      move_ads();
 +
  }
 +
 
 +
  if (document.addEventListener)
 +
      document.addEventListener("DOMContentLoaded", alter_page, false);
 +
  else
 +
      window.onload = alter_page;
 +
 
 +
  </script>
 +
 +
 +
 +
<style type="text/css">
 +
 
 +
  /* Positioning */
 +
 
 +
  #globalWrapper {
 +
      position: relative;
 +
      width: 950px;
 +
      margin: 50px auto 0;
 +
      padding: 0 5px 4px;
 +
  }
  <style type="text/css">
  <style type="text/css">
-
/* Drone */
+
/* Orange "You have new messages" changed to use that nice icon of a rotary phone and complimenting colors */
-
/* a wikipedia skin by Chochem */
+
.usermessage {
-
/* version 0.2 */
+
    background-color: transparent;
 +
    background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Exquisite-Modem_cropped.png/32px-Exquisite-Modem_cropped.png') no-repeat left;
 +
    color: #444444;
 +
    border: none;
 +
    font-weight: bold;
 +
    margin: 2em 0em 1em 0em;
 +
    padding-left: 3.5em;
 +
    vertical-align: middle;
 +
}
   
   
 +
.usermessage a {
 +
    color:#444444;
 +
}
   
   
-
/* STRUCTURE */
+
/* "From Wikipedia, the free encyclopedia" modification */
 +
#siteSub {
 +
    font-family:Trebuchet MS;
 +
    font-size: 95%;
 +
}
   
   
-
body {
+
/* Text alignment */
-
  background: none;
+
body.mediawiki {
-
  font-family: Droid Sans,Sans-Serif;
+
    text-align: left;
-
  font-size: 14px;
+
}
-
  line-height: 1.4;
+
-
  }
+
   
   
-
#globalWrapper {
+
/* Tab rounding */
-
  position: relative;
+
#p-cactions ul
-
  width: 750px;
+
{
-
  margin: 0 auto;
+
        overflow:visible;
-
  }
+
}
   
   
 +
#p-cactions li
 +
{
 +
        border: 2px solid lightgrey;
 +
        position: relative;
 +
        float: left;
 +
        -moz-border-radius-topleft: .5em;
 +
        -moz-border-radius-topright: .5em;
 +
}
   
   
-
#column-content {
+
/* Get rid of the border in the page title */
-
  position: relative;
+
.firstHeading {
-
  padding-top: 100px;
+
    border-bottom:none;
-
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9gKAgokHU157GEAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAFElEQVQY02M4Y2zMxMDAMIoHBwYAeLMB+Y7y0c8AAAAASUVORK5CYII%3D) repeat-x;
+
}
-
  float: right;
+
-
  text-align: justify;
+
-
  width: 584px;  
+
-
  }
+
   
   
-
#column-one {
+
hr#hrTitleModification {
-
  position: relative !important;
+
    width:0%;
-
  padding-top: 100px;
+
}
-
  float: left;
+
-
  width: 150px;
+
-
  font-size: 12px;
+
-
  }
+
   
   
 +
/* Replace dotted borders on pre with a solid one. */
 +
#bodyContent pre {
 +
    border: 1px solid #aaa;
 +
}
   
   
-
/* FOOTER */
+
/* Miscellaneous Corner-rounding */
-
#footer {
+
div.pBody {
-
  margin: 50px 0;
+
    -moz-border-radius-topright:0.5em;
-
  float: right;
+
    -moz-border-radius-bottomright:0.5em;
-
  clear: both;
+
}
-
  width: 575px;
+
-
  }
+
   
   
-
#footer > *:not(#f-list),
+
#content {
-
#globalWrapper #footer #f-list #copyright
+
    -moz-border-radius-topleft: 0.75em;
-
  {display: none !important;}
+
    -moz-border-radius-bottomleft: 0.75em;
 +
    border:1px solid #AAAAAA;
 +
}
   
   
-
#f-list {
+
#footer {
-
  position: relative;
+
    -moz-border-radius: 6px;
-
  padding: 0;
+
    border:1px solid #fabd23;
-
  list-style: none;
+
}
-
  }
+
-
#f-list li:not(#lastmod) {
+
-
  display: inline;
+
-
  margin-right: 2em;
+
-
  }
+
   
   
 +
/* Link customization */
 +
#bodyContent a:active { font-weight: normal; }
 +
#bodyContent a.interwiki, a.external { color: #002bb8; background:none; }}
 +
#bodyContent a.text { background: display; }
   
   
-
/* COLUMN-ONE */
+
/* Some editing screen modifications */
 +
#editpage-copywarn3, #editpage-copywarn2, #editpage-copywarn {
 +
    display: none;
 +
}
   
   
-
/* collapsing menus */
+
input#wpSummary {
-
.portlet .pBody {display: none !important;}
+
    width: 50%;
-
.portlet:hover .pBody {display: block !important;}
+
    margin-top: 12px;
-
#p-cactions.portlet .pBody {display: block !important;}
+
}
   
   
-
/* reduce languages */
+
.editHelp {
-
#p-lang li:not(.interwiki-da):not(.interwiki-de):not(.interwiki-es):not(.interwiki-fr):not(.interwiki-it) {display: none !important;}
+
    margin-top:1.25em;
 +
    margin-bottom:6px;
 +
}
   
   
-
/* logo substitution */
+
#wpSave, #wpPreview {
-
#p-logo {
+
    margin-right:1px;
-
  position: absolute;
+
}
-
  top: 0; left: 0;
+
-
  }
+
   
   
-
#p-logo a {
+
#previewnote {
-
  background: #cc3333 no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9gKAgsFBz1Gas8AAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAADwklEQVRo3u2YXYhVVRTH/3vGr8map1ChJrIpQSKVBJGM6EHBogcfMqQ3CUnQfIgUhERHTe2DMgIfQundosYPSgWjMSvBEUvM0ZhxZDBwRpn81mnUXy/rwOJ09O4zzc3J9h8ud5//WWvf9bHPWutcKSEhISEhISEhISEh4R4CEIBvgevAm47P0DwQ/X/Zh52ZsUPFpn/izFgX/B8HkJBC/buckKraVFNlf3ok7ZXUJ2nrXdAfij4NyScn6gkZIrZu909ItVETYVCDC+Baxy9z/HLHr3D8w2WCD6x38qtvlzzHzQHmAx1AH3AQeK5g30bgC+AP4CrQAjxbIPcM8JP1h9PAUknnYg8U8CqwB+gF+oFOYBUwbLBPyTEzYK/jdgA3jd/p+F3GHY0IqOc+cnxTBdkMR/k7rgETnew4oNvu3bCEYAl82sk9AVwp2O9M/gm5Q0J2U4x1g52QLFiXgFqbNHqBw3YKeo2rAc6b7AcRAf3c9DY5bmWl05hz9m1gEtDkuM1O9kOXjClAPdCe/b6T+9Tpv2t7LjK92IRMB+YBDwBjgFMmd3qwEzLbGTEZeMrWWyyoAE+aExlmRQR0M7DBXa+IKQ+OO5aTPWl8h+PajGt13Ebjuh2XJakLCLlKEJWQAtu3mdzN2FjH1rYWSdcljZI0XVKt8Ycl1Ul6WdIM15OuStoXse/zkhpt3S5pfcmz0pG7Pi5pvKSHHPeofU8taMwPunWDff8aQvBybZJeiji0wyUtkTTXfKqXNKLsNBuVkBDCNWC/pJmSJku63261Shpp62mSspPQEkLoi9i6UdItM/hxSRslLS6RkNq8qVl8Crjzkk7EFITc9a1IWz6R9LqtD9lnpqTHqjX+vZU1dqDVJpGRwGibKA4A+01mSWTJ6bQS+JnjFpQoWe25t/qsZv/m+OPG/VzBv6zcdeb4L2NKFnDBuENZyQO+qdrI7PpGl/349+5eK3AO6DGZCZEBbbbrUbZHNv3MKNHU11rvWuO4TU52neOXAfcBw+wgbHByW/xUZP4usMMWk5BsejsC1FmDv1LVdxjgd2fMO47/2PEnS5xwzz0CnHWjZkOE/oWCEfMy0Ohk628zHueDPNFG5jx+iUzI1wW6B8smpOxfJ3vc2jftH9x690CSHULokvSK9aGxkpqBugpq2yStlNQt6U9JByTNCiF0uH0v2sDxvg0B/SZ7QtJ7Tq5N0os2qPRLOiXpNUlvRLqwUNJ3ptsjqUnSC5Ju/B/+Rc7w1b3mW81/3P6QEpKQEpKQkJCQkJBQGX8Bv7HSMT72oxgAAAAASUVORK5CYII%3D) !important;
+
    text-decoration: blink;
-
  display:block;
+
}
-
  height:100px;
+
-
  width:150px;
+
-
  }
+
   
   
-
/* minor adjustments */
+
#toolbar {
-
#column-one ul {
+
    display: none;
-
  list-style: none;
+
}
-
  padding: 0;
+
-
  margin: 0;
+
-
  }
+
-
#column-one h5 {
+
-
  font-size: inherit;
+
-
  margin-bottom: 0.5em;
+
-
  }
+
-
#p-cactions li.selected a:before {content: "\\00BB\\  "}
+
-
#searchInput {display: block; clear: both;}
+
   
   
 +
textarea#wpTextbox1 {
 +
    background-color: #FFFFFF; /* Kill the horrible new background color for certain pages */
 +
    border: 1px solid #AAAAAA;
 +
}
   
   
-
/* COLUMN-CONTENT */
+
#longpagewarning {
-
.dablink, dd {padding-left: 0 ; margin-left: 0;}
+
    display:none
-
table.ambox-style, table.ambox {margin: 0; border: none ;}
+
}
-
#column-content h2 {border-bottom: 1px solid #333333;}
+
-
#toc.toc ul {list-style: none;}
+
-
#toctitle + ul {padding-left: 0;}
+
   
   
-
/* GLOBAL */
+
/* Get RID of that annoying fund raiser advert */
-
a {text-decoration: none; color: #3333CC;}
+
#siteNotice {
-
h1,h2,h3,h4,h5 {text-align: left;}
+
    display:none
-
#bodyContent > ul,
+
}
-
#bodyContent > ol
+
-
  {margin-left: 0; padding-left: 1em;}
+
   
   
 +
/* Admin tools link fixer */
 +
#adminbarlinks a:visited {
 +
    color:#002BB8
 +
}
   
   
-
/* IMAGES */
+
/* Patrolled pages fixer */
 +
.patrollink {
 +
    display:none
 +
}
 +
li.not-patrolled {
 +
    background-color:transparent
 +
}
   
   
-
.thumb {
+
 
-
  display: block;
+
-
  clear: none;
+
-
  width: auto;
+
-
  border: thin solid #AAAAAA;
+
-
  padding: 10px;
+
-
  font-size: 12px;
+
-
  }
+
-
.tright {float: right; margin: 10px 0 10px 10px}
+
-
.tleft {float: left ;margin: 10px 10px 10px 0;}
+
-
.tnone {float: none ;margin: 10px;}
+
-
.magnify {display: none;}
+
   
   
-
.metadata {top: 125px !important;}
+
/* Nice borders for (almost) all boxes */
 +
input[type="radio"],
 +
input[type="checkbox"] { border:none; }
 +
input[type="submit"] {
 +
    border: 1px solid #aaa !important;
 +
    background-color: #f9f9f9 !important;
 +
}
 +
/* make round corners for the rest */
 +
input[type="submit"] {
 +
  -moz-border-radius-topleft: 2px !important;
 +
  -moz-border-radius-topright: 2px !important;
 +
  -moz-border-radius-bottomleft: 2px;
 +
  -moz-border-radius-bottomright: 2px;
 +
}
 +
input[type="submit"] {color: #aaa !important;}
 +
input[type="submit"]:hover, input[type="submit"]:focus {background-color: #fff !important; color: #000 !important; cursor: pointer !important;}
   
   
 +
/* For use with my monobook */
 +
.ns-0 * .tabmenu ul li {
 +
    background: white !important;
 +
}
   
   
-
/* TABLES */
+
/* Prettify the headers of the quickbar (left-hand column of boxes) */
   
   
-
/* wiki */
+
#p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5 {
-
.wikitable,
+
    display: inline;
-
.sortable {
+
    height: 1em;
-
  border-collapse: collapse !important;
+
    font-size: 85%;
-
  border: none !important;
+
    font-weight: normal;
-
  padding: 1em !important;
+
    white-space: nowrap;
-
  background-color: white !important;
+
    border-color:#aaa;  
-
  font-size: 12px;
+
    border-width:1px;
-
  }
+
    border-style: solid solid none solid;
 +
    padding: 0 1em 1px 1em;
 +
    text-transform: lowercase;
 +
    background: white;
 +
    -moz-border-radius-topright:1em
 +
}
   
   
-
.wikitable th,
+
#p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang {
-
.sortable th,
+
    padding-top: 2px;
-
.sortable tr:first-child td {
+
}
-
  border: none !important;
+
-
  color: black !important;
+
-
  background: white !important;
+
-
  border-left: none;
+
-
  border-right: none;
+
-
  }
+
-
.wikitable tr:first-child,
+
-
.sortable tr:first-child {
+
-
  border-bottom: thick solid #DDDDDD !important;
+
-
  border-top: thick solid #DDDDDD !important;
+
-
  }
+
-
.sortable tr,
+
-
.wikitable tr {
+
-
  border-bottom: thin solid #DDDDDD !important;
+
-
  }
+
-
.wikitable td,
+
-
.sortable td {
+
-
  border: none !important;
+
-
  padding: 0.5em !important;
+
-
  background: white !important;
+
-
  }
+
-
.wikitable b {font-weight: normal !important;}
+
   
   
-
/* infobox */
+
/* Diff screen changes */
-
table.infobox {margin-left: 15px !important;}
+
   
   
 +
del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline {
 +
    border:none;
 +
}
   
   
 +
/* Works in conjunction with my monobook.js */
   
   
-
/* DELETIONS */
+
li#ca-userrights, li#ca-stats6, li#ca-rts {
-
#contentSub,
+
    display:none;
-
#jump-to-nav
+
 
-
{display: none;}  
+
 
 +
 
 +
}
 +
 +
/* Space below is for testing */
 +
 
</style>
</style>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<script language=javascript type='text/javascript'>
 +
function hideDiv() {
 +
if (document.getElementById) { // DOM3 = IE5, NS6
 +
document.getElementById('hideshow').style.visibility = 'hidden';
 +
}
 +
else {
 +
if (document.layers) { // Netscape 4
 +
document.hideshow.visibility = 'hidden';
 +
}
 +
else { // IE 4
 +
document.all.hideshow.style.visibility = 'hidden';
 +
}
 +
}
 +
}
 +
 +
function showDiv() {
 +
if (document.getElementById) { // DOM3 = IE5, NS6
 +
document.getElementById('hideshow').style.visibility = 'visible';
 +
}
 +
else {
 +
if (document.layers) { // Netscape 4
 +
document.hideshow.visibility = 'visible';
 +
}
 +
else { // IE 4
 +
document.all.hideshow.style.visibility = 'visible';
 +
}
 +
}
 +
}
 +
</script>

Current revision as of 20:08, 19 March 2009

Welcome to the DXXPedia. To get an account (which you'll need to edit and create pages) please PM Assassin on the DXX forum.


<style type="text/css">

  /*
     Notes: 
      -You must log as admin to edit this page
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. 
      -if you want your code to look nice on this page, put a space at the beginning of each line
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css 
      
      For example uncomment this next section to turn all the text green:
  */
 /*
body {
   color: green;
}
 */ 

} </style>


  <script language="javascript" type="text/javascript">
  
  function move_ads() {
      var ads = document.getElementsByTagName('iframe')[0];
      var footer = document.getElementById('footer');
      ads.parentNode.removeChild(ads);
      ads.style.visibility = 'visible';
      footer.appendChild(ads);
  }
  
  function alter_page() {
      change_title();
      move_ads();
  }
  
  if (document.addEventListener)
      document.addEventListener("DOMContentLoaded", alter_page, false);
  else
      window.onload = alter_page;
  
  </script>




<style type="text/css">

  /* Positioning */
  
  #globalWrapper {
      position: relative;
      width: 950px;
      margin: 50px auto 0;
      padding: 0 5px 4px;
  }
<style type="text/css">

/* Orange "You have new messages" changed to use that nice icon of a rotary phone and complimenting colors */ .usermessage {

   background-color: transparent;
   background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Exquisite-Modem_cropped.png/32px-Exquisite-Modem_cropped.png') no-repeat left;
   color: #444444;
   border: none;
   font-weight: bold;
   margin: 2em 0em 1em 0em;
   padding-left: 3.5em;
   vertical-align: middle;

}

.usermessage a {

   color:#444444;

}

/* "From Wikipedia, the free encyclopedia" modification */

  1. siteSub {
   font-family:Trebuchet MS;
   font-size: 95%;

}

/* Text alignment */ body.mediawiki {

   text-align: left;

}

/* Tab rounding */

  1. p-cactions ul

{

       overflow:visible;

}

  1. p-cactions li

{

       border: 2px solid lightgrey;
       position: relative;
       float: left;
       -moz-border-radius-topleft: .5em;
       -moz-border-radius-topright: .5em;

}

/* Get rid of the border in the page title */ .firstHeading {

   border-bottom:none;

}

hr#hrTitleModification {

   width:0%;

}

/* Replace dotted borders on pre with a solid one. */

  1. bodyContent pre {
   border: 1px solid #aaa;

}

/* Miscellaneous Corner-rounding */ div.pBody {

   -moz-border-radius-topright:0.5em;
   -moz-border-radius-bottomright:0.5em;

}

  1. content {
   -moz-border-radius-topleft: 0.75em;
   -moz-border-radius-bottomleft: 0.75em;
   border:1px solid #AAAAAA;

}

  1. footer {
   -moz-border-radius: 6px;
   border:1px solid #fabd23;

}

/* Link customization */

  1. bodyContent a:active { font-weight: normal; }
  2. bodyContent a.interwiki, a.external { color: #002bb8; background:none; }}
  3. bodyContent a.text { background: display; }

/* Some editing screen modifications */

  1. editpage-copywarn3, #editpage-copywarn2, #editpage-copywarn {
   display: none;

}

input#wpSummary {

   width: 50%;
   margin-top: 12px;

}

.editHelp {

   margin-top:1.25em;
   margin-bottom:6px;

}

  1. wpSave, #wpPreview {
   margin-right:1px;

}

  1. previewnote {
   text-decoration: blink;

}

  1. toolbar {
   display: none;

}

textarea#wpTextbox1 {

   background-color: #FFFFFF; /* Kill the horrible new background color for certain pages */
   border: 1px solid #AAAAAA;

}

  1. longpagewarning {
   display:none

}

/* Get RID of that annoying fund raiser advert */

  1. siteNotice {
   display:none

}

/* Admin tools link fixer */

  1. adminbarlinks a:visited {
   color:#002BB8

}

/* Patrolled pages fixer */ .patrollink {

   display:none

} li.not-patrolled {

   background-color:transparent

}


/* Nice borders for (almost) all boxes */ input[type="radio"], input[type="checkbox"] { border:none; } input[type="submit"] {

   border: 1px solid #aaa !important;
   background-color: #f9f9f9 !important;

} /* make round corners for the rest */ input[type="submit"] {

  -moz-border-radius-topleft: 2px !important; 
  -moz-border-radius-topright: 2px !important;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;

} input[type="submit"] {color: #aaa !important;} input[type="submit"]:hover, input[type="submit"]:focus {background-color: #fff !important; color: #000 !important; cursor: pointer !important;}

/* For use with my monobook */ .ns-0 * .tabmenu ul li {

   background: white !important;

}

/* Prettify the headers of the quickbar (left-hand column of boxes) */

  1. p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5 {
   display: inline;
   height: 1em;
   font-size: 85%;
   font-weight: normal;
   white-space: nowrap;
   border-color:#aaa; 
   border-width:1px;
   border-style: solid solid none solid;
   padding: 0 1em 1px 1em;
   text-transform: lowercase;
   background: white;
   -moz-border-radius-topright:1em

}

  1. p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang {
   padding-top: 2px;

}

/* Diff screen changes */

del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline {

   border:none;

}

/* Works in conjunction with my monobook.js */

li#ca-userrights, li#ca-stats6, li#ca-rts {

   display:none;


}

/* Space below is for testing */

</style>





<script language=javascript type='text/javascript'> function hideDiv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('hideshow').style.visibility = 'hidden'; } else { if (document.layers) { // Netscape 4 document.hideshow.visibility = 'hidden'; } else { // IE 4 document.all.hideshow.style.visibility = 'hidden'; } } }

function showDiv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('hideshow').style.visibility = 'visible'; } else { if (document.layers) { // Netscape 4 document.hideshow.visibility = 'visible'; } else { // IE 4 document.all.hideshow.style.visibility = 'visible'; } } } </script>

Personal tools
DXX Roster