Difference between revisions of "Team:Edinburgh OG/CSS:custom"

Line 4: Line 4:
  
 
p.fig-title {
 
p.fig-title {
   color: black;
+
   color: black !important;  
 
   font-size: 14px;
 
   font-size: 14px;
 
}
 
}

Revision as of 21:01, 28 October 2017

  1. HQ_page p {
 font-size: 14px;

}

p.fig-title {

 color: black !important; 
 font-size: 14px;

}

img.fig {

 max-width: 100%;
 margin-top: 10px;
 margin-bottom: 10px;
 display: block;
 margin-left: auto;
 margin-right: auto

}

div #content {

 width: 100%;
 padding: 0px;
 border: none;
 color: black;
 margin-left: 0;
 margin-right: auto;
 background-color: #ffffff;
 position: relative;

}

div #top_title, #sideMenu {

 display: none;

}

div .container {

 margin-top: 15px;

}

.column>p {

 color: #727272;
 font-size: 15px !important;
 line-height: 24px;
 margin-bottom: 35px;

}

  1. HQ_page h1 {
 font-size: 30px;
 line-height: 1.1;
 color: #333;
 text-transform: uppercase;
 margin-bottom: 20px;
 font-weight: bold;

}

  1. HQ_page h2 {
 font-size: 26px;
 font-weight: 400;
 margin-bottom: 15px;
 text-transform: uppercase;

}

  1. HQ_page h3 {
 font-size: 22px;
 font-weight: 300;

}

  1. footer li {
 margin: 0;

}


/*Temporary style to fix the outlook on other pages*/


/*div .column { width: 1170px; margin-right: auto; margin-left: auto; padding-bottom: 30px; }*/

.column {

 padding: 20px 45px 0 45px;
 width: 1170px;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 30px;

}

.column.half_size {

 float: left;
 width: 50%;

}

.column ul {

 color: #727272;
 font-size: 15px;
 line-height: 24px;
 margin-bottom: 35px;
 font-weight: 300;

}

.column li {

 list-style-type: circle;

}

i {

 font-style: italic !important;

}