git-svn-id: https://192.168.0.254/svn/Proyectos.TSA_DotNetNuke/trunk@10 0ad38c09-229d-d142-b639-4dc8c1cf0555

This commit is contained in:
David Arranz 2007-11-05 15:06:44 +00:00
parent 2ba16dbde8
commit 2315e840b4
44 changed files with 1289 additions and 63 deletions

View File

@ -3,7 +3,7 @@
<%@ 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_glossy_container blue_glossy_container">
<div class="rdx_container_top">
<span></span>
</div>

View File

@ -4,7 +4,7 @@
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
</head>
<body>
<div class="rdx_glossy_container lblue_glossy_container">
<div class="rdx_glossy_container blue_glossy_container">
<div class="rdx_container_top">
<span></span>
</div>

View File

@ -3,7 +3,7 @@
<%@ 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_glossy_container red_glossy_container">
<div class="rdx_container_top">
<span></span>
</div>

View File

@ -4,7 +4,7 @@
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
</head>
<body>
<div class="rdx_glossy_container lred_glossy_container">
<div class="rdx_glossy_container red_glossy_container">
<div class="rdx_container_top">
<span></span>
</div>

View File

@ -3,7 +3,7 @@
<%@ 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_glossy_container yellow_glossy_container">
<div class="rdx_container_top">
<span></span>
</div>

View File

@ -4,7 +4,7 @@
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
</head>
<body>
<div class="rdx_glossy_container lyellow_glossy_container">
<div class="rdx_glossy_container yellow_glossy_container">
<div class="rdx_container_top">
<span></span>
</div>

View File

@ -20,8 +20,8 @@
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
</div>
<div class="bottomarea">
</div>
<div class="bottomarea clear">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"><dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" ShowSite="True" /></div>

View File

@ -24,7 +24,7 @@
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
</div>
<div class="bottomarea">
<div class="bottomarea clear">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server">[CURRENTDATE]</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

View File

@ -14,11 +14,8 @@ html {
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
background:#EFF3FF url(fondo.png) repeat-x scroll top;
color: #ccc;
background-color: #adadad;
background-image: url(bg.gif);
background-position: top;
background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, dt, h6 {
@ -110,6 +107,10 @@ hr {
border-bottom: 1px dashed #9FBDE5;
}
.clear {
clear: both;
}
/* -----------------------------------------------------------------------------
Estilos para layout
@ -177,19 +178,16 @@ hr {
.mainarea {
width: 100%;
clear: both;
overflow: hidden;
}
.videoarea {
float: left;
overflow: hidden;
}
.bottomarea {
width: 100%;
clear: both;
overflow: hidden;
}
/* -----------------------------------------------------------------------------
@ -213,19 +211,15 @@ hr {
.ContentPane,
.VideoPlayerPane {
width: 650px;
height: 550px;
}
.Banner2Pane {
width: 650px;
height: 90px;
}
.TabPlayerPane {
float: right;
width: 330px;
height: 400px;
max-height: 400px;
overflow: visible;
}

View File

@ -1,36 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>[HOSTNAME]</title>
<link rel="stylesheet" type="text/css" href="skin.css" />
</head>
<body>
<div class="wrapper">
<div class="page">
<div class="adminarea">
<div class="adminmenu">[MENU]</div>
<div class="loginmenu">[CURRENTDATE]&nbsp;&nbsp;&nbsp;[LOGIN]</div>
</div>
<div class="toparea">
<div id="LogoPane" class="LogoPane" runat="server"></div>
<div id="Banner1Pane" class="Banner1Pane" runat="server"></div>
</div>
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>

View File

@ -6,6 +6,8 @@
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}
.TabPlayerPane li {

View File

@ -172,19 +172,16 @@ hr {
.mainarea {
width: 100%;
clear: both;
overflow: hidden;
}
.videoarea {
float: left;
overflow: hidden;
}
.bottomarea {
width: 100%;
clear: both;
overflow: hidden;
}
/* -----------------------------------------------------------------------------
@ -208,12 +205,10 @@ hr {
.ContentPane,
.VideoPlayerPane {
width: 650px;
height: 550px;
}
.Banner2Pane {
width: 650px;
height: 90px;
}
.TabPlayerPane {

View File

@ -4,6 +4,11 @@
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<% If not DotNetNuke.Security.PortalSecurity.IsInRoles(PortalSettings.AdministratorRoleName) %>
<script type="text/javascript" src="/dotnetnuke/portals/_default/skins/telefonica negro horz - fixed width/jquery.js"></script>
<script type="text/javascript" src="/dotnetnuke/portals/_default/skins/telefonica negro horz - fixed width/interface.js"></script>
<% End If %>
<div class="wrapper">
<div class="page">
<div class="adminarea">
@ -17,9 +22,11 @@
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
<div class="dock" id="dock2">
<div class="dock-container2" id="HorzDock" runat="server"></div>
</div>
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
@ -29,4 +36,29 @@
</div>
<div style="clear:both;"></div>
</div>
<!--dock menu JS options -->
<script type="text/javascript">
$(document).ready(
function()
{
$('#dock2').Fisheye(
{
maxWidth: 95,
items: 'a',
itemsText: 'span',
container: '.dock-container2',
itemWidth: 100,
proximity: 180,
alignment : 'center',
valign: 'top',
halign : 'center'
}
)
}
);
</script>

View File

@ -0,0 +1,73 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>[HOSTNAME]</title>
<link rel="stylesheet" type="text/css" href="skin.css" />
<!--[if lt IE 7]>
<style type="text/css">
.dock img { behavior: url(iepngfix.htc) }
</style>
<![endif]-->
</head>
<body>
<% If not DotNetNuke.Security.PortalSecurity.IsInRoles(PortalSettings.AdministratorRoleName) %>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="interface.js"></script>
<% End If %>
<div class="wrapper">
<div class="page">
<div class="adminarea">
<div class="adminmenu">[MENU]</div>
<div class="loginmenu">[CURRENTDATE]&nbsp;&nbsp;&nbsp;[LOGIN]</div>
</div>
<div class="toparea">
<div id="LogoPane" class="LogoPane" runat="server"></div>
<div id="Banner1Pane" class="Banner1Pane" runat="server"></div>
</div>
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div class="dock" id="dock2">
<div class="dock-container2" id="HorzDock" runat="server"></div>
</div>
</div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>
<!--dock menu JS options -->
<script type="text/javascript">
$(document).ready(
function()
{
$('#dock2').Fisheye(
{
maxWidth: 95,
items: 'a',
itemsText: 'span',
container: '.dock-container2',
itemWidth: 100,
proximity: 180,
alignment : 'center',
valign: 'top',
halign : 'center'
}
)
}
);
</script>
</body>
</html>

View File

@ -0,0 +1,64 @@
<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="HOSTNAME" Src="~/Admin/Skins/HostName.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<% If not DotNetNuke.Security.PortalSecurity.IsInRoles(PortalSettings.AdministratorRoleName) %>
<script type="text/javascript" src="/dotnetnuke/portals/_default/skins/telefonica negro horz - fixed width/jquery.js"></script>
<script type="text/javascript" src="/dotnetnuke/portals/_default/skins/telefonica negro horz - fixed width/interface.js"></script>
<% End If %>
<div class="wrapper">
<div class="page">
<div class="adminarea">
<div class="adminmenu"><dnn:MENU runat="server" id="dnnMENU" display="horizontal" rootonly="false" /></div>
<div class="loginmenu"><dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" ShowSite="True" />&nbsp;&nbsp;&nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN" /></div>
</div>
<div class="toparea">
<div id="LogoPane" class="LogoPane" runat="server"></div>
<div id="Banner1Pane" class="Banner1Pane" runat="server"></div>
</div>
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div class="dock" id="dock2">
<div class="dock-container2" id="HorzDock" runat="server"></div>
</div>
</div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>
<!--dock menu JS options -->
<script type="text/javascript">
$(document).ready(
function()
{
$('#dock2').Fisheye(
{
maxWidth: 95,
items: 'a',
itemsText: 'span',
container: '.dock-container2',
itemWidth: 90,
proximity: 180,
alignment : 'center',
valign: 'middle',
halign : 'center'
}
)
}
);
</script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,66 @@
/* dock2 - bottom */
#dock2 {
width: 100%;
z-index: 9999;
text-align: center;
}
#dock2:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.dock-container2 {
margin: 0;
padding: 0;
height: 200px;
margin-left: -60px;
position: absolute;
}
a.dock-item2 {
display: block;
font: bold 12px Arial, Helvetica, sans-serif;
width: 40px;
color: #fff;
bottom: 0px;
position: absolute;
text-align: center;
text-decoration: none;
}
.dock-item2 span {
display: none;
padding: 0px;
padding-bottom: 10px;
color: #fff;
}
.dock-item2 img {
border: none;
margin: 0px; /*5px 40px 0px; */
width: 100%;
background-color: transparent;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,68 @@
<public:component>
<public:attach event="onpropertychange" onevent="doFix()" />
<script type="text/javascript">
// IE5.5+ PNG Alpha Fix v1.0RC4
// (c) 2004-2005 Angus Turnbull http://www.twinhelix.com
// This is licensed under the CC-GNU LGPL, version 2.1 or later.
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
// This must be a path to a blank image. That's all the configuration you need.
if (typeof blankImg == 'undefined') var blankImg = 'images/blank.gif';
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
function filt(s, m)
{
if (filters[f])
{
filters[f].enabled = s ? true : false;
if (s) with (filters[f]) { src = s; sizingMethod = m }
}
else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
}
function doFix()
{
// Assume IE7 is OK.
if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
(event && !/(background|src)/.test(event.propertyName))) return;
var bgImg = currentStyle.backgroundImage || style.backgroundImage;
if (tagName == 'IMG')
{
if ((/\.png$/i).test(src))
{
if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
style.width = offsetWidth + 'px';
filt(src, 'scale');
src = blankImg;
}
else if (src.indexOf(blankImg) < 0) filt();
}
else if (bgImg && bgImg != 'none')
{
if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i))
{
var s = RegExp.$1;
if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
style.width = offsetWidth + 'px';
style.backgroundImage = 'none';
filt(s, 'crop');
// IE link fix.
for (var n = 0; n < childNodes.length; n++)
if (childNodes[n].style) childNodes[n].style.position = 'relative';
}
else filt();
}
}
doFix();
</script>
</public:component>

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,262 @@
/*
Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial-2/
Author: RUDE
Author URI: http://rudeworks.com
Version: 2.0
Description: CSS básico con arreglos y selectores pre-configurados.
*/
/* Elementos que queremos limpiar completamente: */
* {
}
html {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 8px;
text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}
/* Para empezar un layout centrado: */
body {
text-align: center;/* Hack para que IE6 no de problemas */
}
ul {
list-style: none;
list-style-type: none;
}
/* Ajustes tipográficos */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
font-weight: normal;
margin: 0 0 1em 0;
}
cite, em, dfn {
font-style: italic;
}
sup {
position: relative;
bottom: 0.3em;
vertical-align: baseline;
}
sub {
position: relative;
bottom: -0.2em;
vertical-align: baseline;
}
li, dd, blockquote {
margin-left: 1em;
}
code, kbd, samp, pre, tt, var, input[type='text'], textarea {
font-family: "Lucida Console", courier, mono-space;
}
del {
text-decoration: line-through;
}
ins, dfn {
border-bottom: 1px solid #ccc;
}
small, sup, sub {
font-size: 85%;
}
abbr, acronym {
text-transform: uppercase;
font-size: 85%;
letter-spacing: .1em;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
a abbr, a acronym {
border: none;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
}
/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/
a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
}
a img {
border: none;
text-decoration: none;
}
img {
border: none;
text-decoration: none;
/*
Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
*/
}
/* Formularios */
label, button {
cursor: pointer;
}
input:focus, select:focus, textarea:focus {
background-color: #FFF;
}
fieldset {
border: none;
}
/* Clases utiles */
.clear {
clear: both;
}
.float-left {
float: left;
}
.float-right {
float: right;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,84 @@
/* -----------------------------------
PLAYLIST
-----------------------------------*/
.TabPlayerPane ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}
.TabPlayerPane li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.TabPlayerPane .itemlist {
height: 90px;
min-height: 90px;
margin: 10px 0 0 0;
padding-left: 92px;
position: relative;
line-height: 13px;
border-bottom: 1px dotted #AEB3FF;
}
.TabPlayerPane .itemlist .thumb {
width: 80px;
height: 80px;
top: 0px;
left: 0px;
position: absolute;
}

View File

@ -0,0 +1,548 @@
/* ================================
CSS STYLES FOR DotNetNuke
================================
*/
@import url("dock.css");
@import url("initial.css");
@import url("playlist.css");
/* -----------------------------------------------------------------------------
Estilos generales
----------------------------------------------------------------------------- */
html {
}
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #ccc;
background-color: #000136;
background-image: url(fondo-foco.png);
background-position: top;
background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, dt, h6 {
font-family: Verdana,Arial,Helvetica,sans-serif;
margin: 10px 0pt;
padding: 5px 0pt;
}
h1 {
font-size:1.8em;
}
h2 {
font-size:1.4em;
}
h3 {
font-size:1.2em;
}
h4 {
font-size:1em;
}
h5, td {
font-size:1em;
}
h6 {
font-size:0.95em;
}
tfoot, thead {
}
th {
}
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
small {
}
big {
}
blockquote, pre {
}
ul li {
}
ul li li {
}
ul li li li {
}
ol li {
}
ol ol li {
}
ol ol ol li {
}
ol ul li {
}
hr {
height: 0;
background-color: transparent;
border: 0;
border-bottom: 1px dashed #9FBDE5;
}
/* -----------------------------------------------------------------------------
Estilos para layout
----------------------------------------------------------------------------- */
.wrapper {
margin: 0;
padding: 0;
width: 100%;
background-image: url(bg-wrapper.gif);
background-position: top;
background-repeat: repeat-x;
}
.page {
margin: 0 auto;
padding: 0;
width: 990px;
text-align: left;
position: relative;
background-color: transparent;
}
.toparea {
width: 100%;
clear: both;
height: 140px;
min-height: 140px;
overflow: visible;
}
.adminarea {
margin: 0;
padding: 0;
text-align: right;
width: 100%;
min-height: 30px;
clear: both;
}
.adminarea .adminmenu, .adminarea .loginmenu {
margin: 6px 8px 0 8px;
}
.adminarea .adminmenu {
width: 500px;
float: left;
}
.adminarea .loginmenu {
width: 300px;
float: right;
}
.navarea {
width: 100%;
clear: both;
height: 25px;
}
.mainarea {
width: 100%;
clear: both;
}
.videoarea {
float: none;
}
.bottomarea {
width: 100%;
clear: both;
}
/* -----------------------------------------------------------------------------
Estilos para paneles
----------------------------------------------------------------------------- */
.LogoPane {
float: left;
width: 235px;
}
.LogoPane .Normal {
padding: 0;
margin: 0;
}
.Banner1Pane {
float: right;
width: 750px;
}
.ContentPane,
.VideoPlayerPane {
}
.Banner2Pane {
}
.TabPlayerPane {
height: 400px;
max-height: 400px;
overflow: visible;
}
.Banner3Pane {
display: none;
}
.LinksPane {
display: none;
}
.LoginPane {
}
.CopyrightPane {
}
/* -----------------------------------------------------------------------------
Estilos DotNetNuke
----------------------------------------------------------------------------- */
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg {
}
.ControlPanel {
background-color: #fff;
}
/* background/border colors for the selected tab */
.TabBg {
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited {
}
A.SelectedTab:hover {
}
A.SelectedTab:active {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
a.OtherTabs:link {
}
a.OtherTabs:visited {
}
a.OtherTabs:hover {
}
a.OtherTabs:active {
}
/* GENERAL */
/* style for module titles */
.Head {
font-size: 16px;
font-weight: bold;
color: #111;
}
/* style of item titles on edit and admin pages */
.SubHead {
margin: 0;
padding: 6px 0;
color: #424d02;
font-size: 12px;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size: 13px;
font-weight: bold;
color: #111;
}
/* text style used for most text rendered by modules */
.Normal {
font-size: 11px;
font-weight: normal;
color: #111;
padding-bottom: 8px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
font-size: 11px;
font-weight: normal;
color: #000;
}
.NormalRed {
font-size: 11px;
font-weight: normal;
color: #B22222;
}
.NormalBold {
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color: #111;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link {
}
a.CommandButton:visited {
}
a.CommandButton:hover {
}
a.CommandButton:active {
}
/* button style for standard HTML buttons */
.StandardButton {
}
.SkinObject {
color:#003366;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.SkinObject:link {
color:#003366;
text-decoration: underline;
}
a.SkinObject:visited {
color:#003366;
text-decoration: underline;
}
a.SkinObject:hover {
color:#003366;
text-decoration: underline;
}
a.SkinObject:active {
color:#003366;
text-decoration: underline;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}
/* style of item titles by Announcements and events */
.ItemTitle {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
background-color:transparent;
}
.MainMenu_MenuBar {
background-color:transparent;
cursor:pointer;
height:16px;
}
.MainMenu_MenuItem {
background-color:transparent;
border-color:white;
border-style:solid;
border-width:1px 0px;
color:black;
cursor:pointer;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-style:normal;
font-weight:bold;
}
.MainMenu_MenuIcon {
background-color:#EEEEEE;
border-bottom:1px solid #EEEEEE;
border-left:1px solid #EEEEEE;
border-top:1px solid #EEEEEE;
cursor:pointer;
height:21px;
text-align:center;
width:15px;
}
.MainMenu_SubMenu {
background-color:#FFFFFF;
border: 1px solid Black;
cursor:pointer;
z-index:9999;
padding: 5px;
}
.MainMenu_MenuBreak {
background-color:#EEEEEE;
border-color:#EEEEEE;
border-style:solid;
border-width:1px 0px;
height:1px;
}
.MainMenu_MenuItemSel {
background-color: #9cb801;
color: Black;
cursor: pointer;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-style:normal;
font-weight:bold;
}
.MainMenu_MenuArrow {
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-top:0px solid #FFFFFF;
cursor: pointer;
font-family: webdings;
font-size: 10pt;
}
.MainMenu_RootMenuArrow {
cursor:pointer;
font-family:webdings;
font-size:10pt;
}
/* Login Styles */
.LoginPanel{
}
.LoginTabGroup{
}
.LoginTab {
}
.LoginTabSelected{
}
.LoginTabHover{
}
.LoginContainerGroup{
}
.LoginContainer{
}

View File

@ -0,0 +1,54 @@
<Objects>
<Object>
<Token>[LOGO]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[HOSTNAME]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[LINKS]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[LOGIN]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[USER]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[COPYRIGHT]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[CURRENTDATE]</Token>
<Settings>
<Setting>
<Name>ShowSite</Name>
<Value>True</Value>
</Setting>
</Settings>
</Object>
<Object>
<Token>[MENU]</Token>
<Settings>
<Setting>
<Name>display</Name>
<Value>horizontal</Value>
</Setting>
<Setting>
<Name>rootonly</Name>
<Value>false</Value>
</Setting>
</Settings>
</Object>
</Objects>