Changes

Jump to navigation Jump to search
3,016 bytes added ,  14:17, 20 January 2021
no edit summary
Line 62: Line 62:  
body.page-Veterinary_Education_Online div.articleFeedback-panel { display:none; }
 
body.page-Veterinary_Education_Online div.articleFeedback-panel { display:none; }
 
body.page-Veterinary_Education_Online div#mw-confirmaccount-msg {border: none;}
 
body.page-Veterinary_Education_Online div#mw-confirmaccount-msg {border: none;}
 +
 +
/* Hide title on mobile home page */
 +
body.page-Mobile_App_Home h1.firstHeading { display:none; }
 +
body.page-Mobile_App_Home div#BreadCrumbsTrail { display:none; }
 +
body.page-Mobile_App_Home div.articleFeedback-panel { display:none; }
 +
body.page-Mobile_App_Home div#mw-confirmaccount-msg {border: none;}
    
/* Increased size of search box */
 
/* Increased size of search box */
Line 449: Line 455:  
#mf-body {
 
#mf-body {
 
display:none
 
display:none
 +
}
 +
 +
/* Skin HTML buttons */
 +
.button {
 +
border-top: 1px solid #96d1f8;
 +
  background: #65a9d7;
 +
  background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
 +
  background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
 +
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
 +
  background: -ms-linear-gradient(top, #3e779d, #65a9d7);
 +
  background: -o-linear-gradient(top, #3e779d, #65a9d7);
 +
  padding: 20px 40px;
 +
  -webkit-border-radius: 14px;
 +
  -moz-border-radius: 14px;
 +
  border-radius: 14px;
 +
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
 +
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
 +
  box-shadow: rgba(0,0,0,1) 0 1px 0;
 +
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
 +
  color: #ffffff;
 +
  font-size: 23px;
 +
  font-family: Helvetica, Arial, Sans-Serif;
 +
  text-decoration: none;
 +
  vertical-align: middle;
 +
  }
 +
.button:hover {
 +
  border-top-color: #3e84b3;
 +
  background: #3e84b3;
 +
  color: #ccc;
 +
  }
 +
.button:active {
 +
  border-top-color: #42799e;
 +
  background: #42799e;
 +
  }
 +
.button#small{
 +
  padding: 8px 16px;
 +
  font-size: 16px;
 +
}
 +
 +
.frontpage-tpl{
 +
    margin: 0 auto;
 +
    background: #fcfcfc;
 +
    border: #50A6C2 1px solid;
 +
    max-width: 800px;
 +
}
 +
.frontpage-tpl .tpl-title{
 +
    background: #E0EEEE;
 +
    padding: 4px;
 +
    text-align: center;
 +
    font-weight: bold;
 +
}
 +
.frontpage-tpl .tpl-body{
 +
    padding: 0 30px 30px;
 +
}
 +
.frontpage-tpl .tpl-content{
 +
    display: flex;
 +
    align-items: stretch;
 +
    justify-content: space-between;
 +
    margin-top:30px;
 +
}
 +
.frontpage-tpl .tpl-content-additional{
 +
    margin-top: 1px;
 +
}
 +
.frontpage-tpl .tpl-content .tpl-col, .frontpage-tpl .tpl-content-additional .tpl-col{
 +
    width: 46.9%;
 +
    border: 1px solid #cef2e0;
 +
    background: #f5faff;
 +
    color: #000;
 +
    padding: 10px;
 +
}
 +
.frontpage-tpl .tpl-content-additional .tpl-col{
 +
    width: 100%;
 +
}
 +
.frontpage-tpl .tpl-content .tpl-col-logo{
 +
    display: flex;
 +
    flex-direction: column;
 +
    justify-content: center;
 +
    text-align:center;
 +
}
 +
.frontpage-tpl .tpl-content .tpl-col-logo img{
 +
    max-width: 100%;
 +
    height: auto;
 +
}
 +
.frontpage-tpl .tpl-content h2, .frontpage-tpl .tpl-content-additional h2{
 +
    margin: 0;
 +
    background: #cedff2;
 +
    font-size: 120%;
 +
    font-weight: bold;
 +
    border: 1px solid #a3bfb1;
 +
    text-align: left;
 +
    color: #000;
 +
    padding: 0.2em 0.4em;
 +
}
 +
 +
@media(max-width:900px) {
 +
  .frontpage-tpl .tpl-content{
 +
      flex-wrap: wrap;
 +
  }
 +
  .frontpage-tpl .tpl-content .tpl-col{
 +
      width:100%;
 +
  }
 +
  .frontpage-tpl .tpl-content .tpl-col-logo{
 +
      display:none;
 +
  }
 +
}
 +
.learning-resources tr th{
 +
  width:400px;
 +
}
 +
.system-images img{
 +
  padding:36px;
 +
}
 +
.wikiclinical .floatleft{
 +
  float:none;
 +
}
 +
.thumb.embedvideo{
 +
margin-top:1em;
 +
margin-bottom:1em;
 
}
 
}
1,157

edits

Navigation menu