org: cleanup css files

* doc/org/syntax.css: Delete this useless file.
* doc/org/spot.css: Cleanup.
* doc/org/init.el.in, doc/org/.dir-locals.el.in: Only load spot.css.
* doc/Makefile.am: Only distribute spot.css.
This commit is contained in:
Alexandre Duret-Lutz 2015-08-07 16:28:37 +02:00
parent 86e16af97c
commit 659dfe95e1
5 changed files with 31 additions and 990 deletions

View file

@ -1,118 +1,27 @@
/*
http://paletton.com/#uid=33i0X0kz3BrkeHdpSD1C7r1FAlb
*/
@media all
{
body {
font-family: Arial, sans-serif;
font-weight: normal;
max-width: 62em;
margin: auto;
padding: 0 .5em;
background-image: url(http://spot.lrde.epita.fr/img/spot64.png);
background-repeat: no-repeat;
background-position: 25px 25px;
}
body #content {
padding-top: 45px;
}
body pre {
background: #fafafa;
border: none;
font-family: monospace, courier;
}
body code {
font-weight: bold;
}
body a {
color: #008181; }
/* body .title {
margin-left: 120px;
}*/
/* TOC inspired by http://jashkenas.github.com/coffee-script */
#table-of-contents {
font-size: 80%;
max-width: 30em;
position: fixed;
right: 0em;
top: 0em;
padding-left: 0.5em;
padding-right: 0.5em;
-webkit-box-shadow: 0 0 1em #777777;
-moz-box-shadow: 0 0 1em #777777;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
text-align: right;
/* ensure doesn't flow off the screen when expanded */
max-height: 80%;
overflow: auto; }
#table-of-contents ul {
padding-left: 1em;
}
#table-of-contents h2 {
font-size: 100%;
font-weight: normal;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.05em;
padding-bottom: 0.05em; }
#table-of-contents #text-table-of-contents {
display: none;
text-align: left; }
#table-of-contents:hover #text-table-of-contents {
display: block;
padding: 0.5em;
margin-top: -1.5em; }
.rss_box {}
.rss_title, rss_title a {}
.rss_items {}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {}
.rss_item a:hover {}
.rss_date {}
#org-div-home-and-up {
text-align: center;
font-size: 100%;
}
.done { color: SpringGreen; }
.WAIT { color: Orange; }
.timestamp-kwd { color: DeepPink; }
div#postamble { visibility: hidden; }
.outline-2 h2 {
border-bottom-style: solid;
border-color: #ffe35e;
}
pre.src {
padding-top: 8px;
border-left-style: solid;
border-color: #00adad;
}
pre.example {
border-left-style: solid;
border-color: #d80076;
}
pre.src:before {
border: none;
border-bottom-style: solid;
border-color: #00adad;
}
} /* END OF @media all */
@media screen
{
#table-of-contents {
float: right;
border-left: 1px solid #ffd300;
border-bottom: 1px solid #ffd300;
background: #ffe35e;
max-width: 50%;
overflow: auto;
z-index: 10;
}
} /* END OF @media screen */
a{color:inherit;background-color:inherit;font:inherit;text-decoration:inherit}
a:hover{text-decoration:underline}
/* http://paletton.com/#uid=33i0X0kz3BrkeHdpSD1C7r1FAlb */
@media all{
body{font-family:Arial, sans-serif;font-weight:normal;max-width:62em;margin:auto;padding:0 .5em;background-image:url(/img/spot64.png);background-repeat:no-repeat;background-position:25px 25px}
body #content{padding-top:45px}
body pre{background:#fafafa;border:none;font-family:monospace, courier}
body code{font-weight:bold}
body a{color:#008181}
#table-of-contents{font-size:80%;max-width:30em;position:fixed;right:0em;top:0em;padding-left:0.5em;padding-right:0.5em;-webkit-box-shadow:0 0 1em #777777;-moz-box-shadow:0 0 1em #777777;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;text-align:right;max-height:80%;overflow:auto}
#table-of-contents ul{padding-left:1em}
#table-of-contents h2{font-size:100%;font-weight:normal;padding-left:0.5em;padding-right:0.5em;padding-top:0.05em;padding-bottom:0.05em}
#table-of-contents #text-table-of-contents{display:none;text-align:left}
#table-of-contents:hover #text-table-of-contents{display:block;padding:0.5em;margin-top:-1.5em}
#org-div-home-and-up{text-align:center;font-size:100%}
.done{color:SpringGreen}
.WAIT{color:Orange}
.timestamp-kwd{color:DeepPink}
div#postamble{visibility:hidden}
.outline-2 h2{border-bottom-style:solid;border-color:#ffe35e}
pre.src{padding-top:8px;border-left-style:solid;border-color:#00adad}
pre.example{border-left-style:solid;border-color:#d80076}
pre.src:before{border:none;border-bottom-style:solid;border-color:#00adad}
}
@media screen{
#table-of-contents{float:right;border-left:1px solid #ffd300;border-bottom:1px solid #ffd300;background:#ffe35e;max-width:50%;overflow:auto;z-index:10}
}