mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
63 lines
3.1 KiB
CSS
63 lines
3.1 KiB
CSS
/* First, reset everything to a standard */
|
|
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, em, font, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
font-family: arial, verdana, helvetica, sans-serif;
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
outline: 0px;
|
|
font-size: 12px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
body {margin: 0px; overflow: auto}
|
|
|
|
.refresh {float: right; margin-right: 15px; cursor: pointer}
|
|
|
|
.fileManager {
|
|
margin: 15px 0px 15px 22px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.fileManager span {font-family: helvetica, arial, swiss, verdana;}
|
|
.fileManager a {color: #eeeeee; text-decoration: none;}
|
|
.fileManager .open {font-style: italic;}
|
|
.fileManager .closed {font-style: normal;}
|
|
.fileManager .pft-directory {list-style-image: url(../images/file-manager-icons/directory.png);}
|
|
.fileManager li {margin-left: 15px;}
|
|
|
|
/* Default file */
|
|
.fileManager LI.pft-file { list-style-image: url(../images/file-manager-icons/file.png); }
|
|
|
|
/* Additional file types */
|
|
.fileManager LI.ext-css { list-style-image: url(../images/file-manager-icons/css.png); }
|
|
.fileManager LI.ext-doc { list-style-image: url(../images/file-manager-icons/doc.png); }
|
|
.fileManager LI.ext-gif { list-style-image: url(../images/file-manager-icons/gif.png); }
|
|
.fileManager LI.ext-htm { list-style-image: url(../images/file-manager-icons/html.png); }
|
|
.fileManager LI.ext-html { list-style-image: url(../images/file-manager-icons/html.png); }
|
|
.fileManager LI.ext-jpg { list-style-image: url(../images/file-manager-icons/jpg.png); }
|
|
.fileManager LI.ext-jpeg { list-style-image: url(../images/file-manager-icons/jpg.png); }
|
|
.fileManager LI.ext-js { list-style-image: url(../images/file-manager-icons/js.png); }
|
|
/*.fileManager LI.ext-pdf { list-style-image: url(../images/file-manager-icons/pdf.png); } */
|
|
.fileManager LI.ext-php { list-style-image: url(../images/file-manager-icons/php.png); }
|
|
.fileManager LI.ext-png { list-style-image: url(../images/file-manager-icons/png.png); }
|
|
.fileManager LI.ext-rb { list-style-image: url(../images/file-manager-icons/ruby.png); }
|
|
.fileManager LI.ext-rbx { list-style-image: url(../images/file-manager-icons/ruby.png); }
|
|
.fileManager LI.ext-rhtml { list-style-image: url(../images/file-manager-icons/ruby.png); }
|
|
.fileManager LI.ext-ruby { list-style-image: url(../images/file-manager-icons/ruby.png); }
|
|
/*.fileManager LI.ext-sql { list-style-image: url(../images/file-manager-icons/sql.png); } */
|
|
/*.fileManager LI.ext-swf { list-style-image: url(../images/file-manager-icons/swf.png); } */
|
|
.fileManager LI.ext-txt { list-style-image: url(../images/file-manager-icons/txt.png); }
|
|
/*.fileManager LI.ext-xls { list-style-image: url(../images/file-manager-icons/xls.png); } */
|
|
/*.fileManager LI.ext-xml { list-style-image: url(../images/file-manager-icons/xml.png); } */
|
|
/*.fileManager LI.ext-zip { list-style-image: url(../images/file-manager-icons/zip.png); } */ |