my $newer_available = ($page > 0);
my $older_available = ($page < $max_page);
my $show_intf = ($intf_pass == 1) && ($ong_state == STATE->{'inactive'});
+my $div_inst = $show_intf ? 'inst' : 'insw';
my $id_start =
$story_id-1 -(
($page == 0) ? 0 : (
print_html_head_end(\*STDOUT);
print_html_body_start(\*STDOUT);
-print ' <div id="inst" class="ins">'."\n";
+print ' <div id="'.$div_inst.'" class="ins">'."\n";
print ' <div id="title">'."\n";
print ' <h1 id="titletext">Two words</h1>'."\n";
print ' <span class="br">'.$_message.'</span>'."\n";
print ' </div>'."\n";
}
-print ' </div>'."\n";
if ($show_intf) {
+ print ' </div>'."\n";
+
print ' <div id="framespace">'."\n";
print ' <table id="intftable" cellspacing="0" cellpadding="0">'."\n";
print ' <tr class="intf">'."\n";
print ' </tr>'."\n";
print ' </table>'."\n";
print ' </div>'."\n";
+
+ print ' <div id="insb" class="ins">'."\n";
}
-print ' <div id="insb" class="ins">'."\n";
-
print ' <div id="undertext">'."\n";
for (my $i = $id_start; $i > $id_stop; --$i) {
%new_story = read_story($i);
html
{
- /* background-color: #d9ecff; */ /* old background */
- background-color: #46a3ff;
+ background-color: #46a3ff; /* old background d9ecff*/
border-color: #000000;
color: #000000;
text-align: center;
div#all
{
- background-color: #d9ecff;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}
div.all
{
- background-color: #d9ecff;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
div#framespace
{
- background-color: #ffffff;
+ background-color: #0057af;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
border-width: 0px;
width: 656px;
}
+div#framespace:hover
+{
+ background-color: #bb6622;
+}
img#frame
{
- border-color: #0057af;
+ background-color: #ffffff;
+ border-color: #0057af;
border-style: solid;
width: 580px;
height: 410px;
height: 464px;
border-width: 0px;
}
-img#frame.full#hover
+img#frame.full:hover
{
background-color: #bb6622;
}
padding-left: 85px;
padding-right: 85px;
}
-img#frame.bftf#hover
+img#frame.bftf:hover
{
background-color: #ff8800;
}
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-_version: 1.2.10
+_version: 1.2.11
_SHEBANG: #!$0