Advertisement
Guest User

Untitled

a guest
Sep 8th, 2010
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.47 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta http-equiv="Content-Style-Type" content="text/css">
  7.  
  8. <link rel="top" href="index.php" title="rottiforum.de Foren-Übersicht" />
  9. <link rel="search" href="search.php" title="Suchen" />
  10. <link rel="help" href="faq.php" title="FAQ" />
  11. <link rel="author" href="memberlist.php" title="Mitgliederliste" />
  12.  
  13. <title>rottiforum.de :: </title>
  14. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  15. <style type="text/css">
  16. <!--
  17. /*
  18.  The original subSilver Theme for phpBB version 2+
  19.  Created by subBlue design
  20.  http://www.subBlue.com
  21.  
  22.  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  23.  theme administration centre. When you have finalised your style you could cut the final CSS code
  24.  and place it in an external file, deleting this section to save bandwidth.
  25. */
  26.  
  27. /* General page style. The scroll bar colours only visible in IE5.5+ */
  28. body {
  29.     background-color: #E5E5E5;
  30.     scrollbar-face-color: #DEE3E7;
  31.     scrollbar-highlight-color: #FFFFFF;
  32.     scrollbar-shadow-color: #DEE3E7;
  33.     scrollbar-3dlight-color: #D1D7DC;
  34.     scrollbar-arrow-color:  #006699;
  35.     scrollbar-track-color: #EFEFEF;
  36.     scrollbar-darkshadow-color: #98AAB1;
  37. }
  38.  
  39. /* General font families for common tags */
  40. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  41. a:link,a:active,a:visited { color : #006699; }
  42. a:hover     { text-decoration: underline; color : #DD6900; }
  43. hr  { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  44.  
  45. /* This is the border line & background colour round the entire page */
  46. .bodyline   { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  47.  
  48. /* This is the outline round the main forum tables */
  49. .forumline  { background-color: #FFFFFF; border: 2px #006699 solid; }
  50.  
  51. /* Main table cell colours and backgrounds */
  52. td.row1 { background-color: #EFEFEF; }
  53. td.row2 { background-color: #DEE3E7; }
  54. td.row3 { background-color: #D1D7DC; }
  55.  
  56. /*
  57.  This is for the table cell above the Topics, Post & Last posts on the index.php page
  58.  By default this is the fading out gradiated silver background.
  59.  However, you could replace this with a bitmap specific for each forum
  60. */
  61. td.rowpic {
  62.         background-color: #FFFFFF;
  63.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  64.         background-repeat: repeat-y;
  65. }
  66.  
  67. /* Header cells - the blue and silver gradient backgrounds */
  68. th  {
  69.     color: #FFA34F; font-size: 11px; font-weight : bold;
  70.     background-color: #006699; height: 25px;
  71.     background-image: url(templates/subSilver/images/cellpic3.gif);
  72. }
  73.  
  74. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  75.             background-image: url(templates/subSilver/images/cellpic1.gif);
  76.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  77. }
  78.  
  79. /*
  80.  Setting additional nice inner borders for the main table cells.
  81.  The names indicate which sides the border will be on.
  82.  Don't worry if you don't understand this, just ignore it :-)
  83. */
  84. td.cat,td.catHead,td.catBottom {
  85.     height: 29px;
  86.     border-width: 0px 0px 0px 0px;
  87. }
  88. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  89.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  90. }
  91. td.row3Right,td.spaceRow {
  92.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  93. }
  94.  
  95. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  96. th.thSides,td.catSides,td.spaceRow   { border-width: 0px 1px 0px 1px; }
  97. th.thRight,td.catRight,td.row3Right  { border-width: 0px 1px 0px 0px; }
  98. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  99. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  100. th.thTop     { border-width: 1px 0px 0px 0px; }
  101. th.thCornerL { border-width: 1px 0px 0px 1px; }
  102. th.thCornerR { border-width: 1px 1px 0px 0px; }
  103.  
  104. /* The largest text used in the index page title and toptic title etc. */
  105. .maintitle  {
  106.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  107.     text-decoration: none; line-height : 120%; color : #000000;
  108. }
  109.  
  110. /* General text */
  111. .gen { font-size : 12px; }
  112. .genmed { font-size : 11px; }
  113. .gensmall { font-size : 10px; }
  114. .gen,.genmed,.gensmall { color : #000000; }
  115. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  116. a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
  117.  
  118. /* The register, login, search etc links at the top of the page */
  119. .mainmenu       { font-size : 11px; color : #000000 }
  120. a.mainmenu      { text-decoration: none; color : #006699;  }
  121. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  122.  
  123. /* Forum category titles */
  124. .cattitle       { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  125. a.cattitle      { text-decoration: none; color : #006699; }
  126. a.cattitle:hover{ text-decoration: underline; }
  127.  
  128. /* Forum title: Text and link to the forums used in: index.php */
  129. .forumlink      { font-weight: bold; font-size: 12px; color : #006699; }
  130. a.forumlink     { text-decoration: none; color : #006699; }
  131. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  132.  
  133. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  134. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  135. a.nav           { text-decoration: none; color : #006699; }
  136. a.nav:hover     { text-decoration: underline; }
  137.  
  138. /* titles for the topics: could specify viewed link colour too */
  139. .topictitle,h1,h2   { font-weight: bold; font-size: 11px; color : #000000; }
  140. a.topictitle:link   { text-decoration: none; color : #006699; }
  141. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  142. a.topictitle:hover  { text-decoration: underline; color : #DD6900; }
  143.  
  144. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  145. .name           { font-size : 11px; color : #000000;}
  146.  
  147. /* Location, number of posts, post date etc */
  148. .postdetails        { font-size : 10px; color : #000000; }
  149.  
  150. /* The content of the posts (body of text) */
  151. .postbody { font-size : 12px; line-height: 18px}
  152. a.postlink:link { text-decoration: none; color : #006699 }
  153. a.postlink:visited { text-decoration: none; color : #5493B4; }
  154. a.postlink:hover { text-decoration: underline; color : #DD6900}
  155.  
  156. /* Quote & Code blocks */
  157. .code {
  158.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  159.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  160.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  161. }
  162.  
  163. .quote {
  164.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  165.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  166.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  167. }
  168.  
  169. /* Copyright and bottom info */
  170. .copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  171. a.copyright     { color: #444444; text-decoration: none;}
  172. a.copyright:hover { color: #000000; text-decoration: underline;}
  173.  
  174. /* Form elements */
  175. input,textarea, select {
  176.     color : #000000;
  177.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  178.     border-color : #000000;
  179. }
  180.  
  181. /* The text input fields background colour */
  182. input.post, textarea.post, select {
  183.     background-color : #FFFFFF;
  184. }
  185.  
  186. input { text-indent : 2px; }
  187.  
  188. /* The buttons used for bbCode styling in message post */
  189. input.button {
  190.     background-color : #EFEFEF;
  191.     color : #000000;
  192.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  193. }
  194.  
  195. /* The main submit button option */
  196. input.mainoption {
  197.     background-color : #FAFAFA;
  198.     font-weight : bold;
  199. }
  200.  
  201. /* None-bold submit button */
  202. input.liteoption {
  203.     background-color : #FAFAFA;
  204.     font-weight : normal;
  205. }
  206.  
  207. /* This is the line in the posting page which shows the rollover
  208.  help line. This is actually a text box, but if set to be the same
  209.  colour as the background no one will know ;)
  210. */
  211. .helpline { background-color: #DEE3E7; border-style: none; }
  212.  
  213. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  214. @import url("templates/subSilver/formIE.css");
  215. -->
  216. </style>
  217.  
  218. </head>
  219. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  220.  
  221. <a name="top"></a>
  222.  
  223. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
  224.     <tr>
  225.         <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
  226.             <tr>
  227.                 <td><a href="index.php"><img src="templates/subSilver/images/fp_forum_logo.gif" border="0" alt="rottiforum.de Foren-Übersicht" vspace="1" /></a></td>
  228.                 <td align="center" width="100%" valign="middle"><span class="maintitle">rottiforum.de</span><br /><span class="gen">Rottweilerfreunde treffen sich hier<br />&nbsp; </span>
  229.  
  230.                 <table cellspacing="0" cellpadding="2" border="0">
  231.                     <tr>
  232.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="portal.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Startseite" hspace="3" />Startseite</a>&nbsp; &nbsp;<a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>&nbsp; &nbsp;<a href="shop.php" class="mainmenu"><img src="templates/subSilver/images/icon_shop.gif" width="12" height="13" border="0" alt="Shops" hspace="3" />Shops</a>&nbsp; &nbsp;<a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Suchen" hspace="3" />Suchen</a>&nbsp; &nbsp;<a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Mitgliederliste" hspace="3" />Mitgliederliste</a>&nbsp; &nbsp;<a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Benutzergruppen" hspace="3" />Benutzergruppen</a>&nbsp;
  233.  
  234.                         &nbsp;<a href="profile.php?mode=register" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="Registrieren" hspace="3" />Registrieren</a>&nbsp;
  235.                         </span></td>
  236.                     </tr>
  237.                     <tr>
  238.                         <td height="25" align="center" valign="top" nowrap="nowrap">
  239.                         <span class="mainmenu">&nbsp;<a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profil" hspace="3" />Profil</a>&nbsp;
  240.       &nbsp;<a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Einloggen, um private Nachrichten zu lesen" hspace="3" />Einloggen, um private Nachrichten zu lesen</a>&nbsp; &nbsp;<a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Login" hspace="3" />Login</a>&nbsp;</span></td>
  241.  
  242.                     </tr>
  243.                 </table></td>
  244.             </tr>
  245.         </table>
  246.  
  247.         <br />
  248.  
  249.  
  250.  
  251. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  252.     <tr>
  253.  
  254.         <td align="left" class="nav"><a href="index.php" class="nav">rottiforum.de Foren-Übersicht</a></td>
  255.     </tr>
  256. </table>
  257.  
  258. <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
  259.     <tr>
  260.         <th class="thHead" height="25"><b>Information</b></th>
  261.     </tr>
  262.     <tr>
  263.  
  264.         <td class="row1"><table width="100%" cellspacing="0" cellpadding="1" border="0">
  265.             <tr>
  266.                 <td>&nbsp;</td>
  267.             </tr>
  268.             <tr>
  269.                 <td align="center"><span class="gen">Sorry, die Mitgliederliste kann nur von registrierten Mitgliedern angesehen werden.</span></td>
  270.             </tr>
  271.             <tr>
  272.  
  273.                 <td>&nbsp;</td>
  274.             </tr>
  275.         </table></td>
  276.     </tr>
  277. </table>
  278.  
  279. <br clear="all" />
  280.  
  281.  
  282.                   <div align="center">
  283.                         <span class="copyright">
  284.  
  285.                               <br />
  286.                               <br /><br />
  287.                              
  288.                              
  289.                               <!--
  290.                                 We request you retain the full copyright notice below including the link to www.phpbb.com.
  291.                                 This not only gives respect to the large amount of time given freely by the developers
  292.                                 but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  293.                                 reason) retain the full copyright we request you at least leave in place the
  294.                                 Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  295.                                 to include even this then support on our forums may be affected.
  296.  
  297.                                 The phpBB Group : 2002
  298.                              // -->
  299.                               Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br />
  300.                               Deutsche Übersetzung von <a href="http://www.phpbb2.de/" target="_blank" class="copyright">phpBB2.de</a>
  301.  
  302.                         </span>
  303.                         <br /><br />
  304.                         <span class="copyright"><a href="imprint.php">Impressum</a></span>
  305.                   </div>
  306.         </td>
  307.     </tr>
  308. </table>
  309.  
  310. </body>
  311. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement