Warning, /webapps/ocs-fileserver/library/Flooer/Application/pages/style.css is written in an unsupported language. File is not indexed.

0001 section, nav, article, aside, hgroup, header, footer,
0002 figure, figcaption,
0003 embed, canvas,
0004 details, summary, menu {
0005     display: block;
0006 }
0007 
0008 time, mark, ruby, rt, rp, wbr,
0009 datalist, keygen, progress, meter,
0010 command {
0011     display: inline;
0012 }
0013 
0014 body, section, nav, article, aside,
0015 h1, h2, h3, h4, h5, h6, hgroup, header, footer, address,
0016 p, hr, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div,
0017 img, iframe, embed, object, video, audio, canvas,
0018 table, caption, tbody, thead, tfoot, tr, td, th,
0019 form, fieldset, legend, input, button, select, textarea,
0020 details, summary, menu {
0021     margin: 0;
0022     padding: 0;
0023 }
0024 
0025 body {
0026     background-color: #eeeeee;
0027     color: #444444;
0028     font-size: 90%;
0029     text-shadow: 0 1px 1px #ffffff;
0030 }
0031 
0032 header, footer, article {
0033     padding: 1em 6em;
0034 }
0035 
0036 header {
0037     margin-bottom: 1em;
0038     border-bottom: 1px solid #000000;
0039     background-color: #444444;
0040 }
0041     header h1 {
0042         color: #ffffff;
0043         text-shadow: 0 -1px 1px #000000;
0044     }
0045 
0046 footer {
0047     margin-top: 1em;
0048 }
0049 
0050 article {
0051     margin-bottom: 1em;
0052 }
0053     article h2 {
0054         margin-bottom: 0.5em;
0055     }
0056     article p, article dl {
0057         margin-bottom: 0.5em;
0058         padding: 1em 2em;
0059         border: 1px solid #dcdcdc;
0060         background-color: #fffafa;
0061         border-radius: 5px;
0062     }
0063     article dl dt {
0064         font-weight: bold;
0065     }
0066     article dl dd {
0067         margin-bottom: 0.5em;
0068     }