Difference between revisions of "Template:TecMonterrey GDL"

m
m
 
(9 intermediate revisions by 2 users not shown)
Line 291: Line 291:
 
             h2,
 
             h2,
 
             h3,
 
             h3,
 +
            h4,
 
             p {
 
             p {
 +
                font-family: 'Poppins', sans-serif;
 
                 orphans: 3;
 
                 orphans: 3;
 
                 widows: 3
 
                 widows: 3
Line 5,915: Line 5,917:
 
             background-color: #777;
 
             background-color: #777;
 
             border-radius: 10px
 
             border-radius: 10px
 +
        }
 +
 +
        ul{
 +
            margin: 0 !important;
 
         }
 
         }
  
Line 6,554: Line 6,560:
 
         .panel-body {
 
         .panel-body {
 
             padding: 15px
 
             padding: 15px
 +
        }
 +
        .panel-body p{
 +
          font-family:'Poppins',sans-serif;
 
         }
 
         }
  
Line 6,568: Line 6,577:
  
 
         .panel-title {
 
         .panel-title {
 +
            font-family:'Poppins',sans-serif;
 
             margin-top: 0;
 
             margin-top: 0;
 
             margin-bottom: 0;
 
             margin-bottom: 0;
Line 8,059: Line 8,069:
 
     <!-- JQuery -->
 
     <!-- JQuery -->
 
     <!-- Since you can't use && it's impossible to copy paste the code for JQuery so here's the only way to use JQuery-->
 
     <!-- Since you can't use && it's impossible to copy paste the code for JQuery so here's the only way to use JQuery-->
     <script
+
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  src="https://code.jquery.com/jquery-1.12.4.min.js"
+
  integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
+
  crossorigin="anonymous"></script>
+
 
    
 
    
 
     <!-- Since you can't use && it's impossible to copy paste the code for bootstrap.js so here's the only way to use Bootstrap -->
 
     <!-- Since you can't use && it's impossible to copy paste the code for bootstrap.js so here's the only way to use Bootstrap -->
 
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
 
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
 +
  
 
     <!-- BEGIN template -->
 
     <!-- BEGIN template -->
Line 8,086: Line 8,094:
 
             color: black;
 
             color: black;
 
         }
 
         }
 +
 
         #top_title{
 
         #top_title{
 
             display: none;
 
             display: none;
Line 9,215: Line 9,224:
 
           padding-top: 5px;
 
           padding-top: 5px;
 
         }
 
         }
 
+
        .text p{
 +
          font-size:18px;
 +
        }
 
         .service-box .icon-box {
 
         .service-box .icon-box {
 
           position: absolute;
 
           position: absolute;
Line 9,465: Line 9,476:
 
           text-transform: uppercase;
 
           text-transform: uppercase;
 
         }
 
         }
 
+
        .text li{
 +
            font-size:16px;
 +
            font-family: 'Poppins', sans-serif;
 +
        }
 +
        .text h3{
 +
            font-family: 'Poppins', sans-serif;
 +
        }
 
         .service-details .left-side .links-btn a {
 
         .service-details .left-side .links-btn a {
 
           font-size: 14px;
 
           font-size: 14px;

Latest revision as of 02:33, 18 October 2018