Difference between revisions of "Template:Kobe"

Line 1: Line 1:
 
<html>
 
<html>
 
  
 
<script>
 
<script>
Line 44: Line 43:
 
}
 
}
  
body {
+
    body {
  font-family: 'Montserrat', sans-serif;
+
        font-family: 'Montserrat', sans-serif;
  background: #388E3C;
+
        background: #CAEDAC;
}
+
    }
  
 
ul {
 
ul {
Line 63: Line 62:
 
}
 
}
  
.accordion-menu {
+
    .accordion-menu {
  width: 100%;
+
        width: 20%;
  max-width: 350px;
+
        max-width: 350px;
  background: #fff;
+
        background: #fff;
  border-radius: 4px;
+
        border-radius: 4px;
  float:left
+
        float: left;
}
+
        position: fixed;
 +
        margin-top:0px;
 +
    }
 
     .accordion-menu li.open .dropdownlink {
 
     .accordion-menu li.open .dropdownlink {
 
         color: #CDDC39;
 
         color: #CDDC39;
Line 90: Line 91:
 
         position: relative;
 
         position: relative;
 
         transition: all 0.4s ease-out;
 
         transition: all 0.4s ease-out;
    }
+
 
 
+
   i {
   .i {
+
 
     position: absolute;
 
     position: absolute;
 
     top: 17px;
 
     top: 17px;
Line 123: Line 123:
  
 
     .teamlogo {
 
     .teamlogo {
         max-width: 350px;
+
         width:100%;
 +
        margin-top:0px;
 
     }   
 
     }   
 
     .directlink{
 
     .directlink{
Line 133: Line 134:
 
         color: #212121;
 
         color: #212121;
 
         position: relative;
 
         position: relative;
 +
    }
 +
 +
    .box {
 +
        margin-left: 35%;
 +
 +
margin-right:15%;
 +
margin-top:10px;
 +
margin-bottom:10px;
 +
 +
        background: #f1f1f1;
 +
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
 +
       
 +
    }
 +
 +
    .box .box-title {
 +
        font-size: 1.2em;
 +
        background: #5fc2f5;
 +
        padding: 4px;
 +
        text-align: center;
 +
        color: #FFF;
 +
        font-weight: bold;
 +
        letter-spacing: 0.05em;
 +
    }
 +
 +
    .box p {
 +
        padding: 15px 20px;
 +
        margin: 0;
 
     }
 
     }
 
</style>
 
</style>
  
 +
<html>
 
<head>
 
<head>
  
Line 239: Line 268:
  
  
   
+
</ul>
 
+
 
+
 
+
 
+
 
+
</ul>
+

Revision as of 07:33, 11 September 2017