FOOTER - subSilver.css
Verfasst: 14.09.2004 03:18
Ich hab jetzt aufgegeben und habe nun die 2.0.10 Version installt mit dem sauberen Standart subSilber Syle.
Was ich Versuche ist das Forum vollstänfig auszufüllen:
Vorher subsilver.css
Nachher subsilver.css
Doch nun wirds lustig! Obwohl ich die subsilver.css gespeichert habe ändert sich nichts am Forum Noch besser ist das wenn ich den Quelltext anzeige (IE 6). das folgendes herauskommt:
Was ich Versuche ist das Forum vollstänfig auszufüllen:
Vorher subsilver.css
Code: Alles auswählen
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #000000;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
Code: Alles auswählen
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #000000;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="top" href="./index.php?sid=9f893cb8ccba1515126036484ab3c2ca" title="Data Blitz Online Foren-Übersicht" />
<link rel="search" href="./search.php?sid=9f893cb8ccba1515126036484ab3c2ca" title="Suchen" />
<link rel="help" href="./faq.php?sid=9f893cb8ccba1515126036484ab3c2ca" title="FAQ" />
<link rel="author" href="./memberlist.php?sid=9f893cb8ccba1515126036484ab3c2ca" title="Mitgliederliste" />
<title>Data Blitz Online :: Index</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
<!--
/*
The original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #E5E5E5;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}