Page 1 of 1

Private Message System - Styling ".page.inc.php" files

Posted: Sat Mar 10, 2012 6:07 am
by bluebird
Hello,

I finished the private message system tutorials. I am now trying to style some of the pages in the core/pages/ folder. It seems like styling the login.page.inc.php file doesn't cause an issue. However, I added two other .page.inc.php files and it seems like the styling won't apply to these.

This browser only loads index.php which is in the root folder for the project. It includes pages with the $_GET variable.
For instance: login would be: index.php?page=login.

This is the code for index.php
<?php

include('core/init.inc.php');

?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Jeu | SIM Brébouvie</title>
<link href="ext/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php

include($include_file);
echo $include_file;
?>
</div>
</body>
</html>
This is the code for login.page.inc.php (the styling works fine for this page):
<?php

if (isset($_POST['user_name'], $_POST['user_password'])){
	echo 'Login failed';	
}

?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Accès au jeu | SIM Brébouvie</title>
<link href="../../ext/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top_box_container">
  <div id="portail_header"></div>
  <div id="portail_contenu">
    <form method="post" action="index.php?page=login">
      <input name="user_name" type="text" class="class_input_portail_utilisateur" id="user_name" />
      <input name="user_password" type="password" class="class_input_portail_motdepasse" id="user_password" />
	<input name="portail_submit1" type="submit" class="class_portail_submit" id="portail_submit1" value=" " />
    </form>
  </div>
</div>
</body>
</html>
This is the code for home.page.inc.php (the style does not work with this page) :
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Accès au jeu | SIM Brébouvie</title>
<link href="../ext/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top_bar_horizontal"></div>
<div id="top_user_banner"></div>
<div id="nav_options_container">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><form id="form1" name="form1" method="post" action="">
        <input name="go_accueil" type="submit" class="submit_go_left" id="go_accueil" value=" " />
      </form></td>
      <td><form id="form2" name="form2" method="post" action="">
        <input name="go_messagerie_sociale" type="submit" class="submit_go_uniform" id="go_messagerie_sociale" value=" " />
      </form></td>
      <td><form id="form3" name="form3" method="post" action="">
        <input name="go_messagerie_executive" type="submit" class="submit_go_uniform" id="go_messagerie_executive" value=" " />
      </form></td>
      <td><form id="form4" name="form4" method="post" action="">
        <input name="go_personnage" type="submit" class="submit_go_uniform" id="go_personnage" value=" " />
      </form></td>
    </tr>
  </table>
</div>
<div id="top_display_banner_swap"></div>
<div id="core_content_wrapper">
  <div id="core_content_choices_box">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><form id="form5" name="form5" method="post" action="">
          <input name="go_view_discussions" type="submit" class="core_content_bucket_view_discussions" id="go_view_discussions" value=" " />
        </form></td>
        <td><form action="" method="post" name="form6" class="core_content_bucker_start_discussion" id="form6">
          <input name="go_start_discussion" type="submit" class="core_content_bucket_start_discussion" id="go_start_discussion" value=" " />
        </form></td>
      </tr>
    </table>
  </div>
</div>
<div id="footer_separateur">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td> </td>
      <td> </td>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
  </table>
</div>
</body>
</html>
This the CSS code for both files :
@charset "UTF-8";
@import url("../../style.css");
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
}

/* ~~ Sélecteurs d'éléments/balises ~~ */
ul, ol, dl { /* En raison des variations entre les navigateurs, il est conseillé d'attribuer une valeur de zéro aux marges intérieures et aux marges des listes. A des fins de cohérence, vous pouvez définir les valeurs désirées dans cette zone ou dans les éléments de liste (LI, DT, DD) qu'elle contient. N'oubliez pas que les paramètres que vous définissez ici se répercuteront sur la liste .nav, sauf si vous rédigez un sélecteur plus spécifique. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
}
a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}
/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* à moins que vous ne définissiez un style particulièrement exclusif pour vos liens, mieux vaut prévoir un soulignement, qui garantit une identification visuelle rapide. */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	text-decoration: none;
}

/* ~~ ce conteneur à largeur fixe entoure tous les autres éléments ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}

/* ~~ Informations de mise en page. ~~ 

1) La marge intérieure n'est placée qu'en haut et/ou en bas de la div. Les éléments à l'intérieur de cette div posséderont une marge intérieure sur les côtés. Vous évitez ainsi de devoir recourir à des « calculs de modèle de boîte ». N'oubliez pas que si vous ajoutez une marge intérieure latérale ou une bordure à la div proprement dite, elle sera ajoutée à la largeur que vous définissez pour créer la largeur totale. Vous pouvez également supprimer la marge intérieure de l'élément dans la div et placer une seconde div à l'intérieur, sans largeur et possédant une marge intérieure appropriée pour votre concept.

*/
.content {

	padding: 10px 0;
}

/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  /* cette classe peut servir à faire flotter un élément depuis la droite sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe peut servir à faire flotter un élément depuis la gauche sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre overflow:hidden du .container est supprimé */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#top_header_container {
	margin: 0 auto;
	width: 1150px;
	height: 340px;
	margin-top: 110px;
}

#top_logo_container {
	height: 340px;
	width: 500px;
	background-image: url(../images/images_menu_principal/binaire/bg_top_logo_container.png);
}
#top_desc_container {
	height: 340px;
	width: 650px;
	background-image: url(../images/images_menu_principal/binaire/bg_top_desc_container.png);
	color: #999;
	font-size: 120%;
}

#bottom_menu_container {
	width: 1150px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#menu_choice_1 {
	height: 250px;
	width: 383px;
}
#menu_choice_2 {
	height: 250px;
	width: 383px;
}
#menu_choice_3 {
	height: 250px;
	width: 383px;
}
.nav_left {
	background-image: url(../images/images_menu_principal/binaire/bg_menu_choice_1.png);
	width: 383px;
	height: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CBCBCB;
	font-size: 1500%;
	font-family: "Myriad Pro";
}
.nav_center {
	background-image: url(../images/images_menu_principal/binaire/bg_menu_choice_2.png);
	width: 383px;
	height: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav_right {
	background-image: url(../images/images_menu_principal/binaire/bg_menu_choice_3.png);
	width: 383px;
	height: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pied_de_page_mentions {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 1px;
	margin-bottom: 0px;
	width: 1125px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.class_texte_desc_top {
	font-size: 100%;
	color: #999;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 35px;
	padding-bottom: 15px;
	text-align: justify;
}

.class_tooltip_texte_adjusted {
	color: #666;
}
#sprytooltip2 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept_blog.png);
}
#sprytooltip3 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept_archives.png);
}
#top_box_container {
	width: 900px;
	height: auto;
	margin-top: 130px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#portail_header {
	width: 900px;
	height: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6599ff;
	color: #FFF;
	background-image: url(../images/images_portail/binaire/bg_jeu_portail_header.png);
	margin-bottom: 15px;
}
#portail_header_blog {
	width: 900px;
	height: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6599ff;
	color: #FFF;
	background-image: url(../images/images_portail/binaire/bg_blog_portail_header.png);
	margin-bottom: 15px;
}
#portail_header_archives {
	width: 900px;
	height: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6599ff;
	color: #FFF;
	background-image: url(../images/images_portail/binaire/bg_archives_portail_header.png);
	margin-bottom: 15px;
}
#portail_box_content {
	height: 460px;
}
#portail_contenu {
	height: 420px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-bottom-color: #B7B7B7;
	border-left-color: #B7B7B7;
	background-image: url(../images/images_portail/binaire/bg_portail_jeu_contenu.png);
}

#footer_mentions_legales {
	color: #A5A5A5;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	margin-top: 30px;
}
.class_texte_foncé {
	color: #666;
}

.class_input_portail_utilisateur {
	margin-top: 115px;
	margin-left: 650px;
	width: 245px;
	height: 20px;
	color: #666;
	border: 1px solid #999;
}
.class_input_portail_motdepasse {
	margin-top: 141px;
	margin-left: 650px;
	width: 245px;
	height: 20px;
	color: #666;
	border: 1px solid #999;
}
#sprytooltip9 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept_blog.png);
}
#sprytooltip2 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept.png);
}
#top_box_container #portail_contenu #formulaire_portail_jeu #portail_submit:hover {
}
#sprytooltip5 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept_blog.png);
}
#sprytooltip6 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept_blog.png);
}
#sprytooltip7 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept_archives.png);
}
#sprytooltip8 {
	background-image: url(../images/images_menu_principal/binaire/bg_tooltip_2eme_concept_archives.png);
}
#top_box_container #portail_contenu #formulaire_portail_jeu #portail_submit:hover {
}
#top_box_container #portail_contenu #formulaire_portail_jeu #portail_submit1:hover {
	background-image: url(../images/images_portail/binaire/bg_input_portail_submit_h.jpg);
}
#top_box_container #portail_contenu #formulaire_portail_jeu #portail_submit2:hover {
	background-image: url(../images/images_portail/binaire/bg_input_portail_submit_h_blog.jpg);
}
#top_box_container #portail_contenu #formulaire_portail_jeu #portail_submit3:hover {
	background-image: url(../images/images_portail/binaire/bg_input_portail_submit_h_doc.jpg);
}
.class_portail_submit {
	height: 50px;
	width: 200px;
	margin-left: 700px;
	margin-top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/images_portail/binaire/bg_input_portail_submit.jpg);
}
#top_box_container #portail_contenu #formulaire_portail_jeu #portail_submit:hover {
	background-image: url(../images/images_portail/binaire/bg_input_portail_submit_h_doc.jpg);
}


.texte_gras{
	font-weight:bold;
	color:#F00;
}
.unread_message{
	font-weight:bold;
}
.read_message{
	color:#363;
#top_bar_horizontal {
	height: 20px;
	width: auto;
}
#top_user_banner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	height: 70px;
}
#nav_options_container {
	margin-top: 20px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.submit_go_left {
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 240px;
}
.submit_go_uniform {
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 240px;
}
.submit_go_right {
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 240px;
}

#top_display_banner_swap {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 190px;
	width: 960px;
}

#core_content_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: auto;
	margin-bottom: 0px;
}

#core_content_choices_box {
	margin-top: 20px;
	height: 400px;
}
.core_content_bucket_view_discussions {
	height: 400px;
	width: 480px;
}
.core_content_bucket_start_discussion {
	height: 400px;
	width: 480px;
}
#footer_separateur {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 15px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#top_bar_horizontal {
	height: 20px;
	width: auto;
	background-image: url(../images/images_communes/binaires/bg_top_line.jpg);
	background-repeat: repeat-x;
}
I hope we can figure this out, thanks!

Re: Private Message System - Styling ".page.inc.php" files

Posted: Sun Mar 11, 2012 1:15 am
by jacek
In your index.php you have this
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Jeu | SIM Brébouvie</title>
<link href="ext/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
And then you include one of the pages, both pages start with
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Jeu | SIM Brébouvie</title>
<link href="ext/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
so what you will actually be producing is
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Jeu | SIM Brébouvie</title>
<link href="ext/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Jeu | SIM Brébouvie</title>
<link href="ext/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
Which will confuse the browser quite a lot !

Try taking the header and footer stuff out of the pages.

Re: Private Message System - Styling ".page.inc.php" files

Posted: Sun Mar 11, 2012 7:31 am
by bluebird
That seems to have fixed it! Thanks for taking the time to reply and for making all these videos.

Re: Private Message System - Styling ".page.inc.php" files

Posted: Mon Mar 12, 2012 8:13 pm
by jacek
no problem :) Glad you got it working.