Przedszkolak
Postów: 11 Ostrzeżeń: 1
Data rejestracji: 05.03.2013 02:52
|
Witam, proszę o pomoc w wyśrodkowaniu szablonu aktualnie szablon wyświetla się na cala stronę chciałbym żeby wyświetlał się na środku.
theme.php
<?php
/*------------------------------------------------------+
| PHP-Fusion Content Management System |
| Copyright (C) 2002 - 2010 Nick Jones |
| http://www.php-fusion.co.uk/ |
+-------------------------------------------------------+
| This program is released as free software under the |
| Affero GPL license. You can redistribute it and/or |
| addonify it under the terms of this license which you |
| can read by viewing the included agpl.txt or online |
| at http://www.gnu.org/licenses/agpl.html. Removal of this |
| copyright header is strictly prohibited without |
| written permission from the original author(s). |
+------------------------------------------------------*/
/*------------------------------------------------------+
| Theme Enigma for PHP-Fusion v7 |
+-------------------------------------------------------+
| Filename: theme.php |
| Author: Harly Petersen |
| Homepage: http://php-fusion.openworld.dk/ |
+-------------------------------------------------------+
| This theme is released under the terms and conditions |
| of the GNU Affero GPL v3. |
+------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }
define("THEME_BULLET", "<img class='bullet' src='".THEME."images/bullet.gif' alt='bullet.gif' />");
define("THEME_WIDTH", "97%");
require_once INCLUDES."theme_functions_include.php";
function render_page($license=false) {
global $settings, $main_style, $locale, $aidlink, $userdata;
if (file_exists(THEME."locale/".$settings['locale'].".php")) {
include THEME."locale/".$settings['locale'].".php";
} else {
include THEME."locale/English.php";
}
//Log-in
echo "<table cellspacing='0' cellpadding='0' style='width:100%;height:30px;'><tr>";
if (iMEMBER) {
echo "<td class='login' align='left' valign='middle'>".$locale['l01']." <a href='".BASEDIR."profile.php?lookup=".$userdata['user_id']."'><b>".$userdata['user_name']."</b></a></td>";
$msg_count = dbcount("(message_id)", DB_MESSAGES, "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
echo "<td class='login' align='right' valign='middle'>
<div id='menu'>
<ul>
<li><a id='logout' href='".BASEDIR."setuser.php?logout=yes' title='".$locale['global_124']."'></a></li>
".(iADMIN ? "<li><a id='admin' href='".ADMIN."index.php".$aidlink."' title='".$locale['global_123']."'></a></li> \n" : "")."
<li><a id='userlist' href='".BASEDIR."members.php' title='".$locale['global_122']."'></a></li>
<li><a id='profile' href='".BASEDIR."edit_profile.php' title='".$locale['global_120']."'></a></li>
<li><a id='pm' href='".BASEDIR."messages.php' title='".$locale['global_121']."'></a></li>
<li><a href='".BASEDIR."messages.php'>";if ($msg_count){echo" <span id='msgcount'>[$msg_count]</span>";}echo"</a></li>
</ul>
</div>
</td>";
}
else {
echo "<td class='login' align='left' valign='middle' width='20%'></td>";
echo "<td class='login' align='center' valign='middle'>";
echo "".(isset($loginerror) ? $loginerror : "")."
<form name='loginform1' method='post' action='".FUSION_SELF."'>
".$locale['global_101'].":
<input type='text' name='user_name' class='textbox' style='width:100px;'/>
".$locale['global_102'].":
<input type='password' name='user_pass' class='textbox' style='width:100px;'/>
<input type='checkbox' class='checkbox' name='remember_me' style='height:12px' value='y' title='".$locale['global_103']."' />
<input type='submit' name='login' value='".$locale['global_104']."' class='button'/>
</form></td>\n";
echo "<td class='login' align='right' valign='middle' width='20%'>
<div id='menu'>
<ul>
<li><a id='lp' href='".BASEDIR."lostpassword.php' title='".$locale['global_108']."'></a></li>
".($settings['enable_registration'] ? "<li><a id='register' href='".BASEDIR."register.php' title='".$locale['global_107']."'></a></li> \n" : "")."
</ul>
</div>
</td>";
}
echo "</tr></table>\n";
//Header
echo "<table cellspacing='0' cellpadding='0' style='width:100%;height:145px;'>";
echo "<tr>";
echo "<td class='header' align='center'>".showbanners()."</td>\n";
echo "</tr>\n";
echo "</table>\n";
//Subheader
echo "<div class='sub-header' style='width:100%;'>";
echo "<table cellpadding='0' cellspacing='0' style='height:30px;' class='center'><tr>";
echo "<td>";
include THEME."TinyDropdown/tinydropdown.php";
echo "</td>\n";
echo "</tr>\n</table>\n";
echo "</div>";
echo "<div class='sub-shadow' style='width:100%;'></div>";
//Content
echo "<table cellpadding='0' cellspacing='0' width='".THEME_WIDTH."' class='center'>";
echo "<tr>";
if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
echo "</tr>\n";
echo "</table>\n";
//Footer
echo "<table cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr>";
echo "<td align='center' class='main-footer'>".stripslashes($settings['footer'])."</td>\n";
echo "</tr>\n";
echo "</table>\n";
echo "<table cellpadding='0' cellspacing='0' style='width:100%;height:40px;'>";
echo "<tr>";
echo "<td align='left' class='counter' style='width:20%;border-right:1px solid #2C292C;'>".showcounter()."</td>";
echo "<td align='center' class='footer'>".showcopyright()."</td>";
echo "<td align='right' class='footer' style='width:20%;border-left:1px solid #000;'>Theme <b>Enigma</b> by <a href='http://php-fusion.openworld.dk/' target='blank'>Harly</a></td>\n";
echo "</tr>\n";
echo "</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr>";
echo "<td class='capmain-left'></td>";
echo "<td class='capmain'>$subject</td>\n";
echo "<td class='capmain-right'></td>";
echo "</tr>\n";
echo "</table>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
echo "<tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "<td class='news-body middle-border'>".$news."</td>\n";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "</tr>\n<tr>\n";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "<td align='center' class='news-footer middle-border'>\n";
echo newsposter($info," ·").newsopts($info,"·").itemoptions("N",$info['news_id']);
echo "</td>\n";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "</tr>\n";
echo "</table>\n";
echo "<table cellspacing='0' cellpadding='0' style='width:100%;'><tr>";
echo "<td align='left'><img src='".THEME."/images/capmain-b-left.png' alt='capmain-b-left.png' style='width:5px;height:13px;' /></td>";
echo "<td align='center' class='capmain-b' width='100%'></td>";
echo "<td align='right'><img src='".THEME."/images/capmain-b-right.png' alt='capmain-b-right.png' style='width:5px;height:13px;' /></td>";
echo "</tr>\n</table>\n";
echo "<div class='spacer2'></div>";
}
function render_article($subject, $article, $info) {
echo "<table cellpadding='0' cellspacing='0' style='width:100%;'>";
echo "<tr>";
echo "<td class='capmain-left'></td>";
echo "<td class='capmain'>$subject</td>\n";
echo "<td class='capmain-right'></td>";
echo "</tr>\n";
echo "</table>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "<td class='news-body middle-border'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "</tr>\n<tr>\n";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "<td align='center' class='news-footer middle-border'>\n";
echo articleposter($info," ·").articleopts($info,"·").itemoptions("A",$info['article_id']);
echo "</td>\n";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "</tr>\n";
echo "</table>\n";
echo "<table cellspacing='0' cellpadding='0' style='width:100%;'><tr>";
echo "<td align='left'><img src='".THEME."/images/capmain-b-left.png' alt='capmain-b-left.png' style='width:5px;height:13px;' /></td>";
echo "<td align='center' class='capmain-b' width='100%'></td>";
echo "<td align='right'><img src='".THEME."/images/capmain-b-right.png' alt='capmain-b-right.png' style='width:5px;height:13px;' /></td>";
echo "</tr>\n</table>\n";
echo "<div class='spacer2'></div>";
}
function opentable($title, $collapse = false, $state = "on") {
global $panel_collapse; $panel_collapse = $collapse;
echo "<table cellpadding='0' cellspacing='0' style='width:100%;'>";
echo "<tr>";
echo "<td class='capmain-left'></td>";
echo "<td class='capmain'>$title</td>";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='capmain' align='right'>".panelbutton($state, $boxname)."</td>\n";
}
echo "<td class='capmain-right'></td>";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' style='width:100%;'>\n<tr>\n";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "<td colspan='2' class='main-body'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }
}
function closetable() {
global $panel_collapse;
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' style='width:5px;height:1px;display:block;' alt='blank.gif' /></td>";
echo "</tr>\n";
echo "</table>\n";
echo "<table cellspacing='0' cellpadding='0' style='width:100%;'><tr>";
echo "<td align='left'><img src='".THEME."/images/capmain-b-left.png' alt='capmain-b-left.png' style='width:5px;height:13px;' /></td>";
echo "<td align='center' class='capmain-b' width='100%'></td>";
echo "<td align='right'><img src='".THEME."/images/capmain-b-right.png' alt='capmain-b-right.png' style='width:5px;height:13px;' /></td>";
echo "</tr>\n</table>\n";
echo "<div class='spacer2'></div>";
}
function openside($title, $collapse = false, $state = "on") {
global $panel_collapse; $panel_collapse = $collapse;
echo "<table cellpadding='0' cellspacing='0' style='width:100%;height: 30px;'>";
echo "<tr>";
echo "<td class='scapmain'>$title</td>\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='on-off-bg' align='right'>".panelbutton($state, $boxname)."</td>\n";
}
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' style='width:100%;'><tr>";
echo "<td colspan='2' class='side-body'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }
}
function closeside() {
global $panel_collapse;
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n";
echo "</tr>\n";
echo "</table>\n";
echo "<table cellspacing='0' cellpadding='0' style='width:100%;'>";
echo "<tr>";
echo "<td class='sideb'></td>";
echo "</tr>\n";
echo "</table>\n";
echo "<div class='spacer'></div>";
}
?>
style.css
/* Comment element properties */
a:active, a:active * {
outline : none !important ;
}
a:focus, a:focus * {
outline : none !important ;
}
a {
color: #8AA1B8;
text-decoration: none;
}
a:hover {
color: #FFCC99;
}
a.side {
color: #FFCC99;
text-decoration: none;
}
a:hover.side {
color: #8AA1B8;
}
.white a {
font-size: 12px;
font-weight: normal;
color: #375377;
text-decoration: none;
padding: 0 2px 0 2px;
}
.white a:hover {
font-size: 12px;
font-weight: normal;
color: #444;
text-decoration: none;
}
body {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
color: #EBEBEB;
font-size: 11px;
text-align: left;
background: #050606;
padding: 0;
margin: 0 auto;
}
hr {
border-style: solid;
border-color: #303030 #000 #000 #303030;
border-width: 1px 0 1px 0;
}
hr.side-hr {
border: 1px solid #2C2D2D;
}
td {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
}
pre {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
}
.alt {
color: #B7B7B7;
}
.spacer {
margin-bottom: 8px;
}
.spacer2 {
margin-bottom: 5px;
}
.admin-message {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #DADADA;
background: #070505;
border: 1px solid #393737;
padding: 3px 4px 5px 4px;
margin-bottom: 5px;
}
/* Form element properties */
form {
margin: 0px;
}
img {
border: 0px;
}
.center, *[align="center"] {margin: 0 auto;}
.button {
height: 20px;
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
font-weight: normal;
color: #EDEEEA;
background: transparent url(images/button.gif) repeat-x;
border: 1px solid #13150F;
padding: 2px 3px 4px 3px;
margin: 1px;
cursor: pointer;
}
.button:hover {
color: #E3E4DE;
background: transparent url(images/button2.gif) repeat-x;
}
.bbcode {
color: #276545;
background: transparent;
border : 1px solid #262726;
margin-top : 2px;
}
.textbox {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
color: #F4F4F4;
background: #171C1C;
border: 1px solid;
border-color: #111311 #202220 #202220 #111311;
padding: 1px 1px 2px 1px;
}
/* Header and footer properties */
.login {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
color: #D2D2D2;
background: #050606 url(images/login-bg.png) repeat-x;
padding: 0px 12px 0 12px;
margin: 0;
}
.login a {
color: #8AA1B8;
text-decoration : none;
}
.login a:hover {
color: #FFCC99;
}
.header {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
color: #EBEBEB;
background: #050606 url(images/header.png) repeat-x;
padding: 10px;
margin: 0;
}
.sub-header {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size : 10px;
color : #757575;
background: #050606 url(images/capmain.png) repeat-x;
padding: 0;
margin: 0;
}
.sub-header-left {
background: #050606 url(images/capmain.png) repeat-x;
}
.sub-header-right {
background: #050606 url(images/capmain.png) repeat-x;
}
.sub-header ul{
margin: 0;
padding: 0;
}
.sub-header ul li{
display: inline;
}
.sub-header ul li.first-link .bullet{
display: none;
}
.sub-shadow {
height: 12px;
background: #050606 url(images/sub-shadow.png) repeat-x;
margin: 0;
padding: 0;
}
.main-footer {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 10px;
color: #A2A2A2;
background: #050606 url(images/tbl-bg.gif) repeat;
border: 1px solid;
border-color: #000 #2C292C #2C292C #000;
border-top: 0;
padding: 5px 10px 5px 10px;
margin: 0;
}
.main-footer a {
font-size: 10px;
color: #9F5000;
text-decoration: none;
}
.main-footer a:hover {
font-size: 10px;
color: #375377;
}
.footer {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 10px;
color: #838383;
text-align: center;
background: #050606 url(images/tbl-bg.gif) repeat;
border: 1px solid;
border-color: #000 #2C292C #2C292C #000;
padding: 5px;
margin: 0;
}
.footer a {
font-size: 10px;
color: #375377;
text-decoration: none;
}
.footer a:hover {
font-size: 10px;
color: #9F5000;
}
.counter {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 10px;
color: #A7A7A7;
text-align: center;
background: #050606 url(images/tbl-bg.gif) repeat;
border: 1px solid;
border-color: #000 #2C292C #2C292C #000;
padding: 5px;
margin: 0;
}
/* Side-Panel properties */
.side-border-left {
width: 200px;
color: #777;
background: #050606;
padding: 5px 15px 12px 0;
}
.side-border-right {
width: 200px;
color: #777;
background: #050606;
padding: 5px 0 12px 15px;
}
.scapmain {
width: 200px;
font-family: 'Times New Roman',Tahoma,Arial,Sans-Serif,Verdana;
color: #9F5000;
font-size: 15px;
font-weight: normal;
text-align: center;
background: #050606 url(images/scapmain.png) no-repeat;
padding: 2px 0 0 0;
margin: 0;
}
.on-off-bg {
width: 17px;
height: 30px;
background: #050606 url(images/on-off-bg.png) no-repeat;
margin: 0;
padding: 0;
}
.scapmain-right {
width: 10px;
height: 25px;
background: #050606 url(images/center-right.gif) no-repeat;
}
.sideb {
width: 200px;
height: 40px;
background: #050606 url(images/side-btm.png) no-repeat;
}
.side-body {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
color: #F5F5F5;
width: 200px;
background: #050606 url(images/side-bg.png) repeat-y;
padding: 0 5px 0 5px;
margin: 0 ;
}
/* Center-Panel properties */
.main-bg {
color: #EBEBEB;
background: #050606;
padding: 3px 0 12px 0;
}
.main-body {
width: 570px;
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
color: #EBEBEB;
text-align: left;
background: #090909;
border: 0px solid;
border-color: #E6E6E6 #E6E6E6 #DBDBDB #E6E6E6;
border-top: 0;
padding: 4px;
}
.capmain {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
color: #9F5000;
font-size: 12px;
font-weight: normal;
text-align: left;
background: #050606 url(images/capmain.png) repeat-x;
padding: 2px 0 0 0;
margin: 0;
}
.capmain-left {
width: 10px;
height: 30px;
background: #050606 url(images/capmain-left.png) no-repeat;
}
.capmain-right {
width: 10px;
height: 30px;
background: #050606 url(images/capmain-right.png) no-repeat;
}
.border-left {
width: 5px;
background: #050606 url(images/border-left.png) repeat-y;
}
.border-right {
width: 5px;
background: #050606 url(images/border-right.png) repeat-y;
}
.capmain-b {
height: 13px;
background: #050606 url(images/capmain-b.png) repeat-x;
}
.n-btm {
background: #050606 url(images/n-btm.png) repeat-x;
}
.news-category {
border: 0;
margin: 3px 5px 0 0;
float: left;
}
.news-body {
font-family: Verdana,Tahoma,Arial,'Times New Roman',Sans-Serif;
font-size: 11px;
color: #EBEBEB;
text-align: left;
background: #090909;
padding: 5px;
}
.news-footer {
text-align: center;
font-size: 10px;
color: #A2A2A2;
background: #090909;
border-top: 1px solid #1D1D1D;
padding: 3px 4px 2px 4px;
}
/* General table properties */
.tbl-border {
border: 1px solid;
border-color: #272927 #000 #000 #272927;
}
.tbl {
font-size: 11px;
color: #EBEBEB;
background: #050606 url(images/tbl-bg.gif) repeat;
border: 1px solid;
border-color: #000 #272927 #272927 #000;
padding: 4px;
}
.tbl1 {
font-size: 11px;
color: #EBEBEB;
background: #050606;
border: 1px solid;
border-color: #000 #272927 #272927 #000;
padding: 4px;
}
.tbl2 {
font-size: 11px;
color: #EBEBEB;
background: #050606 url(images/tbl-bg.gif) repeat;
border: 1px solid;
border-color: #000 #272927 #272927 #000;
padding: 4px;
}
.forum-caption {
font-size: 12px;
font-weight: normal;
color: #EBEBEB;
background: #050606;
border: 1px solid;
border-color: #000 #272927 #272927 #000;
padding: 4px;
}
.quote {
color: #C3C3C3;
background: #0D0D0D;
border: 1px solid;
border-color: #000 #191919 #191919 #000;
padding: 2px;
margin: 0 20px 0 20px;
}
.poll {
height : 14px;
background: transparent;
border: 1px solid #262726;
}
.comment-name {
color: #B7B7B7;
}
.shoutboxname {
font-weight: bold;
color: #FF3E33;
text-align: center;
background: transparent;
padding-bottom: 1px;
}
.shoutbox {
color: #F5F5F5;
background: transparent;
}
.shoutboxdate {
font-size: 10px;
color: #B7B7B7;
text-align: center;
background: transparent;
padding-bottom: 1px;
}
.small {
font-size: 10px;
font-weight: normal;
color: #D2D2D2;
}
.small2 {
font-size: 10px;
font-weight: normal;
color: #A2A2A2;
}
.side-small {
font-size: 10px;
font-weight: normal;
color: #B7B7B7;
}
.side-label {
font-size: 11px;
font-weight: bold;
color: #747272;
text-align: center;
background: transparent;
border: 1px solid #2C2D2D;
margin: 1px;
padding: 2px;
}
#navigation h2 {
font-size: 11px;
font-weight: bold;
color: #747272;
text-align: center;
background: transparent;
border: 1px solid #2C2D2D;
margin: 1px;
padding: 2px;
}
#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}
* html #navigation ul li{
height: 1%;
}
#navigation a {
display: block;
font-size: 11px;
color: #FFCC99;
text-align: center;
background: transparent;
padding: 1px 2px 2px 2px;
margin: 0;
text-decoration : none;
}
#navigation a:hover {
color: #000;
background: transparent url(images/css-bg.png) no-repeat;
}
#navigation a:active {
color: #EBEBEB;
background: transparent url(images/css-bg2.png) no-repeat;
}
#navigation a:focus {
color: #EBEBEB;
}
#navigation a .bullet {
display: none;
}
/* Page Navigation */
.pagenav {
color: #A2A2A2;
padding: 1.0em;
}
.pagenav span {
font-weight : bold;
color: #A2A2A2;
background-color: #0A0B0B;
border: 1px solid;
border-color: #000 #272927 #272927 #000;
padding: 0.2em 0.4em 0.2em 0.4em;
margin: 0.2em;
}
.pagenav a {
color: #8AA1B8;
background-color: transparent;
border: 1px solid;
border-color: #272927 #000 #000 #272927;
padding: 0.2em 0.4em 0.2em 0.4em;
margin: 0.2em;
text-decoration: none;
}
.pagenav a:hover {
color: #0A0B0B;
background-color: #8AA1B8;
border: 1px solid;
border-color: #000 #272927 #272927 #000;
margin: 0.2em;
}
#menu {
height:16px;
margin:0;
padding:0 0
}
#menu ul {
list-style-type:none;
margin:0;
padding:0;
}
#menu li {
overflow:hidden;
background-image:none;
white-space:nowrap;
padding:0 2px;
float:right;
}
#menu li a {
display:block;
background-position:0 0;
}
#menu ul li {
display:inline;
}
#pm {
width: 16px;
height: 16px;
background: url(images/pm.png) no-repeat;
padding-left: 4px;
}
#pm:hover {
background: url(images/pm2.png) no-repeat;
}
#profile {
width: 16px;
height: 16px;
background: url(images/editprofile.png) no-repeat;
padding-left: 4px;
}
#profile:hover {
background: url(images/editprofile2.png) no-repeat;
}
#userlist {
width: 16px;
height: 16px;
background: url(images/userlist.png) no-repeat;
padding-left: 4px;
}
#userlist:hover {
background: url(images/userlist2.png) no-repeat;
}
#admin {
width: 16px;
height: 16px;
background: url(images/admin.png) no-repeat;
padding-left: 4px;
}
#admin:hover {
background: url(images/admin2.png) no-repeat;
}
#logout {
width: 16px;
height: 16px;
background: url(images/logout.png) no-repeat;
}
#logout:hover {
background: url(images/logout2.png) no-repeat;
}
#register {
width: 16px;
height: 16px;
background: url(images/register.png) no-repeat;
padding-left: 4px;
}
#register:hover {
background: url(images/register2.png) no-repeat;
}
#lp {
width: 16px;
height: 16px;
background: url(images/lostpassword.png) no-repeat;
}
#lp:hover {
background: url(images/lostpassword2.png) no-repeat;
}
/* TinyMCE specific rules */
body.mceContentBody {
color: #F4F4F4;
background: #171C1C;
padding: 4px;
}
PW od moderatora:
- Przeniesienie tematu - Pieka 10.05.2013 12:54
Edytowane przez Pieka dnia 10.05.2013 12:56:46
|