initial rest backup
This commit is contained in:
parent
c36a08d94d
commit
9465b69a08
30 changed files with 5131 additions and 0 deletions
9
templates/js_relevant/css/ie.css
Normal file
9
templates/js_relevant/css/ie.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
#navmenu a {
|
||||
line-height: 38px;
|
||||
}
|
||||
div.module div div, div.moduleS1 div div, div.moduleS2 div div, div.moduleS3 div div, div.moduleS4 div div, div.moduleS4 div div, div.module_text div div, div.module_menu div div {height:1%;}
|
||||
#mainbody {
|
||||
z-index: 800;
|
||||
position: relative;
|
||||
height: 1%;
|
||||
}
|
173
templates/js_relevant/css/nav.css
Normal file
173
templates/js_relevant/css/nav.css
Normal file
|
@ -0,0 +1,173 @@
|
|||
/* @group NAVBAR */
|
||||
|
||||
.menubar {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
#navmenu {
|
||||
height: 40px;
|
||||
padding: 5px 0px 0px 8px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
z-index: 10000;
|
||||
float: none;
|
||||
}
|
||||
|
||||
#navmenu ul {
|
||||
float: left;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#navmenu ul li {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*PARENT MENU*/
|
||||
|
||||
#navmenu a {
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
|
||||
/*PARENT MENU ITEM HOVER*/
|
||||
|
||||
#navmenu li a:hover {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
/*ALL LISTS*/
|
||||
|
||||
#navmenu li {
|
||||
float: left;
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#navmenu ul ul a {
|
||||
background: none;
|
||||
}
|
||||
|
||||
/*SUBLEVEL TEXT STYLES*/
|
||||
|
||||
#navmenu li li a {
|
||||
font-weight: normal;
|
||||
padding: 0;
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
text-indent: 5px;
|
||||
}
|
||||
|
||||
#navmenu ul ul a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#navmenu li li {
|
||||
padding: 0;
|
||||
background: none;
|
||||
/*DONT SHOW THE BACKGROUND IMAGE*/
|
||||
}
|
||||
|
||||
/*SUBLEVEL POSITIONING*/
|
||||
|
||||
#navmenu li li {
|
||||
float: left;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#navmenu li:hover, #navmenu li.iehover {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/*SUBLEVEL HOVER STYLES*/
|
||||
|
||||
#navmenu ul ul a:hover {
|
||||
background: none;
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#navmenu li ul {
|
||||
top: 39px;
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
height: auto;
|
||||
font-weight: normal;
|
||||
border-width: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
||||
/* NO SUBLEVEL ACTIVE STYLES */
|
||||
#navmenu ul li.active ul li a,
|
||||
#navmenu ul li.active ul li,
|
||||
#navmenu ul li.active ul li a:hover,
|
||||
#navmenu ul li.active ul li.hover {
|
||||
background-image: none;
|
||||
}
|
||||
/*SUBLEVEL PARENT INDICATORS*/
|
||||
|
||||
|
||||
#navmenu ul li ul li a.child,
|
||||
#navmenu ul li ul li a.child:hover {
|
||||
background: url(../images/arrow_right.gif) 100% 50% no-repeat;
|
||||
}
|
||||
|
||||
#navmenu ul li.active ul li a.child {
|
||||
background: url(../images/arrow_right.gif) 100% 50% no-repeat;
|
||||
}
|
||||
|
||||
|
||||
#navmenu ul li ul li a:hover {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* HIDE OTHER LISTS FROM IE */
|
||||
|
||||
#navmenu li:hover ul ul,
|
||||
#navmenu li:hover ul ul ul,
|
||||
#navmenu li:hover ul ul ul ul,
|
||||
#navmenu li.iehover ul ul,
|
||||
#navmenu li.iehover ul ul ul,
|
||||
#navmenu li.iehover ul ul ul ul {
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
#navmenu li:hover ul,
|
||||
#navmenu li li:hover ul,
|
||||
#navmenu li li li:hover ul,
|
||||
#navmenu li li li li:hover ul,
|
||||
#navmenu li.iehover ul,
|
||||
#navmenu li li.iehover ul,
|
||||
#navmenu li li li.iehover ul,
|
||||
#navmenu li li li li.iehover ul {
|
||||
z-index: 100;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* BECAUSE IE DOESNT UNDERSTAND CSS EVEN IN 2007 */
|
||||
|
||||
#navmenu li.iehover ul li.iehover {
|
||||
background: #476c94;
|
||||
}
|
||||
|
||||
/* @end */
|
656
templates/js_relevant/css/style1.css
Normal file
656
templates/js_relevant/css/style1.css
Normal file
|
@ -0,0 +1,656 @@
|
|||
/* ============ MAIN BACKGROUND COLOR ============ */
|
||||
|
||||
body {
|
||||
background: #29363e url(../images/style1/page_bg.jpg) no-repeat center top;
|
||||
color: #494A44;
|
||||
}
|
||||
|
||||
/* =============== GLOBAL FONT SIZE =============== */
|
||||
|
||||
html, body, form, fieldset {
|
||||
font: 14px/150% Tahoma, Verdana, Geneva, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/* ============== HEADER TEXT STYLE ============== */
|
||||
|
||||
#header_text {
|
||||
height: 117px;
|
||||
}
|
||||
|
||||
#header_text h1, #header_text h1 a {
|
||||
color: #fff;
|
||||
font: bold 40px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
#header_text h2 {
|
||||
color: #bde0ff;
|
||||
font: italic bold 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
/* ============= HEADER GRAPHIC STYLE ============= */
|
||||
|
||||
#header_graphic {
|
||||
background: url(../images/style1/header.png) no-repeat center top;
|
||||
height: 118px; /* HEADER GRAPHIC HEIGHT */
|
||||
}
|
||||
|
||||
/* ============= HEADER GRAPHIC HOTSPOT ============= */
|
||||
|
||||
#header_graphic h1 a {
|
||||
height: 80px;
|
||||
width: 300px;
|
||||
margin-top: 20px;
|
||||
text-indent: -6000em;
|
||||
/* REMOVE COMMENT TO PREVIEW
|
||||
border: 1px solid red;
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
/* ================== HEADINGS =================== */
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
color: #2e496a;
|
||||
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
color: #66869a;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
color: #76756A;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 16px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
/* =================== CONTENT HEADINGS ================ */
|
||||
|
||||
a.contentpagetitle {
|
||||
font-size: 20px;
|
||||
}
|
||||
a.contentpagetitle:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.componentheading {
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
}
|
||||
|
||||
.contentheading {
|
||||
font-size: 20px;
|
||||
color: #405c75;
|
||||
border-bottom: 1px solid #BBBBB2;
|
||||
}
|
||||
td.contentheading {
|
||||
border-bottom: 1px solid #e9e5d0;
|
||||
}
|
||||
|
||||
/* ============ LEFT/RIGHT CONTENT HEADINGS ============ */
|
||||
|
||||
#leftcol td.contentheading,
|
||||
#rightcol td.contentheading,
|
||||
#leftcol a.contentpagetitle,
|
||||
#rightcol a.contentpagetitle {
|
||||
color: #517291;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#leftcol a.contentpagetitle:hover, #rightcol a.contentpagetitle:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
/* ================== LINK STYLES ================== */
|
||||
|
||||
a {
|
||||
color: #517291;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: #517291;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.mainlevel {
|
||||
text-decoration: none;
|
||||
background: url(../images/style1/mainlevel.gif) no-repeat 0px 4px;
|
||||
}
|
||||
|
||||
a.sublevel {
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
}
|
||||
div.back_button a {
|
||||
border: 1px solid #adc387;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ============ NEWSFLASH MODULE POSITION =========== */
|
||||
|
||||
|
||||
#newsflash {
|
||||
height: 87px;
|
||||
margin-top: 16px;
|
||||
width: 400px;
|
||||
font-family: Garamond;
|
||||
font-size: 18px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
/* ============ NEWSFLASH MODULE HEADING ============ */
|
||||
|
||||
|
||||
#newsflash .moduletable h3,
|
||||
#newsflash .moduletableS1 h3,
|
||||
#newsflash .moduletableS2 h3,
|
||||
#newsflash .moduletableS3 h3 {
|
||||
font-size: 16px;
|
||||
line-height: 14px;
|
||||
border-bottom: 1px solid #33444e;
|
||||
color: #f7f6dd;
|
||||
text-indent: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
/* ============ NEWSFLASH DISPLAY ============ */
|
||||
|
||||
|
||||
#newsflash td.contentheading {
|
||||
border-bottom: 1px solid #33444e;
|
||||
}
|
||||
#newsflash .contentheading,#newsflash a.contentpagetitle {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
color: #c4c3b0;
|
||||
}
|
||||
|
||||
/* ================= NEWSFLASH LINKS ================ */
|
||||
|
||||
|
||||
#newsflash a {
|
||||
color: #5c87b1;
|
||||
}
|
||||
|
||||
|
||||
/* ============== USER 1-4 LINK STYLES ============== */
|
||||
|
||||
|
||||
#showcase a {
|
||||
color: #394c5b;
|
||||
}
|
||||
|
||||
|
||||
/* ============ USER 1-4 MODULE HEADINGS ============ */
|
||||
|
||||
#showcase div.moduletable h3,
|
||||
#showcase div.moduletableS1 h3,
|
||||
#showcase div.moduletableS2 h3,
|
||||
#showcase div.moduletableS3 h3 {
|
||||
font-size: 18px;
|
||||
color: #5d5c53;
|
||||
border-bottom: 1px solid #a6a595;
|
||||
}
|
||||
|
||||
/* ============ USER 1-4 CONTENT HEADINGS ============ */
|
||||
|
||||
#showcase td.contentheading,
|
||||
#showcase td.contentheadingS1,
|
||||
#showcase td.contentheadingS2,
|
||||
#showcase td.contentheadingS3,
|
||||
#showcase a.contentpagetitle,
|
||||
#showcase a.contentpagetitleS1,
|
||||
#showcase a.contentpagetitleS2,
|
||||
#showcase a.contentpagetitleS3 {
|
||||
color: #3b3a34;
|
||||
font-size: 18px;
|
||||
}
|
||||
#showcase a.contentpagetitle:hover,
|
||||
#showcase a.contentpagetitleS1:hover,
|
||||
#showcase a.contentpagetitleS2:hover,
|
||||
#showcase a.contentpagetitleS3:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
/* ============ USER 7-9 MODULE HEADINGS ============ */
|
||||
|
||||
#bottom div.moduletable h3,
|
||||
#bottom div.moduletableS1 h3,
|
||||
#bottom div.moduletableS2 h3,
|
||||
#bottom div.moduletableS3 h3 {
|
||||
font-size: 18px;
|
||||
color: #5d5c53;
|
||||
border-bottom: 1px solid #a6a595;
|
||||
}
|
||||
|
||||
|
||||
/* ============ USER 7-9 CONTENT HEADINGS ============ */
|
||||
|
||||
#bottom td.contentheading,
|
||||
#bottom td.contentheadingS1,
|
||||
#bottom td.contentheadingS2,
|
||||
#bottom td.contentheadingS3,
|
||||
#bottom a.contentpagetitle,
|
||||
#bottom a.contentpagetitleS1,
|
||||
#bottom a.contentpagetitleS2,
|
||||
#bottom a.contentpagetitleS3 {
|
||||
color: #3b3a34;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ============ BLOCKQUOTE ============ */
|
||||
|
||||
|
||||
blockquote {
|
||||
background-color: #fcfcfc;
|
||||
border-top: 1px solid;
|
||||
border-right: 1px solid;
|
||||
border-bottom: 4px solid;
|
||||
border-left: 1px solid;
|
||||
border-color: #648497;
|
||||
}
|
||||
|
||||
|
||||
/* ============ CODE STYLE ============ */
|
||||
|
||||
div.code {
|
||||
background: #fcfcfc;
|
||||
border: 1px solid #e5e5e5;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
/* ============ PATHWAY/BREADCRUMBS ============ */
|
||||
|
||||
|
||||
#breadcrumbs {
|
||||
background: #eeede3;
|
||||
border: 1px solid #dcdbd1;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ============ DEFAULT MODULE STYLE ============ */
|
||||
|
||||
div.module,
|
||||
div.module_menu,
|
||||
div.module_text {
|
||||
border: 1px solid #e9e5d0;
|
||||
}
|
||||
|
||||
/* ============ DEFAULT MODULE HEADINGS ============ */
|
||||
|
||||
div.module h3,
|
||||
div.module_menu h3,
|
||||
div.module_text h3 {
|
||||
font-size: 16px;
|
||||
border-bottom: 1px solid #e9e5d0;
|
||||
color: #4a6884;
|
||||
background: url(../images/style1/mod_h3.png) no-repeat 0px 2px;
|
||||
}
|
||||
|
||||
/* ============ DEFAULT MODULE LINKS ============ */
|
||||
|
||||
div.module a,
|
||||
div.module_menu a,
|
||||
div.module_text a
|
||||
{
|
||||
}
|
||||
div.module a:hover,
|
||||
div.module_menu a:hover,
|
||||
div.module_text a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
/* ============ *S1 MODULE STYLE* ============ */
|
||||
|
||||
div.moduleS1 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* ============ S1 MODULE HEADINGS ============ */
|
||||
|
||||
div.moduleS1 h3, div.moduletableS1 h3 {
|
||||
font-size: 16px;
|
||||
border-bottom: 1px solid #557CA1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* ============ S1 MODULE LINKS ============ */
|
||||
|
||||
div.moduleS1 a,div.moduletableS1 a {
|
||||
color: #d2e7fe;
|
||||
}
|
||||
div.moduleS1 a:hover,div.moduletableS1 a:hover {
|
||||
color: #d2e7fe;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* ========== LEFT/RIGHT CONTENT S1 HEADINGS ========== */
|
||||
#leftcol td.contentheadingS1,
|
||||
#rightcol td.contentheadingS1,
|
||||
#leftcol a.contentpagetitleS1,
|
||||
#rightcol a.contentpagetitleS1 {
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
}
|
||||
#leftcol a.contentpagetitleS1:hover,
|
||||
#rightcol a.contentpagetitleS1:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ============ *S2 MODULE STYLE* ============ */
|
||||
|
||||
div.moduleS2 {
|
||||
color: #494A44;
|
||||
}
|
||||
/* ============ S2 MODULE HEADINGS ============ */
|
||||
|
||||
div.moduleS2 h3,div.moduletableS2 h3 {
|
||||
font-size: 16px;
|
||||
color: #494A44;
|
||||
border-bottom: 1px solid #C4C4B1;
|
||||
}
|
||||
/* ============ S2 MODULE LINKS ============ */
|
||||
|
||||
div.moduleS2 a,div.moduletableS2 a {
|
||||
color: #517291;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.moduleS2 a:hover,div.moduletableS2 a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* ========== LEFT/RIGHT CONTENT S2 HEADINGS ========== */
|
||||
#leftcol td.contentheadingS2,
|
||||
#rightcol td.contentheadingS2,
|
||||
#leftcol a.contentpagetitleS2,
|
||||
#rightcol a.contentpagetitleS2 {
|
||||
color: #6b6c63;
|
||||
font-size: 16px;
|
||||
}
|
||||
#leftcol a.contentpagetitleS2:hover,
|
||||
#rightcol a.contentpagetitleS2:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ============ *S3 MODULE STYLE* ============ */
|
||||
|
||||
div.moduleS3 {
|
||||
color: #494A44;
|
||||
}
|
||||
/* ============ S3 MODULE HEADINGS ============ */
|
||||
|
||||
div.moduleS3 h3,div.moduletableS3 h3 {
|
||||
font-size: 16px;
|
||||
color: #494A44;
|
||||
border-bottom: 1px solid #b2b0a0;
|
||||
}
|
||||
/* ============ S3 MODULE LINKS ============ */
|
||||
|
||||
div.moduleS3 a {
|
||||
color: #44607a;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.moduleS3 a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* ========== LEFT/RIGHT CONTENT S3 HEADINGS ========== */
|
||||
#leftcol td.contentheadingS3,
|
||||
#rightcol td.contentheadingS3,
|
||||
#leftcol a.contentpagetitleS3,
|
||||
#rightcol a.contentpagetitleS3 {
|
||||
color: #3b3a34;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
/* ========== JOOMLA STYLES ========== */
|
||||
|
||||
div.blog_more {
|
||||
border-top: 1px solid #e7e8da;
|
||||
}
|
||||
div.blog_more ul {
|
||||
border-top: 1px solid #dadacc;
|
||||
}
|
||||
div.blog_more ul li a {
|
||||
border-bottom: 1px solid #dadacc;
|
||||
background: url(../images/style1/add.png) no-repeat 4px 0px;
|
||||
}
|
||||
div.blog_more ul li a:hover {
|
||||
border-bottom: 1px solid #dadacc;
|
||||
background: url(../images/style1/add.png) no-repeat 4px -28px;
|
||||
background-color: #f9f8ed;
|
||||
}
|
||||
table.poll {
|
||||
color: #000;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
table.pollstableborder td.sectiontableentry1 {
|
||||
color: #3d2518;
|
||||
background: #fff;
|
||||
border-bottom: 0px solid #dadacc;
|
||||
}
|
||||
table.pollstableborder td.sectiontableentry2 {
|
||||
color: #3d2518;
|
||||
background: #fff;
|
||||
border-bottom: 0px solid #fefee6;
|
||||
}
|
||||
table.pollstableborder td.sectiontableheader {
|
||||
color: #fff;
|
||||
}
|
||||
td.sectiontableheader a {
|
||||
color: #fff;
|
||||
}
|
||||
table.pollstableborder tr.sectiontableentry1 td {
|
||||
color: #422918;
|
||||
}
|
||||
table.pollstableborder tr.sectiontableentry2 td {
|
||||
color: #422918;
|
||||
}
|
||||
td.sectiontableheader {
|
||||
color: #fff;
|
||||
background: #29363e;
|
||||
}
|
||||
tr.sectiontableentry1 td,
|
||||
td.sectiontableentry1 {
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
font-size: 12px;
|
||||
}
|
||||
tr.sectiontableentry2 td,
|
||||
td.sectiontableentry2 {
|
||||
background: #fdfdfd;
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
font-size: 12px;
|
||||
}
|
||||
span.small,.createdate,.modifydate {
|
||||
color: #b1a89e;
|
||||
}
|
||||
div.mosimage {
|
||||
border: 1px solid #e7dec6;
|
||||
background: #f2f3ee;
|
||||
}
|
||||
div.mosimage_caption {
|
||||
color: #a09a8a;
|
||||
}
|
||||
table.contenttoc {
|
||||
background-color: #f5f2e1;
|
||||
font-size: 12px;
|
||||
border: 1px solid #e8e6d8;
|
||||
}
|
||||
table.contenttoc th {
|
||||
background-color: #3d2518;
|
||||
color: #fffef1;
|
||||
}
|
||||
|
||||
|
||||
/* ============ UNIQUE STYLE RELATED ============ */
|
||||
/* ============ PROCEED WITH CAUTION ============ */
|
||||
|
||||
|
||||
#showcasetop {background-color: #76756A;}
|
||||
#showcase {border-bottom: 3px solid #76756A;color: #494A44;background: #CDCCB8 url(../images/style1/showcase_bg.png) repeat-x center top;}
|
||||
#mainbody {background: #fff url(../images/style1/main_bg.png) repeat-y center top;}
|
||||
.bottom_top {background: url(../images/style1/bottom_bg.png) repeat-x center top;}
|
||||
#bottom {background: #c4c3b0 url(../images/style1/bottom.png) repeat-y center top;}
|
||||
#footer {font-size: 11px;background: #76756a url(../images/style1/main_bottom.png) no-repeat center bottom;}
|
||||
|
||||
/* ============ S1 ============ */
|
||||
div.moduleS1 {background: url(../images/style1/topright_1.png) 100% 0 no-repeat;margin-bottom: 10px;height: 1%;}
|
||||
div.moduleS1 div {background: url(../images/style1/topleft_1.png) 0 0 no-repeat;}
|
||||
div.moduleS1 div div {background: url(../images/style1/botright_1.png) 100% 100% no-repeat;}
|
||||
div.moduleS1 div div div {background: url(../images/style1/botleft_1.png) 0 100% no-repeat;padding: 12px 15px 15px 15px;}
|
||||
div.moduleS1 div div div div {background: transparent none;padding: 0;}
|
||||
div.moduleS1 h3, div.moduletableS1 h3 {padding: 0px 0px 3px 0px;line-height: 100%;height: auto;margin: 0 0 10px 0;font-weight: normal;text-indent: 0px;font-style: normal;}
|
||||
|
||||
/* ============ S2 ============ */
|
||||
|
||||
div.moduleS2 {margin-bottom: 10px;background: url(../images/style1/topright_2.png) 100% 0 no-repeat;height: 1%;}
|
||||
div.moduleS2 div {background: url(../images/style1/topleft_2.png) 0 0 no-repeat;}
|
||||
div.moduleS2 div div {background: url(../images/style1/botright_2.png) 100% 100% no-repeat;}
|
||||
div.moduleS2 div div div {background: url(../images/style1/botleft_2.png) 0 100% no-repeat;padding: 12px 15px 15px 15px;}
|
||||
div.moduleS2 div div div div {background: transparent none;padding: 0;}
|
||||
div.moduleS2 h3,div.moduletableS2 h3 {padding: 0px 0px 3px 0px;line-height: 100%;height: auto;margin: 0 0 10px 0;font-weight: normal;text-indent: 0px;font-style: normal;}
|
||||
|
||||
/* ============ S3 ============ */
|
||||
|
||||
div.moduleS3 {margin-bottom: 10px;background: url(../images/style1/topright_3.png) 100% 0 no-repeat;height: 1%;}
|
||||
div.moduleS3 div {background: url(../images/style1/topleft_3.png) 0 0 no-repeat;}
|
||||
div.moduleS3 div div {background: url(../images/style1/botright_3.png) 100% 100% no-repeat;}
|
||||
div.moduleS3 div div div {background: url(../images/style1/botleft_3.png) 0 100% no-repeat;padding: 12px 15px 15px 15px;}
|
||||
div.moduleS3 div div div div {background: transparent none;padding: 0;}
|
||||
div.moduleS3 h3,div.moduletableS3 h3 {padding: 0px 0px 3px 0px;line-height: 100%;height: auto;margin: 0 0 10px 0;font-weight: normal;text-indent: 0px;font-style: normal;}
|
||||
ul.latestnews li,
|
||||
ul.mostread li,
|
||||
ul.latestnewsS1 li,
|
||||
ul.mostreadS1 li,
|
||||
ul.latestnewsS2 li,
|
||||
ul.mostreadS2 li,
|
||||
ul.latestnewsS3 li,
|
||||
ul.mostreadS3 li,
|
||||
ul.menu li,
|
||||
/* showcase */
|
||||
#showcase div.moduletable li,
|
||||
#showcase div.moduletableS1 li,
|
||||
#showcase div.moduletableS2 li,
|
||||
#showcase div.moduletableS3 li,
|
||||
/* bottom */
|
||||
#bottom div.moduletable li,
|
||||
#bottom div.moduletableS1 li,
|
||||
#bottom div.moduletableS2 li,
|
||||
#bottom div.moduletableS3 li {
|
||||
background: url(../images/style2/bullet.gif) no-repeat 0px 6px;
|
||||
}
|
||||
.copyright a {
|
||||
background: url(../images/style1/jscright.png) no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* @group TOPNAV */
|
||||
|
||||
|
||||
.menubar {
|
||||
font: 14px Tahoma, Verdana, Geneva, Helvetica, sans-serif;
|
||||
}
|
||||
#navmenu {
|
||||
background: url(../images/style1/navcontainer.png) no-repeat left top;
|
||||
}
|
||||
|
||||
#navmenu a {
|
||||
color: #dfddc8;
|
||||
}
|
||||
|
||||
#navmenu li li {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#navmenu li:hover ul,
|
||||
#navmenu li li:hover ul,
|
||||
#navmenu li li li:hover ul,
|
||||
#navmenu li li li li:hover ul,
|
||||
#navmenu li.iehover ul,
|
||||
#navmenu li li.iehover ul,
|
||||
#navmenu li li li.iehover ul,
|
||||
#navmenu li li li li.iehover ul {
|
||||
background: #3d5c7e;
|
||||
}
|
||||
/*PARENT ITEM SEPARATOR*/
|
||||
|
||||
#navmenu li a {
|
||||
background: url(../images/style1/menubar.png) 100% 50% no-repeat;
|
||||
}
|
||||
/*DEFINE HOVER COLORS*/
|
||||
|
||||
#navmenu li:hover a, #navmenu li.iehover a {
|
||||
color: #ffffff;
|
||||
}
|
||||
#navmenu ul li a:hover {
|
||||
color: #e3daa1;
|
||||
}
|
||||
#navmenu ul li ul li a:hover,
|
||||
#navmenu ul li ul li ul li a:hover {
|
||||
color: #eee;
|
||||
}
|
||||
#navmenu ul ul a {
|
||||
color: #ffffff;
|
||||
width: 170px;
|
||||
}
|
||||
#navmenu li li {
|
||||
border-bottom: 1px solid #304863;
|
||||
}
|
||||
#navmenu li li {
|
||||
width: 173px;
|
||||
}
|
||||
#navmenu li ul ul {
|
||||
margin: -40px 0 0 173px;
|
||||
}
|
||||
#navmenu li li:hover {
|
||||
background: #476c94;
|
||||
}
|
||||
|
||||
#navmenu li ul {
|
||||
width: 173px;
|
||||
border-right: 1px solid #304863;
|
||||
border-left: 1px solid #304863;
|
||||
border-top: 1px solid #1F2934;
|
||||
}
|
||||
#navmenu li.active {
|
||||
background: url(../images/style1/active_menu.png) no-repeat center bottom;
|
||||
}
|
||||
#navmenu li.active a:hover {
|
||||
background: url(../images/style1/menubar.png) no-repeat 100% 50%;
|
||||
}
|
||||
#navmenu ul li.active ul li a,
|
||||
#navmenu ul li.active ul li,
|
||||
#navmenu ul li.active ul li a:hover,
|
||||
#navmenu ul li.active ul li.hover {
|
||||
color: #fff;
|
||||
}
|
||||
#navmenu li.iehover ul li.iehover {
|
||||
background: #476c94;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
905
templates/js_relevant/css/template_css.css
Normal file
905
templates/js_relevant/css/template_css.css
Normal file
|
@ -0,0 +1,905 @@
|
|||
/* @group Global Reset */
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
html, body, form, fieldset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
html { /* this is a hack to force scrollbars on at all times so that the page does not jump when going from short to long pages */ height: 100%; margin-bottom: 1px;}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul {
|
||||
list-style-position: inside;
|
||||
}
|
||||
pre {
|
||||
font-size: 13px;
|
||||
}
|
||||
/* Miscellaneous conveniences: */
|
||||
|
||||
form label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Form field text-scaling */
|
||||
|
||||
input, select, textarea {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Typography */
|
||||
|
||||
|
||||
|
||||
/* Basic Typography */
|
||||
|
||||
td#maincol ol,
|
||||
td#maincol ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
line-height: 145%;
|
||||
padding: 0px;
|
||||
letter-spacing: 0px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
line-height: 145%;
|
||||
padding: 0px;
|
||||
letter-spacing: 0px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h3 {
|
||||
line-height: 145%;
|
||||
padding: 0px;
|
||||
letter-spacing: 0px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h4 {
|
||||
line-height: 145%;
|
||||
padding: 0px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* EXTRA STYLES */
|
||||
|
||||
p.warn {
|
||||
background: #FFF7C0 url(../images/warn.png) center no-repeat;
|
||||
background-position: 15px 50%; /* x-pos y-pos */
|
||||
text-align: left;
|
||||
padding: 5px 20px 5px 45px;
|
||||
border-top: 2px solid #F7D229;
|
||||
border-bottom: 2px solid #F7D229;
|
||||
}
|
||||
|
||||
p.alert {
|
||||
background: #FBEEF1 url(../images/exc.png) center no-repeat;
|
||||
background-position: 15px 50%; /* x-pos y-pos */
|
||||
text-align: left;
|
||||
padding: 5px 20px 5px 45px;
|
||||
border-top: 2px solid #FEABB9;
|
||||
border-bottom: 2px solid #FEABB9;
|
||||
}
|
||||
|
||||
p.info {
|
||||
background: #F8FAFC url(../images/info.png) center no-repeat;
|
||||
background-position: 15px 50%; /* x-pos y-pos */
|
||||
text-align: left;
|
||||
padding: 5px 20px 5px 45px;
|
||||
border-top: 2px solid #B5D4FE;
|
||||
border-bottom: 2px solid #B5D4FE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*-----SPECIAL LIST STYLE (CHANGE OR ADD ANOTHER)-----*/
|
||||
|
||||
ul.checklist li {
|
||||
list-style: none;
|
||||
line-height: 16px;
|
||||
padding: 2px 0px 2px 18px;
|
||||
background: url(../images/tick.png) no-repeat left center;
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
ul.checklist a {
|
||||
text-decoration: underline;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
ul.checklist a:hover {
|
||||
text-decoration: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
/*-----BLOCKQUOTE STYLE-----*/
|
||||
|
||||
blockquote {
|
||||
padding: 10px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.code {
|
||||
padding: 10px;
|
||||
text-decoration: none;
|
||||
font: normal normal normal 11px "Courier New", Courier, mono;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Header */
|
||||
|
||||
/* CSS for Header Text */
|
||||
|
||||
|
||||
|
||||
#header_text h1, #header_text h1 a {
|
||||
padding-left: 15px;
|
||||
padding-top: 30px;
|
||||
text-decoration: none;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
#header_text h2 {
|
||||
padding: 0px 0px 0px 35px;
|
||||
}
|
||||
|
||||
#header_text .inside {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* CSS for Header Image */
|
||||
|
||||
|
||||
|
||||
#header_graphic h1 {
|
||||
text-indent: -6000em;
|
||||
}
|
||||
|
||||
#header_graphic .inside {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#header_graphic h1 a {
|
||||
display: block;
|
||||
text-indent: -6000em;
|
||||
}
|
||||
|
||||
#header_graphic h2 {
|
||||
text-indent: -6000em;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
line-height: 0px;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
#header_graphic .inside {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#newsflash {
|
||||
float: right;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
left: -30px;
|
||||
line-height: 145%;
|
||||
}
|
||||
|
||||
/* @end Header*/
|
||||
|
||||
/* @group Showcase */
|
||||
|
||||
#showcasetop {
|
||||
width: 948px;
|
||||
margin: 0px auto;
|
||||
position: relative;
|
||||
height: 7px;
|
||||
line-height: 7px;
|
||||
}
|
||||
|
||||
#showcase {
|
||||
width: 948px;
|
||||
margin: 0px auto;
|
||||
position: relative;
|
||||
}
|
||||
#showcase .inside {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
|
||||
.bottom_top {
|
||||
height: 16px;
|
||||
width: 946px;
|
||||
margin: 10px auto 0px auto;
|
||||
}
|
||||
#bottom {
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
/* @group Mainbody */
|
||||
|
||||
|
||||
#main-wrapper {
|
||||
width: 956px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
#mainbody {
|
||||
width: 950px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
#breadcrumbs {
|
||||
margin: 4px auto 6px auto;
|
||||
padding: 4px;
|
||||
}
|
||||
td#leftcol {}
|
||||
td#leftcol .inside {margin: 4px;}
|
||||
|
||||
td#rightcol {}
|
||||
td#rightcol .inside {margin: 4px;}
|
||||
|
||||
td#maincol {padding: 0px 8px;}
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
/* @group Footer */
|
||||
|
||||
#footer {
|
||||
width: 956px;
|
||||
height: 35px;
|
||||
text-align: center;
|
||||
margin: 0px auto;
|
||||
padding: 0px;
|
||||
}
|
||||
#footer p {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
#footer a, #footer a.mainlevel {
|
||||
background-image: none;
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footer table {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
/* @group Modules */
|
||||
|
||||
/* Newsflash */
|
||||
#newsflash .moduletable h3,
|
||||
#newsflash .moduletableS1 h3,
|
||||
#newsflash .moduletableS2 h3,
|
||||
#newsflash .moduletableS3 h3 {
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
background-image: none;
|
||||
text-indent: 4px;
|
||||
}
|
||||
|
||||
/* Default Module Style - bordered - */
|
||||
div.module,
|
||||
div.module_menu,
|
||||
div.module_text {
|
||||
margin: 4px 2px 10px 2px;
|
||||
}
|
||||
div.module div,
|
||||
div.module_menu div,
|
||||
div.module_text div {}
|
||||
|
||||
div.module div div,
|
||||
div.module_menu div div,
|
||||
div.module_text div div {}
|
||||
|
||||
div.module div div div,
|
||||
div.module_menu div div div,
|
||||
div.module_text div div div {
|
||||
padding: 5px 10px 10px 10px;
|
||||
}
|
||||
div.module div div div div,
|
||||
div.module_menu div div div div,
|
||||
div.module_text div div div div {
|
||||
background: transparent none;
|
||||
padding: 0;
|
||||
}
|
||||
div.module h3,div.module_menu h3,div.module_text h3 {
|
||||
padding: 0px 0px 3px 0px;
|
||||
margin: 0px 0px 5px 0px;
|
||||
line-height: 100%;
|
||||
text-indent: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Module Unstyled */
|
||||
div.module-none {margin-bottom: 10px;background: none;}
|
||||
div.module-none div {background: none;}
|
||||
div.module-none div div {background: none;}
|
||||
div.module-none div div div {background: none;padding: 0px;margin: 0px;}
|
||||
div.module-none div div div div {background: transparent none;padding: 0;}
|
||||
div.module-none h3 {margin: 10px 0;padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 15px;font-size: 18px;font-style: normal;border: none;}
|
||||
|
||||
/* Latest News */
|
||||
|
||||
ul.latestnews, ul.latestnewsS1, ul.latestnewsS2, ul.latestnewsS3, ul.latestnewsS4, ul.latestnewsS5, ul.latestnews-text,ul.latestnews-menu,ul.mostread, ul.mostreadS1, ul.mostreadS2, ul.mostreadS3, ul.mostreadS4, ul.mostreadS5, ul.menu {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul.latestnews li,
|
||||
ul.mostread li,
|
||||
ul.latestnewsS1 li,
|
||||
ul.mostreadS1 li,
|
||||
ul.latestnewsS2 li,
|
||||
ul.mostreadS2 li,
|
||||
ul.latestnewsS3 li,
|
||||
ul.mostreadS3 li,
|
||||
ul.menu li {
|
||||
padding: 0px 0px 0px 10px;
|
||||
margin: 0px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
|
||||
/* showcase */
|
||||
#showcase div.moduletable ul,
|
||||
#showcase div.moduletableS1 ul,
|
||||
#showcase div.moduletableS2 ul,
|
||||
#showcase div.moduletableS3 ul,
|
||||
/* bottom */
|
||||
#bottom div.moduletable ul,
|
||||
#bottom div.moduletableS1 ul,
|
||||
#bottom div.moduletableS2 ul,
|
||||
#bottom div.moduletableS3 ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* showcase */
|
||||
#showcase div.moduletable li,
|
||||
#showcase div.moduletableS1 li,
|
||||
#showcase div.moduletableS2 li,
|
||||
#showcase div.moduletableS3 li,
|
||||
/* bottom */
|
||||
#bottom div.moduletable li,
|
||||
#bottom div.moduletableS1 li,
|
||||
#bottom div.moduletableS2 li,
|
||||
#bottom div.moduletableS3 li {
|
||||
padding: 0px 0px 0px 10px;
|
||||
margin: 0px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* bottom */
|
||||
#bottom div.moduletable h3,
|
||||
#bottom div.moduletableS1 h3,
|
||||
#bottom div.moduletableS2 h3,
|
||||
#bottom div.moduletableS3 h3,
|
||||
/* showcase */
|
||||
#showcase div.moduletable h3,
|
||||
#showcase div.moduletableS1 h3,
|
||||
#showcase div.moduletableS2 h3,
|
||||
#showcase div.moduletableS3 h3
|
||||
{margin-bottom: 4px;padding: 0px;background-image: none;text-indent: 0px;font-weight: normal;font-style: normal;line-height: 120%;}
|
||||
|
||||
/* Showcase Content Headings */
|
||||
|
||||
#showcase td.contentheading,
|
||||
#showcase td.contentheadingS1,
|
||||
#showcase td.contentheadingS2,
|
||||
#showcase td.contentheadingS3,
|
||||
#showcase a.contentpagetitle,
|
||||
#showcase a.contentpagetitleS1,
|
||||
#showcase a.contentpagetitleS2,
|
||||
#showcase a.contentpagetitleS3
|
||||
{padding: 0px;margin: 0px 0px 0px 8px;text-decoration: none;line-height: 120%;border: none;}
|
||||
|
||||
|
||||
/* Bottom Content Headings */
|
||||
|
||||
#bottom td.contentheading,
|
||||
#bottom td.contentheadingS1,
|
||||
#bottom td.contentheadingS2,
|
||||
#bottom td.contentheadingS3,
|
||||
#bottom a.contentpagetitle,
|
||||
#bottom a.contentpagetitleS1,
|
||||
#bottom a.contentpagetitleS2,
|
||||
#bottom a.contentpagetitleS3
|
||||
{padding: 0px;margin: 0px 0px 0px 8px;text-decoration: none;line-height: 120%;border: none;}
|
||||
|
||||
|
||||
|
||||
/* Left/Right Content Headings */
|
||||
|
||||
#leftcol td.contentheading,
|
||||
#leftcol td.contentheadingS1,
|
||||
#leftcol td.contentheadingS2,
|
||||
#leftcol td.contentheadingS3,
|
||||
#leftcol a.contentpagetitle,
|
||||
#leftcol a.contentpagetitleS1,
|
||||
#leftcol a.contentpagetitleS2,
|
||||
#leftcol a.contentpagetitleS3,
|
||||
#rightcol td.contentheading,
|
||||
#rightcol td.contentheadingS1,
|
||||
#rightcol td.contentheadingS2,
|
||||
#rightcol td.contentheadingS3,
|
||||
#rightcol a.contentpagetitle,
|
||||
#rightcol a.contentpagetitleS1,
|
||||
#rightcol a.contentpagetitleS2,
|
||||
#rightcol a.contentpagetitleS3
|
||||
{padding: 4px;margin:0px;text-decoration: none;line-height: 120%;border: none;}
|
||||
|
||||
|
||||
a.mainlevel {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
a.sublevel {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
a.sublevel.img {
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
div#banner {
|
||||
margin: 0px auto 10px auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.moduletable-banner {
|
||||
text-align: center;
|
||||
margin: 5px auto;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Joomla Styles */
|
||||
|
||||
/* Tables */
|
||||
|
||||
table.contentpaneopen {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.blog table.contentpaneopen {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
table.contentpaneopen,
|
||||
table.contentpaneopenS1,
|
||||
table.contentpaneopenS2,
|
||||
table.contentpaneopenS3,
|
||||
table.contentpane,
|
||||
table.blog {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.blog_more {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.blog_more strong {
|
||||
position: relative;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
div.blog_more ul {
|
||||
border-top: 1px solid #dadacc;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.blog_more ul li {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.blog_more ul li a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
text-indent: 28px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
div.blog_more ul li a:hover {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
text-indent: 28px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
||||
/* Polls Module */
|
||||
|
||||
table.pollstableborder {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.smalldark {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.pollstableborder td.sectiontableentry1 {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
table.pollstableborder td.sectiontableentry2 {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/* Polls Results */
|
||||
|
||||
table.pollstableborder td.sectiontableheader {
|
||||
padding: 8px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
td.sectiontableheader img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
td.sectiontableheader a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table.pollstableborder tr.sectiontableentry1 td {
|
||||
padding: 4px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
table.pollstableborder tr.sectiontableentry2 td {
|
||||
padding: 4px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Category Tables */
|
||||
|
||||
td.sectiontableheader {
|
||||
padding: 4px 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
tr.sectiontableentry1 td,
|
||||
td.sectiontableentry1 {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
tr.sectiontableentry2 td,
|
||||
td.sectiontableentry2 {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.sectiontableentry1 a,
|
||||
.sectiontableentry2 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li a.category {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
table.contentpane tr td ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Print-PDF-EMail */
|
||||
|
||||
body.contentpane {
|
||||
background: #fff;
|
||||
margin: 25px;
|
||||
}
|
||||
|
||||
span.pagenav {
|
||||
}
|
||||
|
||||
span.small,.createdate,.modifydate,span.description {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
td.modifydate {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
div.mosimage {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
div.mosimage_caption {
|
||||
font: 10px/12px Arial, Helvetica, Geneva, sans-serif;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
div.mosimage img {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* Content Headings */
|
||||
|
||||
a.contentpagetitle {
|
||||
font-weight: normal;
|
||||
white-space: normal;
|
||||
line-height: 145%;
|
||||
padding: 4px 0px 0px 0px;
|
||||
margin-bottom: 6px;
|
||||
text-decoration: none;
|
||||
}
|
||||
td.contentheading {
|
||||
border-bottom: 1px solid #e9e5d0;
|
||||
}
|
||||
.contentheading a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.contentheading {
|
||||
font-weight: normal;
|
||||
white-space: normal;
|
||||
line-height: 120%;
|
||||
padding: 4px 0px 0px 0px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.componentheading {
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-bottom: 8px;
|
||||
padding: 6px 0px 7px 0px;
|
||||
}
|
||||
|
||||
a.readon {
|
||||
text-decoration: underline;
|
||||
float: right;
|
||||
padding: 0px;
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
a.readon:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pagenav_next a,.pagenav_prev a {
|
||||
margin: 15px 15px 0px 0px;
|
||||
padding: 1px 4px;
|
||||
text-align: center;
|
||||
text-decoration:none;
|
||||
font: 12px Arial, Helvetica, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
div.back_button a {
|
||||
margin: 15px 15px 0px 0px;
|
||||
padding: 1px 2px;
|
||||
text-align: center;
|
||||
text-decoration:none;
|
||||
float: right;
|
||||
font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
div.pagenavbar a, div.pagenavbar {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
table.contenttoc th {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
table.contenttoc {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
table.contenttoc td {
|
||||
font-size: 14px;
|
||||
padding: 2px 8px;
|
||||
}
|
||||
|
||||
table.contenttoc a.toclink {
|
||||
font-size: 12px;
|
||||
}
|
||||
div.pagenavcounter {
|
||||
font-weight: bold;
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Joomla 1.5 */
|
||||
|
||||
/*Additional 1.5 Stuff */
|
||||
|
||||
/*Added _menu and _text module suffix styles above for better cooperation of default content */
|
||||
|
||||
div.banneritem a,
|
||||
div.banneritemS1 a,
|
||||
div.banneritemS2 a,
|
||||
div.banneritemS3 a,
|
||||
div.banneritem_text a {
|
||||
font: 11px/16px Arial, Helvetica, Geneva, sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.banneritem,
|
||||
div.banneritemS1,
|
||||
div.banneritemS2,
|
||||
div.banneritemS3,
|
||||
div.banneritem_text {
|
||||
font: 11px/12px Arial, Helvetica, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
#form-login ul li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
td.buttonheading {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td.buttonheading img {
|
||||
padding: 0;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
td.article_column {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
ul#mainlevel, ul.sections, ul#mainlevel.menu li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Frontend Editing*/
|
||||
|
||||
fieldset {
|
||||
margin-top: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
legend {
|
||||
margin: 0;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
td.key {
|
||||
border-bottom: 1px solid #eee;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* Tooltips */
|
||||
|
||||
.tool-tip {
|
||||
float: left;
|
||||
background: #ffc;
|
||||
border: 1px solid #D4D5AA;
|
||||
padding: 5px;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.tool-title {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
margin-top: -15px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 5px;
|
||||
background: url(../../system/images/selector-arrow.png) no-repeat;
|
||||
}
|
||||
|
||||
.tool-text {
|
||||
font-size: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* System Standard Messages */
|
||||
|
||||
#system-message {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#system-message dd.message ul {
|
||||
background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
|
||||
}
|
||||
|
||||
/* System Error Messages */
|
||||
|
||||
#system-message dd.error ul {
|
||||
color: #c00;
|
||||
background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat;
|
||||
border-top: 3px solid #DE7A7B;
|
||||
border-bottom: 3px solid #DE7A7B;
|
||||
margin: 0px;
|
||||
padding-left: 40px;
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
/* System Notice Messages */
|
||||
|
||||
#system-message dd.notice ul {
|
||||
color: #c00;
|
||||
background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat;
|
||||
border-top: 3px solid #F0DC7E;
|
||||
border-bottom: 3px solid #F0DC7E;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
font: 10px/14px Arial, Helvetica, Geneva, sans-serif;
|
||||
color: #000;
|
||||
margin: 0px auto;
|
||||
text-align: center;
|
||||
}
|
||||
.copyright a {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 75px;
|
||||
height: 12px;
|
||||
text-indent: -6000em;
|
||||
margin: 4px 0px 0px 4px;
|
||||
}
|
||||
|
||||
|
||||
/* @end */
|
Loading…
Add table
Add a link
Reference in a new issue