Verzeichnisstruktur phpBB-2.0.0


Veröffentlicht
03.04.2002

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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

simple_header.tpl

Zuletzt modifiziert: 09.10.2024, 12:51 - Dateigröße: 8.63 KiB


001  <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
002      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
003  <!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
004  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
005  <html dir="{S_CONTENT_DIRECTION}">
006  <head>
007  <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"  />
008  <meta http-equiv="Content-Style-Type" content="text/css" />
009  <style type="text/css">
010  <!--
011  -->
012  </style>
013  {META}
014  <title>{SITENAME} :: {PAGE_TITLE}</title>
015  <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
016  <style type="text/css">
017  <!--
018   
019  /*
020    The original subSilver Theme for phpBB version 2+
021    Created by subBlue design
022    http://www.subBlue.com
023   
024    NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
025    theme administration centre. When you have finalised your style you could cut the final CSS code
026    and place it in an external file, deleting this section to save bandwidth.
027  */
028   
029   
030   /* General page style. The scroll bar colours only visible in IE5.5+ */
031  body { 
032      background-color: {T_BODY_BGCOLOR};
033      scrollbar-face-color: {T_TR_COLOR2};
034      scrollbar-highlight-color: {T_TD_COLOR2};
035      scrollbar-shadow-color: {T_TR_COLOR2};
036      scrollbar-3dlight-color: {T_TR_COLOR3};
037      scrollbar-arrow-color:  {T_BODY_LINK};
038      scrollbar-track-color: {T_TR_COLOR1};
039      scrollbar-darkshadow-color: {T_TH_COLOR1};
040  }
041   
042  /* General font families for common tags */
043  font,th,td,p { font-family: {T_FONTFACE1} }
044  a:link,a:active,a:visited { color : {T_BODY_LINK}; }
045  a:hover        { text-decoration: underline; color : {T_BODY_HLINK}; }
046  hr    { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
047   
048   
049  /* This is the border line & background colour round the entire page */
050  .bodyline    { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
051   
052  /* This is the outline round the main forum tables */
053  .forumline    { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
054   
055   
056  /* Main table cell colours and backgrounds */
057  td.row1    { background-color: {T_TR_COLOR1}; }
058  td.row2    { background-color: {T_TR_COLOR2}; }
059  td.row3    { background-color: {T_TR_COLOR3}; }
060   
061   
062  /*
063    This is for the table cell above the Topics, Post & Last posts on the index.php page
064    By default this is the fading out gradiated silver background.
065    However, you could replace this with a bitmap specific for each forum
066  */
067  td.rowpic {
068          background-color: {T_TD_COLOR2};
069          background-image: url(templates/subSilver/images/{T_TH_CLASS3});
070          background-repeat: repeat-y;
071  }
072   
073  /* Header cells - the blue and silver gradient backgrounds */
074  th    {
075      color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; 
076      background-color: {T_BODY_LINK}; height: 25px;
077      background-image: url(templates/subSilver/images/{T_TH_CLASS2});
078  }
079   
080  td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
081              background-image: url(templates/subSilver/images/{T_TH_CLASS1});
082              background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
083  }
084   
085   
086  /*
087    Setting additional nice inner borders for the main table cells.
088    The names indicate which sides the border will be on.
089    Don't worry if you don't understand this, just ignore it :-)
090  */
091  td.cat,td.catHead,td.catBottom {
092      height: 29px;
093  }
094  th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
095      font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
096  td.row3Right,td.spaceRow {
097      background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; }
098   
099  th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
100  th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
101  th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
102  th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
103  th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
104  th.thTop     { border-width: 1px 0px 0px 0px; }
105  th.thCornerL { border-width: 1px 0px 0px 1px; }
106  th.thCornerR { border-width: 1px 1px 0px 0px; }
107   
108   
109  /* The largest text used in the index page title and toptic title etc. */
110  .maintitle    {
111              font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
112              text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
113  }
114   
115   
116  /* General text */
117  .gen { font-size : {T_FONTSIZE3}px; }
118  .genmed { font-size : {T_FONTSIZE2}px; }
119  .gensmall { font-size : {T_FONTSIZE1}px; }
120  .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
121  a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
122  a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: {T_BODY_HLINK}; text-decoration: underline; }
123   
124   
125  /* The register, login, search etc links at the top of the page */
126  .mainmenu        { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
127  a.mainmenu        { text-decoration: none; color : {T_BODY_LINK};  }
128  a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
129   
130   
131  /* Forum category titles */
132  .cattitle        { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
133  a.cattitle        { text-decoration: none; color : {T_BODY_LINK}; }
134  a.cattitle:hover{ text-decoration: underline; }
135   
136   
137  /* Forum title: Text and link to the forums used in: index.php */
138  .forumlink        { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
139  a.forumlink     { text-decoration: none; color : {T_BODY_LINK}; }
140  a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
141   
142   
143  /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
144  .nav            { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
145  a.nav            { text-decoration: none; color : {T_BODY_LINK}; }
146  a.nav:hover        { text-decoration: underline; }
147   
148   
149  /* titles for the topics: could specify viewed link colour too */
150  .topictitle            { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
151  a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
152  a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
153  a.topictitle:hover    { text-decoration: underline; color : {T_BODY_HLINK}; }
154   
155   
156  /* Name of poster in viewmsg.php and viewtopic.php and other places */
157  .name            { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
158   
159  /* Location, number of posts, post date etc */
160  .postdetails        { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
161   
162   
163  /* The content of the posts (body of text) */
164  .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
165  a.postlink:link    { text-decoration: none; color : {T_BODY_LINK} }
166  a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
167  a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
168   
169   
170  /* Quote & Code blocks */
171  .code { 
172      font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
173      background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
174      border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
175  }
176   
177  .quote {
178      font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
179      background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
180      border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
181  }
182   
183   
184  /* Copyright and bottom info */
185  .copyright        { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
186  a.copyright        { color: {T_FONTCOLOR1}; text-decoration: none;}
187  a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
188   
189   
190  /* Form elements */
191  input,textarea, select {
192      color : {T_BODY_TEXT};
193      font: normal {T_FONTSIZE2}px {T_FONTFACE1};
194      border-color : {T_BODY_TEXT};
195  }
196   
197  /* The text input fields background colour */
198  input.post, textarea.post, select {
199      background-color : {T_TD_COLOR2};
200  }
201   
202  input { text-indent : 2px; }
203   
204  /* The buttons used for bbCode styling in message post */
205  input.button {
206      background-color : {T_TR_COLOR1};
207      color : {T_BODY_TEXT};
208      font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
209  }
210   
211  /* The main submit button option */
212  input.mainoption {
213      background-color : {T_TD_COLOR1};
214      font-weight : bold;
215  }
216   
217  /* None-bold submit button */
218  input.liteoption {
219      background-color : {T_TD_COLOR1};
220      font-weight : normal;
221  }
222   
223  /* This is the line in the posting page which shows the rollover
224    help line. This is actually a text box, but if set to be the same
225    colour as the background no one will know ;)
226  */
227  .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
228   
229   
230  /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
231  @import url("templates/subSilver/formIE.css"); 
232  -->
233  </style>
234  </head>
235   
236  <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
237  <span class="gen"><a name="top"></a></span>
238