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

 
(30 intermediate revisions by the same user not shown)
Line 51: Line 51:
 
           width:100%;
 
           width:100%;
 
           min-height: 100%;
 
           min-height: 100%;
          display: flex;
 
          flex-direction: column;
 
 
           }
 
           }
  
 
            
 
            
 
           .content-wrapper{
 
           .content-wrapper{
 +
              font-family:regular;
 
               margin-top: 4em;
 
               margin-top: 4em;
               margin-bottom: 4em;
+
               margin-bottom: 150px;
 
               margin-left:auto;
 
               margin-left:auto;
 
               margin-right:auto;
 
               margin-right:auto;
 
               width:75%;
 
               width:75%;
 +
              min-height:100vh;
 
               background:white;
 
               background:white;
               font-size: 1.25em;
+
               font-size: 1.4em;
              flex:1;
+
 
           }
 
           }
 +
  
 
/* Wikitable */
 
/* Wikitable */
Line 88: Line 88:
 
{
 
{
 
     color:#458B74;
 
     color:#458B74;
 +
    font-family:regular;
 
}
 
}
 
            
 
            
Line 175: Line 176:
 
               font-size:0.8em;
 
               font-size:0.8em;
 
             }
 
             }
         
+
 
          .highlight-box {
+
                background: #00ad93;
+
                color:white;
+
                padding: 15px;
+
                font-size:1.125em;
+
                border-radius: 10px;
+
                max-width:270px;
+
            }
+
  
 
h1 a:link, h1 a:visited,h2 a:link, h2 a:visited,h3 a:link, h3 a:visited,h4 a:link, h4 a:visited {
 
h1 a:link, h1 a:visited,h2 a:link, h2 a:visited,h3 a:link, h3 a:visited,h4 a:link, h4 a:visited {
Line 189: Line 182:
 
}
 
}
  
figure {
 
    display: inline-block;
 
    margin: 1em auto 0 auto;
 
}
 
figure img {
 
    display:block;
 
    margin: 1em auto 1em auto;
 
    width:80%;
 
}
 
figure figcaption {
 
    text-align: center;
 
    text-decoration: underline;
 
}
 
 
.navBar {
 
.navBar {
 
   width: 100%;
 
   width: 100%;
Line 230: Line 210:
 
   text-decoration: none;
 
   text-decoration: none;
 
   transition: all .5s ease;
 
   transition: all .5s ease;
 +
  font-family:regular;
 
}
 
}
 
nav ul a:hover {
 
nav ul a:hover {
Line 308: Line 289:
 
     background:white;
 
     background:white;
 
     font-size: 3em;
 
     font-size: 3em;
 +
    font-family:regular;
 
   }
 
   }
 
.wikitable
 
.wikitable
Line 319: Line 301:
 
                   background: #303030;
 
                   background: #303030;
 
                   width:100%;
 
                   width:100%;
                   padding: 10% 0 10% 0;
+
                   padding:2% 0 2% 0;  
                  text-align:center;     
+
 
             }
 
             }
 
      
 
      
Line 387: Line 368:
 
}
 
}
  
.footer-center{
+
.riboson{
    display: block;
+
  color: green;
    flex:1;
+
 
}
 
}
 +
 +
.ribosoff{
 +
  color:red;
 +
}
 +
  
  

Latest revision as of 18:55, 19 October 2016