minimalistic modificat

Dacă doriţi să vă faceţi cunoscute stilurile şi temele proprii sau doriţi să comentaţi alte stiluri pentru forumul phpBB 2.0.x, acesta este locul potrivit.
Închis
Avatar utilizator
michelangello
Utilizator înregistrat
Mesaje: 16
Membru din: 28-Iul-2006, 17:24:01
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

minimalistic modificat

Mesaj de michelangello »

am modificat tema minimalistic dar am o problema cum sa pun forumul la mijloc ??
Avatar utilizator
WWEMania
Utilizator înregistrat
Mesaje: 682
Membru din: 10-Mar-2007, 22:25:41
Versiune: phpBB2
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Contact:

Mesaj de WWEMania »

uitate prin overall_header.tpl
Avatar utilizator
michelangello
Utilizator înregistrat
Mesaje: 16
Membru din: 28-Iul-2006, 17:24:01
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de michelangello »

pai am cautat da parca nu am gasit nimic :(

Cod: Selectaţi tot

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<meta http-equiv="Content-Style-Type" content="text/css">

{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/Minimalistic/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original Minimalistic 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 {
	margin: 0;
	background-color: {T_BODY_BGCOLOR};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover		{ text-decoration: underline; color : {T_BODY_HLINK}; }
hr	{ height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: {T_TR_COLOR1}; }
td.row2	{ background-color: {T_TR_COLOR2}; }
td.row3	{ background-color: {T_TR_COLOR3}; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: {T_TD_COLOR2};
		background-image: url(templates/Minimalistic/images/{T_TH_CLASS3});
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; 
	background-color: {T_BODY_LINK}; height: 25px;
	background-image: url(templates/Minimalistic/images/{T_TH_CLASS2});
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/Minimalistic/images/{T_TH_CLASS1});
			background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
	text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu		{ text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle		{ text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink 	{ text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav			{ text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover	{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code { 
	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright		{ color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : {T_BODY_TEXT};
	font: normal {T_FONTSIZE2}px {T_FONTFACE1};
	border-color : {T_BODY_TEXT};
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : {T_TD_COLOR2};
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : {T_TR_COLOR1};
	color : {T_BODY_TEXT};
	font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

/* The main submit button option */
input.mainoption {
	background-color : {T_TD_COLOR1};
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : {T_TD_COLOR1};
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/Minimalistic/formIE.css"); 
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head><!--StartSdHeader-->
<style type="text/css">
  *
{
	font:				11px Tahoma, Arial, Sans-serif;
}
* html, body
{
	background-color:		#000000;
	color:				#000000;
}
.box .boxbanner img
{
	border:				0px;
	width:				552px;
}
.box .boxmain .boxcontent
{
	clear:				both;
	padding:			10px;
}
.box .boxmain
{
	background:			url('templates/Minimalistic/forum_images/content.jpg') no-repeat;
	margin:				0px 0px 20px 3px;
	padding: 			0px;
}
.box .boxmain .boxtitle
{
	height:				20px;
}
.box .boxmain .boxtitle .left
{
	float:				left;
	padding:			3px 0px 0px 10px;
}
.box .boxmain .boxtitle .right
{
	float:				right;
	padding:			3px 10px 0px 0px;
}
#banner
{
	background:			#000000 url('templates/Minimalistic/forum_images/banner.jpg') no-repeat;
	clear:				left;
	height:				305px;
}
#content
{
	float:				left;
	width:				552px;
}
#content .top, #panel .top
{
	background:			url('templates/Minimalistic/forum_images/menu_panel.jpg') no-repeat;
	font-weight:			bold;
	height:				23px;
	padding-top:			30px;
	text-align:			center;
}
#content .top
{
	background:			url('templates/Minimalistic/forum_images/menu_content.jpg') no-repeat;
}
#content a 
{
	color:#FFFFFF;
}
#content a:hover 
{
	text-decoration:none;
}
#footer
{
	background:			url('templates/Minimalistic/forum_images/footer.jpg') no-repeat;
	clear:				left;
	height:				115px;
	padding:			10px 60px 0px 0px;
	text-align:			right;
	width:				777px;
}
#menu
{
	background:			#000000 url('templates/Minimalistic/forum_images/menu.jpg') no-repeat;
	height:				116px;
	width:				100%;
}
#menu a
{
	background:			url('templates/Minimalistic/forum_images/menu_normal.jpg') no-repeat;
	color:				#FFFFFF;
	display:			block;
	font:				15px "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-weight:			bold;
	height:				24px;
	margin-right:			20px;
	padding-top:			90px;
	text-decoration:		none;
	width:				90px;
}
* html #menu a
{
	padding-bottom:			5px;
}
#menu a:hover
{
	background:			url('templates/Minimalistic/forum_images/menu_hover.jpg') no-repeat;
}
#menu ul
{
	list-style-type:		none;
	margin-left:			125px;
}

#menu ul li
{
	float:				left;
	text-align:			center;
	background: url('templates/Minimalistic/forum_images/menu_hover.jpg') -100px -100px no-repeat;

}
#panel
{
	float:				left;
	width:				225px;
}
#panel a#ctlogo
{
	background:			url('templates/Minimalistic/forum_images/ctlogo.jpg') no-repeat;
	display:			block;
	height:				104px;
	width:				225px;
}
#panel li {
	background: url('templates/Minimalistic/forum_images/submenu_hover.jpg') -100px -100px no-repeat;
}
#panel li a
{
	background:			url('templates/Minimalistic/forum_images/submenu_normal.jpg') no-repeat;
	color:				#FFFFFF;
	display:			block;
	height:				21px;
	padding:			2px 0px 0px 20px;
	text-decoration:		none;
	width:				225px;
}
#panel li a:hover
{
	background:			url('templates/Minimalistic/forum_images/submenu_hover.jpg') no-repeat;
}
#panel li, #panel ul
{
	margin:				0px;
	padding:			0px;
}
#panel ul
{
	list-style-type:		none;
}
#wrapper
{
	left:				50%;
	margin-left:			-404px;
	position:			absolute;
	width:				808px;
}
             </style>
			<table border="0" cellpadding="0" cellspacing="0" class="background_1">
  <tr>
    <td class="background_2"><table border="0" cellpadding="0" cellspacing="0" class="background_3">
      <tr>
         </tr></table></td>
      </tr>
      <tr>
        <td class="logo_1"><div class="logo"></div></td>
      </tr>
      <tr>
        <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td class="width_1" rowspan="2"><table border="0" cellpadding="0" cellspacing="0" class="width_1" style="padding-right: 10px;"> <tr>
                <td width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
   
                  <tr>
                    <td class="plugin_1_4"><table border="0" cellpadding="0" cellspacing="0">
                      <tr>
                        <td width="100%"> 

<!--EndSdHeader-->
<center><body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="808" height="100%" bgcolor="000000" cellspacing="0" cellpadding="0" border="0" align="center"> 
	<tr valign="top">
		<td background="templates/Minimalistic/images/left.gif" width="0"></td>
        <div id="menu">
				<ul>
					<li>
						<a href="/index.php">
							Главная
</a></li>
					<li>
						<a href="/proiects.php">
							Проекты
</a></li>
					<li>
						<a href="/about.php">
							О компании
</a></li>
					<li>
						<a href="/guestbook.php">
							Гостевая
</a></li>
					<li>
						<a href="/forums/">
							Форум</a></li>
				</ul>
			</div>
		<td width="808">

			<table cellspacing="0" cellpadding="0" width="100%">
				<tr>
					<td height="22" width="100%" background="templates/Minimalistic/images/menu_bkg.gif">
						<center>
<div id="banner"></div>
							<!-- BEGIN switch_user_logged_in -->
							<a href="{U_FAQ}" class="mainmenu"><img src="templates/Minimalistic/images/menu_faq.gif" border="0" alt="" /></a><a href="{U_SEARCH}" class="mainmenu"><img src="templates/Minimalistic/images/menu_search.gif" border="0" alt="" /></a><a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/Minimalistic/images/menu_memberlist.gif" border="0" alt="" /></a><a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/Minimalistic/images/menu_usergroups.gif" border="0" alt="" /></a><a href="{U_PROFILE}" class="mainmenu"><img src="templates/Minimalistic/images/menu_profile.gif" border="0" alt="" /></a><a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/Minimalistic/images/menu_pm.gif" border="0" alt="" /></a><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/Minimalistic/images/menu_logout.gif" border="0" alt="" /></a>
							<!-- END switch_user_logged_in -->

							<!-- BEGIN switch_user_logged_out -->
							<a href="{U_FAQ}" class="mainmenu"><img src="templates/Minimalistic/images/menu1_faq.gif" border="0" alt="" /></a><a href="{U_SEARCH}" class="mainmenu"><img src="templates/Minimalistic/images/menu1_search.gif" border="0" alt="" /></a><a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/Minimalistic/images/menu1_memberlist.gif" border="0" alt="" /></a><a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/Minimalistic/images/menu1_usergroups.gif" border="0" alt="" /></a><a href="{U_PROFILE}" class="mainmenu"><img src="templates/Minimalistic/images/menu1_profile.gif" border="0" alt="" /></a><a href="{U_REGISTER}" class="mainmenu"><img src="templates/Minimalistic/images/menu1_register.gif" border="0" alt="" /></a><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/Minimalistic/images/menu1_login.gif" border="0" alt="" /></a>
							<!-- END switch_user_logged_out -->

						</center>
					</td>
				</tr>
			</table>

			<table width="100%" cellspacing="0" cellpadding="0" border="0">
				<tr> 
					<td align="center" width="100%" valign="middle"><span class="maintitle"></span><br /><span class="gen"></span><br /><img src=" templates/Minimalistic/images/black.gif" height="1" width="100%" />
				</tr>
			</table>

			<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 
				<tr> 
					<td></td>

iata overall_header.tpl al meu :)
Ultima oară modificat 14-Mai-2007, 07:22:19 de către michelangello, modificat 1 dată în total.
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

<BEGIN> <END> , astea sunt taguri?
Dezactivează codul HTML în acest mesaj
Avatar utilizator
seelview
Fost coleg
Mesaje: 2146
Membru din: 13-Apr-2005, 21:24:50
Versiune: 3.x
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Foarte experimentat
Localitate: Cu curu' pe scaun
Contact:

Mesaj de seelview »

Desi e cam aiurea facut, incearca asta:
- cauta codul:

Cod: Selectaţi tot

 <table border="0" cellpadding="0" cellspacing="0" class="background_1"> 
- si adauga atributia align="center" eventual si un width="808"
"Don't have fear, I is here"
Seelview Photography / Blog this
Avatar utilizator
michelangello
Utilizator înregistrat
Mesaje: 16
Membru din: 28-Iul-2006, 17:24:01
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de michelangello »

8) :wink:
Închis

Înapoi la “2.0.x Stiluri, teme, avataruri şi butoane”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 19 vizitatori