User:Abdullah5599@legacy41961806/Sandbox

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

<css>

  1. contentSub, #ajax-se, .previewnote{display:none;} /* Don't need in final. Removes preview notes while editing */
  2. bodyContent {position:static;} /* Don't need in final. Allows the box to be positioned absolutely */
  3. mw-head {top:100px !important}
  4. p-personal {top:-100px}
  5. mw-page-base {height:180px} /* 80+x */


.navtest th {

background-image:-moz-linear-gradient(left top , #1D679B, #1A4E7D) !important;
padding:0 !important;
width:50px;

}

</css>

Community

Maybe a quick announcement here.

New Users
  • Welcome
  • Getting started
  • Help Guide
Editors
  • Todo list
  • Discussion Center
  • Articles needing improvement


Welcome to Zelda Wiki
Welcome to Zelda Wiki
a Legend of Zelda encyclopedia that anyone can edit.

Search

Go to Page Advanced Search


Enemies  • Bosses  • People  • Items  • Places  • Dungeons  • Games  • Listings  • All categories

Zelda News

<rss number=5 desc=off title=off>http://zeldawiki.org/extensions/ZebraFeeds/rssfeed1.php</rss>


Featured Image
File:Artwork 25 Anniversary.png

Our current featured picture depicts a colorful picture illustrating every incarnation of Link up to Skyward Sword. This image was released by Nintendo as a tribute to the Zelda series' 25th anniversary.

Did You Know...
Did You Know...

Template:NIWABar

Main Page/CSS <css> table.custable{

 /*border-collapse: collapse;*/
 margin: 0px;
 display: inline-block;
 vertical-align: top;

}

.custable td{

 border: 1px solid #426787;
 border-radius: 10px;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 padding-right: 5px;
 padding-left: 10px;

}

.custable th{

 border: 1px solid #426787;
 border-radius: 10px;
 background-color:#1D578B;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 padding-right: 5px;
 padding-left: 10px;

}

.custable td td, .custable td th, .custable th td, .custable th th { border: none; }

th div.cusheader {

 background-color: #17456E;
 border: 1px solid #426787;
 border-radius: 5px;
 padding:2px;
 padding:10px;
 margin-left: -8px;
 margin-right: -3px;
 color:#fff;
 font-weight:bold;
 font-size:140%;
 text-align: center;

}

td div.cusheader{

 border-bottom: 2px solid #426787;
 font-size: 150%;
 margin: 5px;
 padding: 5px;
 text-align: center;
 text-transform: uppercase;

}

.cuscat{

 background-color: #17456E;
 border: 1px solid #426787;
 border-radius: 10px;
 float: left;
 font-size: 130%;
 height: 20px;
 margin-top: 10px;
 padding: 5px;
 text-align: center;
 width: 30%;

}

.cuscat span{

 float: left;
 position: relative;

}


.gT2 {

 background-color: #1D578B !important;
 border-collapse: separate !important;
 margin: 5px auto !important;

}

.gT2 td {

 font-size:8pt;
 line-height: normal;
 text-align: center;
 width: 80px;
 padding: 3px !important;

}

.gT2 .logoRow td {

 border-bottom: none;

}

.gT2 .textRow td {

 border-top: none;

}

.gT2 td p {

 margin: 3px;

}


/* Remove this line before release */

  1. firstHeading, #siteSub, #contentSub, #ajax-se, .previewnote{display:none}

</css>