⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kt-contenttypes.css.tmp

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 TMP
字号:
/*     Getting Mime-type CSS right is a bit tricky here.    the idea is that you apply these to a span, as follows:        <span class="contenttype presentation">My Filename</span>*/.contenttype {    background-position: 0% 0.5em;    background-repeat: no-repeat;    padding-left: 25px;    padding-top: 5px;    padding-bottom: 5px;    padding-right: 0;    /*This margin-right has been moved to kt-framing      under contenttype_href to fix a display bug in IE 6 */    /*margin-right: 25px;*/}.contenttype.office { background-image: url(../../resources/mimetypes/office.png); }.contenttype.word { background-image: url(../../resources/mimetypes/word.png); }.contenttype.database { background-image: url(../../resources/mimetypes/database.png); }.contenttype.excel { background-image: url(../../resources/mimetypes/excel.png); }.contenttype.openoffice { background-image: url(../../resources/mimetypes/openoffice.png); }.contenttype.opendocument { background-image: url(../../resources/mimetypes/openoffice.png); }.contenttype.pdf { background-image: url(../../resources/mimetypes/pdf.png); }.contenttype.image { background-image: url(../../resources/mimetypes/image.png); }.contenttype.compressed { background-image: url(../../resources/mimetypes/zip.png); }.contenttype.html { background-image: url(../../resources/mimetypes/html.png); }.contenttype.txt,.contenttype.text,.contenttype.unspecified_type { background-image: url(../../thirdparty/icon-theme/16x16/mimetypes/text-x-generic.png); }.contenttype.folder { background-image: url(../../thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.png); }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -