Difference between revisions of "Template:MainPageCSS"

(Created page with "<html> <style> body { font-family: arial, sans-serif; width: 975px; } .column { float: left; display: block; border: 0px solid #000; box-sizing:...")
 
m
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
     width: 975px;
 
     width: 975px;
 
   }
 
   }
  .column {
 
    float: left;
 
    display: block;
 
    border: 0px solid #000;
 
    box-sizing: border-box;
 
    -moz-box-sizing: border-box;
 
    -webkit-box-sizing: border-box;
 
  }
 
  .full-size {
 
    width: 100%;
 
  }
 
  .one-half {
 
    width: 50%;
 
  }
 
  .one-third {
 
    width: 33.3%;
 
  }
 
  .two-thirds {
 
    width: 66.6%;
 
  }
 
 
 
   .feature-block {
 
   .feature-block {
 
     display: block;
 
     display: block;
Line 40: Line 19:
 
   }
 
   }
 
   .feature-list {
 
   .feature-list {
     height: 310px;
+
     height: 330px;
 
   }
 
   }
  
Line 80: Line 59:
 
   }
 
   }
 
   .featuredparts-img {
 
   .featuredparts-img {
     width: 300px;
+
     max-width: 300px;
 +
max-height: 190px;
 
     float: right;
 
     float: right;
 
     margin-left: 10px;
 
     margin-left: 10px;
 +
 
   }
 
   }
  
Line 145: Line 126:
 
       }
 
       }
  
 +
#header-link a { color: blue;}
  
  

Latest revision as of 13:09, 9 July 2024