index.html 2.07 KB
Newer Older
Abinaya Sudhir's avatar
Abinaya Sudhir committed
1 2 3 4 5
<!doctype>
<html>
    <head>
        <meta charset="utf-8"/>
        <title>CNRS GarganText</title>
Abinaya Sudhir's avatar
Abinaya Sudhir committed
6
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
7
        <link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
8
        <link href="css/login.min.css" rel="stylesheet">
9
        <link href="css/bootstrap.min.css" rel="stylesheet">
10
        <!-- <link href="css/lavish-bootstrap.css" rel="stylesheet"> -->
Abinaya Sudhir's avatar
Abinaya Sudhir committed
11
        <link rel="stylesheet" type="text/css" href="css/menu.css"/>
12
        <link href="css/Login.css" rel="stylesheet">
13 14
        <style>
         * {margin: 0; padding: 0; list-style: none;}
Sudhir Kumar's avatar
Sudhir Kumar committed
15
         .tree ul li {
16 17 18 19
             margin-left: 15px;
             position: relative;
             padding-left: 5px;
         }
20 21 22
         #toolbar {display : inline;}
         #toolbar ul li {display : inline }
         #toolbar ul li form {display : inline}
Abinaya Sudhir's avatar
Abinaya Sudhir committed
23
         .tree { margin-top : 125px;}
Sudhir Kumar's avatar
Sudhir Kumar committed
24
         .tree ul li::before {
25 26 27 28 29 30 31 32
             content: " ";
             position: absolute;
             width: 1px;
             background-color: #000;
             top: 5px;
             bottom: -12px;
             left: -10px;
         }
Sudhir Kumar's avatar
Sudhir Kumar committed
33 34 35
         body > .tree ul > li:first-child::before {top: 12px;}
         .tree ul li:not(:first-child):last-child::before {display: none;}
         .tree ul li:only-child::before {
36 37 38 39
             display: list-item;
             content: " ";
             position: absolute;
             width: 1px;
Sudhir Kumar's avatar
Sudhir Kumar committed
40
             background-color: "#000";
41 42 43 44 45
             top: 5px;
             bottom: 7px;
             height: 7px;
             left: -10px;
         }
Sudhir Kumar's avatar
Sudhir Kumar committed
46
         .tree ul li::after {
47 48 49 50 51
             content: " ";
             position: absolute;
             left: -10px;
             width: 10px;
             height: 1px;
Sudhir Kumar's avatar
Sudhir Kumar committed
52
             background-color: "#000";
53 54 55
             top: 12px;
         }
	      </style>
Abinaya Sudhir's avatar
Abinaya Sudhir committed
56 57
    </head>
    <body>
58
        <div id="app" class ="container-fluid"></div>
Abinaya Sudhir's avatar
Abinaya Sudhir committed
59
        <script src="bundle.js"></script>
Sudhir Kumar's avatar
Sudhir Kumar committed
60
        <script src="js/bootstrap-native.min.js"></script>
Abinaya Sudhir's avatar
Abinaya Sudhir committed
61 62
    </body>
</html>