Added a folder remotely
git-svn-id: https://192.168.0.254/svn/Proyectos.TSA_DotNetNuke/trunk@9 0ad38c09-229d-d142-b639-4dc8c1cf0555
27
containers/Rodax - Glossy Header/Glossy Blue Header.ascx
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lblue_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
29
containers/Rodax - Glossy Header/Glossy Blue Header.htm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lblue_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
27
containers/Rodax - Glossy Header/Glossy Gray Header.ascx
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container gray_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
29
containers/Rodax - Glossy Header/Glossy Gray Header.htm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container gray_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
27
containers/Rodax - Glossy Header/Glossy Green Header.ascx
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container green_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
29
containers/Rodax - Glossy Header/Glossy Green Header.htm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container green_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lblue_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lblue_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lgray_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lgray_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lgreen_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lgreen_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lred_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
29
containers/Rodax - Glossy Header/Glossy Light Red Header.htm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lred_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lyellow_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lyellow_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
27
containers/Rodax - Glossy Header/Glossy Red Header.ascx
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lred_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
29
containers/Rodax - Glossy Header/Glossy Red Header.htm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lred_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
27
containers/Rodax - Glossy Header/Glossy Yellow Header.ascx
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_glossy_container lyellow_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
29
containers/Rodax - Glossy Header/Glossy Yellow Header.htm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_glossy_container lyellow_glossy_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_glossy_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
containers/Rodax - Glossy Header/bg_glossy_blue.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_gray.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_green.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_lblue.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_lgray.gif
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_lgreen.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_lred.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_lyellow.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_red.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
containers/Rodax - Glossy Header/bg_glossy_yellow.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
132
containers/Rodax - Glossy Header/container.css
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
@import url("container_blue.css");
|
||||||
|
@import url("container_light_blue.css");
|
||||||
|
|
||||||
|
@import url("container_red.css");
|
||||||
|
@import url("container_light_red.css");
|
||||||
|
|
||||||
|
@import url("container_green.css");
|
||||||
|
@import url("container_light_green.css");
|
||||||
|
|
||||||
|
@import url("container_yellow.css");
|
||||||
|
@import url("container_light_yellow.css");
|
||||||
|
|
||||||
|
@import url("container_gray.css");
|
||||||
|
@import url("container_light_gray.css");
|
||||||
|
|
||||||
|
|
||||||
|
.clear {
|
||||||
|
clear:both;
|
||||||
|
height:1px;
|
||||||
|
font-size:1px;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_glossy_container {
|
||||||
|
min-height:1px;
|
||||||
|
_height:1px;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_top {
|
||||||
|
/*background: url(bg_glossy_blue.gif) no-repeat right -39px;*/
|
||||||
|
height: 13px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_top span {
|
||||||
|
/*background: url(bg_glossy_blue.gif) no-repeat left -26px;*/
|
||||||
|
width: 10px;
|
||||||
|
height: 13px;
|
||||||
|
float: left;
|
||||||
|
margin-left: -5px;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_bottom {
|
||||||
|
/*background:url(bg_glossy_blue.gif) no-repeat 0 0px;*/
|
||||||
|
height:13px;
|
||||||
|
margin-bottom:4px;
|
||||||
|
margin-right: 5px;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_bottom span {
|
||||||
|
position: relative;
|
||||||
|
/*background:url(bg_glossy_blue.gif) no-repeat right -13px;*/
|
||||||
|
margin-right: -5px;
|
||||||
|
width:12px;
|
||||||
|
height:13px;
|
||||||
|
float:right;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.rdx_container_title {
|
||||||
|
margin: 0 -8px;
|
||||||
|
padding:0 10px;
|
||||||
|
height: 52px;
|
||||||
|
overflow: visible;
|
||||||
|
border: 0;
|
||||||
|
/*background: #fff url(bg_glossy_blue.gif) no-repeat left -52px; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_title .Head {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.rdx_container_glossy_content {
|
||||||
|
border-left: 1px solid #c3c3c3;
|
||||||
|
border-right: 1px solid #c3c3c3;
|
||||||
|
min-height:1px;
|
||||||
|
_height: 1px;
|
||||||
|
position:relative;
|
||||||
|
padding: 0 10px 10px 10px;s
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_glossy_content .actionbuttons {
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_content p {
|
||||||
|
margin:0;
|
||||||
|
padding: 0;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
34
containers/Rodax - Glossy Header/container.xml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<Objects>
|
||||||
|
<Object>
|
||||||
|
<Token>[TITLE]</Token>
|
||||||
|
<Settings>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
<Object>
|
||||||
|
<Token>[ACTIONS]</Token>
|
||||||
|
<Settings>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
<Object>
|
||||||
|
<Token>[ICON]</Token>
|
||||||
|
<Settings>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
<Object>
|
||||||
|
<Token>[ACTIONBUTTON:1]</Token>
|
||||||
|
<Settings>
|
||||||
|
<Setting>
|
||||||
|
<Name>CommandName</Name>
|
||||||
|
<Value>AddContent.Action</Value>
|
||||||
|
</Setting>
|
||||||
|
<Setting>
|
||||||
|
<Name>DisplayIcon</Name>
|
||||||
|
<Value>True</Value>
|
||||||
|
</Setting>
|
||||||
|
<Setting>
|
||||||
|
<Name>DisplayLink</Name>
|
||||||
|
<Value>True</Value>
|
||||||
|
</Setting>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
</Objects>
|
||||||
45
containers/Rodax - Glossy Header/container_blue.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.blue_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_blue.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_blue.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_blue.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_blue.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_blue.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_gray.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.gray_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_gray.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_gray.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_gray.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_gray.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_gray.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_green.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.green_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.green_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_green.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.green_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_green.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.green_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_green.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.green_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_green.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.green_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.green_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_green.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_light_blue.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.lblue_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_lblue.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_lblue.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_lblue.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_lblue.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_lblue.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_light_gray.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.lgray_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgray_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_lgray.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgray_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_lgray.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgray_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_lgray.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgray_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_lgray.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgray_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgray_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_lgray.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_light_green.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.lgreen_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgreen_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_lgreen.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgreen_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_lgreen.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgreen_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_lgreen.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgreen_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_lgreen.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgreen_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lgreen_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_lgreen.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_light_red.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.lred_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lred_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_lred.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lred_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_lred.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lred_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_lred.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lred_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_lred.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lred_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lred_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_lred.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_light_yellow.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.lyellow_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lyellow_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_lyellow.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lyellow_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_lyellow.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lyellow_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_lyellow.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lyellow_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_lyellow.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lyellow_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lyellow_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_lyellow.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_red.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.red_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_red.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_red.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_red.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_red.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_red.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
45
containers/Rodax - Glossy Header/container_yellow.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.yellow_glossy_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yellow_glossy_container .rdx_container_top {
|
||||||
|
background: url(bg_glossy_yellow.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yellow_glossy_container .rdx_container_top span {
|
||||||
|
background: url(bg_glossy_yellow.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yellow_glossy_container .rdx_container_bottom {
|
||||||
|
background: url(bg_glossy_yellow.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yellow_glossy_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_glossy_yellow.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yellow_glossy_container .rdx_container_glossy_content {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yellow_glossy_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_glossy_yellow.gif) no-repeat left -52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||