Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Borderiai ne borderiai nžn.
Parašė RuP3r· 2008 Geg. 13 21:05:47
#1
Kaip panaikinti tokius dalykus?Ten kur baltos vietos ten man reike ištrint.
Duodu styles.css gal kas pataisys.
a {
color : #005599;
text-decoration : none;
}
a:hover {
color : #005599;
text-decoration : underline;
}
a.side {
color : #005599;
text-decoration : none;
}
a:hover.side {
color : #005599;
text-decoration : underline;
}
a.white {
color : #ddd;
text-decoration : none;
}
a:hover.white {
color : #ddd;
text-decoration : underline;
}
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
background: url('images/bg.gif');
backgroun-repeat: no-repeat;
font-size : 11px;
}
form {
margin : 0px;
}
hr {
height : 1px;
border : 1px solid #eee;
}
hr.side-hr {
height : 1px;
border : 1px solid #eee;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}
pre {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}
.alt {
color : #005599;
}
.sub-header {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000;
background: url('images/hf.gif');
background-color : #888;
padding : 0px;
}
.full-header {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #ddd;
background-color : #444;
padding : 10px;
}
.footer {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
background: url('images/footer.gif');
color : #555;
background-color : #f1f1f1;
border : 1px solid #ccc;
padding : 5px;
}
.button {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #555;
background-color : #f1f1f1;
height : 20px;
border : 1px solid #ccc;
margin-top : 2px;
}
.textbox {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #555;
background-color : #f8f8f8;
border : 1px solid #ccc;
}
.main-body {
font-size : 11px;
background: url('images/mbg.gif');
color : #fff;
background-color : #000;
padding : 0px 0px 0px 0px;
}
.side-body {
font-size : 10px;
color : #777;
background-color : #f6f6f6;
padding : 4px;
}
.main-bg {
color : #555;
background-color : #fff;
padding : 10px 5px 10px 5px;
}
.border {
border : 1px solid #e1e1e1;
}
.side-border-left {
color : #777;
background-color : #fff;
padding : 10px 5px 10px 10px;
}
.side-border-right {
color : #777;
background-color : #fff;
padding : 10px 10px 10px 5px;
}
.news-footer {
font-size : 10px;
color : #fff;
background-color : #000;
padding : 0px 0px 0px 0px;
}
.capmain {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 15px;
background: url('images/capmain.gif');
font-weight : bold;
color : #b1de27;
background-color : #fff;
padding : 2px 0px 4px 0px;
}
.scapmain {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 15px;
background: url('images/scapmain.gif');
font-weight : bold;
color : #d00000;
background-color : #f1f1f1;
border-bottom : 1px solid #e1e1e1;
padding : 4px;
}
.tbl-border {
color : #555;
background-color : #e1e1e1;
}
.tbl {
font-size : 11px;
color : #555;
background-color : #fff;
padding : 4px;
}
.tbl1 {
font-size : 11px;
color : #555;
background-color : #fff;
padding : 4px;
}
.tbl2 {
font-size : 11px;
color : #555;
background-color : #f1f1f1;
padding : 4px;
}
.forum-caption {
font-size : 11px;
font-weight : bold;
color : #888;
background-color : #f1f1f1;
padding : 2px 4px 4px 4px;
}
.quote {
font-size : 11px;
color : #555;
background-color : #f8f8f8;
padding : 4px;
margin : 0px 20px 0px 20px;
border : 1px solid #bbb;
}
.poll {
height : 12px;
border : 1px solid #bbb;
}
.comment-name {
font-weight : bold;
color : #005599;
}
.shoutboxname {
font-weight : bold;
color : #005599;
background-color : #f6f6f6;
}
.shoutbox {
color : #777;
background-color : #f6f6f6;
}
.shoutboxdate {
font-size : 10px;
color : #888;
background-color : #f6f6f6;
}
.small {
font-size : 10px;
font-weight : normal;
}
.small2 {
font-size : 10px;
font-weight : normal;
color : #555;
}
.side-small {
font-size : 10px;
font-weight : normal;
color : #555;
background-color : #f6f6f6;
}
.side-label {
color : #555;
background-color : #f1f1f1;
padding : 2px 2px 3px 2px;
}
Parašė bad_user· 2008 Geg. 13 21:05:42
#2
Duok theme.php ;)
Parašė RuP3r· 2008 Geg. 13 21:05:07
#3
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#555555";
$body_bg = "#006600";
$theme_width = "62%";
$theme_width_l = "175";
$theme_width_r = "175";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>$header_content</td>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td align='center' class='sub-header' width='100%' valign='middle'>
<img src='".THEME."images/Naujienos.gif'>
<img src='".THEME."images/Paslaugos.gif'>
<img src='".THEME."images/Darbai.gif'>
<img src='".THEME."images/Kontaktai.gif'></td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer'><br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "
<table cellpadding='0' cellspacing='0' width='705'>
<tr>
<td class='capmain'><span style='font-size : 10px;font-weight : normal;color:#B2B2B2;'>".showdate("longdate", $info['news_date'])."</span><br><a name='news_1' id='news_1'></a>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<form name='editnews1' method='post' action='administration/news.php&news_id=".$info['news_id']."'>
<td align='center' class='news-footer'><a href='news.php?readmore=".$info['news_id']."'>Naujiena plaèiau</a> | Skaityta: ".$info['news_reads']." | Komentarø: ".$info['news_comments']."</td>
</form>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
Redagavo bad_user· 2008 Geg. 13 21:05:00
Parašė bad_user· 2008 Geg. 13 21:05:08
#4
Kaip išversi tai tarp main body:
Ir background-color : #000;
Ir background: url('images/mbg.gif'); :D Tai trink vieną :)
Parašė RuP3r· 2008 Geg. 13 22:05:08
#5
Padariau taip bet tas pat.
.main-body {
font-size : 11px;
color : #fff;
background-color : #000;
padding : 0px 0px 0px 0px;
}
Parašė bad_user· 2008 Geg. 13 22:05:30
#6
Va pasikeisk į šitą seną main-bg ;)
.main-bg {
color : #555;
background-color : #000000;
padding : 10px 5px 10px 5px;
}
Parašė RuP3r· 2008 Geg. 13 22:05:19
#7
Praniko išskirus footeri aplink footeri yra.
Parašė bad_user· 2008 Geg. 13 22:05:57
#8
tarp .side-border-left, .side-border-right, .capmain, ir footer keisk fff ar f1f1f1 į 000000. :)
Parašė RuP3r· 2008 Geg. 13 22:05:29
#9
pakeičiau bet nieko.