Difference between revisions of "Template:Grenoble-Alpes/css"

 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
<style>
        <meta charset="UTF-8">
+
        <title> Bootstrap tutoriel </title>
+
        <link rel="stylesheet" href="css/bootstrap.min.css">
+
     
+
    </head>
+
   
+
    <style>
+
        .red {
+
            height: 600px;
+
            background-color: red;
+
        }
+
    </style>
+
   
+
    <body>
+
        <div class="container-fluid red">
+
           
+
        </div>
+
    </body>
+
  
 
+
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
<html>
+
 
 +
  /* Clear the default wiki settings */
 +
 
 +
  #home_logo, #sideMenu { display:none; }
 +
  #sideMenu, #top_title, .patrollink  {display:none;}
 +
  #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px; line-height: normal;background-color:#212121;}
 +
body {font-size:medium;}
 +
  #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h5 { margin-bottom: 0px; }
 +
         
 +
            h1{
 +
                text-align: center;
 +
                transform: translateY(450%);
 +
                font-size: 550%;
 +
                color: #ecf0f1;
 +
                padding-bottom:40px;
 +
            }
 +
</style>
 +
</html>

Latest revision as of 08:19, 18 July 2017