Jump to content

Template:Navcard: Difference between revisions

m CSS test
m CSS test
Line 4: Line 4:
     width: 200px;
     width: 200px;
     border: solid;
     border: solid;
    border-radius: 2px;
     overflow: hidden;
     overflow: hidden;
   }
   }
    
    
  #link-overlay:hover {
    border-color: red;
  }
 
  .background-basic {
    background-color: #f7faeb;
    color: #000;
  }
  @media screen {
html.skin-theme-clientpref-night .background-basic {
background-color: #383838;
color: #ace;
}
  }
   .test {
   .test {
     position: absolute;
     position: absolute;
Line 23: Line 40:
   }
   }
    
    
   #img-container img {
   img {
     height: 100%;
     height: 100%;
     width: 200px;
     width: 200px;

Revision as of 15:07, 5 May 2025