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

page_header.tpl

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 8.25 KiB


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