poll...

happy?

yep
1
50%
nope
0
No votes
maybe
1
50%
 
Total votes: 2

spaceace
Site Admin
Posts: 40
Joined: Sat Mar 14, 2020 5:59 pm
Location: Canada
Contact:

Re: poll...

Post by spaceace »

30
this is a test

spaceace
Site Admin
Posts: 40
Joined: Sat Mar 14, 2020 5:59 pm
Location: Canada
Contact:

Re: poll...

Post by spaceace »

spaceace wrote:
Wed Mar 18, 2020 4:46 pm
1
spaceace wrote:
Sat Mar 14, 2020 5:59 pm
This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!
:D
this is a test

spaceace
Site Admin
Posts: 40
Joined: Sat Mar 14, 2020 5:59 pm
Location: Canada
Contact:

Re: poll...

Post by spaceace »

spaceace wrote:
Sun Mar 22, 2020 6:43 pm
spaceace wrote:
Wed Mar 18, 2020 4:46 pm
1
spaceace wrote:
Sat Mar 14, 2020 5:59 pm
This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!
:D
:D :D
this is a test

spaceace
Site Admin
Posts: 40
Joined: Sat Mar 14, 2020 5:59 pm
Location: Canada
Contact:

Re: poll...

Post by spaceace »

spaceace wrote:
Sun Mar 22, 2020 6:43 pm
spaceace wrote:
Sun Mar 22, 2020 6:43 pm
spaceace wrote:
Wed Mar 18, 2020 4:46 pm
1

:D
:D :D
:D :D :D
this is a test

spaceace
Site Admin
Posts: 40
Joined: Sat Mar 14, 2020 5:59 pm
Location: Canada
Contact:

Re: poll...

Post by spaceace »

code box...

Code: Select all

/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #E7E5E5;
	background-color: #000000;
	text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 4px #000000;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #FFFFFF;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #D5A86D;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #FFFFFF; }
a:hover { color: #DC9D22; }

a.forumtitle {
	color: #D5A86D;
}

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #D5A86D;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #A8D8FF;
}

a.topictitle {
	color: #D5A86D;
}

a.topictitle:hover {
	color: #C51515;
	text-decoration: underline;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #FFFFFF;
}

/* Post body links */
.postlink {
	border-bottom-color: #368AD2;
	color: #368AD2;
}

.postlink:visited {
	border-bottom-color: #5D8FBD;
	color: #5D8FBD;
}

.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
.top i {
	color: #999999;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
	color: #368AD2;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	color: #FFFFFF;
	background: url("./images/header-m.png") repeat-x;
	height: 149px;
	padding-bottom: 10px;
}

.forumbg {
	background: #7d7e7d;
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #7E7E7E none repeat-x 0 0;
	margin-bottom: 4px;
	clear: both;
}

.forabg {
	background: #7E7E7E none repeat-x 0 0;
	clear: both;
	background-image: url(./images/header_bg.png);
	width: auto;
	padding-top: 3px;
	border-radius: 5px;
}

.navbar {
	background: linear-gradient(to bottom, #A9A9A9 0%, #7A7A7A 100%);
}

.panel {
	background-color: #000000;
	color: #E7C929;
}

.post:target .content {
	color: #AAAAAA;
}

.post:target h3 a {
	color: #E7E5E5;
	text-decoration: none;
}

.post:target h3 a:hover {
	text-decoration: underline;
}

.bg1 {
background: rgb(149,149,149);
background: -moz-linear-gradient(left,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%);
background: -webkit-linear-gradient(left,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
background: linear-gradient(to right,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 );

}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #ECF3F7;
}

.bg2 {
background: rgb(149,149,149);
background: -moz-linear-gradient(top, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%);
background: -webkit-linear-gradient(top, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
background: linear-gradient(to bottom, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #E1EBF2;
}

.bg3	{
	background: #a9a9a9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a');
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a));
	background: -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

.site_logo {
	background-image: url("./images/site_logo.png");
}

.header-l {
	background: url("./images/header-l.png");
	background-repeat: no-repeat;
	padding-left: 164px;
}

.header-r {
	background: url("./images/header-r.png") no-repeat scroll top right;
	padding-right: 164px;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-top-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
}

table.table1 tbody tr {
	border-color: #BFC1CF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #CFE1F6;
	color: #000;
}

table.table1 td {
	color: #E7C292;
}

table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #E7C292;
}

dl.details dd {
	color: #E7C292;
}

.sep {
	color: #1198D9;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #FFA900;
}

.icon.icon-green, a:hover .icon.icon-green{
	color: #1b9A1B;
}

.icon.icon-red, a:hover .icon.icon-red{
	color: #BC2A4D;
	text-shadow: none;
}

.icon.icon-orange, a:hover .icon.icon-orange{
	color: #FF6600;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray{
	color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray{
	color: #777777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray{
	color: #999999;
}

.icon.icon-black, a:hover .icon.icon-black{
	color: #333333;
}

.alert_close .icon:before {
	background-color: #FFFFFF;
}

/* Jumpbox */
.jumpbox .dropdown li {
	border-top-color: #CCCCCC;
}

.jumpbox-cat-link {
	background-color: #7E7E7E;
	border-top-color: #7E7E7E;
	color: #FFFFFF;
}

.jumpbox-cat-link:hover {
	background-color: #666666;
	border-top-color: #666666;
	color: #FFFFFF;
}

.jumpbox-forum-link {
	background-color: #AFAFAF;
}

.jumpbox-forum-link:hover {
	background-color: #464646;
}

.jumpbox .dropdown .pointer-inner {
	border-color: #AFAFAF transparent;
}

.jumpbox-sub-link {
	background-color: #CCCCCC;
}

.jumpbox-sub-link:hover {
	background-color: #363636;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright, .copyright p {
	color: #E7C292;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.post-notice {
	background-color: #ECD5D8;
	background-image: none;
	border-radius: 12px;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background: none repeat-x 0 0;
	background-color: #7E7E7E;
	text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 8px #000000, 0 0 4px #000000;
}

ul.topiclist li {
	color: #E7C292;
	border-radius: 5px;
}

ul.topiclist dd {
	border-left-color: #333333;
}

.rtl ul.topiclist dd {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

li.row {
	border-bottom: 1px solid;
	border-bottom-color: #333333;
}

li.row strong {
	color: #DC9D22;
}

li.row:hover {
	background-color: #333333;
	border-bottom-color: #7E7E7E;
}

li.row:hover dd {
	border-left-color: #CCCCCC;
}

.rtl li.row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #D5A86D;
	text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000, 0 0 3px #000000;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #CFCFCF;
	border-color: #7E7E7E;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #AAAAAA;
	text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 4px #000000;
}

.content h2, .panel h2 {
	color: #CB9A3B;
	border-bottom-color:  #CCCCCC;
}

dl.faq dt {
	color: #FFFFFF;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
	color: #D69A4A;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #000000;
	border-color:#DBDBCE;
	box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1);
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#4A4A4A;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #252525;
}

/* Code block */
.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

.codebox p {
	border-bottom-color:  #CCCCCC;
}

.codebox code {
	color: #2E8B57;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #FFFFFF;
}

fieldset.polls dl.voted {
	color: #FFFFFF;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.pollbar1 {
	background: #006b0a;
	background: -moz-linear-gradient(top,  #006b0a 0%, #004403 50%, #006b0a 100%);
	background: -webkit-linear-gradient(top,  #006b0a 0%,#004403 50%,#006b0a 100%);
	background: linear-gradient(to bottom,  #006b0a 0%,#004403 50%,#006b0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006b0a', endColorstr='#006b0a',GradientType=0 );
}

.pollbar2 {
	background: #FF0000;
	background: -moz-linear-gradient(top,	#FF0000 0%, #8f0222 44%, #FF0000 100%);
	background: -webkit-linear-gradient(top,	#FF0000 0%,#8f0222 44%,#FF0000 100%);
	background: linear-gradient(to bottom,	#FF0000 0%,#8f0222 44%,#FF0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 );
}

.pollbar3 {
	background: #ce5600;
	background: -moz-linear-gradient(top,	#ce5600 0%, #b24d00 51%, #ce5600 100%);
	background: -webkit-linear-gradient(top,	#ce5600 0%,#b24d00 51%,#ce5600 100%);
	background: linear-gradient(to bottom,	#ce5600 0%,#b24d00 51%,#ce5600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5600', endColorstr='#ce5600',GradientType=0 );
}

.pollbar4 {
	background: #00059b;
	background: -moz-linear-gradient(top,	#00059b 0%, #494dbc 50%, #0600b5 100%);
	background: -webkit-linear-gradient(top,	#00059b 0%,#494dbc 50%,#0600b5 100%);
	background: linear-gradient(to bottom,	#00059b 0%,#494dbc 50%,#0600b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00059b', endColorstr='#0600b5',GradientType=0 );
}

.pollbar5 {
	background: #6d0019;
	background: -moz-linear-gradient(top,	#6d0019 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,	#6d0019 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom,	#6d0019 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#6d0019',GradientType=0 );
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #A17F52;
	text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 8px #000000, 0 0 4px #000000;
}

.pm .postprofile {
	border-color: #DDDDDD;
}

.postprofile strong {
	color: #AAAAAA;
}

.offline {
	background-image: url("./images/icon_user_offline.png");
}

.online {
	background-image: url("./images/icon_user_online.png");
}

dd.profile-warnings {
	color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #CCCCCC;
	background-color: #E9E9E9;
	background-image: radial-gradient(rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
	color: #181818;
	text-shadow: 1px 1px 4px #FFFFFF, 1px 1px 4px #FFFFFF;
}

.button:hover,
.button:focus {
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: radial-gradient(rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	text-shadow: 1px 1px 4px #000000;
}


.button .icon,
.button-secondary {
	color: #181818;
	text-shadow: 1px 1px 4px #FFFFFF, 1px 1px 4px #FFFFFF;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #DC9D22;
	text-shadow: none;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #C7C3BF;
}

.caret	{ border-color: #DADADA; }
.caret	{ border-color: #C7C3BF; }

.contact-icons a		{ border-color: #DCDCDC; }
.contact-icons a:hover	{ background-color: #F2F6F9; }

/* Pagination
---------------------------------------- */

.pagination li a {
	background: #ECEDEE;
	filter: none;
	border-color: #B4BAC0;
	box-shadow: none;
	color: #000000;
}

.pagination li.ellipsis span {
	background: transparent;
	color:	#000000;
}

.pagination li.active span {
	background: #DCA536;
	border-color: #DCA536;
	color: #FFFFFF;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #7E7E7E;
	border-color: #CCCCCC;
	filter: none;
	color: #FFFFFF;
	text-shadow: none;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	border-color: #C7C3BF;
}

.search-header {
	box-shadow: 0 0 10px #0075B0;
}

.search-results li:hover,
.search-results li.active {
	background-color: #CFE1F6;
}

/* Icon images
---------------------------------------- */

.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -182px 0; }
.phpbb_aol-icon						{ background-position: -244px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_googleplus-icon				{ background-position: -140px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -224px 0; }

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/forum_link.png"); }
.forum_read							{ background-image: url("./images/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/forum_read_subforum.png"); }
.forum_unread						{ background-image: url("./images/forum_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/forum_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/forum_unread_subforum.png"); }

.sticky_read						{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/topic_moved.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, .cp-menu hr {
	border-color: #A4B3BF;
}

.panel-container .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #E7C292;
}

.panel-container table.table1 thead th {
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

.cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	border-radius: 10px 10px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	background: #8b8b8b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a');
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a));
	background: -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
	text-shadow: none;
}

.tabs .tab > a:hover {
	background: #8f5400;
	color: #E7E5E5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ae3b', endColorstr='#8f5400');
	background: -webkit-gradient(linear, left top, left bottom, from(#e6ae3b), to(#8f5400));
	background: -moz-linear-gradient(top, #e6ae3b, #8f5400);
	border-radius: 10px 10px 0px 0px;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background: #A9A9A9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a9a9a9');
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a9a9a9));
	background: -moz-linear-gradient(top, #ebebeb, #a9a9a9);
	color: #444444;
}


}

.tabs .activetab > a:hover {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
	background-color: #E1EBF2;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
	background-color: #F9F9F9;
	color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #D31141;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding: 8px 10px;
	border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.rtl .navigation a {
	background: #B4C4D1; /* Old browsers */ /* FF3.6+ */
	background: -webkit-linear-gradient(left, #CADCEB 50%, #B4C4D1 100%);
	background: linear-gradient(to right, #CADCEB 50%,#B4C4D1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADCEB', endColorstr='#B4C4D1',GradientType=1 ); /* IE6-9 */
}

.navigation a:hover {
	display: block;
	background: #8f5400;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ae3b', endColorstr='#8f5400');
	background: -webkit-gradient(linear, left top, left bottom, from(#e6ae3b), to(#8f5400));
	background: -moz-linear-gradient(top, #e6ae3b, #8f5400);
	color: #FFFFFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
	border-radius: 1.6em;
}

.navigation .active-subsection a {
	background: #d1d1d1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1');
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));
	background: -moz-linear-gradient(top, #ebebeb, #a1a1a1);
	color: #444;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}


}

.navigation .active-subsection a:hover {
	color: #D31141;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #B2C2CF;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #FFFFFF;
	text-shadow: none;
}

.panel-container .panel {
	background-color: #000000;
}

.cp-main .pm {
	background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
	background-color: #EEF5F9;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
.gallery label {
	background: #FFFFFF;
	border-color: #CCC;
}

.gallery label:hover {
	background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}

label {
	color: #E7C292;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #FFFFFF;
}

fieldset {
	text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 4px #000000;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #E7C292;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #333333;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(17, 163, 234, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #CCCCCC;
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:-moz-placeholder {
	color: #333333;
}

.inputbox::-webkit-input-placeholder {
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	text-shadow: 0 0 8px #000000, 0 0 4px #000000;
	background: #e6ae3b;
	background: -moz-linear-gradient(top, #e6ae3b 0%, #8f5400 50%, #8f5400 51%, #e6ae3b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ae3b), color-stop(50%,#8f5400), color-stop(51%,#8f5400), color-stop(100%,#e6ae3b));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ae3b', endColorstr='#e6ae3b',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #333333;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid;
	border-color: #7E7E7E;
	background-position: 0 100%;
	color: #D69A4A;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #CCCCCC;
	color: #CCCCCC;
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #FFFFFF;
	border-color: #999999;
}
.darken {
	background-color: #000000;
}

.loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	border-top-color: #B9B9B9;
}

.dropdown-extended ul li:hover {
	background-color: #4C4C4C;
	color: #FFFFFF;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #B9B9B9;
	color: #000000;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header {
	background-color: #CECECE; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #CECECE 0%, #4C4C4C 100%);
	background-image: linear-gradient(to bottom, #CECECE 0%,#4C4C4C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CECECE', endColorstr='#4C4C4C',GradientType=0 ); /* IE6-9 */
}

.dropdown .pointer {
	border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
	border-color: #CCCCCC transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #CECECE transparent;
}

.dropdown .dropdown-contents {
	background: #CCCCCC;
	border-color: #B9B9B9;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
	border-color: #DCDCDC;
}

.dropdown li.separator {
	border-color: #DCDCDC;
}

.header_settings {
	text-shadow: none;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}

.badge {
	background-color: #D31141;
	color: #ffffff;
}

p {
	color: #CFCFCF;
	text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 4px #000000, 0 0 4px #000000;
}

/* Concept borders
---------------------------------------- */

.catbg-bottom_left {
	background: url(./images/cat_bottom_left.png) no-repeat bottom left;
	padding-left: 24px;
	height: 25px;
	margin-bottom:.75em;
}

.catbg-bottom_mid {
	background: #000000 none repeat-x 0 0;
	clear: both;
	text-align: center;
	background-image: url(./images/cat_bottom_mid.png);
	width: auto;
	height: 25px;
	margin-bottom: .75em;
}

.catbg-bottom_right {
	background: url(./images/cat_bottom_right.png) no-repeat bottom right;
	padding-right: 24px;
	height: 25px;
	margin-bottom: .75em;
}

.forabg-left {
	background: url(./images/bg_side_left.png) repeat-y scroll left top #7E7E7E;
	padding-left: 25px;
	margin: 0 0 0 0;
}

.forabg-right {
	background: url(./images/bg_side_right.png) repeat-y scroll right top #7E7E7E;
	padding-right: 25px;
}

.catbg-left {
	background: url(./images/cat_top_left.png) no-repeat top left;
	padding-left: 250px;
	height: 30px;
	margin-top: .75em;
}

.catbg-mid {
	background: #000000 none repeat-x 0 0;
	clear: both;
	text-align: center;
	background-image: url(./images/cat_top_mid.png);
	width: auto;
	height: 30px;
	margin-top: .75em;
}

.catbg-right {
	background: url(./images/cat_top_right.png) no-repeat top right;
	padding-right: 250px;
	height: 30px;
	margin-top: .75em;
}

.cat-title, .cat-title a, .cat-title:visited a {
	color: #DC9D22;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 8px #000000, 0 0 4px #000000;
	line-height: 30px;
	
}
this is a test

Post Reply