Friday, September 10, 2010
 Forum
Minimize
 
  Itellu  Modules  jQuery.CodeHigh...  CSS Code Example
Previous Previous
 
Next Disabled
New Post 11/25/2008 1:43 PM
User is offline ljjhost
30 posts
No Ranking


CSS Code Example 
/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

------------------------------------------------

Source Code

-----------------------------------------------

<pre class="css">
/* background color for the content part of the pages */
Body
{
 background-color: white;
 margin: 0px;
}

.ControlPanel, .PagingTable
{
 width: 100%;
 background-color: #FFFFFF;
 border-right: #003366 1px solid;
 border-top: #003366 1px solid;
 border-left: #003366 1px solid;
 border-bottom: #003366 1px solid;
}

.SkinObject
{
 font-weight: bold;
 font-size: 8.5pt;
 color: #003366;
 font-family: Tahoma, Arial, Helvetica;
 text-decoration: none;
}

A.SkinObject:link
{
 text-decoration: none;
 color: #003366;
}

A.SkinObject:visited
{
 text-decoration: none;
 color: #003366;
}

A.SkinObject:hover
{
 text-decoration: none;
 color: #003366;
}

A.SkinObject:active
{
 text-decoration: none;
 color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
 vertical-align: middle;
 margin: 0px;
}

</pre>


Itellu.net
 
Previous Previous
 
Next Disabled
  Itellu  Modules  jQuery.CodeHigh...  CSS Code Example

 

Welcome to dnn modules zcenter!

 

 Jquery.CodeHighlighter
Minimize
Copyright 2007 by My Website