Modificare culoare

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

Post Reply
gabeldot
Membru, skill 0
Membru, skill 0
Posts: 5
Joined: 13 Feb 2016, 18:34
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

16 Feb 2016, 16:08

Cum as putea modifica textul din albastru in alta culoare? am o tema phpbb3 dar nu stiu de unde sa modific deoarece am 3 fisiere .css [ chat.css , colours.css , stylesheet.css ]
Image


Si alta problema as mai avea , cum as putea scoate astea? banuiesc ca sunt de la un mod .
Image
RoyalServer 2
User avatar
AnAcKiNNN12345
Membru, skill +1
Membru, skill +1
Posts: 188
Joined: 09 May 2015, 15:10
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

16 Feb 2016, 16:17

La problema a doua scoate linia asta din index_body.html
<!-- INCLUDE top_five_body.html -->
La prima nu stiu..posteaza aici colours.css
gabeldot
Membru, skill 0
Membru, skill 0
Posts: 5
Joined: 13 Feb 2016, 18:34
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

16 Feb 2016, 17:30

Colours.css
| Afiseaza codul
[quote]/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #536482;
	background-color: #161617;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

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

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

hr.dashed {
	border-top-color: #CCCCCC;
}

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

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #12A3EB;
	background-image: url("{T_THEME_PATH}/images/bg_header.gif");
	color: #FFFFFF;
}

.navbar {
	background-color: #cadceb;
}

.forabg {
	background-color: #0076b1;
	background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}

.forumbg {
	background-color: #12A3EB;
	background-image: url("{T_THEME_PATH}/images/bg_header.gif");
}

.panel {
	background-color: #ECF1F3;
	color: #28313F;
}

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

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #ECF3F7; }
.bg2	{ background-color: #e1ebf2;  }
.bg3	{ background-color: #cadceb; }

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

span.corners-top {
	background-image: url("{T_THEME_PATH}/images/corners_left.png");
}

span.corners-top span {
	background-image: url("{T_THEME_PATH}/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("{T_THEME_PATH}/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("{T_THEME_PATH}/images/corners_right.png");
}

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

ul.navlinks {
	border-bottom-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: #536482;
}

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: #000000;
}

dl.details dd {
	color: #536482;
}

.sep {
	color: #1198D9;
}

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

.pagination span strong {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.pagination span a:hover {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("{T_THEME_PATH}/images/icon_pages.gif");
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #368AD2;
}

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

.copyright {
	color: #555555;
}

.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.rules {
	background-color: #ECD5D8;
	background-image: none;
}

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

a:link	{ color: #105289; }
a:visited	{ color: #105289; }
a:hover	{ color: #D31141; }
a:active	{ color: #368AD2; }

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #A8D8FF;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #105289;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
	color: #BC2A4D;
}

a.forumtitle:active {
	color: #105289;
}

a.topictitle {
	color: #105289;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #BC2A4D;
}

a.topictitle:active {
	color: #105289;
}

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

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

.postlink:active {
	color: #368AD2;
}

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

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

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}

.search .postprofile a:hover {
	color: #D31141;
}

/* Back to top of page */
a.top {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

a.top2 {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

/* Arrow links  */
a.up		{ background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
a.down		{ background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
a.left		{ background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
a.right		{ background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }

a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #368AD2;
}

a.right:hover {
	color: #368AD2;
}


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

ul.forums {
	background-color: #eef5f9;
	background-image: url("{T_THEME_PATH}/images/gradient.gif");
}

ul.topiclist li {
	color: #4C5D77;
}

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

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

ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

li.row {
	border-top-color:  #FFFFFF;
	border-bottom-color: #00608F;
}

li.row strong {
	color: #000000;
}

li.row:hover {
	background-color: #F6F4D0;
}

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: #FFFFFF;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

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

dl.faq dt {
	color: #333333;
}

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

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

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

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image: url("{T_THEME_PATH}/images/quote.gif");
	border-color:#DBDBCE;
}

.rtl blockquote {
	background-image: url("{T_THEME_PATH}/images/quote_rtl.gif");
}

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

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

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

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

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* 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: #666666;
}

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

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

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-left-color: #FFFFFF;
}

.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

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

.rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.postprofile strong {
	color: #000000;
}

.online {
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}

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

/* Big button images */
.reply-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
.post-icon span		{ background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
.locked-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
.pmreply-icon span	{ background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
.newpm-icon span 	{ background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
.forwardpm-icon span	{ background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}

a.print {
	background-image: url("{T_THEME_PATH}/images/icon_print.gif");
}

a.sendemail {
	background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
.icon-faq						{ background-image: url("{T_THEME_PATH}/images/icon_faq.gif"); }
.icon-members					{ background-image: url("{T_THEME_PATH}/images/icon_members.gif"); }
.icon-home						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
.icon-ucp						{ background-image: url("{T_THEME_PATH}/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("{T_THEME_PATH}/images/icon_register.gif"); }
.icon-logout					{ background-image: url("{T_THEME_PATH}/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("{T_THEME_PATH}/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("{T_THEME_PATH}/images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); }
.icon-search					{ background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
.aim-icon, .aim-icon a			{ background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
.web-icon, .web-icon a			{ background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
.msnm-icon, .msnm-icon a			{ background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
.icq-icon, .icq-icon a			{ background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
.jabber-icon, .jabber-icon a		{ background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
.pm-icon, .pm-icon a				{ background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
.quote-icon, .quote-icon a		{ background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
.edit-icon, .edit-icon a			{ background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.delete-icon, .delete-icon a		{ background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.info-icon, .info-icon a			{ background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
.warn-icon, .warn-icon a			{ background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */

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

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

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

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

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

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}

#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

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

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif");
}

#tabs a span {
	background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
	color: #536482;
}

#tabs a:hover span {
	color: #BC2A4D;
}

#tabs .activetab a {
	border-bottom-color: #CADCEB;
}

#tabs .activetab a span {
	color: #333333;
}

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

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #E1EBF2;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

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

/* Link styles for the sub-section links */
#navigation a {
	color: #333;
	background-color: #B2C2CF;
	background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
}

.rtl #navigation a {
	background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif");
	background-position: 0 100%;
}

#navigation a:hover {
	background-image: none;
	background-color: #aabac6;
	color: #BC2A4D;
}

#navigation #active-subsection a {
	color: #D31141;
	background-color: #F9F9F9;
	background-image: none;
}

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

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #333333;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

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

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("{T_THEME_PATH}/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: url("{T_THEME_PATH}/images/corners_right.gif");
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("{T_THEME_PATH}/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("{T_THEME_PATH}/images/corners_right.gif");
}

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

dl.mini dt {
	color: #425067;
}

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

/* PM panel adjustments */
.pm-panel-header,
#cp-main .pm-message-nav {
	border-bottom-color: #A4B3BF;
}

/* 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-color: #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: #425067;
}

option.disabled-option {
	color: graytext;
}

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

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

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;
}

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

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

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

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

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #FAFAFA;
	background-image: url("{T_THEME_PATH}/images/bg_button.gif");
}

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

input.button3 {
	background-image: none;
}

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

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

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

input.search {
	background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
}

input.disabled {
	color: #666666;
}
[/quote]





Chat.css
[quote]#act_indicator {
	visibility:hidden;
}

.shouts {
	width: 85%;
	height:300px;
	overflow:auto;
	float:left;
}

#chat {
	width: 100%;
	text-align:left;
}

.postprofile {
	min-height: 5px !important;
}

.chatform {
	width: 90%;
	text-align:center;
}

.onlinelist {
	width: 15%;
	overflow:auto;
	height:300px;
}

.users {
	width: 90%;
	text-align: left;
	text-indent: 5px;
	margin-left:auto;
	margin-right:auto;
}

.user {
	width: 95%;
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#act_indicator {
	visibility: hidden;
}

.chatinput {
	width: 80% !important;
}

.online_img {
	vertical-align:middle;
}[/quote]







Stylesheet.css
[quote]/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:			DarjGan
	Based on style:		subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		( Gandalf )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2010 ultramania.ro Group ( http://www.ultramania.ro )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: tahoma;
	color: #ababab;
	background: #161617;
	background-repeat:repeat-x y;
	font-size: 10px; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}
body.ltr {
	margin:0px;
	margin-top:0px;
	padding:0px;
}
#wrapheader {
	height: auto !important;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	width:99%;
}

#wrapcentre {
	margin-left:auto;
	margin-right:auto;
	width:99%;
}


#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background-color: #C1CAD2;
	background-image: url('http://missing.hi2.ro/missing.html');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #101010;
	border-width: 1px;
	border-style: dashed;
	border-color: #00a7de;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: tahoma;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: tahoma;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: tahoma;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: tahoma;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 11px;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}
p.forumdesc a:link {
	color: #646464;
	}
p.forumdesc a:visited {
	color: #646464;
	}
p.forumdesc a:hover {
color:#00a7de;
text-decoration:none;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}
.postonline { margin-bottom: 2px; }
.posterrank		{ font-size: 11px; color: #444; }
.posterprofile	{ font-size: 11px; color: #586E85; }


.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #646464;
	font-size:11px;
}

.postdetails {
	color: #646464;
	font-size:11px;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: tahoma;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.1em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 11px;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: tahoma;
}

.titles {
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.titles a {
	text-decoration:none;
}

.error {
	color: red;
}

/* Tables
 ------------ */
th {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #353535;
	background-image: url('images/hdr_mid.gif');
	white-space: nowrap;
	padding-bottom:0px;
	padding-left:10px;
	text-transform:uppercase;
	height:24px;
}
td.td {
	color: #646464;
	font-size: 11px;
	font-weight: bold;
	background-color: #e5dcd0;
	white-space: nowrap;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	text-transform:uppercase;

	background-color: #353535;
	}
th.row333 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #131313;
	white-space: nowrap;
	padding-bottom:0px;
	padding-left:10px;
	text-transform:uppercase;
	height:24px;
}
th.thmid {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #353535;
	background-image: url('images/hdr_mid.gif');
	white-space: nowrap;
	padding-bottom:0px;
	padding-left:10px;
	text-transform:uppercase;
	height:24px;
	border:0px;
}
th.thright {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #353535;
	background-image: url('images/hdr_mid.gif');
	background-position:right;
	white-space: nowrap;
	padding-bottom:0px;
	padding-left:10px;
	text-transform:uppercase;
	height:24px;
}
th.cat {
	height:26px;
	padding-left:20px;
	}

td.profile {
	padding: 4px;
	color:#646464;
}

.tablebg {
	background-color: #1c1c1c;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #1c1c1c url('http://missing.hi2.ro/missing.html') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('http://missing.hi2.ro/missing.html') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #1c1c1c;
	text-indent: 4px;

	padding-left:7px;
}
.cat a:link {
	color:#dedede;
	}
.cat a:hover {
	color:#FFFFFF;
	}

.row1 {
	background: #131313;
	padding: 4px;
}

.row2 {
	background: #131313;
	padding: 4px;
}
.row2black {
	background: #000000;
	padding: 4px;
}

.row1row2 {
	background: #131313;
	padding: 4px;
	}
	
.row1row2:hover {
	background: #090909;
	padding: 4px;
	}

.row3 {
	background-color: #1c1c1c;
	padding: 4px;
	font-size:11px;
}
.row4 {
	background-color: #e2d9ce;
	padding: 4px;
}

.spacer {
	background-color: #1c1c1c;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	color: #00a7de;
	text-decoration: none;
	font-size:11px;
}

a:active,
a:visited {
	color: #00a7de;
	text-decoration: none;
		font-size:11px;
}

a:hover {
	color: #646464;
	text-decoration: none;
}

a.forumlink {
	color: #00a7de;
	font-weight: bold;
	font-family: tahoma;
	font-size: 1.2em;
}
a.forumlink:hover {
	color: #00a7de;
	font-weight: bold;
	font-family: tahoma;
	font-size: 1.2em;
	text-decoration:none;
}

a.topictitle {
	margin: 1px 0;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color:#00a7de;
}
a.topictitle:hover {
	color: #646464;
	text-decoration: none;
}

a.topictitle:visited {
	color: #00a7de;
	text-decoration: none;
}
th {

}
th a,
th a:visited {
	color: #ededed !important;
	text-decoration: none;

	
}
.text-shadow-tabel-stanga-index {
	font-size:11px;
}

th a:hover {
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
	text-transform:none;
}

input {
	color: #333333;
	font-family: tahoma;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #1c1c1c;
	color: #646464;
	font-family: tahoma;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #1c1c1c;
	padding: 2px;
}

select {
	color: #646464;
	background-color: #1c1c1c;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #1c1c1c;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: #1c1c1c;
}

.post {
	background-color: #1c1c1c;
	border-style: solid;
	border-width: 1px;
	border-color: #1c1c1c;
	color:#646464;
}

.btnbbcode {
	color: #646464;
	font-weight: normal;
	font-size: 1.1em;
	font-family: tahoma;
	background-color: #1c1c1c;
	border: 1px solid #1c1c1c;
}

.btnmain {
	font-weight: bold;
	background-color: #1c1c1c;
	border: 1px solid #ba6f16;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color:#646464;
}

.btnmain:hover {
	font-weight: bold;
	background-color: #1c1c1c;
	border: 1px solid #00a7de;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color:#646464;
}

.btnlite {
	font-weight: normal;
	background-color: #1c1c1c;
	border: 1px solid #2a2a2a;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color:#646464;
}
.btnlite:hover {
	font-weight: normal;
	background-color: #1c1c1c;
	border: 1px solid #646464;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color:#646464;
}

.btnfile {
	font-weight: normal;
	background-color: #1c1c1c;
	border: 0px solid #1c1c1c;
	padding: 1px 5px;
	font-size: 1.1em;
	color:#646464;
}

.helpline {
	background-color: #101010;
	border-style: none;
	color:#646464;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border:1px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-style: dashed;
	border-color: #0b0b0b;
	color: #898989;
	background-color: #1c1c1c;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #1c1c1c;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	font-family: tahoma;
	background-color: #1c1c1c;
	color: #646464;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #1c1c1c;
	color: #898989;
	background-color: #1c1c1c;
	font-family: tahoma;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #1c1c1c;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #646464;
	font-size: 0.85em;
	font-family: tahoma;
	background-color: #1c1c1c;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: tahoma;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

.loginform {
	background-color: #131313;
	height:30px;
	border: 1px solid #1c1c1c;
}
.moderatoracp:hover {
	background-image: url('http://missing.hi2.ro/missing.html');
}
.row1bread {
	font-size:11px;
	background-color:#131313;
	border: 1px solid #1c1c1c;
	padding:4px;
	color:#313131;
}
.row1bread a {
	font-size:11px;
}
.tabelviewforum {
	background-image: url('http://missing.hi2.ro/missing.html');
	height:47px;
}
.tabelviewforum a {
	font-size:11px;
}
.texttabelviewforum {
	font-weight:bold;
	color:#FFCC00;
	font-size:11px;
}
.invizibiltexttabelviewforum {
	color:#101010;
	font-size:11px;
	font-weight:bold;
}
.linktabelviewforum {
	font-size:11px;
}
.thviewforum {
	height:25px;
}
td.stanga {
	margin-top:0px;
	padding-top:0px;
}
td.dreapta {
	margin-top:0px;
	padding-top:0px;
}
a.nav {
	font-size:11px;
}
b {
	font-size:11px;
	color:#646464;
}
b.nav {
	font-size:11px;
	color:#646464;
}
td.nav {
	font-size:11px;
	color:#646464;
}
.subforum.read { 
	background: url('images/sub_old.gif') top left no-repeat;
	padding-left: 12px;
	background-position:bottom left;
	margin-bottom:2px;
}
.subforum.unread { 
	background: url('images/sub_new.gif') top left no-repeat;
	padding-left: 12px;
	background-position:bottom left;
}

/* =========================ca ca ca=============================== */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url('images/hdr_mid.gif') top center repeat-x;
	white-space: nowrap;
	height: 25px;
	text-align: left;
	text-transform:uppercase;
	font-size:11px;
}
.cap-left {
	background: url('images/hdr_left.gif') top left no-repeat;
}
.cap-right {
	background: url('images/hdr_right.gif') top right no-repeat;
	padding-top: 7px;
	padding-left: 9px;
	height: 21px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	font-size: 11px;
	font-weight: bold;
	color: #e1e1e1;
}
caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #e1e1e1;
	text-decoration: none;
}
caption a:hover, .cap-div a:hover {
	color: #ededed;
	text-decoration: none;
}

.block-start { background: url('http://missing.hi2.ro/missing.html') bottom left repeat-x; }
.block-end-left { background: url('http://missing.hi2.ro/missing.html') top left no-repeat; }
.block-end-right { background: url('http://missing.hi2.ro/missing.html') top right no-repeat; }
.block-end-left, .block-end-right { height: 4px; overflow: hidden; padding: 0; }
td.cat {
	height:22px;
}
li {
	font-size:11px;
}
li a {
	font-size:11px;
}

/*--- This is phpbb ? ------------------*/
#viewmoderators {
	font-size:11px;
}
#viewmoderators a {
	color: #a0a4b0;
}

.menu-sus {	
background-color: none;
height:30px;
border: 2px solid #1C1C1C;
 border-radius-bottomleft: 10px;
-o-border-radius-bottomleft: 10px;
-icab-border-radius-bottomleft: 10px;
-khtml-border-radius-bottomleft: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
 border-bottom-left-radius: 10px;
 -o-border-bottom-left-radius: 10px;
 -icab-border-bottom-left-radius: 10px;
 -khtml-border-bottom-right-radius: 10px; 
-moz-border-bottom-right-radius: 10px;
 -webkit-border-bottom-right-radius: 10px; 
padding: 5px 5px 5px 15px;
 border-radius-bottomright: 10px;
-o-border-radius-bottomright: 10px;
-icab-border-radius-bottomright: 10px;
-khtml-border-radius-bottomright: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
 border-bottom-right-radius: 10px;
 -o-border-bottom-right-radius: 10px;
 -icab-border-bottom-right-radius: 10px;
 -khtml-border-bottom-right-radius: 10px; 
-moz-border-bottom-right-radius: 10px;
 -webkit-border-bottom-right-radius: 10px; 
padding: 5px 5px 5px 15px;
}
.menu-sus a {
	font-size:10px;
	color:#646464;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;
}
.menu-sus a:hover {
	background-color: #181818;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:7px;
	padding-left:7px;
	font-size:10px;
	color:#00a7de;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.navlinks {	
	background-color: #131313;
	padding-top:4px;
	padding-bottom:4px;
	border: 1px solid #1c1c1c;
	text-transform:uppercase;
	font-weight:bold;
	color:#646464;
	margin-top:4px;
}
.navlinks a {
	font-size:10px;
	color:#646464;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;
}
.navlinks a:hover {
	background-color: #181818;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:7px;
	padding-left:7px;
	font-size:10px;
	color:#00a7de;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.login-bar {
	background:url('http://missing.hi2.ro/missing.html');
	height:27px;
}
.loginok {
	background:url('http://missing.hi2.ro/missing.html'); 
	width:21px; 
	height:18px;
	border:0px;
}
.vizitatori {
	background:url('http://missing.hi2.ro/missing.html');
	height:27px;
}
.tari {
	width:150px;
	padding-top:4px;
	padding-bottom:2px;
	background-color:#131313;
	text-align:center;
}

a.link-new, a.link-new:visited { 
	color: #00aa00;
	font-size:11px;
}

a.link-new:hover, a.link-new:visited:hover { 
	font-size:11px;
	color: #e66c1b; 
}

li {
	color:#646464;
}
span.nav {
	color:#646464;
}
a.postlink {
	font-size:12px;
}

.quick-edit-icon, .quick-edit-icon a			{ background-image: url("http://missing.hi2.ro/missing.html"); }
.quick-edit-icon, .quick-edit-icon a			{ background: none top left no-repeat; }
ul.profile-icons li.quick-edit-icon   { width: {IMG_ICON_POST_QUICKEDIT_WIDTH}px; height: {IMG_ICON_POST_QUICKEDIT_HEIGHT}px; }
ul.profile-icons li.quick-edit-icon	{ margin: 0 0 0 3px; }

.row10 {
	background: #131313;
	padding: 1px;
}

.pm-notify-new, .pm-notify-unread {
	border-left: solid 1px #9EABB9;
	border-right: solid 1px #909FAF;
	border-top: solid 1px #9EABB9;
	border-bottom: solid 1px #909FAF;
	background: #EFF2F4 url('http://missing.hi2.ro/missing.html') top left repeat-x;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: none; }
.pm-notify-header {
	color: #FF3200;
	font-size:11px;
}
.pm-notify-new { padding: 30px; }

.pmbg {
width:990px;
height:90px;
background: #010101;
border: 1px dashed #ea7a0e;
}

/*Panel UP*/
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: #131313;
	border: 1px solid #1c1c1c;
	height: 7px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url('http://missing.hi2.ro/missing.html') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url('http://missing.hi2.ro/missing.html') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background: #131313;
	border: 1px solid #1c1c1c;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-right-radius: 10px;

}

.tab ul.login li a {
	color: #00a7de;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 15px;
	line-height: 20px !important;
	padding-left: 30px !important;
	padding-bottom:5px;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url('http://missing.hi2.ro/missing.html') no-repeat left 0;}
.tab a.close {background: url('http://missing.hi2.ro/missing.html') no-repeat left 0;}
.tab a:hover.open {background: url('http://missing.hi2.ro/missing.html') no-repeat left -19px;}
.tab a:hover.close {background: url('http://missing.hi2.ro/missing.html') no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 200px;
	color: #999999;
	background: url('http://missing.hi2.ro/missing.html') repeat;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

li#toggle {
height:30px;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #00a7de;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
	font-size:11px;
	padding-left:4px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url('http://missing.hi2.ro/missing.html') no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url('http://missing.hi2.ro/missing.html') no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: none;
}
#left {
font-size:11px;
}
label.grey {
font-size:11px;
}
label {
font-size:11px;
}

.loginlogin {
width:40px;
font-size:11px;
background:#171717;
text-align:center;
border:1px solid #333333;
padding:2px;
}
input.loginlogin {
color:#00a7de;
padding:3px;
}
.loginlostpassword {
width:110px;
font-size:11px;
background:#171717;
text-align:center;
border:1px solid #333333;
padding:3px;
}
.loginregister {
width:160px;
font-size:11px;
background:#171717;
border:1px solid #333333;
padding:2px;
padding-top:4px;
padding-bottom:4px;
}

.loginregister a:link{
color:#eceff2;
}

/*Panel Left*/

.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
	background:url('http://missing.hi2.ro/missing.html') repeat;
border:1px solid #111111;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: 200px;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=595);
opacity: .95;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #00a7de;
text-decoration: none;

}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00aa00;
padding: 10px 30px 10px 10px;
font-weight: 700;
background:#131313 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #1c1c1c;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00a7de;
padding: 10px 40px 10px 10px;
font-weight: 700;
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url('http://missing.hi2.ro/missing.html') 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}
.colright{
float: right;
width: 130px;
line-height: 22px;
}
.rosugros {
	color: #FF0000;
	font-weight: bold;
	}

/*Panel Left*/

.panel {
position: absolute;
top: 50px;
left: 0;
display: none;
	background:url('./images/bg_top.gif') repeat;
border:1px solid #111111;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
width: 330px;
height: 200px;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=595);
opacity: .95;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #e58717;
text-decoration: none;

}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: underline;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#00aa00;
padding: 10px 30px 10px 10px;
font-weight: 700;
background:#131313 url('./images/plus.png') 85% 55% no-repeat;
border:1px solid #1c1c1c;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 10px;
text-transform:uppercase;
font-family: tahoma;
color:#e58717;
padding: 10px 40px 10px 10px;
font-weight: 700;
background:#222222 url('./images/plus.png') 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url('./images/minus.png') 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}
.colright{
float: right;
width: 130px;
line-height: 22px;
}
.rosugros {
	color: #FF0000;
	font-weight: bold;
	}[/quote]
Last edited by danny eXtream on 16 Feb 2016, 18:31, edited 1 time in total.
Reason: adaugare [sursa][/sursa]
User avatar
blkaro
Membru, skill +1
Membru, skill +1
Posts: 458
Joined: 19 Aug 2015, 09:24
Detinator Steam: Da
SteamID: self-hate
Fond eXtream: 0
Location: /etc/shadow

16 Feb 2016, 17:37

culoarea la text este
#00A7DE
da-i replace cu ce culori vrei dar uita-te si la functii sa nu schimbi culoarea la altceva
User avatar
AnAcKiNNN12345
Membru, skill +1
Membru, skill +1
Posts: 188
Joined: 09 May 2015, 15:10
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

16 Feb 2016, 18:06

a:link {
color: #00a7de;
text-decoration: none;
font-size:11px;
}

a:active,
a:visited {
color: #00a7de;
text-decoration: none;
font-size:11px;
}
Cauta liniile astea in stylesheet.css si pune codul de la culoare pe care o vrei
Post Reply

Return to “Discutii generale”

  • Information