Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 936f8ed2 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Add CSS style for infos, tips, notes and warnings

parent 2a7ce443
No related branches found
No related tags found
No related merge requests found
Pipeline #828716 passed
.info {
border: 1px solid;
background: url('info.png') no-repeat 10px 10px #BDE5F8;
color: #00529B;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.tip {
border: 1px solid;
background: url('tip.png') no-repeat 10px 10px #DFF2BF;
color: #4F8A10;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.note {
border: 1px solid;
background: url('note.png') no-repeat 10px 10px #FFFCCB;
color: #9F6000;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.warning {
border: 1px solid;
background: url('warning.png') no-repeat 10px 10px #FFBABA;
color: #D8000C;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
readtheorginria/css/info.png

4.3 KiB

readtheorginria/css/note.png

4.46 KiB

readtheorginria/css/tip.png

4.34 KiB

readtheorginria/css/warning.png

4.24 KiB

...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorgconcace-light.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorgconcace-light.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/hints.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> #+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> #+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorgconcace.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorgconcace.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/hints.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> #+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> #+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorginria-light.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorginria-light.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/hints.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> #+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> #+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorginria.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/readtheorginria.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://compose.gitlabpages.inria.fr/include/compose-themes/readtheorginria/css/hints.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> #+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> #+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment