Difference between revisions of "Template:UCopenhagen-header/CSS"

Line 286: Line 286:
  
 
#top_menu_under {
 
#top_menu_under {
     height: 12px;
+
     height: 0px;
 
       background: #2A9D8F;
 
       background: #2A9D8F;
  
Line 298: Line 298:
 
       font-weight: 400;
 
       font-weight: 400;
 
       background: #2A9D8F;
 
       background: #2A9D8F;
 +
    }
 +
 +
/*.....................................*/
 +
 +
a:link {
 +
    color: white;
 +
    background-color: transparent;
 +
    text-decoration: none;
 +
}
 +
 +
a:visited {
 +
    color: white;
 +
    background-color: transparent;
 +
    text-decoration: none;
 +
}
 +
 +
    html {
 +
      width: 100%;
 +
      height: 100%;
 +
    }
 +
    h1,
 +
    h2,
 +
    h3,
 +
    h4,
 +
    h5,
 +
    h6 {
 +
      margin: 0 0 35px;
 +
      text-transform: uppercase;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
      font-weight: 700;
 +
      letter-spacing: 1px;
 +
    }
 +
    p {
 +
      margin: 0 0 25px;
 +
      font-size: 18px;
 +
      line-height: 1.5;
 +
    }
 +
    @media (min-width: 768px) {
 +
      p {
 +
        margin: 0 0 35px;
 +
        font-size: 20px;
 +
        line-height: 1.6;
 +
      }
 +
    }
 +
 +
    a {
 +
      color: white;
 +
      -webkit-transition: all 0.2s ease-in-out;
 +
      -moz-transition: all 0.2s ease-in-out;
 +
      transition: all 0.2s ease-in-out;
 +
    }
 +
 +
    a:hover,
 +
    a:focus {
 +
      text-decoration: none;
 +
      color: white;
 
     }
 
     }
  

Revision as of 12:02, 19 August 2017

<!DOCTYPE html>

inCell