Overall_header.php
Kod: Tümünü seç
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
var perpage = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
}
}
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
<!-- IF ._file -->
/**
* Play quicktime file by determining it's width/height
* from the displayed rectangle area
*
* Only defined if there is a file block present.
*/
function play_qt_file(obj)
{
var rectangle = obj.GetRectangle();
if (rectangle)
{
rectangle = rectangle.split(',')
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);
var y2 = parseInt(rectangle[3]);
var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
}
else
{
var width = 200;
var height = 0;
}
obj.width = width;
obj.height = height + 16;
obj.SetControllerVisible(true);
obj.Play();
}
<!-- ENDIF -->
// ]]>
</script>
<link href="{T_THEME_PATH}/web/style.css" rel="stylesheet" type="text/css" media="screen, projection" />
</head>
<body class="{S_CONTENT_DIRECTION}">
<div class="outside">
<div class="top-left"></div><div class="top-center"></div><div class="top-right"></div>
<div class="inside">
<div class="notopgap">
<a name="top"></a>
<div id="wrapheader">
<div id="logodesc">
<div id="logo">
<a class="logo" href="{U_INDEX}"><h1><font color="#FFFFFF">{SITENAME}</font></h1><span class="gen"><font color="#FFFFFF">{SITE_DESCRIPTION}</font></span></a>
</div>
</div>
<br />
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="row1" height="60px" width="73%">
<p class="breadcrumbs"><a href="{U_INDEX}"><strong><img src="{T_IMAGESET_PATH}/folder.gif"></img>{L_INDEX}</strong></a>
<!-- BEGIN navlinks --> » <strong><strong></strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
<br /><!-- IF TOPIC_TITLE --><!-- IF U_VIEW_TOPIC --><img src="{T_IMAGESET_PATH}/folder2.gif"></img><a class="topictitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- ENDIF --><!-- ENDIF --></p>
<div align="center"> <p><!-- IF U_RESTORE_PERMISSIONS --> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> <span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF --></p></div>
</td>
<td class="row2" height="60px" width="27%"><!-- IF not S_USER_LOGGED_IN -->
<form method="post" action="{S_LOGIN_ACTION}" style="float:left;position:relative;">
<table width="100%" cellspacing="0">
<tr>
<!-- IF SCRIPT_NAME == 'index' -->
<td width="50%"><span class="genmed">{L_USERNAME}:</span><br /><span class="genmed">{L_PASSWORD}:</span></td>
<td width="50%"><input tabindex="100" class="post" type="text" name="username" size="10" /><br /><input tabindex="101" class="post" type="password" name="password" size="10" /></td>
<td width="50%" nowrap="nowrap"> <!-- IF S_AUTOLOGIN_ENABLED --><span class="genmed">Remember me</span> <input tabindex="102" type="checkbox" class="radio" name="autologin" /><!-- ENDIF --><br /><input tabindex="103" type="submit" class="btnmain" name="login" value="{L_LOGIN}" />
</td>
<!-- ELSE --><span class="genmed"><a href="{U_LOGIN_LOGOUT}"><strong>{L_LOGIN_LOGOUT}</strong></a> | <!-- IF not S_IS_BOT --> <a href="{U_REGISTER}"><strong>{L_REGISTER}</strong></a><!-- ENDIF --></span><!-- ENDIF -->
</tr>
</table>
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->
<table width="100%" cellspacing="0">
<tr>
<td class="genmed">
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<strong>Hi, {S_USERNAME}</strong> <b>(</b><a href="{U_LOGIN_LOGOUT}">{L_LOGOUT}</a><b>)</b><br />
{LAST_VISIT_DATE}<br />
<!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF -->
<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->{PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --><!-- ENDIF --><!-- ENDIF --></td></tr></table></td>
</tr>
</table>
<!-- IF not S_USER_LOGGED_IN -->
<table class="menu2tb" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!-- IF not S_IS_BOT -->
<!-- IF S_REGISTER_ENABLED --><td class="menu2"> <a href="{U_REGISTER}" >{L_REGISTER}</a></td><!-- ENDIF -->
<td class="menu2"><a href="{U_LOGIN_LOGOUT}" rel="nofollow">{L_LOGIN}</a></td><!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><td class="menu2"><a href="{U_SEARCH}"><strong>{L_SEARCH}</strong></a></td>
<!-- ENDIF -->
<td class="menu2"><a href="{U_FAQ}">{L_FAQ}</a></td>
</tr></table>
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<table class="menu2tb" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="menu2"><a href="{U_PROFILE}" rel="nofollow">{L_PROFILE}</a></td>
<!-- IF S_DISPLAY_SEARCH -->
<td class="menu2"><a href="{U_SEARCH}"><strong>{L_SEARCH}</strong></a></td>
<td class="menu2"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></td>
<td class="menu2"><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></td>
<td class="menu2"><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></td>
<!-- ENDIF -->
<td class="menu2"><a href="{U_FAQ}">{L_FAQ}</a></td>
</tr></table>
<!-- ENDIF --><br />
<br style="clear: both;" />
Kod: Tümünü seç
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: subSilver2
Based on style: subSilver2 (the default phpBB 2 style)
This is an alternative style for phpBB3 for those wishing to stay with
the familiar subSilver style of phpBB version 2.x
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* Main blocks
---------------------------------------- */
#header-bg {
width: 820px;
height: 200px;
margin: auto;
}
#wrap-bg {
width: 820px;
margin: auto;
}
#wrap {
padding: 0;
width: 780px;
margin: auto;
}
#simple-wrap {
padding: 6px 10px;
}
#page-body {
margin: 4px 0;
clear: both;
}
#page-footer {
clear: both;
}
#page-footer h3 {
margin-top: 20px;
}
#footer-bg {
width: 820px;
height: 150px;
margin: auto;
}
#logo {
color: #FFFFFF;
padding: 50px 0pt 0pt 400pt;
text-align: center;
}
a#logo, a.logo:visited {
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;}
a#logo:hover {
color: #40BFE7;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 25px 3px 6px;
white-space: nowrap;}}
/* Background
--------------------------------------------- */
#header-bg {
background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
background-position: top left;
background-repeat: no-repeat;
}
#wrap-bg {
background-image: url("{T_THEME_PATH}/images/bg_wrap.gif");
background-repeat: repeat-y;
}
#footer-bg {
background-image: url("{T_THEME_PATH}/images/bg_footer.gif");
background-position: top left;
background-repeat: none;
}
/* Layout
------------ */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #323D4F;
background-color: #000000;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
margin: 15px 15px 0 15px;}
#wrapcentre {
margin: 15px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0px;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
#dropmenudiv{
position:absolute;
border:1px solid #E0E0E0;
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E0E0E0;
padding: 1px 0;
text-decoration: none;
}
#dropmenudiv a:hover{
background-color: #005D8C;
color: #ffffff;
}
#logodesc {
background-image: url('./images/site_logo.jpg');
background-repeat: none;
height: 176px;
}
.menu2tb {
background : #000000;
color : #000000;
border : 1px solid #000000;
}
.menu2 {
background : #000000 url('./images/cellpic3.gif') repeat-x ;
font : bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding : 3px 6px 3px 6px;
white-space : nowrap;
}
.menu2 a:link, .menu2 a:visited {
color: #40BFE7 !important;
text-decoration : none;
}
.menu2 a:hover {
color : #ffffff!important;
text-decoration : underline;
}
#datebar {
margin-top: 0px;
}
#findbar {
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
}
.forumrules {
background-color: #F9CC79;
border-width: 1px;
border-style: solid;
border-color: #BB9860;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
/* Text
--------------------- */
h1 {
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: bold;
font-size: 1.8em;
text-decoration: none;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5em;
text-decoration: none;
line-height: 120%;
}
h3 {
font-size: 1.3em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
}
h4 {
margin: 0px;
font-size: 1.1em;
font-weight: bold;
color: #999;
}
p {
font-size: 1.1em;
}
p.moderators {
margin: 0px;
float: left;
color: black;
font-weight: bold;
}
p.linkmcp {
margin: 0px;
float: right;
white-space: nowrap;
}
p.breadcrumbs {
margin: 0px;
float: left;
color: black;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
p.datetime {
margin: 0px;
float: right;
white-space: nowrap;
font-size: 1em;
}
p.searchbar {
padding: 2px 0;
white-space: nowrap;
}
p.searchbarreg {
margin: 0px;
float: right;
white-space: nowrap;
}
p.forumdesc {
padding-bottom: 4px;
}
p.topicauthor {
margin: 1px 0px;
}
p.topicdetails {
margin: 1px 0px;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
margin: 1px 0px;
color: red;
font-weight:bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color: green;
font-weight:bold;
}
.postapprove img, .postreported img {
vertical-align: bottom;
}
.postauthor {
color: #999999;
}
.postdetails {
background-color: #2C2C2C;
border-color: #0E0E0E;
border-style: solid;
border-width: 1px 2px 2px 1px;
margin-bottom: 3px;
padding: 3px 0px 3px 3px;
}
.postbody {
font-size: 1.3em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.postbody li, ol, ul {
margin-left: 1.5em;
}
.posthilit {
background-color: yellow;
}
.nav {
margin: 0px;
color: #666666;
font-weight: bold;
}
.pagination {
padding: 4px;
color: black;
font-size: 1em;
font-weight: bold;
}
.cattitle {
}
.gen {
margin: 1px 1px;
font-size: 1.2em;
}
.genmed {
margin: 1px 1px;
font-size: 1.1em;
}
.gensmall {
margin: 1px 1px;
font-size: 1em;
}
.copyright {
color: #666666;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titles {
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.3em;
text-decoration: none;
}
.error {
color: red;
}
/* Tables
------------ */
th {
color: #ADAEAE;
font-size: 1.1em;
font-weight: bold;
background-color: #000;
background-image: url('./images/cellpic3.gif');
white-space: nowrap;
padding: 2px 5px;
}
td {
padding: 2px;
}
.tablebg {
background: #000000 none repeat scroll 0%;
color: #555A5F;
}
.tablefooter {
background-color: #1f1f1f;
height: 7px;
}
.catdiv {
height: 28px;
margin: 0px;
padding: 0px;
border: 0px;
background-color: black;
background-image: url('./images/cellpic2.jpg');
background-repeat: repeat-y;
}
.cat {
height: 25px;
margin: 0px;
padding: 0px;
border: 0px;
background-image: url('./images/cellpic1.gif');
text-indent: 4px;
}
.catline {
height: 20px;
margin: 0px;
padding: 0px;
border: 0px;
background-color: #E8E8E8;
background-image: url('./images/cellpic1.gif');
text-indent: 4px;
}
.row1 {
background: #181818 none repeat scroll 0%;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
color: #ADAEAE;
}
.row2 {
background: #1D1D1D none repeat scroll 0%;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
color: #ADAEAE;
}
.row3 {
background: #313131 none repeat scroll 0%;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
color: #ADAEAE;
}
.row4 {
background-color: #E1E4F2;
padding: 4px;
}
.rowgood {
background-color: #C2D6CD;
padding: 4px;
}
.rowneutral {
background-color: #CAC1D7;
padding: 4px;
}
.rowbad {
background-color: #D7C1C3;
padding: 4px;
}
.spacer {
background-color: #1F1F1F;
}
hr {
height: 1px;
border-width: 0px;
background-color: #D1D7DC;
color: #D1D7DC;
}
.legend {
text-align:center;
margin: 0 auto;
background-color: #181818;
border: 1px #000000 solid;
}
/* Links
------------ */
a:link {
color: #666666;
text-decoration: none;
}
a:active,
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #40BFE7;
text-decoration: underline;
}
a.forumlink:hover {
color: #40BFE7;
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.forumlink {
color: #666666;
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.topictitle {
margin: 1px 0px;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle:visited {
color: #666666;
text-decoration: none;
}
a.topictitle:hover {
color: #40BFE7;
text-decoration: none;
}
th a,
th a:visited {
color: #666666 !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}
#kat {
background-color: #F4F4F4;
padding: 0 5px 4px 5px;
border: 1px #666666 solid;
}
a.kat, a.kat:visited {
color: #40BFE7;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;}
a.kat:hover {
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;}}
/* Form Elements
------------ */
form {
margin: 0px;
padding: 0px;
border: 0px;
}
input {
color: #666666;
font-family: Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #333333;
background-color: #000000;
}
textarea {
color: #666666;
font-family: Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #333333;
background-color: #000000;
padding: 2px;
}
select {
color: #666666;
background-color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
border: 1px solid #333333;
padding: 1px;
}
option {
padding-right: 1em;
}
input.radio {
border: none;
background-color: 000000;
color: #666666;
}
.post {
color: #666666;
font-family: Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #333333;
background-color: #000000;
}
.btnbbcode {
color: #666666;
font-weight: normal;
background-color: #000000;
border: 1px solid #333333;
font-size: 1.1em;
}
.btnmain {
color: #666666;
font-family: Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #333333;
background-color: #000000;
}
.btnlite {
color: #666666;
font-weight: normal;
background-color: #000000;
border: 1px solid #333333;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
.helpline {
background-color: #1d1d1d;
border-style: none;
color: #e9e9e9;
}
/* BBCode
------------ */
.quotetitle, .attachtitle {
margin: 10px 5px 0px 5px;
padding: 4px;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #333;
color: #999;
background-color: #000;
font-size: 0.85em;
font-weight: bold;
}
.quotetitle .quotetitle {
font-size: 1em;
}
.quotecontent, .attachcontent {
margin: 0px 5px 10px 5px;
padding: 5px;
border-color: #333;
border-width: 0px 1px 1px 1px;
border-style: solid;
font-weight: normal;
font-size: 1em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
background-color: #1C1C1C;
color: #999;
}
.attachcontent {
font-size: 0.85em;
}
.codetitle {
margin: 10px 5px 0px 5px;
padding: 2px 4px;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #333;
color: #333333;
background-color: #2C2C2C;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
}
.codecontent {
margin: 0px 5px 10px 5px;
padding: 5px;
border-color: #333;
border-width: 0px 1px 1px 1px;
border-style: solid;
font-weight: normal;
color: #999;
font-size: 0.85em;
font-family: Monaco, 'Courier New', monospace;
background-color: #2C2C2C;
}
.syntaxbg {
color: #666666;
}
.syntaxcomment {
color: #FF8000;
}
.syntaxdefault {
color: #0000BB;
}
.syntaxhtml {
color: #000000;
}
.syntaxkeyword {
color: #007700;
}
.syntaxstring {
color: #DD0000;
}
/* Private messages
------------------ */
.pm_marked_colour {
background-color: #000000;
}
.pm_replied_colour {
background-color: #A9B8C2;
}
.pm_friend_colour {
background-color: #007700;
}
.pm_foe_colour {
background-color: #DD0000;
}
/* Misc
------------ */
img {
border: none;
}
.blue {
color: #006699;
}
.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #ffffff;
margin-bottom: 3px;
float: left;
width: 175px;
}
.pbitauthor {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #ffffff;
margin-bottom: 3px;
float: left;
width: 175px;
color: #7D8AA0;
font-size: 14px;
margin-bottom: 3px;
font-weight: bold;
}
.pbitdetails {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #ffffff;
margin-bottom: 3px;
float: left;
width: 175px;
color: #000000;
font-size: 10px;
text-align: left;
}
.yesil {
font-weight: bold;
color: #00AA00;
}
.gri {
font-weight: bold;
color: #8D9AAB;
}
.sep {
color: black;
background-color: #FFA34F;
}
table.colortable td {
padding: 0;
}
pre {
font-size: 1.1em;
font-family: Monaco, 'Courier New', monospace;
}
Logoyu çalıştıran css fakat ona uygun kod bulamadım... Ayrıca Logonun üstünde Sitename çıkıyor... Sildiğimde Site Title da siliniyor... Bu konuda da yardımcı olabilirseniz sevinirim...