|
|
4c79b5 |
/*
|
|
|
4c79b5 |
--------------------------------------------------------------
|
|
|
4c79b5 |
Colours and backgrounds for common.css
|
|
|
4c79b5 |
-------------------------------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
html, body {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
h1 {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
h2 {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
h3 {
|
|
|
4c79b5 |
border-bottom: 1px solid #DDD;
|
|
|
4c79b5 |
margin-bottom: 0.5em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
hr {
|
|
|
4c79b5 |
border-color: #FFFFFF;
|
|
|
4c79b5 |
border-top-color: #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
hr.dashed {
|
|
|
4c79b5 |
border-top-color: #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Search box
|
|
|
4c79b5 |
--------------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#search-box {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#search-box #keywords {
|
|
|
4c79b5 |
background-color: #FFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#search-box input {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Round cornered boxes and backgrounds
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.headerbar {
|
|
|
4c79b5 |
background-color: #12A3EB;
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/bg_header.gif");
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.navbar {
|
|
|
4c79b5 |
background-color: #EFEFEF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.forabg {
|
|
|
4c79b5 |
background-color: #777777;
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/bg_list.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.forumbg {
|
|
|
4c79b5 |
background-color: #C4C4C4;
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/bg_header.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.panel {
|
|
|
4c79b5 |
background-color: #F8F8F8;
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.post:target .content {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.post:target h3 a {
|
|
|
4c79b5 |
border-color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.bg1 { background-color: #F8F8F8; }
|
|
|
4c79b5 |
.bg2 { background-color: #EEEEEE; }
|
|
|
4c79b5 |
.bg3 { background-color: #DDDDDD; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.ucprowbg {
|
|
|
4c79b5 |
background-color: #DCDEE2;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.fieldsbg {
|
|
|
4c79b5 |
background-color: #E7E8EA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-top {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_left.png");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-top span {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_right.png");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-bottom {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_left.png");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
span.corners-bottom span {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_right.png");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Horizontal lists
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul.navlinks {
|
|
|
4c79b5 |
border-bottom-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Table styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
table.table1 thead th {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.table1 tbody tr {
|
|
|
4c79b5 |
border-color: #BFC1CF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
|
|
|
4c79b5 |
background-color: #F8F8F8;
|
|
|
4c79b5 |
color: #000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.table1 td {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.table1 tbody td {
|
|
|
4c79b5 |
border-top-color: #FAFAFA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.table1 tbody th {
|
|
|
4c79b5 |
border-bottom-color: #000000;
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
table.info tbody th {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Misc layout styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
dl.details dt {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.details dd {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.sep {
|
|
|
4c79b5 |
color: #1198D9;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Pagination
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination span strong {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
background-color: #AAAAAA;
|
|
|
4c79b5 |
border-color: #777777;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
|
|
|
4c79b5 |
background-color: #F8F8F8;
|
|
|
4c79b5 |
border-color: #777777;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pagination span a:hover {
|
|
|
4c79b5 |
border-color: #777777;
|
|
|
4c79b5 |
background-color: #777777;
|
|
|
4c79b5 |
color: #FFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Pagination in viewforum for multipage topics */
|
|
|
4c79b5 |
.row .pagination {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/icon_pages.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.row .pagination span a, li.pagination span a {
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.row .pagination span a:hover, li.pagination span a:hover {
|
|
|
4c79b5 |
background-color: #777777;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Miscellaneous styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.copyright {
|
|
|
4c79b5 |
color: #555555;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.error {
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.reported {
|
|
|
4c79b5 |
background-color: #F7ECEF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
li.reported:hover {
|
|
|
4c79b5 |
background-color: #ECD5D8 !important;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
.sticky, .announce {
|
|
|
4c79b5 |
/* you can add a background for stickies and announcements*/
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
div.rules {
|
|
|
4c79b5 |
background-color: #ECD5D8;
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
p.rules {
|
|
|
4c79b5 |
background-color: #ECD5D8;
|
|
|
4c79b5 |
background-image: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/*
|
|
|
4c79b5 |
--------------------------------------------------------------
|
|
|
4c79b5 |
Colours and backgrounds for links.css
|
|
|
4c79b5 |
-------------------------------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a:link { color: #204d92; }
|
|
|
4c79b5 |
a:visited { color: #204d92; }
|
|
|
4c79b5 |
a:hover { color: green; }
|
|
|
4c79b5 |
a:active { color: #204d92; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Links on gradient backgrounds */
|
|
|
4c79b5 |
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Links for forum/topic lists */
|
|
|
4c79b5 |
a.forumtitle {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* a.forumtitle:visited { color: #204d92; } */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.forumtitle:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.forumtitle:active {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.topictitle {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* a.topictitle:visited { color: #204d92; } */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.topictitle:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.topictitle:active {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Post body links */
|
|
|
4c79b5 |
.postlink {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.postlink:visited {
|
|
|
4c79b5 |
color: #204d94;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.postlink:active {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.postlink:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
text-decoration: underline;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Profile links */
|
|
|
4c79b5 |
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.postprofile a:hover, .postprofile dt.author a:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Profile searchresults */
|
|
|
4c79b5 |
.search .postprofile a {
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.search .postprofile a:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Back to top of page */
|
|
|
4c79b5 |
a.top {
|
|
|
4c79b5 |
background-image: url("{IMG_ICON_BACK_TOP_SRC}");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.top2 {
|
|
|
4c79b5 |
background-image: url("{IMG_ICON_BACK_TOP_SRC}");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Arrow links */
|
|
|
4c79b5 |
a.up { background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
|
|
|
4c79b5 |
a.down { background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
|
|
|
4c79b5 |
a.left { background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
|
|
|
4c79b5 |
a.right { background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.up:hover {
|
|
|
4c79b5 |
background-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.left:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.right:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/*
|
|
|
4c79b5 |
--------------------------------------------------------------
|
|
|
4c79b5 |
Colours and backgrounds for content.css
|
|
|
4c79b5 |
-------------------------------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul.forums {
|
|
|
4c79b5 |
background-color: #eef5f9;
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/gradient.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul.topiclist li {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul.topiclist dd {
|
|
|
4c79b5 |
border-left-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl ul.topiclist dd {
|
|
|
4c79b5 |
border-right-color: #fff;
|
|
|
4c79b5 |
border-left-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul.topiclist li.row dt a.subforum.read {
|
|
|
4c79b5 |
background-image: url("{IMG_SUBFORUM_READ_SRC}");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul.topiclist li.row dt a.subforum.unread {
|
|
|
4c79b5 |
background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
li.row {
|
|
|
4c79b5 |
border-top-color: #FFFFFF;
|
|
|
4c79b5 |
border-bottom-color: #C0C0C0;
|
|
|
4c79b5 |
background-color: #EEEEEE;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
li.row strong {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
li.row:hover {
|
|
|
4c79b5 |
background-color: #F8F8F8;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
li.row:hover dd {
|
|
|
4c79b5 |
border-left-color: #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl li.row:hover dd {
|
|
|
4c79b5 |
border-right-color: #CCCCCC;
|
|
|
4c79b5 |
border-left-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
li.header dt, li.header dd {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Forum list column styles */
|
|
|
4c79b5 |
ul.topiclist dd.searchextra {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Post body styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
.postbody {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Content container styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
.content {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.content h2, .panel h2 {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
border-bottom-color: #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.faq dt {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.posthilit {
|
|
|
4c79b5 |
background-color: #F3BFCC;
|
|
|
4c79b5 |
color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Post signature */
|
|
|
4c79b5 |
.signature {
|
|
|
4c79b5 |
border-top-color: #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Post noticies */
|
|
|
4c79b5 |
.notice {
|
|
|
4c79b5 |
border-top-color: #CCCCCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* BB Code styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
/* Quote block */
|
|
|
4c79b5 |
blockquote {
|
|
|
4c79b5 |
background-color: #EBEADD;
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/quote.gif");
|
|
|
4c79b5 |
border-color:#DBDBCE;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
blockquote blockquote {
|
|
|
4c79b5 |
/* Nested quotes */
|
|
|
4c79b5 |
background-color:#EFEED9;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
blockquote blockquote blockquote {
|
|
|
4c79b5 |
/* Nested quotes */
|
|
|
4c79b5 |
background-color: #EBEADD;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Code block */
|
|
|
4c79b5 |
dl.codebox {
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
border-color: #AAAAAA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.codebox dt {
|
|
|
4c79b5 |
border-bottom-color: #DDDDDD;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.codebox code {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.syntaxbg { color: #FFFFFF; }
|
|
|
4c79b5 |
.syntaxcomment { color: #FF8000; }
|
|
|
4c79b5 |
.syntaxdefault { color: #0000BB; }
|
|
|
4c79b5 |
.syntaxhtml { color: #000000; }
|
|
|
4c79b5 |
.syntaxkeyword { color: #007700; }
|
|
|
4c79b5 |
.syntaxstring { color: #DD0000; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Attachments
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
.attachbox {
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
border-color: #C9D2D8;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pm-message .attachbox {
|
|
|
4c79b5 |
background-color: #F2F3F3;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.attachbox dd {
|
|
|
4c79b5 |
border-top-color: #C9D2D8;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.attachbox p {
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.attachbox p.stats {
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.attach-image img {
|
|
|
4c79b5 |
border-color: #999999;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Inline image thumbnails */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.file dd {
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.thumbnail img {
|
|
|
4c79b5 |
border-color: #666666;
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.thumbnail dd {
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.thumbnail dt a:hover {
|
|
|
4c79b5 |
background-color: #EEEEEE;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.thumbnail dt a:hover img {
|
|
|
4c79b5 |
border-color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Post poll styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.polls dl {
|
|
|
4c79b5 |
border-top-color: #DCDEE2;
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.polls dl.voted {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.polls dd div {
|
|
|
4c79b5 |
color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
|
|
|
4c79b5 |
border-right-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pollbar1 {
|
|
|
4c79b5 |
background-color: #AA2346;
|
|
|
4c79b5 |
border-bottom-color: #74162C;
|
|
|
4c79b5 |
border-right-color: #74162C;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pollbar1 {
|
|
|
4c79b5 |
border-left-color: #74162C;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pollbar2 {
|
|
|
4c79b5 |
background-color: #BE1E4A;
|
|
|
4c79b5 |
border-bottom-color: #8C1C38;
|
|
|
4c79b5 |
border-right-color: #8C1C38;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pollbar2 {
|
|
|
4c79b5 |
border-left-color: #8C1C38;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pollbar3 {
|
|
|
4c79b5 |
background-color: #D11A4E;
|
|
|
4c79b5 |
border-bottom-color: #AA2346;
|
|
|
4c79b5 |
border-right-color: #AA2346;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pollbar3 {
|
|
|
4c79b5 |
border-left-color: #AA2346;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pollbar4 {
|
|
|
4c79b5 |
background-color: #E41653;
|
|
|
4c79b5 |
border-bottom-color: #BE1E4A;
|
|
|
4c79b5 |
border-right-color: #BE1E4A;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pollbar4 {
|
|
|
4c79b5 |
border-left-color: #BE1E4A;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pollbar5 {
|
|
|
4c79b5 |
background-color: #F81157;
|
|
|
4c79b5 |
border-bottom-color: #D11A4E;
|
|
|
4c79b5 |
border-right-color: #D11A4E;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pollbar5 {
|
|
|
4c79b5 |
border-left-color: #D11A4E;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Poster profile block
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
.postprofile {
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
border-left-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .postprofile {
|
|
|
4c79b5 |
border-right-color: #FFFFFF;
|
|
|
4c79b5 |
border-left-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pm .postprofile {
|
|
|
4c79b5 |
border-left-color: #AAA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.rtl .pm .postprofile {
|
|
|
4c79b5 |
border-right-color: #AAA;
|
|
|
4c79b5 |
border-left-color: transparent;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.postprofile strong {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.online {
|
|
|
4c79b5 |
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/*
|
|
|
4c79b5 |
--------------------------------------------------------------
|
|
|
4c79b5 |
Colours and backgrounds for buttons.css
|
|
|
4c79b5 |
-------------------------------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Big button images */
|
|
|
4c79b5 |
.reply-icon span { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
|
|
|
4c79b5 |
.post-icon span { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
|
|
|
4c79b5 |
.locked-icon span { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
|
|
|
4c79b5 |
.pmreply-icon span { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
|
|
|
4c79b5 |
.newpm-icon span { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
|
|
|
4c79b5 |
.forwardpm-icon span { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.print {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/icon_print.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.sendemail {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.fontsize {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Icon images
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.sitehome { background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
|
|
|
4c79b5 |
.icon-faq { background-image: url("{T_THEME_PATH}/images/icon_faq.gif"); }
|
|
|
4c79b5 |
.icon-members { background-image: url("{T_THEME_PATH}/images/icon_members.gif"); }
|
|
|
4c79b5 |
.icon-home { background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
|
|
|
4c79b5 |
.icon-ucp { background-image: url("{T_THEME_PATH}/images/icon_ucp.gif"); }
|
|
|
4c79b5 |
.icon-register { background-image: url("{T_THEME_PATH}/images/icon_register.gif"); }
|
|
|
4c79b5 |
.icon-logout { background-image: url("{T_THEME_PATH}/images/icon_logout.gif"); }
|
|
|
4c79b5 |
.icon-bookmark { background-image: url("{T_THEME_PATH}/images/icon_bookmark.gif"); }
|
|
|
4c79b5 |
.icon-bump { background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); }
|
|
|
4c79b5 |
.icon-subscribe { background-image: url("{T_THEME_PATH}/images/icon_subscribe.gif"); }
|
|
|
4c79b5 |
.icon-unsubscribe { background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.gif"); }
|
|
|
4c79b5 |
.icon-pages { background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); }
|
|
|
4c79b5 |
.icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Profile & navigation icons */
|
|
|
4c79b5 |
.email-icon, .email-icon a { background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
|
|
|
4c79b5 |
.aim-icon, .aim-icon a { background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
|
|
|
4c79b5 |
.yahoo-icon, .yahoo-icon a { background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
|
|
|
4c79b5 |
.web-icon, .web-icon a { background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
|
|
|
4c79b5 |
.msnm-icon, .msnm-icon a { background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
|
|
|
4c79b5 |
.icq-icon, .icq-icon a { background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
|
|
|
4c79b5 |
.jabber-icon, .jabber-icon a { background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
|
|
|
4c79b5 |
.pm-icon, .pm-icon a { background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
|
|
|
4c79b5 |
.quote-icon, .quote-icon a { background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Moderator icons */
|
|
|
4c79b5 |
.report-icon, .report-icon a { background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
|
|
|
4c79b5 |
.edit-icon, .edit-icon a { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
|
|
|
4c79b5 |
.delete-icon, .delete-icon a { background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
|
|
|
4c79b5 |
.info-icon, .info-icon a { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
|
|
|
4c79b5 |
.warn-icon, .warn-icon a { background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/*
|
|
|
4c79b5 |
--------------------------------------------------------------
|
|
|
4c79b5 |
Colours and backgrounds for cp.css
|
|
|
4c79b5 |
-------------------------------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Main CP box
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main h3, #cp-main hr, #cp-menu hr {
|
|
|
4c79b5 |
border-color: #C0C0C0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .panel li.row {
|
|
|
4c79b5 |
border-bottom-color: #C0C0C0;
|
|
|
4c79b5 |
border-top-color: #F9F9F9;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
ul.cplist {
|
|
|
4c79b5 |
border-top-color: #C0C0C0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .panel li.header dd, #cp-main .panel li.header dt {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main table.table1 thead th {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
border-bottom-color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .pm-message {
|
|
|
4c79b5 |
border-color: #DBDEE2;
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* CP tabbed menu
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
#tabs a {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs a span {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
|
|
|
4c79b5 |
color: #204d92;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs a:hover span {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs .activetab a {
|
|
|
4c79b5 |
border-bottom-color: #DDDDDD;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs .activetab a span {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#tabs .activetab a:hover span {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Mini tabbed menu used in MCP
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
#minitabs li {
|
|
|
4c79b5 |
color: #204D92;
|
|
|
4c79b5 |
background-color: #E3E3E3;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#minitabs li.activetab {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
background-color: #F8F8F8;
|
|
|
4c79b5 |
background-image: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#minitabs li.activetab a,
|
|
|
4c79b5 |
#minitabs li.activetab a:hover {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* UCP navigation menu
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Link styles for the sub-section links */
|
|
|
4c79b5 |
#navigation a {
|
|
|
4c79b5 |
color: #204D92;
|
|
|
4c79b5 |
background-color: #E3E3E3;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#navigation a:hover {
|
|
|
4c79b5 |
color: green;
|
|
|
4c79b5 |
background-color: #EEEEEE;
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#navigation #active-subsection a {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
background-color: #F8F8F8;
|
|
|
4c79b5 |
background-image: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#navigation #active-subsection a:hover {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Preferences pane layout
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
#cp-main h2 {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .panel {
|
|
|
4c79b5 |
background-color: #F8F8F8;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .pm {
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main span.corners-top, #cp-menu span.corners-top {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main span.corners-top span, #cp-menu span.corners-top span {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Topicreview */
|
|
|
4c79b5 |
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_left.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_right.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_left.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/corners_right.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Friends list */
|
|
|
4c79b5 |
.cp-mini {
|
|
|
4c79b5 |
background-color: #eef5f9;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
dl.mini dt {
|
|
|
4c79b5 |
color: #425067;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* PM Styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
/* PM Message history */
|
|
|
4c79b5 |
.current {
|
|
|
4c79b5 |
color: #999999 !important;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* PM marking colours */
|
|
|
4c79b5 |
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
|
|
|
4c79b5 |
border-left-color: #BC2A4D;
|
|
|
4c79b5 |
border-right-color: #BC2A4D;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pmlist li.pm_marked_colour, .pm_marked_colour {
|
|
|
4c79b5 |
border-color: #FF6600;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pmlist li.pm_replied_colour, .pm_replied_colour {
|
|
|
4c79b5 |
border-color: #A9B8C2;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.pmlist li.pm_friend_colour, .pm_friend_colour {
|
|
|
4c79b5 |
border-color: #5D8FBD;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
pmlist li.pm_foe_colour, .pm_foe_colour {
|
|
|
4c79b5 |
border-color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Avatar gallery */
|
|
|
4c79b5 |
#gallery label {
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
border-color: #CCC;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#gallery label:hover {
|
|
|
4c79b5 |
background-color: #EEE;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/*
|
|
|
4c79b5 |
--------------------------------------------------------------
|
|
|
4c79b5 |
Colours and backgrounds for forms.css
|
|
|
4c79b5 |
-------------------------------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* General form styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
select {
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
background-color: #FAFAFA;
|
|
|
4c79b5 |
font-size: 1em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
label {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
option.disabled-option {
|
|
|
4c79b5 |
color: graytext;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Definition list layout for forms
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
dd label {
|
|
|
4c79b5 |
color: #333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Hover effects */
|
|
|
4c79b5 |
fieldset dl:hover dt label {
|
|
|
4c79b5 |
color: #000000;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
fieldset.fields2 dl:hover dt label {
|
|
|
4c79b5 |
color: inherit;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Quick-login on index page */
|
|
|
4c79b5 |
fieldset.quick-login input.inputbox {
|
|
|
4c79b5 |
background-color: #F2F3F3;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Posting page styles
|
|
|
4c79b5 |
----------------------------------------*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#message-box textarea {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Input field styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
.inputbox {
|
|
|
4c79b5 |
background-color: #FFFFFF;
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
font-size: 1em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.inputbox:hover {
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.inputbox:focus {
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Form button styles
|
|
|
4c79b5 |
---------------------------------------- */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.button1, input.button1, input.button3, a.button2, input.button2 {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
background-color: #FAFAFA;
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a.button1, input.button1 {
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input.button3 {
|
|
|
4c79b5 |
background-image: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Alternative button */
|
|
|
4c79b5 |
a.button2, input.button2, input.button3 {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
background-color: #FAFAFA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* button in the style of the form buttons */
|
|
|
4c79b5 |
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
background-color: #FAFAFA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Hover states */
|
|
|
4c79b5 |
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
border-color: #AAA;
|
|
|
4c79b5 |
background-color: #FAFAFA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input.search {
|
|
|
4c79b5 |
background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
input.disabled {
|
|
|
4c79b5 |
color: #333333;
|
|
|
4c79b5 |
}
|