Presentation
This commit is contained in:
parent
cce26e9ded
commit
314201355e
6 changed files with 327 additions and 0 deletions
1
css/arta.min.css
vendored
Normal file
1
css/arta.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
pre code{display:block;padding:.5em;background:#222}pre .header,pre .profile .header *,pre .ini .title{color:#fff}pre .comment,pre .javadoc,pre .preprocessor,pre .shebang,pre .profile .summary,pre .diff,pre .pi,pre .doctype,pre .xml .tag,pre .template_comment,pre .css .rules,pre .tex .special{color:#444}pre .string,pre .symbol,pre .diff .change,pre .regexp,pre .xml .attribute,pre .xml .value,pre .smalltalk .char,pre .ini .value{color:#fc3}pre .number,pre .addition{color:#0c6}pre .built_in,pre .literal,pre .vhdl .type,pre .go .constant,pre .go .typename,pre .ini .keyword,pre .lua .title,pre .perl .variable,pre .php .variable,pre .mel .variable,pre .django .variable,pre .css .funtion,pre .smalltalk .method,pre .hexcolor,pre .important,pre .flow,pre .inheritance,pre .parser3 .variable{color:#32aaee}pre .keyword,pre .xml .tag .title,pre .css .tag,pre .css .class,pre .css .id,pre .css .pseudo,pre .css .attr_selector,pre .lisp .title,pre .winutils,pre .tex .command{color:#64a}pre .class .title,pre .ruby .constant,pre .vala .constant,pre .parent,pre .deletion,pre .template_tag,pre .css .keyword,pre .javascript .title,pre .objectivec .class .id,pre .smalltalk .class,pre .lisp .keyword,pre .apache .tag,pre .nginx .variable,pre .envvar,pre .bash .variable,pre .go .built_in,pre .vbscript .built_in,pre .lua .built_in,pre .rsl .built_in,pre .tail,pre .avrasm .label,pre .parser3 .title,pre .tex .formula,pre .tex .formula *{color:#b16}pre .yardoctag,pre .phpdoc,pre .profile .header,pre .ini .title,pre .apache .tag,pre .parser3 .title{font-weight:bold}pre .xml .javascript,pre .xml .css,pre .xml .cdata{opacity:.6}pre code,pre .javascript,pre .css,pre .xml,pre .subst,pre .diff .chunk,pre .css .value,pre .css .attribute,pre .lisp .string,pre .lisp .number,pre .tail .params,pre .container,pre .haskell *,pre .erlang *,pre .erlang_repl *{color:#aaa}
|
||||
69
css/presentation.css
Normal file
69
css/presentation.css
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
/**
|
||||
* Basic CSS for server sent events demo.
|
||||
*/
|
||||
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, kbd, q, s, samp,
|
||||
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
||||
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
|
||||
:focus { outline: 0; }
|
||||
body { line-height: 1; }
|
||||
ol, ul { list-style: none; }
|
||||
table { border-collapse: separate; border-spacing: 0; }
|
||||
caption, th, td { text-align: left; font-weight: normal; }
|
||||
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
|
||||
blockquote, q { quotes: "" ""; }
|
||||
|
||||
html {
|
||||
color: #333;
|
||||
font: normal 22px/26px helvetica, arial, sans-serif;
|
||||
padding: 0px;
|
||||
background: #fff;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: hidden !important;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
background-color: #01acca;
|
||||
padding: 20px 0;
|
||||
text-indent: 20px;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
h2 { font-size: 1.5em;background-color: #e9e9e9; border-bottom: 1px solid #c9c9c9; margin: 0; padding: 15px; }
|
||||
|
||||
a, a:visited { color: #01acca; font-weight: bold; text-decoration: none; }
|
||||
|
||||
ul { margin: 10px 0 0 45px; list-style-type: disc; }
|
||||
|
||||
li {
|
||||
font-size: 1.3em;
|
||||
line-height: 1.3em;
|
||||
padding: 10px 0;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.slide {
|
||||
display: none;
|
||||
border: 1px solid #c9c9c9;
|
||||
background-color: #f9f9f9;
|
||||
margin: 30px auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #333;
|
||||
color: #f9f9f9;
|
||||
font-size: 18px;
|
||||
line-height: 22px;
|
||||
font-family: inconsolata, monospace;
|
||||
width: 92%;
|
||||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue