Verzeichnisstruktur phpBB-3.0.0
- Veröffentlicht
- 12.12.2007
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 |
print.css
001 /* proSilver Print Style Sheet
002 -------------------------------------------------
003 Author: subBlue ( http://www.subBlue.com/ )
004 Version: 25 August 2004
005
006 Copyright 2004 phpBB Group
007 -------------------------------------------------*/
008
009
010 /* Lots still TODO here! */
011
012 /* General markup styles */
013 * {
014 padding: 0;
015 margin: 0;
016 }
017
018 body {
019 font: 11pt Verdana, Arial, Helvetica, sans-serif;
020 color:#000000;
021 }
022
023 a:link { color: #000000; text-decoration: none; }
024 a:visited { color: #000000; text-decoration: none; }
025 a:active { color: #000000; text-decoration: none; }
026
027 img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
028
029 /* Container for the main body */
030 #wrap {
031 margin: 0 2em;
032 }
033
034 p { font-size: 85%; }
035 .copyright { font-size: 75%; }
036 .page-number { float:right; width: auto; text-align: right; font-size: 75%; }
037
038 h1, h2, h3, h1 a, h2 a, h3 a {
039 font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
040 color: #000000;
041 background: none;
042 text-decoration: none;
043 font-weight: bold;
044 }
045
046 h1 { font-size: 20pt; }
047 h2 { font-size: 16pt; margin-top: 1em; }
048 h3 { font-size: 14pt; margin-top: 1em; }
049
050 .content {
051 font-size: 11pt;
052 line-height: 14pt;
053 margin-bottom: 1em;
054 font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
055 overflow: hidden;
056 }
057
058 /* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
059 .postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {
060 text-decoration: underline;
061 padding: 0.1em 0.2em;
062 margin: -0.1em -0.2em;
063 color: #666;
064 background: none;
065 font-size: 100%;
066 }
067
068 html>body .postbody a:link:after, html>body .postbody a:visited:after {
069 content: " (" attr(href) ") ";
070 font-size: 90%;
071 text-decoration: none;
072 }
073
074 hr {
075 height: 1px;
076 background-color: #999999;
077 border-width: 0;
078 }
079
080 .author {
081 font-family: Verdana, Arial, Helvetica, sans-serif;
082 font-size: 75%;
083 margin-bottom: 0.6em;
084 }
085
086 .date {
087 font-family: Verdana, Arial, Helvetica, sans-serif;
088 float: right;
089 position: relative;
090 text-align: right;
091 font-size: 75%;
092 }
093
094 /* Dont want to print url for names or titles in content area */
095 .postbody .author a:link, .postbody .author a:visited,
096 html>body .postbody .author a:link:after,
097 html>body .postbody .author a:visited:after,
098 .postquote .quote-by a:link, .postquote .quote-by a:visited,
099 html>body .postquote .quote-by a:link:after,
100 html>body .postquote .quote-by a:visited:after,
101 html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
102 text-decoration: none;
103 content: "";
104 }
105
106 /* Poster profile */
107 .postprofile { display: none; }
108 .grip-show { display:none; }
109
110 /* Quote */
111 .postquote {
112 font-size: 85%;
113 margin: 1em 18% 1em 4%;
114 padding: 0.5em;
115 position: relative;
116 line-height: 1.5em;
117 border: 1px #999999 solid;
118 }
119
120 .postquote img { display: none; }
121 .postquote span { display: block; }
122 .postquote span .postquote { font-size: 100%; }
123 .quote-by { font-weight: bold; }
124
125 /* Misc page elements */
126 div.spacer { clear: both; }
127
128 /* Accessibility tweaks: Mozilla.org */
129 .skip_link { display: none; }
130