Template:Nav/styles.css: Difference between revisions

From The Unofficial Isekai:Slow Life Wiki
Jump to navigation Jump to search
(Created page with ".navtable { border: 1px solid rgb(132,174,236); padding: 5px; border-radius: 11px; border-spacing: 0; width: 100%; max-width: 1024px; margin: 15px auto 40px auto; font-weight: bold; line-height: 1.3em; text-align: center; background-color: rgba(255,255,255,0.3); } .navtable td { padding: 5px; border-right-width: 1px; border-right-style: solid; border-right-color: #84AEEC; } .navtable td.last { border-right: 0; }")
 
No edit summary
Line 10: Line 10:
   line-height: 1.3em;
   line-height: 1.3em;
   text-align: center;
   text-align: center;
   background-color: rgba(255,255,255,0.3);
   background: linear-gradient(45deg, #4b0082, #8b008b, #4b0082) ;
}
}



Revision as of 21:21, 12 January 2024

.navtable {
   border: 1px solid rgb(132,174,236);
   padding: 5px;
   border-radius: 11px;
   border-spacing: 0;
   width: 100%; 
   max-width: 1024px;  
   margin: 15px auto 40px auto;
   font-weight: bold;
   line-height: 1.3em;
   text-align: center;
   background: linear-gradient(45deg, #4b0082, #8b008b, #4b0082) ;
}

.navtable td {
  padding: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #84AEEC;
}

.navtable td.last {
  border-right: 0;
}