Difference between revisions of "Template:IIT-Madras/CSS"

Line 53: Line 53:
 
             @font-face{
 
             @font-face{
 
                 src: url(https://static.igem.org/mediawiki/2016/b/b1/LatoRegular.ttf);
 
                 src: url(https://static.igem.org/mediawiki/2016/b/b1/LatoRegular.ttf);
                 font-family: L;
+
                 font-family: regular;
 
             }
 
             }
  
 
             @font-face{
 
             @font-face{
 
                 src: url(https://static.igem.org/mediawiki/2016/5/58/Lato-Bold.ttf);
 
                 src: url(https://static.igem.org/mediawiki/2016/5/58/Lato-Bold.ttf);
                 font-family: C;
+
                 font-family: bold;
 
             }
 
             }
  
Line 82: Line 82:
 
             a,a:visited{
 
             a,a:visited{
 
                 text-decoration: none;
 
                 text-decoration: none;
                 font-family: L;
+
                 font-family: regular;
 
                 color: inherit;
 
                 color: inherit;
 
             }
 
             }
Line 128: Line 128:
 
                 padding: 0px;
 
                 padding: 0px;
 
                 margin: 0px;
 
                 margin: 0px;
                 font-family: L, Arial;
+
                 font-family: regular, Arial;
 
             }
 
             }
  
Line 138: Line 138:
 
                 position: fixed;  
 
                 position: fixed;  
 
                 top: 0px;  
 
                 top: 0px;  
                 padding-top: 40px;
+
                 padding-top: 20px;
                 padding-bottom: 20px;  
+
                 padding-bottom: 0px;  
 
                 box-shadow: 0px 2px 4px rgba(5,5,5,0.5);  
 
                 box-shadow: 0px 2px 4px rgba(5,5,5,0.5);  
                 z-index: 20;
+
                 z-index: 20
             }
+
             }`
  
 
         </style>
 
         </style>
Line 169: Line 169:
 
         <div id="menubar">
 
         <div id="menubar">
 
             <div class="centered-list">
 
             <div class="centered-list">
                 <!-- <ul style="color: #22ffdd; font-family: C; font-weight: 200; letter-spacing: 2px;">
+
                 <!-- <ul style="color: #22ffdd; font-family: bold; font-weight: 200; letter-spacing: 2px;">
 
                     <li class="nav" id="lines" style="border: none; width: 120px; background: #050505;">  
 
                     <li class="nav" id="lines" style="border: none; width: 120px; background: #050505;">  
 
                         <a style="text-align:left" class="nav" onclick="putmenu()">  
 
                         <a style="text-align:left" class="nav" onclick="putmenu()">  
Line 237: Line 237:
  
 
         <div id="footer">
 
         <div id="footer">
             <h1 style="font-family: C; font-weight: 200; font-size: 30px;  letter-spacing: 3px; color:white;text-align: center;">
+
             <h1 style="font-family: bold; font-weight: 200; font-size: 30px;  letter-spacing: 3px; color:white;text-align: center;">
 
                 Contact Us
 
                 Contact Us
 
             </h1>
 
             </h1>

Revision as of 13:58, 5 October 2016