Difference between revisions of "Template:Heidelberg/parsstyle"

(Created page with "{{#tag:html| <style> .box { padding: 20px; padding-left: 16px; text-decoration: none; background-color: white; border-left: 5px solid #9d1c20 !important; box-shadow:0 4px...")
 
(Blanked the page)
 
Line 1: Line 1:
{{#tag:html|
 
<style>
 
.box {
 
padding: 20px;
 
padding-left: 16px;
 
  
text-decoration: none;
 
background-color: white;
 
border-left: 5px solid #9d1c20 !important;
 
box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
 
color: white;
 
    font-family: 'Open Sans';
 
}
 
 
    .hyperbox {
 
        color: #393939 !important;
 
    }
 
    .hyperbox > h3 {
 
        color: #9d1c20 !important;
 
    }
 
    .hyperbox:hover {
 
     
 
        color: #9d1c20 !important;
 
    }
 
    .equal_height {
 
    display: -webkit-flex;
 
  display: -ms-flexbox;
 
  display: flex;
 
  -webkit-flex-wrap: wrap;
 
  -ms-flex-wrap: wrap;
 
  flex-wrap: wrap;
 
    }
 
    .equal_height > .col-md-4 {
 
  display: -webkit-flex;
 
  display: -ms-flexbox;
 
  display: flex;
 
 
    }
 
    </style>
 
}}
 

Latest revision as of 10:12, 1 November 2017