Template:MDrivenStart Template: Difference between revisions

From MDrivenWiki
No edit summary
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
''Part of MDrivenStart''
<html>
<html>
<style>
  <style>
  #header-wrapper{visibility:collapse;}
    a.MDRLink, a.ChatLink {
  #content-heading{visibility:collapse;}
      padding: 10px;
  #sidebar-wrapper{visibility:collapse;}
      margin: 5px;
  #content-heading{visibility:collapse;}
      border-radius: 5px;
  #small-toolbox-wrapper{visibility:collapse;}
      color: #000;
  .toolbox-container{visibility:collapse;}
      text-decoration: none;
  .standard-toolbox{visibility:collapse;}
      display: inline-block;
  #content-wrapper{margin-left: 1em; top:0em;}
      transition: background-color 0.3s;
  #footer{visibility:collapse;}
    }
</style>
 
    a.MDRLink {
      background: #ffff99;
    }
 
    a.MDRLink:hover {
      background-color: #ffffcc;
    }
 
    a.ChatLink {
      background: #ffc0cb;
    }
 
    a.ChatLink:hover {
      background-color: #ffdddd;
    }
 
 
    #header-wrapper,
    #content-heading,
    #sidebar-wrapper,
    #small-toolbox-wrapper,
    .toolbox-container,
    .standard-toolbox,
    #footer {
      visibility: collapse;
    }
 
    #firstHeading {
      visibility: collapse;
      margin: 0;
      font-size: 50%;
      padding: 0;
    }
 
    #content-wrapper {
      margin-left: 1em;  
      top: 0;
    }
 
    @media only screen and (max-width: 600px) {
      #content-heading,
      #small-toolbox-wrapper,
      #firstHeading {
        visibility: collapse;
        font-size: 1%;
      }
    }
  </style>
 
  <a href="javascript:history.go(-1)" class="MDRLink">Back One</a>
  <a href="https://newwiki.mdriven.net/index.php?title=MDrivenStart_Start" class="MDRLink">Back to Start</a>
  <a href="https://portal.mdriven.net/app#/ChatView/$null$" class="ChatLink">Chat Updated!</a>
</html>
</html>

Latest revision as of 10:33, 9 December 2023

Back One Back to Start Chat Updated!

This page was edited 140 days ago on 12/09/2023. What links here