Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:HomePage/styles.css: Difference between revisions

Template page
Created page with ".home-wrap{ max-width: 980px; margin: 0 auto; padding: 16px; } .home-logo{ text-align: center; margin: 8px 0 18px; } .home-patchBox{ border: 2px solid #222; border-radius: 12px; min-height: 280px; display: flex; align-items: center; justify-content: center; } .home-fiveRow{ margin-top: 18px; display: flex; gap: 14px; } .home-smallBox{ flex: 1 1 0; min-height: 110px; border: 2px solid #222; border-radius: 12px; display: flex; al..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.home-wrap{
.nohoverzoom a.image {
   max-width: 980px;
   background: transparent !important;
   margin: 0 auto;
   border: 0 !important;
   padding: 16px;
  box-shadow: none !important;
   padding: 0 !important;
}
}


.home-logo{
.nohoverzoom a.image img {
  text-align: center;
   border: 0 !important;
  margin: 8px 0 18px;
   outline: 0 !important;
}
 
.home-patchBox{
   border: 2px solid #222;
  border-radius: 12px;
  min-height: 280px;
  display: flex;
   align-items: center;
  justify-content: center;
}
 
.home-fiveRow{
  margin-top: 18px;
  display: flex;
  gap: 14px;
}
 
.home-smallBox{
  flex: 1 1 0;
  min-height: 110px;
  border: 2px solid #222;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
}

Latest revision as of 02:09, 1 January 2026

.nohoverzoom a.image {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.nohoverzoom a.image img {
  border: 0 !important;
  outline: 0 !important;
}