Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
highlight.dark.css
001 /*
002 Copyright (c) 2006, Ivan Sagalaev
003 All rights reserved.
004 Redistribution and use in source and binary forms, with or without
005 modification, are permitted provided that the following conditions are met:
006
007 * Redistributions of source code must retain the above copyright
008 notice, this list of conditions and the following disclaimer.
009 * Redistributions in binary form must reproduce the above copyright
010 notice, this list of conditions and the following disclaimer in the
011 documentation and/or other materials provided with the distribution.
012 * Neither the name of highlight.js nor the names of its contributors
013 may be used to endorse or promote products derived from this software
014 without specific prior written permission.
015
016 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
017 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
018 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
019 DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
020 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
021 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
022 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
023 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
024 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
025 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
026 */
027
028 .hljs {
029 display: block;
030 overflow-x: auto;
031 padding: 0.5em;
032 background: #444;
033 -webkit-text-size-adjust: none;
034 }
035
036 .hljs-keyword,
037 .hljs-literal,
038 .hljs-change,
039 .hljs-winutils,
040 .hljs-flow,
041 .nginx .hljs-title,
042 .tex .hljs-special {
043 color: white;
044 }
045
046 .hljs,
047 .hljs-subst {
048 color: #ddd;
049 }
050
051 .hljs-string,
052 .hljs-title,
053 .hljs-type,
054 .ini .hljs-title,
055 .hljs-tag .hljs-value,
056 .css .hljs-rules .hljs-value,
057 .hljs-preprocessor,
058 .hljs-pragma,
059 .ruby .hljs-symbol,
060 .ruby .hljs-symbol .hljs-string,
061 .ruby .hljs-class .hljs-parent,
062 .hljs-built_in,
063 .django .hljs-template_tag,
064 .django .hljs-variable,
065 .smalltalk .hljs-class,
066 .hljs-javadoc,
067 .ruby .hljs-string,
068 .django .hljs-filter .hljs-argument,
069 .smalltalk .hljs-localvars,
070 .smalltalk .hljs-array,
071 .hljs-attr_selector,
072 .hljs-pseudo,
073 .hljs-addition,
074 .hljs-stream,
075 .hljs-envvar,
076 .apache .hljs-tag,
077 .apache .hljs-cbracket,
078 .tex .hljs-command,
079 .hljs-prompt,
080 .coffeescript .hljs-attribute {
081 color: #d88;
082 }
083
084 .hljs-comment,
085 .hljs-annotation,
086 .hljs-decorator,
087 .hljs-pi,
088 .hljs-doctype,
089 .hljs-deletion,
090 .hljs-shebang,
091 .apache .hljs-sqbracket,
092 .tex .hljs-formula {
093 color: #777;
094 }
095
096 .hljs-keyword,
097 .hljs-literal,
098 .hljs-title,
099 .css .hljs-id,
100 .hljs-phpdoc,
101 .hljs-dartdoc,
102 .hljs-type,
103 .vbscript .hljs-built_in,
104 .rsl .hljs-built_in,
105 .smalltalk .hljs-class,
106 .diff .hljs-header,
107 .hljs-chunk,
108 .hljs-winutils,
109 .bash .hljs-variable,
110 .apache .hljs-tag,
111 .tex .hljs-special,
112 .hljs-request,
113 .hljs-status {
114 font-weight: bold;
115 }
116
117 .coffeescript .javascript,
118 .javascript .xml,
119 .tex .hljs-formula,
120 .xml .javascript,
121 .xml .vbscript,
122 .xml .css,
123 .xml .hljs-cdata {
124 opacity: 0.5;
125 }
126