YAFLogo

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader Topic Starter YAF Version: YAF 3.1.16
12 years ago
Specs in signature. These are more self inflicted than software inflicted.

1 - I'm missing the two graphics for the reputation next to the members name on my customized theme. (Recolored So Clean) I'm having trouble finding the CSS code for it. There should be two icons. One for + and one for -. I see it on other the themes.

2 - I found the Heart icon and uploaded that to my specific theme directory, but I'm thinking there's some CSS code I need to use?

UserPostedImage

3 - I'm missing the checkbox preceding the Multi Quote button. It's not there for any of the themes.

Windows 7 Enterprise

Chrome 16 - NO checkbox

FireFox 8 - checkbox

Internet Explorer 9 - NO checkbox

What the deuce?!?!?

4 - I noticed this on my custom theme too. There's a black AND gray horizontal line separating the post and signature box. I didn't notice this on the stock themes.

UserPostedImage

Here's what is in my CSS file. I've went through the So Clean CSS comparing it to mine and I'm not sure what is causing me to miss the reputation graphics

.yafnet,
.yafnet td 
{	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color:#f7f9e9;
}

.yafnet .EditorDiv td
{
    padding: 0px !important;
    border: 0 !important;
}

/* For BBCode Post Buttons */
.yafnet .ButtonOut {
	filter: alpha(opacity=70);
	border: #dc9e18 1px solid;
	background-color: #ededf3;
}
.yafnet .ButtonOver {
	background-color: #FFE1AC;
	border: #FFAD55 1px solid;
}
.yafnet .ButtonChecked {
	background-color: #FFCB7E;
	border: #FFAD55 1px solid;
}
.yafnet .ButtonOff {
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
}

.yafnet input,
.yafnet select 
{
    font-family: verdana,sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;		    
    font-size: 8pt;
    color: #f9f2f5;	
    padding: 2px;
    background-color: #0b3a08;
    border: 1px solid #ffcc00;	
}

.yafnet input[type="image"]
{
    padding: 0px;
    border: 0px;
}

.yafnet input[type="checkbox"]
{
    border: 0px;
    padding: 0px;
    margin: 5px;
}

.yafnet input:hover,
.yafnet select:hover
{
    background-color: #005600;
    border: 1px solid #ffcc22;	
    color: #eaeae3;	
}


.yafnet img {
	border: 0;
}
.yafnet ul {
	margin: 4px;
	padding: 0;
}

.yafnet .content td,
.yafnet .content th
{
    padding: 5px;    
}

.yafnet li {
	margin-left: 15px;
}
/* hyperlinks */
.yafnet a		
{ 
	color: #f9f2f8; 
	text-decoration: none; 
}
.yafnet a:hover		
{ 	
	color: #ffcc52; 
	text-decoration: underline; 
}

.yafnet a.post_link
{/* Topic title link */
	color: #f5f8f1; 
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
/* Header 1 - Main header */
.yafnet .header1 {
	background: url('bg_header1.png');
	/*background-color: #684d04;*/
	color: #daa311;
	font-weight: bold;
	line-height: 22px;
	font-size:14px;
	text-align: left;
}
/* Links in header1 */
.yafnet tr.header1 a		
{
	color:#ffd200;
	text-decoration:none
}
.yafnet tr.header1 a:hover	
{
	color:#fefef8;
	text-decoration:underline;
}
.yafnet .header1Title {
	color: #8c20e0;
	font-weight: bold;
	line-height: 18px;
	font-size:14px;		
}

/* yaf header */
.yafnet #yafheader
{
	margin-bottom: 10px;
}
.yafnet #yafheader .outerMenuContainer
{
    border: 1px solid #db9e15;
	line-height: 20px;
	padding: 3px;
	line-height: 30px;
}
.yafnet #yafheader ul li a
{
	font-weight: bold;
	padding: 2px
}
.yafnet #yafheader ul.menuAdminList
{
    margin-left: 10px !important;
}
.yafnet #yafheader ul.menuAdminList li a
{
    color: #e80000;
}
.yafnet #yafheader ul li
{
	padding: 0 0px 0 5px;
	margin: 0;
	border-left: 1px solid #ffee00;
}
.yafnet #yafheader ul li:first-child 
{
    border-left: none;
}
.yafnet .menuMyContainer
{
    float: none !important;
    display: inline;
}
.yafnet .menuContainer
{
    float: right !important;
    display: inline;
}
.yafnet .menuMyList
{
    margin-bottom: 10px;
}
.yafnet .menuMyList li a
{
	font-weight: bold;	
}
.yafnet .menuMyList li
{
    display: inline;
    padding: 0;
}
.yafnet .menuContainer .menuList
{
    float: left;
}
.yafnet .menuAdminList
{
    float: none !important;
}
.yafnet #yafheader .loggedInUser
{
    float: left !important;
    margin-right: 10px;
}
.yafnet #yafheader .currentUser
{
    font-weight: bold;
}
.yafnet #yafheader .guestUser  
{    
    background: url("error.png") #fdd no-repeat 8px 50%;
    color: #281b1b;
    font-size: 1em;
    font-weight: bold;
    line-height: 150%;
    margin-left: 0 auto;
    margin-right: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #deb7b7;
    padding: 5px 10px 5px 30px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* custom forum images special styles */
.yafnet .forum_customimage_locked
{
    border: solid 2px #c93a4a;    
}

.yafnet .forum_customimage_newposts
{
    border: solid 2px #fe0300;
}

.yafnet .forum_customimage_nonewposts
{
 

}

.yafnet tr.topicRow .topicLastPost img.avatarimage,
.yafnet tr.topicRow_Alt .topicLastPost img.avatarimage,
#yafpage_members .avatarimage
{
	width: 40px;
	height: 40px;
	float: left;
	padding: 3px;
}

.yafnet tr.topicRow .topicMain .description,
.yafnet tr.topicRow_Alt .topicMain .description
{
    color: #b5b0b4;
    font-size: 9pt;
    font-style:italic;
    font-weight:lighter;  
}
.yafnet tr.topicRow .topicMain img.avatarimage,
.yafnet tr.topicRow_Alt .topicMain img.avatarimage
{
	width: 40px;
	height: 40px;
	float: left;
	padding: 3px;	
	padding-right: 8px;
}

/* Header 2 - Sub header */
.yafnet .header2 {
	background-color: #002c00;
	color: #d2cece;
	font-weight: bold;
	line-height: 10px;
}
.yafnet a.header2 { height: auto; background-color: Transparent; border-style: none; background-image: none; }
.yafnet td.header2links a	{color: #fef5fe;text-decoration:none;font-size:7.5pt;}
.yafnet td.header2links a:hover	{color: #ffcd00;text-decoration:underline;font-size:7.5pt;}
/* Footer1 - Bottom of tables */
.yafnet .footer1 {
	font-size: 7pt;
	background-color:#002c00;
}
.yafnet .footer1 select,
.yafnet .footer1 td {
	font-size: 7pt;
}
.yafnet .UserBox {
	font-size:7.5pt;	
	color:#ffb3b3;
}
.yafnet .postformheader {
	background-color: #024000;
	font-weight:bold;
}
/* Header of posts */
.yafnet .postheader {
	background-color: #002900;
	color:#e6dfe7;
	border-left: solid 1px #002500;
	border-right: solid 1px #002500;
}
.yafnet .postheader a {
	font-size:10pt;	
}
/* User info and post/article */
.yafnet .post {
	background-color: #003500;
	color:#f6f6f6;
	border: solid 1px #002500;
}
.yafnet .post_alt {
	background-color: #003500;
	color:#f6f6f6;
	border: solid 1px #002500;
}
/* Unresolved post in Moderation Reports */
.yafnet .post_res
{
    background-color: #f4e941;
    color:#404040;
}
.yafnet .post_priority {
	font-weight:bold;
}
.yafnet .post_link {
	font-size:10pt;
	font-weight:bold;
}
/* Footer of posts ecac23 */
.yafnet .postfooter {
	background-color: #002900;
	color:#d31a22;
	border-left: solid 1px #002500;
	border-right: solid 1px #002500;
}
.yafnet .postfooter .editedinfo {
	color:#e10b0b;
	font-weight:bold;
}
/* Area between posts */
.yafnet .postsep {
	background-color: #f5b10e;
	height: 0px 
}
.yafnet .yafactiveusers a.active_hidden {
	font-style: italic;
	color: #aa33aa;
}
.yafnet .yafForumWelcome
{
	padding: 5px;
}
/* most tables are class 'content' */
.yafnet table.content{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #002810;
	color: #035715;
	padding: 0px;
	border-collapse: collapse;
	background-color: #003510;	
}
.yafnet .forumheading {
	font-size:10pt;
	font-weight:bold;
}
.yafnet .fileattach {
	padding: 5px;
	background-color: #002201;
	border: solid 1px #ffcc32;
}
.yafnet .fileattach .filetitle,
.yafnet .fileattach .imgtitle {
	font-weight: bold;
	color: #f1f2f8;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.yafnet .fileattach .attachedimg,
.yafnet .fileattach .attachedfile {
	margin-left: 10px;
}
.yafnet .fileattach a {
	font-weight: bold;
}
.yafnet .forumviewing {
	font-size:8pt;
	color:#938f87;
	font-style:italic;
}
.yafnet .forumsubheading {
	font-size:7.5pt;
}
.yafnet #RichEdit td {
	padding: 0px;
}
/* links inside content table*/
.content a		
{ 
	color: #daa211; 
	text-decoration: none; 
	font-size:10pt;
}
.content a:hover	
{ 
	color: #d0a807; 
	/*text-decoration: underline; */
}
.yafnet.content a		
{ 
	color: #daa211; 
	text-decoration: none; 
	font-size:10pt;
}
.yafnet.content a:hover	
{ 
	color: #f41f92; 
	text-decoration: none; 
}

/* used for quoting messages */
.yafnet .quote {
    padding: 5px;
	background-color: #004500;
	border: 1px solid #dc9e15;
	border-left: 4px solid #dc9e15;
	border-right: 4px solid #dc9e15;	
	border-style: groove;
	border-radius: 0.4em;
	
	
    font-family: "Tahoma", "Calibri", "Verdana", "Geneva", sans-serif;
  
    font-variant: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    position: relative;
	color: #e8e8e5;
	background: #004500;
	width:85%;
	margin: 10px;
}
.yafnet .innerquote 
{
	padding-left: 8px;
	padding-right: 8px;
	/*border-left: 2px solid #dc9e15;
	border-right: 2px solid #dc9e15;
	background: #004500;
	padding-left: 5px;
	/*border-left: 4px solid #C69E00;
	border-right: 4px solid #C69E00;	*/
	border-radius: 0.4em;
}

/* used for code */
.yafnet .code {
	margin-left: 16px;
	padding-left: 16px;	
}
.yafnet span.highlight {
	background-color: Yellow;
	color: #664422;
}
.yafnet .innercode {
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color:#000001;
	font-size:8pt;
	font-family:Courier New;
}
/* font sizes */
.yafnet .smallfont	{ font-size: 7.5pt; }
.yafnet .largefont	{ font-size: 9pt; }
/* Image Links */
.yafnet a.imagelink {
	font-size: 8pt;
	font-weight: bold;
	color: #47014f;
}
.yafnet a:hover.imagelink {
	text-decoration: underline;
	color: #225566;
	background-color: #D0D0D0;
}
/* Used for editor textarea */
.yafnet .posteditor {
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}
/* Table just above and below tables */
.yafnet table.command {
	/*border: solid 1px blue;*/
	padding: 3px;
}
/* p-tag at the top of pages with navigation links */
.yafnet .yafPageLink { 
	font-weight: bold; 
	font-style:italic; 
	color: #dddddd; 
	font-size: 9pt; 
	margin-top: 4px; 
	margin-bottom: 8px; 
}
.yafnet .yafPageLink a { 
	color: #da960d; 
	text-decoration: none; 
	font-style:none;
}
.yafnet .yafPageLink a:hover { 
	color: #da960d; 
	text-decoration: underline; 
	font-style:none;
}
.yafnet .yafPageLink .currentPageLink { 
	color: #e1e1e1; 
	font-style:none;
} 

/* for printing */
.yafnet .print {
	border: solid 1px #C0C0C0;
}
.yafnet .printheader {
	background-color: #DDDDDD;
	color: #000010;
	padding: 4px;
}
.yafnet .printbody {
	background-color: #FFFFF1;
	color: #000012;
	padding: 4px;
}
/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
/*Controls the look of Userbox Sections*/
.yafnet div.section
{
	padding: 5px;
	background-color:#004700;
	border: dotted 1px #e2b503;
	color: #d9d6d6;
	font-size: 9pt;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.yafnet div.postdiv {
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}
.yafnet div.AdMessage {
	min-height: 10px;
}
.yafnet div.yafsignature
{
	border-top: solid 1px #666666;
	margin-top: 15px;
	padding-top: 5px;
}
/* CSS Pagelinks */
.yafnet .yafpager {
	color: #555555;
	margin: 6px 0px 6px 0px;
}
.yafnet a.pagelink{
	text-decoration: none;
	color: #de3406;
}
.yafnet a.pagelinkfirst{
	text-decoration: none;
	color: #ffdd00;
	margin: 6px 5px 6px 5px;
}
.yafnet a.pagelinklast{
	text-decoration: none;
	color: #ffdd00;
	margin: 6px 5px 6px 5px;
}
.yafnet .pagecurrent{
	text-decoration: bold;
	color: #dc9e15;
	margin: 6px 5px 6px 5px;
}
.yafnet .pagecount
{
    text-decoration: none;
	background: #003512;
	border: 1px solid #dc9e12;
	padding: 1px 3px 1px 3px;
	margin-right: 2px;
	color: #c1980a;
}
.yafnet .pagecount {
	margin-right: 5px;
}
.yafnet a.pagelinkfirst,
.yafnet a.pagelinklast{
	/*background: #e0e0e0;*/
}
.yafnet .pagecurrent{
	background: #d79c04;
	color: #003202;
}
.yafnet a.pagelink {	
	text-decoration: none;
	color: #dc9e15;
	margin: 6px 3px 6px 3px;
}

.yafnet a.pagelinkfirst {
	text-decoration: none;
	color: #dc9e25;
}
.yafnet a.pagelinklast {
	text-decoration: none;
	color: #dc9e25;
}
/* CCS Buttons */
.yafnet .MultiQuoteButton,
.yafnet a.yaflittlebutton {
	background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
    color: #FFF1FF;
    display: block;
    float: right;
	font-size: 9px; 
    height: 19px;
    margin: 2px 0px 2px 2px;    
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}
.yafnet .MultiQuoteButton label,
.yafnet a.yaflittlebutton span {
    background: transparent url('ButtonBack.gif') no-repeat;
    display: block;
    line-height: 11px;
    padding: 4px 3px 4px 8px;
}
.yafnet a.yaflittlebutton img {
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}
.yafnet .MultiQuoteButton:hover,
.yafnet a.yaflittlebutton:hover {
	color: #fecc00;
	text-decoration: none;
}
.yafnet .Checked,
.yafnet a.yaflittlebutton:active {
    background-position: bottom right;
    outline: none;
}
.yafnet a.yaflittlebutton:active img {
    padding: 0px 4px 2px 0px;
}
.yafnet .Checked label,
.yafnet a.yaflittlebutton:active span{
    background-position: bottom left;
    padding: 5px 3px 3px 8px;
}
.yafnet a.yafcssbigbutton{
	background: transparent url('ButtonEndBig.gif') no-repeat scroll top right;
    color: #FFFFF1;
    display: block;
	font-size: 10px; 
    height: 24px;
    margin: 2px 0px 2px 2px;    
    padding-right: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}
.yafnet a.yafcssbigbutton span{
    background: transparent url('ButtonBackBig.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 3px 5px 7px;
}
.yafnet a.yafcssbigbutton img{
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}
.yafnet a.yafcssbigbutton:hover {
	color: #ffdc00;
	text-decoration: none;
}
.yafnet a.yafcssbigbutton:active{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
.yafnet a.yafcssbigbutton:active img{
    padding: 0px 4px 2px 0px;
}
.yafnet a.yafcssbigbutton:active span{
    background-position: bottom left;
    padding: 6px 3px 4px 7px;
}
/* poll vote link */
.yafnet a.pollvote:link {text-decoration: none; color: #f1f5f1;
}
.yafnet a.pollvote:hover {text-decoration: underline; color: #fdcc00;
}
/* css image button */
.yafnet a.yafcssimagebutton{
    background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
    color: #fff3ff;
    display: block;
    float: left;
	font-size: 9px; 
    height: 19px;
    margin: 2px 0px 2px 2px;
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}
.yafnet a.yafcssimagebutton span{
    background: transparent url('ButtonBack.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 4px 2px 8px;
}
.yafnet a.yafcssimagebutton img{
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssimagebutton:hover{
	text-decoration: none;
	color: #bd8a00;
}
.yafnet a.yafcssimagebutton:active{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
.yafnet a.yafcssimagebutton:active img{
    padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssimagebutton:active span{
    background-position: bottom left;
    padding: 4px 4px 1px 8px; /* push text down 1px */
}
/* CSS Popupmenu */
.yafnet .yafpopupmenu {
	background-color: #003d00;
	border: solid 1px #766a02;
}
.yafnet .yafpopupmenu ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.yafnet .yafpopupmenu li {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.yafnet .yafpopupmenu li.popupitemhover {
	background-color: #b49000;
}
/* ajax tabs */
.yafnet .ajax__tab_yaf .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.yafnet .ajax__tab_yaf .ajax__tab_header .ajax__tab_outer 
{
    background:url(tab.png) no-repeat left top;
    border-color:#ad932a;
    color:#61500a;
    padding-left:10px;
    margin-right:3px;
}
.yafnet .ajax__tab_yaf .ajax__tab_header .ajax__tab_inner 
{
    background:url(tab.png) no-repeat right top;
    border-color:#9848d5;
    color:#da07bf;
    padding:3px 10px 2px 0px;
}
.yafnet .ajax__tab_yaf .ajax__tab_hover .ajax__tab_inner 
{
    color:#961313;
}
.yafnet .ajax__tab_yaf .ajax__tab_active .ajax__tab_outer 
{
    background:url(tab.png) no-repeat 0pt -40px;
    border-bottom-color:#a60ac2;
}
.yafnet .ajax__tab_yaf .ajax__tab_active .ajax__tab_inner 
{
    background:url(tab.png) no-repeat right -40px;
    color:#470707;
    border-color:#333
}
.yafnet .ajax__tab_yaf .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#a4025d;
    border:solid 1px #a2527f;
    border-top-width:0;
}

/* scrolling */
.yafnet .ajax__scroll_horiz {overflow-x:scroll;}
.yafnet .ajax__scroll_vert {overflow-y:scroll;}
.yafnet .ajax__scroll_both {overflow:scroll}
.yafnet .ajax__scroll_auto {overflow:auto}

/*Modal Popup*/
/*.modalBackground
{
	background-color:#7802a4;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup
{
	background-color: #e01a8f;
	border: solid 1px #621f46;
	width: 400px;
}

.modalPopup .modalBase
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #0ced0c;
	color: #09b9af;
	padding: 1px;
}

.modalPopup .modalHeader
{
	background: url('bg_header1.png');
	background-color: #174000;
	color: #cb4cd6;
	font-weight: bold;
	line-height: 22px;
	font-size:12px;
	padding: 5px;	
}

.modalPopup .modalInner
{
	padding: 10px;
	text-align:center;
}
.modalPopup .modalInnerMain
{
	padding-top:10px
	font-size: 9pt;
	font-weight: bold;
	color: #992222;
	text-align: center;
}

.modalPopup .modalInnerSub
{
	font-size: 8pt;
	color: #333333;
	text-align: center;
}

.modalPopup .modalFooter
{
	padding: 5px;
	font-size: 12pt;
	background-color:#fbfbfb;
}

.modalPopup .modalFooter input
{
	display:block;
	vertical-align: middle;
	margin:0 auto;
}*/



/* Goto Page Form */
.gotoPageForm
{
	background-color: #fffff1;
	border: solid 1px #555555;
	width: 80px;
	margin: 1px;			
}
.gotoPageForm .gotoBase
{
	border: solid 1px #ffccff;
}
.gotoPageForm .gotoHeader
{
	background-color: #DDDDDD;
	color: #252525;
	font-weight: bold;	
	padding: 2px;	
}
.gotoPageForm .gotoInner
{
	padding: 2px;
}
.gotoPageForm .gotoInner input
{
	margin: 2px;
}
/* Album */
.yafnet .albumtitle:hover
{
	background-color: yellow;
}
.yafnet .content .albumtable td.albumimagebox
{
		padding-bottom:0;
}
.yafnet .content .albumtable td.albumtitlebox
{
		padding-top:0;
}
/* Irkoo Service styles */
.irk-rating { font-family: Arial, Sans-Serif; color: #008800; }
.irk-negative { color: #ff0505; }
.irk-count { font-size: 12px; font-weight: bold; padding: 0 4px; vertical-align: middle; }
.irk-down, .irk-up { cursor: pointer; width: 16px; height: 16px; vertical-align: middle; }
.irk-down { background: url(down.png); }
.irk-down:hover { background: url(down-hover.png); }
.irk-down-voted .irk-down { background: url(down-voted.png); }
.irk-up { background: url(up.png); }
.irk-up:hover { background: url(up-hover.png); }
.irk-up-voted .irk-up { background: url(up-voted.png); }
/* irk-vote should have relative positioning needed for popup to be positioned correctly */
.irk-vote { position: relative; }
.irk-count, .irk-rating { font-family: Arial, Sans-Serif; color: #680; }
.irk-negative, .irk-negative .irk-count { color: #f40404; }
/* End of Irkoo Service styles */

/* Override jquery ui font-size */
.ui-widget { font-size: 12pt!important; }

/* links inside posts KJD */
.yafnet .message a { 
	color: #ecac23; 
	text-decoration: none;
}
.yafnet .message a:hover { 
	color: #f8f8f8; 
	text-decoration: underline; 
}

.yafnet .PopMenuLink {
	color: #ffcc02; 
	border: 1px solid #ffcc04;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
	background: url("DownArrow.png") transparent no-repeat 100% 50%;
}

.yafnet .UserPopMenuLink {
	color: #f1b610; 
    background: url("DownArrow.png") transparent no-repeat 100% 50%;
}

.yafnet .PrevTopicLink {
	background: url("LeftArrow.png") transparent no-repeat 0% 50%;
}

.yafnet .NextTopicLink {
	background: url("RightArrow.png") transparent no-repeat 100% 50%;
}

.yafnet .pagination{
	padding-top:4px;
	margin-right:2px;
}





.yafnet .pagination a, .yafnet .pagination span {
    text-decoration: none;
	background: #003300;
	border: 1px solid #ffcc00;
	-moz-border-radius: 0.4em; 
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	padding: 1px 3px 1px 3px;
	margin-right: 2px;
	color: #ffcc22;
}

.yafnet .pagination .current {
    color: #ffcc22;
    background: #005500;
	border: solid 1px #ffcc00;
	padding: 1px 3px 1px 3px;
}

.yafnet .pagination .current.smiliesPagerPrev, .yafnet .pagination .current.smiliesPagerNext{
	color:#ffcc22;
	background:#013200;
	border-color:#ffcc00;
	padding: 1px 3px 1px 3px;
}
.yafnet .Unread {
	margin-left: 2px;
    padding:2px 4px 2px 4px;
    background-color:red;
	height:20px;
    -webkit-border-radius: 0.4em;
	border-radius: 0.4em;
    box-shadow:1px 1px 1px gray;
}
.yafnet .Unread a {color:white!important;font-weight:bold!important;font-size:0.9em!important;}

/* Alpha Sort Control */
.yafnet dl.AlphaSort {border:1px solid #ddd;background-color: #f0f0f0;}
.yafnet dl.AlphaSort dt {padding:4px 0 4px 5px;height:22px;}
.yafnet dl.AlphaSort dd { background-color: white;color:#3b3b3b;border: 1px solid #aaa}
.yafnet dl.AlphaSort .SelectedLetter {background-color: #e5e5e5;color:#3b3b3b;font-weight:bold}

.yafnet dl.AlphaSort dd:hover { background-color: #f5f5f5;color:#3b3b3b;cursor:pointer;}
.yafnet dl.AlphaSort dd:hover a { font-weight:bold}
.yafnet dl.AlphaSort dd a {color:#3b3b3b;}


/* clean up model dialog */
.modalBackground
{
	background-color:#7802a4;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.ModalDialog .DialogContent {
  display:table;
  width: 370px;
  padding: 10px;
  background: #005213;
}
.ModalDialog .modalHeader 
{
	background: #022307;
	background: url('../../install/HeaderBack.png');
	background-size: 110%;

    padding-top: 10px;
    border: 1px solid #989898;
	text-shadow: 0;
	-webkit-box-shadow: 0;
	moz-box-shadow: 0;
	box-shadow: 0;
	color: #ffcc00;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	text-align:center;
  
	font-size: 10pt;
	border-radius: 0.4em;

}

.ModalDialog .modalHeader h3
{
    display: inline;
}

.ModalDialog .modalFooter
{
    padding: 2px;
    text-align: right;
	border-radius: 0.4em;
}

.ModalDialog input, .ModalDialog select
{
    padding: 10px;
}

.ModalDialog hr
{
    height: 1px;
    border: 0;
    background-color: #917328;
    clear:both;
}

.ModalDialog .modalInner
{
    display: inline;
}
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago
1. & 2. Icons like this are defined in the themename.xml take a look at the cleanslate.xml

<Resource tag="VOTE_UP">~/VoteUp.png</Resource>
	<Resource tag="VOTE_DOWN">~/VoteDown.png</Resource>

also for the heard

<Resource tag="THANKSINFOLIST_IMAGE">~/heart_small.png</Resource>

You need to add that to your theme xml file, and do NOT Forget to restart the Application (DNN) to see the changes.

3. You need to add a Few Css Classes for example ".MultiQuoteButton" did you add that? Maybe some of the dnn styles override the default behavoir of the checkboxes. (Can you make screenshots?)

4. It is also on the stock theme (which is the cleanslate theme and not the so clean theme.)

.yafnet .yafsignature
{
	border-top: solid 1px #666666;
	margin-top: 15px;
	padding-top: 5px;
}

its the border-top value

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader Topic Starter YAF Version: YAF 3.1.16
12 years ago
D'oh! The damn XML. I was thinking of checking that, but at work my FTP access is a pain to get around.

I updated the XML and that brought the Thanks icon, Plus icon and Minus icons. Thanks.

I got the signature border commented out and now only the black line is showing. Which is fine. I noticed the black line does not marry to the top of the signature box if the user area is longer than the post itself. Not a big deal though.

Yes, I did add the MultiQuote classes, but after restarting the application, I still don't see them. I'm going to look at CleanSlate more closely.

Edit, even with the Clean Slate theme, I still do not see the Checkbox for MultiQuote.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago
Maybe it is a misunderstanding of the multiquoute button it is a checkbox but it shown as button, when you click on it, the color is changed so you know when it is checked. It was not the idea to actually show the checkbox as checkbox.
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader Topic Starter YAF Version: YAF 3.1.16
12 years ago

Maybe it is a misunderstanding of the multiquoute button it is a checkbox but it shown as button, when you click on it, the color is changed so you know when it is checked. It was not the idea to actually show the checkbox as checkbox.

Originally Posted by: tha_watcha 

The button does get a dark tint to it. It's not blatantly obvious it's 'marked' though.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago

Maybe it is a misunderstanding of the multiquoute button it is a checkbox but it shown as button, when you click on it, the color is changed so you know when it is checked. It was not the idea to actually show the checkbox as checkbox.

Originally Posted by: Zero2Cool 

The button does get a dark tint to it. It's not blatantly obvious it's 'marked' though.

Originally Posted by: tha_watcha 

Then make sure it is better visible by modifying the Checked CSS class.