From 1cad4c9044d47c6653d804d7fb58581d92f96cc8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 4 Jan 2021 13:40:21 +0100 Subject: Change organisation --- theme/static/css/main.css | 376 ---------------------------------------------- 1 file changed, 376 deletions(-) delete mode 100755 theme/static/css/main.css (limited to 'theme/static/css/main.css') diff --git a/theme/static/css/main.css b/theme/static/css/main.css deleted file mode 100755 index 84274fe..0000000 --- a/theme/static/css/main.css +++ /dev/null @@ -1,376 +0,0 @@ -@import url("pygment.css"); -@import url("styles.css"); - -@font-face { - font-style: normal; - font-weight: normal; -} - -header, footer, section, nav { - display: block; -} - -body { - max-width: 700px; - margin: 0; - padding: 0; - color: black; - background : #222; - margin-left: auto; - margin-right: auto; - font-family: Linux Libertine O, Times new Roman, serif; - line-height: 1.6em; -} - -h1, h2, h3, h4, h5, h6 { - margin: 1em 0 .5em 0; - line-height: 1.2; - font-style: normal; - font-weight: normal; - color: #AE4E00; - font-family: "Lucida sans unicode",Lucida,Tahoma,Arial,sans-serif; -} -h1 { - font-size: 1.5em; -} - -h2 { - font-size: 1.3em; - font-weight: bold; - left:20px; -} - -h2.page_title { - padding-left: 10px; - text-decoration: none; - font-size: 1.3em; - color: #AE4E00; - text-transform : capitalize; -} -h3 { - font-size: 1.15em; - margin-left: 5px; - padding-left: 20px; - background: url("../images/arrow.png") no-repeat left bottom; -} -h4 { - font-size: 1em; - margin-left: 30px; -} - -ul, ol { - margin: .75em 0 .75em 32px; - padding: 0; - padding-right: 10px; -} - -.footnote-reference { - position: relative; - font-size: 0.8em; -} - -a.fn-backref { - text-decoration: none; -} - -p { - margin: .75em; -} - - p.caption { - text-align: center; - } - -pre, blockquote { - margin: 0.5em 1em; - border:1px solid #ccc; - background:#eee; - border-left: 3px solid #ae4e00; - overflow:auto; - color: #666666; - line-height: 1.22em; - padding-left: 10px; -} - -pre { - font-size: medium; - overflow:auto; max-width:650px -} - -table { - border: 1px dashed grey; - padding: 0; - margin: 15px 10px; -} - -table.docutils { - border: none; -} - -table.footnote { - margin: 0px; - -} - - table.footnote td { - border: none; - } - - td, th { - margin: 0; - padding: 2px 5px; - border: 1px dotted grey; - } - - tr.field td { - border: none; - } - - tr.field th { - border: none; - width: 9em; - } - - tr.field p { - margin: 0; - margin-bottom: 0.2em; - } - - -hr { - height: 0; - width: 60%; - margin: 15px auto; - color: transparent; - border-bottom: 2px dotted grey; -} - -address { - margin: .75em 0; - font-style: normal; -} - -a { - text-decoration: underline; -} -a:link { - color: inherit; -} -a:visited { - color: inherit; -} -a:hover, a:focus, a:active { - color: slategrey; -} - -a img { - border: none; -} - -em { - font-style: italic; -} -strong { - font-weight: bold; -} - - -.note, .admonition { - margin: 0.5em 1em; - border-left: 1px solid #ae4e00; -} - - -div.admonition-attention { - background-color: #EEE; - border:1px solid #ccc; - border-left: 3px solid #ae4e00; - border-top: 1px solid #ae4e00; -} - - p.admonition-title { - color: #ae4e00; - font-weight: bold; - } - - -div#page { - background : white; - padding: 5px 5px; -} - - - #header>h1 { - left: 20px; - background-color: #323232; - color: #BBBBBB; - letter-spacing: 1px; - font-size: 1.3em; - padding : 0; - - padding-bottom: 15px; - padding-left: 5px; - padding-top: 5px; - - margin-bottom: 0; - margin-top: 0; - } - #header>h1>a { - text-decoration: inherit; - color: inherit; - } - - #header>img { - display: block; - - } - - nav#cssmenu { - padding-top: 2px; - padding-bottom: 2px; - } - - nav#menu a { - display: inline-block; - text-decoration: none; - margin: 2px; - padding: 1px; - border: 1px solid grey; - border-radius: 3px; - font-weight: bold; - color: #222; - } - - nav#menu a:hover, nav#menu a.active { - border: 1px solid black; - color: black; - } - - section#content { - float: left; - line-height: 170%; - margin: 5px; - } - section#content a img { - margin-left: 15px; - } - - section#content img { - max-height: 100%; - } - - section#content table#archives { - border: 0px ; - } - - table#archives td, table#archives td { - border: 0px ; - } - - article.post h2.post_title { - margin: 20px 0 0 0; - padding: 0; - } - - article.post time.meta { - color: #999999; - font-size: small; - } - - article.post details.meta { - margin: 5px 0 0 0; - padding: 0; - } - article.post details.meta p { - margin: 0; - padding: 0; - } - - .post details.meta { - margin: 0; - padding: 2px 3px; - font-size: .8em; - } - - #content a#all_tags { - font-size: 1.8em; - } - #content ul#tag_list { - list-style-type: none; - } - #content dl#archives dt { - margin-left: 40px; - } - #content dl#archives dd { - text-align: center; - } - - #content>nav.pagination { - font-size: 14px; - text-align: center; - } - nav.pagination a { - text-decoration: none; - font-weight: bolder; - } - - footer#footer { - clear:both; - border-top: 1px solid grey; - padding: 5px 20px; - } - -.rtl { - direction:rtl; - unicode-bidi:bidi-override; -} - -.floatleft { float: left; margin: 0px 5px 5px 0px; } -.floatright { float: right; margin: 0px 0px 5px 5px; } - -img.center { - display: block; - margin-left: auto; - margin-right: auto; -} - -#disqus_comments { - text-align: center; -} - -/* BUTTONS */ button{ - margin:0 7px 0 0; - background-color:#f5f5f5; - border:1px solid #dedede; - border-top:1px solid #eee; - border-left:1px solid #eee; font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; - font-size:100%; - line-height:130%; - text-decoration:none; - font-weight:bold; - color:#565656; - cursor:pointer; - padding:5px 10px 6px 7px; /* Links */ -} -button{ - width:auto; - overflow:visible; - padding:4px 10px 3px 7px; /* IE6 */ -} -button[type]{ - padding:5px 10px 5px 7px; /* Firefox */ - line-height:17px; /* Safari */ -} -*:first-child+html button[type]{ - padding:4px 10px 3px 7px; /* IE7 */ -} -button img, .buttons a img{ - margin:0 3px -3px 0 !important; - padding:0; - border:none; - width:16px; - height:16px; -} - - -.clear { clear:both; } -- cgit v1.2.3