Posted by test Wed 14th Mar 2007 17:16 - Syntax is CSS - 15 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
-
/* CSS Document */
-
-
/* tags */
-
body, p{
-
color: #003300;
-
font-family: Verdana, Helvetica,Palatino,Arial,sans-serif;
-
font-size: 12px;
-
}
-
-
p {
-
line-height:1.5em; /* makes the text more readable */
-
}
-
body {
-
background-color: #FFFFFF;
-
}
-
h1 {
-
font-size: 18px;
-
}
-
h2 {
-
font-size: 16px;
-
}
-
h3 {
-
font-size: 15px;
-
}
-
h4 {
-
font-size: 14px;
-
}
-
ul li {
-
list-style-image:url(../images/layout/NGSarrowsmall.gif);
-
margin-left: -18px;
-
margin-right: 2px;
-
}
-
abbr {
-
border-bottom:1px dashed;
-
}
-
acronym {
-
border-bottom:1px dashed;
-
}
-
-
.searchbox
-
{
-
text-align: right;
-
padding-top: 100px;
-
padding-right: 5px;
-
}
-
-
.moduletableSH th, .moduletableRI th, .moduletableLI th, .moduletableLN th, .moduletablePI th, .contenttoc th {
-
color: #FFFFFF;
-
border-bottom: 1px solid #6fa66e;
-
font-weight: bold;
-
text-align: center;
-
background-color: #74aa73;
-
background-image: url(../images/layout/NGSitembg.gif);
-
background-repeat: repeat-y;
-
background-position: right;
-
padding: 3px;
-
width: 150px;
-
}
-
table .moduletableSH, table .moduletableRI {
-
margin-top: 4px;
-
}
-
table .moduletableSH, table .moduletableRI, table .moduletableLI {
-
border: 1px solid #74aa73;
-
background-color: #b7d5b7;
-
margin-bottom: 4px;
-
width: 150px;
-
}
-
table .moduletableLN, table .moduletablePI, table .contenttoc {
-
border: 1px solid #6fa66e;
-
background-color: #e6f0e5;
-
margin-bottom: 4px;
-
width: 150px;
-
}
-
table .moduletableBN {
-
margin: 4px;
-
text-align: center;
-
table-layout: fixed;
-
overflow: auto;
-
}
-
.moduletableBN a img {
-
padding-left: 12px;
-
padding-right: 12px;
-
}
-
-
/* classes */
-
.pagenavbar {
-
border: 1px solid #003300;
-
text-align: center;
-
padding: 2px;
-
}
-
.moduletableSH .searchSH {
-
text-align: center;
-
}
-
.moduletableSH .searchSH .inputboxSH {
-
margin: 4px;
-
width: 146px;
-
}
-
.breadcrumbs {
-
background-color: #6fa66e;
-
padding: 4px;
-
padding-left: 9px;
-
}
-
.componentheading {
-
font-size: 20px;
-
font-weight: bold;
-
width: 100% !important;
-
margin-left: 2px;
-
margin-bottom: 5px;
-
color: #003300;
-
}
-
-
.contentheading {
-
font-size: 20px;
-
font-weight: bold;
-
width: 100% !important;
-
margin-left: 10px;
-
margin-bottom: 5px;
-
color: #003300;
-
}
-
.small, .createdate, .modifydate {
-
font-size: 10px;
-
color: #666666;
-
font-style: italic;
-
}
-
-
/* pseudo */
-
a:link, a:active, a:visited {
-
overflow: hidden;
-
}
-
a:hover {
-
overflow: hidden;
-
}
-
-
-
/* moduletable */
-
-
table.moduletable {
-
margin-top:0px;
-
width:150px;
-
table-layout : auto;
-
}
-
table.moduletable th {
-
font-size : 12px;
-
font-weight : bold;
-
text-transform : uppercase;
-
text-align : center;
-
height : 22px;
-
line-height : 22px;
-
text-indent : 10px;
-
letter-spacing : 1px;
-
color : #FFFFFF;
-
border-bottom : 1px solid #EEEEEE;
-
background : #7C877C;
-
width : 150px;
-
}
-
table.moduletable td {
-
padding: 0px;
-
margin: 4px;
-
}
-
-
/* this is the sidebar menu start */
-
-
span.mainlevel {
-
font-size : 12px;
-
width : 150px;
-
background : #b7d5b7;
-
display : block;
-
}
-
-
a.mainlevel {
-
margin-top : 0px;
-
padding-top : 0px;
-
font-size : 12px;
-
width : 150px;
-
text-indent : 10px;
-
border-bottom : 1px solid #EEEEEE;
-
-
}
-
-
a.mainlevel:link {
-
padding : 0px;
-
text-indent : 10px;
-
-
}
-
-
a.mainlevel:link, a.mainlevel:visited {
-
display : block;
-
font-weight : normal;
-
padding : 2px 0px 2px 0px;
-
color : #003300;
-
background : #b7d5b7;
-
text-decoration : none;
-
}
-
a.mainlevel:hover {
-
text-decoration : none;
-
color : #FFFFFF;
-
background : #74aa73;
-
}
-
-
#active_menu {
-
color : #FFFFFF;
-
background : #74aa73;
-
}
-
-
a.sublevel:link, a.sublevel:visited {
-
font-size : 12px;
-
font-weight : normal;
-
padding : 2px 0px 2px 0px;
-
color : #666666;
-
text-align : left;
-
width : 150px;
-
text-indent : 10px;
-
background-color : #FFFFFF;
-
display: block;
-
margin-left : -4px;
-
}
-
-
a.sublevel:hover {
-
color : #0066FF;
-
background-color : #FFFFFF;
-
text-decoration : none;
-
}
-
-
/*Heading for tables */
-
.sectiontableheader {
-
background: #669966 none repeat scroll 0% 50%;
-
color: #FFFFFF;
-
}
-
-
.sectiontableentry1{
-
background:#F0F0F0 none repeat scroll 0%;
-
padding:2px;
-
vertical-align:top;
-
}
-
.sectiontableentry2 {
-
padding:2px;
-
vertical-align:top;
-
}
-
-
/* This is the top menu */
-
-
#navlist {
-
border-bottom : 1px solid #ccc;
-
margin : 0;
-
padding-bottom : 19px;
-
padding-left : 8px;
-
}
-
-
#navlist ul, #navlist li {
-
display : inline;
-
list-style-type : none;
-
margin : 0;
-
padding : 0;
-
}
-
-
#navlist a:link, #navlist a:visited {
-
background : #b7d5b7;
-
border : 1px solid #6faa6e;
-
color : #003300;
-
float : left;
-
font-size : small;
-
font-weight : bold;
-
line-height : 14px;
-
margin-right : 7px;
-
padding : 2px 8px 2px 8px;
-
text-decoration : none;
-
}
-
-
#navlist a:link.active, #navlist a:visited.active {
-
background : #74aa73;
-
border-bottom : 1px solid #6faa6e;
-
color : #000;
-
}
-
-
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
-
color : #FFFFFF;
-
background-color : #74aa73;
-
}
-
-
#navlist a:hover {
-
color : #FFFFFF;
-
background : #74aa73;
-
}
-
#navlist ul a:hover {
-
color : #FFFFFF !important;
-
}
-
PermaLink to this entry https://pastebin.co.uk/11867
Posted by test Wed 14th Mar 2007 17:16 - Syntax is CSS - 15 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0