/* from ~/public_html/univ/www.iut-info.univ-lille.fr/~beaufils/2018-2019/bruno.css */

@media screen {
  body
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: white;
    color: black;
    width: 80%;
    background: white;
    margin: 1em auto 1em auto;
    padding: 0 2em 0 2em;
  }

  a,
  a:link,
  a:visited,
  a:active
  {
    text-decoration: none;
    color: blue;
  }
  a:hover
  {
    text-decoration:none; text-shadow:1px 1px 2px #ccf;
  }

  h1, h2, h3, h4, h5, h6
  {
    color:maroon;
  }
  h1 { 
    text-align:center;
  }
  
  h2 { 
    width:100%;
    padding:2px;
    clear:both;
    margin:0;
  }

  footer#ours { 
    color:black;
    text-align:left;
    font-size:.5em;
    font-style:italic;
    margin-top:5em;
    margin-left:-.3em;
    margin-right:-.3em;
    margin-bottom:0.25em;
    padding:.75em .75em 0 .75em;
  }
}

@media print
{
  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: white;
    color: black;
    margin: 0;
    padding: 0;
  }
  h1
  {
    clear: both;
    font-size: 125%;
  }
}

/* from ~bin/showmd */

/* CSS */
body{
  font-family: helvetica, arial, freesans, clean, sans-serif;
  color: #333;
  background-color: #fff;
  border: none;
  line-height: 1.5;
  margin: 2em 3em;
  text-align:left;
}
pre{
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  overflow: auto;
}
code{
  background-color: #eee;
  padding: 1px 3px;
  border-radius: 2px;   
}
li p{
  margin: 0.3em;
}
ul li{
  list-style-type: disc;
}
a:link, a:visited{
  color: #33e;
  text-decoration: none;
}
a:hover{
  color: #00f;
  text-shadow:1px 1px 2px #ccf;
  text-decoration:underline;
}
h1{
  color: #999;
  font-weight: bold;
  }
h2{
  border-bottom: 1px dotted #aaa;
  margin-bottom: 1em;
  color: #333;
}
h3{
  color: #666;
}

/* from curitiba.boulgour.com:/srv/www/bruno.boulgour.com/styles/base.css */

@media screen
{

  body
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: white;
    color: black;
	width: 80%;
    background: white;
    margin: 2em auto 2em auto;
    padding: 0 2em 0 2em;
    border: 1px solid #cccccc;
  }

  a,
  a:link,
  a:visited,
  a:active
  {
    text-decoration: none;
    color: blue;
  }
  a:hover
  {
    text-decoration:none; text-shadow:1px 1px 2px #ccf;
  }

  h1
  {
    clear: both;
  }

  blockquote
  {
    font-style: italic;
    margin: 0;
    padding: 1em;
    border: 1px dotted black;
  }

  table,
  tr,
  th,
  td
  {
    border-collapse: collapse;
    border: thin black solid;
    padding: .25em;
  }
  code
  {
    background:lightgray;
  }

  #ours
  {
    clear: both;
    font-size: 70%;
    text-align: center;
    color: #696969;
    margin: 1em 0 1em 0;
    padding: 0 0 0 0;
  }
    
  h1
  {
    font-size: 150%;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid black;
  }
}

@media print
{
  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: white;
    color: black;
    margin: 0;
    padding: 0;
  }
  #ours
  {
    display: none;
  }
  h1
  {
    clear: both;
    font-size: 125%;
  }
}


/* from ~/developpement/hacks-mdutils.git/lib/bbb-md.css */

/* Copyright (C) 2018 Bruno BEAUFILS */
/* Distributed under the terms of the WTFPL 2.0 */

h1
{
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
	font-size: 135%;
}

h2
{
    color: #333;
    font-size: 1.25em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #aaa;
	font-size: 125%;
}
    
h3
{
    color: #666;
    font-size: 115%;
}

h4
{
    color: #666;
    font-size: 105%;
	font-style: italic;
}

@media screen
{
    *
    {
        background: white;
        color: #2e2e2e;
        font-size: 13px;
    }

    body
    {
        color: #2e2e2e;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Free Sans", clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        width: 80%;
        margin: 2em auto 2em auto;
        padding: 0 2em 0 2em;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        line-height: 1.5;
        text-align: left;
    }
        
    a,
    a:link,
    a:visited,
    a:active 
    {
        color: blue;
        text-decoration: none;
    }
    a:hover
    {
        text-decoration: none;
        text-shadow: 1px 1px 2px #ccf;
    }
    
    code, kbd, pre, samp
    {
        color:#c0341d;
        background-color:#fcedea;
        font-family:"Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
        font-size:1em;
        padding: 1px 3px;
        border-radius: 2px;
    }
    code
    {
        white-space: pre-wrap;
        word-break:keep-all;
    }
    
    pre
    {
        display: block;
        color:#2e2e2e;
        background-color:#fafafa;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius:3px;
        overflow: auto;
        word-break:break-all;
        word-wrap:break-word;
    }
    pre code
    {
        color: inherit;
        background-color:transparent;
        font-size: inherit;
        padding: 0;
        border-radius:0;
        white-space: pre-wrap;
    }
    table a code
    {
        position: relative;
        top:-2px;
        margin-right:3px;
    }
    ul
    {
        padding-left: 2em;
    }
    li p
    {
        margin: 0.3em;
    }
    ul li
    {
        list-style-type: disc;
    }
}
@media print
{
    body
    {
        background: white;
        color: black;
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
    }
    h1
    {
        clear: both;
    }
    ul
    {
        padding-left: 2em;
    }
    pre
    {
        padding-left: 2em;
        border-left: 1.5px solid black;
        margin-left: 3em;
    }
}

/* temporaire */

.author, .date { display: none; }

header h1 { 
    text-align:center;
}

h1, h2, h3, h4 { text-align: left; 	color: maroon; }

footer#ours a { font-size: .5em; }
