Remove '.bgbody' css class

This commit is contained in:
Dmitriy Simushev 2013-02-19 11:59:48 +00:00
parent faac427cc7
commit d2805afc9f
11 changed files with 9 additions and 12 deletions

View File

@ -349,9 +349,6 @@ img {
background: #FFF url("images/logobg.gif") scroll repeat-x 0 100%; background: #FFF url("images/logobg.gif") scroll repeat-x 0 100%;
_zoom:1; /* IE6 fix */ _zoom:1; /* IE6 fix */
} }
.bgbody {
background: #FFF !important;
}
.wndb { .wndb {
background: #FFF url("images/wndb.gif") scroll repeat-x 0 100%; background: #FFF url("images/wndb.gif") scroll repeat-x 0 100%;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 63 B

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body class="bgbody"> <body>
<div id="top2"> <div id="top2">
<div id="logo"> <div id="logo">
${if:company.chatLogoURL} ${if:company.chatLogoURL}

View File

@ -12,7 +12,7 @@ ${if:groups}
${endif:groups} ${endif:groups}
</script> </script>
</head> </head>
<body class="bgbody"> <body>
<form name="leaveMessageForm" method="post" action="${webimroot}/leavemessage.php"> <form name="leaveMessageForm" method="post" action="${webimroot}/leavemessage.php">
<input type="hidden" name="style" value="${styleid}"/> <input type="hidden" name="style" value="${styleid}"/>

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body class="bgbody"> <body>
<div id="top2"> <div id="top2">
<div id="logo"> <div id="logo">
${if:company.chatLogoURL} ${if:company.chatLogoURL}

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body class="bgbody"> <body>
<form name="mailThreadForm" method="post" action="${webimroot}/mail.php"><input type="hidden" name="style" value="${styleid}"/> <form name="mailThreadForm" method="post" action="${webimroot}/mail.php"><input type="hidden" name="style" value="${styleid}"/>
<input type="hidden" name="thread" value="${page:chat.thread.id}"/><input type="hidden" name="token" value="${page:chat.thread.token}"/><input type="hidden" name="level" value="${page:level}"/> <input type="hidden" name="thread" value="${page:chat.thread.id}"/><input type="hidden" name="token" value="${page:chat.thread.token}"/><input type="hidden" name="level" value="${page:level}"/>

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body class="bgbody"> <body>
<div id="top2"> <div id="top2">
<div id="logo"> <div id="logo">
${if:company.chatLogoURL} ${if:company.chatLogoURL}

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css"/> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css"/>
</head> </head>
<body class="bgbody"> <body>
<div id="top2"> <div id="top2">
<div id="logo"> <div id="logo">
${if:company.chatLogoURL} ${if:company.chatLogoURL}

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body class="bgbody"> <body>
<div id="top2"> <div id="top2">
<div id="logo"> <div id="logo">
${if:company.chatLogoURL} ${if:company.chatLogoURL}

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body class="bgbody"> <body>
<div id="top2"> <div id="top2">
<div id="logo"> <div id="logo">
${if:company.chatLogoURL} ${if:company.chatLogoURL}

View File

@ -17,7 +17,7 @@
} }
</script> </script>
</head> </head>
<body class="bgbody"> <body>
<div id="top2"> <div id="top2">
<div id="logo"> <div id="logo">
${if:company.chatLogoURL} ${if:company.chatLogoURL}