Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mainmenu [2024/05/12 09:59] adminmainmenu [2025/06/08 01:21] (current) – external edit 127.0.0.1
Line 8: Line 8:
   position: static;   position: static;
   display: inline-block;   display: inline-block;
-  width: 200px;+  width: 202px;
 } }
  
Line 44: Line 44:
   box-sizing: border-box;   box-sizing: border-box;
   font-size: 0.9em;   font-size: 0.9em;
 +  text-align: center;
 } }
  
 .dropdown .dropdown-content a:hover { .dropdown .dropdown-content a:hover {
   background-color: #999;   background-color: #999;
 +  color: #133f1c;
 } }
  
Line 60: Line 62:
 <div class="container"> <div class="container">
 <div class="dropdown menu1"> <div class="dropdown menu1">
-    <button class="dropdown-toggle"><a href="?id=start">Home</a></button>+    <a href="?id=start"><button class="dropdown-toggle">Home</button></a>
  </div>  </div>
 <div class="dropdown menu2"> <div class="dropdown menu2">
     <button class="dropdown-toggle">About the Swap</button>     <button class="dropdown-toggle">About the Swap</button>
     <div class="dropdown-content">     <div class="dropdown-content">
-        <a href="#">Option 1</a>+        <a href="?id=About">Swap Rules</a>
     </div>     </div>
 </div> </div>
Line 71: Line 73:
     <button class="dropdown-toggle">Characters</button>     <button class="dropdown-toggle">Characters</button>
     <div class="dropdown-content">     <div class="dropdown-content">
-        <a href="#">Option 1</a> +        <a href="?id=character:index">Character List</a> 
-        <a href="#">Option 2</a>+        <a href="?id=character:character_create_form">Create a Character Page</a>
         <a href="#">Option 3</a>         <a href="#">Option 3</a>
     </div>     </div>
Line 109: Line 111:
 </body> </body>
 </html> </html>
 +<WRAP centeralign 200px>
 +Current Swap Dates:
 +September 1, 2024 - November 3, 2024
 +
 +Themes: None! Go wild!
 +</WRAP>