Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 310 → Rev 323

/styles.css
10,7 → 10,7
font-size: 28pt;
margin: 8px;
margin-top: 0px;
color: #000089;
color: #FFFFFF;
border-bottom: 1px solid #000000;
}
 
93,12 → 93,12
position: fixed;
padding: 0px;
padding-left: 32px;
border-right: 1px solid #000089;
background-color: #FFFF73;
border-right: 0px solid #000089;
background-color: #032865;
background-image: url('data/sidebar-gradient.png');
background-repeat: repeat-x;
background-position: center bottom;
color: #FFFFFF;
}
 
.sidebar-header {
111,10 → 111,12
.sidebar-menu {
text-align: right;
padding: 6px;
color: #FFFFFF;
}
 
.sidebar-menu h3 {
margin: 6px;
color: #FFFFFF;
}
 
.sidebar-menu p {
122,6 → 124,10
margin: 4px;
}
 
.sidebar-menu a {
color: #FFFFFF;
}
 
.content {
left: 200px;
top: 0px;
/_taios.php
171,7 → 171,7
{
$newstr = str_replace("<", "[", $str);
$newstr = str_replace(">", "]", $newstr);
$newstr = str_replace("\n", '</p>&nbsp;<p>', $newstr);
$newstr = str_replace("\n", '<br />', $newstr);
$newstr = str_replace(' ', '&nbsp;&nbsp;', $newstr);
$newstr = str_replace(' :)', ' <img src="' . $this->url . 'data/smilies/face-smile.png" class="smiley" />', $newstr);
$newstr = str_replace(' :p', ' <img src="' . $this->url . 'data/smilies/face-raspberry.png" class="smiley" />', $newstr);