Anonymous

User:Abdullah5599@legacy41961806/Sandbox: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
m
Jason didn't like the first one, so I tried something a bit different
m (Attempt at integrating social media icons. Probably has cross-browser problems (designed with FF 23.0.1) Tweaked spacing and margins for top part)
m (Jason didn't like the first one, so I tried something a bit different)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{| class=custable style="margin:0 auto; width:100%"
|- style="height:250px;"
!style="width:33%"|
<div class="cusheader">Community</div>
Maybe a quick announcement here.<br><br>
{| style="background-color:transparent"
|style="width:50%"|
<div style="font-weight-weight:bold; font-size: 120%; border-bottom: 1px solid #D2D2D2;"><center>New Users</center></div>
* Welcome
* Getting started
* Help Guide
|style="width:50%"|
<div style="font-weight-weight:bold; font-size: 120%; border-bottom: 1px solid #D2D2D2;"><center>Editors</center></div>
* Todo list
* Discussion Center
* Articles needing improvement
|}
|style="width:33%"|
<div style="text-align:center;">
[[File:Zwlogo2dlarge.png|100px|Welcome to Zelda Wiki]]
<div style="font-size:162%">Welcome to [[Zelda Wiki:About|Zelda Wiki]]</div>
<div style="font-size: 95%; margin-bottom: 20px;">a ''Legend of Zelda'' encyclopedia that [[Help:Contents|anyone&nbsp;can&nbsp;edit]].</div>
<!-- Mockup of the search form -->
<div style="width:260px; height:18px; border:1px solid grey; border-radius:3px; padding:3px; background-color:white; color:grey; cursor:text; text-align:left; margin:0 auto;">Search</div>
<span style="border:1px solid grey; border-radius:3px; padding:3px; background-color:grey; color:black; background-image:linear-gradient(to bottom, #E6E6E6, #CCCCCC); cursor:pointer;">Go to Page</span>
<span style="border:1px solid grey; border-radius:3px; padding:3px; background-color:grey; color:black; background-image:linear-gradient(to bottom, #E6E6E6, #CCCCCC); cursor:pointer;">Advanced Search</span>
<!-- /Mockup of the search form -->
</div>
!style="width:33%"|
<div class="cusheader">Zelda News</div>
<rss number=5 desc=off title=off>http://zeldawiki.org/extensions/ZebraFeeds/rssfeed1.php</rss>
|- style="height:250px;"
|
<div class="cusheader">Featured Image</div>
[[File:Artwork_25_Anniversary.png|x150px|center]]
Our current featured picture depicts a colorful picture illustrating every incarnation of [[Link]] up to {{SS}}. This image was released by Nintendo as a tribute to the Zelda series' 25th anniversary.
!
{| class="wikitable gT2"
|-  class="logoRow"
| [[File:A_Link_Between_Worlds_logo.png|80px|link=The Legend of Zelda: A Link Between Worlds]]
| [[File:WindWakerHDLogo.png|80px|link=The Legend of Zelda: The Wind Waker HD]]
| [[File:Skyward_Swordlogo3.png|x50px|link=The Legend of Zelda: Skyward Sword]]
|-  class="textRow"
| {{ALBW}}
| {{TWWHD}}
| {{SS}}
|}
[[:Category:Enemies|Enemies]] {{·}}
[[:Category:Bosses|Bosses]] {{·}}
[[:Category:People|People]] {{·}}
[[:Category:Items|Items]] {{·}}
[[:Category:Places|Places]] {{·}}
[[:Category:Dungeons|Dungeons]] {{·}}
[[:Category:Games|Games]] {{·}}
[[:Category:Listings|Listings]] {{·}}
'''[[Special:Categories|All categories]]'''
|
<div class="cusheader">Featured Article</div>
[[File:Darknut.png|100px|left]]
'''[[Darknut]]s''' are recurring enemies in The Legend of Zelda series. They premiered in the first The Legend of Zelda. They resemble a large knight, equipped with heavy armor and a large sword. Darknuts are notoriously difficult to defeat, and are considered by many fans as the hardest non-boss/non-mini-boss enemy in the games in which they appear. [[Darknut|'''(more...)''']]
<br><br>Recently Featured: [[Master Sword]] – [[Gerudo]] – [[Pedestal of Time]]
|}
{| style="margin:0 auto;"
{| style="margin:0 auto;"
| [[File:Zwlogo2dlarge.png|left|150px|Welcome to Zelda Wiki]]
| [[File:Zwlogo2dlarge.png|left|150px|Welcome to Zelda Wiki]]
Line 117: Line 203:
{{:Main_Page/CSS}}
{{:Main_Page/CSS}}
<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;
}
table.gameTable{
table.gameTable{
   border-collapse: collapse;
   border-collapse: collapse;