Difference between revisions of "Template:Queens Canada/CSS/text.css"

 
(7 intermediate revisions by the same user not shown)
Line 24: Line 24:
 
     color: #0f4f91;
 
     color: #0f4f91;
 
     line height: 200%;
 
     line height: 200%;
 +
}
 +
 +
h3 {
 +
    font-family: "Verdana", sans-serif;
 +
    color: #37474F;
 
}
 
}
  
Line 112: Line 117:
 
#attribs {
 
#attribs {
 
     padding: 60px 220px 20px 220px;
 
     padding: 60px 220px 20px 220px;
}
 
 
/* Overview page style */
 
#motivation {
 
    padding: 60px 150px 20px 150px;
 
}
 
 
#motivimg {
 
    float: right;
 
}
 
 
#AFPsolution {
 
    padding: 60px 90px 20px 90px;
 
}
 
 
#oceanpoutAFP {
 
    float: right;
 
}
 
 
#projectcomponents {
 
    padding: 60px 90px 20px 90px;
 
}
 
 
#judgingcrit {
 
    padding: 60px 90px 20px 90px;
 
}
 
 
#refs {
 
    padding: 60px 90px 20px 90px;
 
 
 
/* Practices page style */
 
 
#practicesmenu {
 
    padding: 60px 150px 20px 150px;
 
}
 
 
.HPthings {
 
    display: inline-table;
 
    width: 33%;
 
    margin-left: -26px;
 
}
 
 
.HPthings {
 
    opacity: 0.5;
 
}
 
 
.HPthings:hover{
 
    opacity: 1;
 
}
 
 
#Academics {
 
    padding: 60px 150px 20px 150px;
 
}
 
 
#Outreach {
 
    padding: 60px 150px 20px 150px;
 
}
 
 
#IPstuff {
 
    padding: 60px 150px 20px 150px;
 
 
}
 
}

Latest revision as of 14:39, 5 September 2015

p {

   font-size: 18px;
   font-family: "Verdana", sans-serif;
   color: #37474F;

}

figcaption{

   font-size: 16px;
   font-family: "Verdana", sans-serif;
   color: #37474F;

}

h1 {

   font-family: 'Roboto', sans-serif;
   font-size: 50px;
   color: #0f4f91;
   text-align: center;
   line height: 200%;

}

h2 {

   font-family: 'Roboto', sans-serif;
   font-size: 30px;
   color: #0f4f91;
   line height: 200%;

}

h3 {

   font-family: "Verdana", sans-serif;
   color: #37474F;

}

/*Modeling page style */ .intro {

   padding: 60px 150px 20px 150px;

}

  1. modelbodytext {
   padding: 0px 150px 0px 150px;

}

  1. modelbodytext li {
   list-style: none;
   font-family: 'Verdana', sans-serif;
   font-size: 18px;
   color: #37474F;
   text-indent: 300px;

}


  1. circAFPapproach {
   height: 400px;
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
   

}

  1. MDsimsimgs {
   float: left;
   width: 590px;
   margin-left: -50px;
   

}

  1. MDsims {
   float: right;
   width: 440px;

}

  1. RMSplots {
   clear: both;

}

  1. RMSplots img {
   width: 500px;

}

  1. RMSplots figure {
   width: 450px;
   height: auto;

}

  1. conclusioncirc {
   clear: both;

}

table {

   width: 60%;
   margin-left: auto;
   margin-right: auto;
   color: #37474F;
   border-collapse: collapse;
   

}

  1. red {
   color: #ff0000;

}

  1. purple {
   color: #6A1B9A;

}

th, td {

   padding: 10px;
   text-align: center;
   border: 2px solid #FFC107;

}

  1. Stabilityanalysis {
   clear: both;

}

/* Attributtions page style */

  1. attribs {
   padding: 60px 220px 20px 220px;

}